Enum DeterminationRoleEnum

java.lang.Object
java.lang.Enum<DeterminationRoleEnum>
cdm.legaldocumentation.transaction.additionalterms.DeterminationRoleEnum
All Implemented Interfaces:
Serializable, Comparable<DeterminationRoleEnum>

@RosettaEnum("DeterminationRoleEnum") public enum DeterminationRoleEnum extends Enum<DeterminationRoleEnum>
Defines the enumerated values to specify the determination roles to the transaction. Such roles mostly address any determination that would be required when some Extraordinary Events would happen, for instance qualifying the effectiveness of such event, or when a calculation is required, etc. else any other kind of determination as need be.
Version:
6.19.0
  • Enum Constant Details

    • CALCULATION_AGENT

      @RosettaEnumValue("CalculationAgent") public static final DeterminationRoleEnum CALCULATION_AGENT
      Specifies the party responsible for performing calculation agent duties as defined in the applicable product definition. As an indication, the role of Calculation Agent is key in regards of other roles, for mainly two reasons : first is that it is a fallback role i.e. whenever another role is not defined, then such role would be assumed by the Calculation Agent ; second is that related determination are not limited to Extraordinary Event per se i.e. any determinationr required in regards of Payout calculations for instance would fall on Calculation Agent, unless otherwise specified in Calculation Agent attached to Economic Terms.
    • HEDGING_PARTY

      @RosettaEnumValue("HedgingParty") public static final DeterminationRoleEnum HEDGING_PARTY
      Specifies the party responsible for performing related HedgingParty duties as defined in the applicable product definition, notably in regards of particular Extraordinary Events or Price Determination Methods which involve hedging considerations.
    • DETERMINING_PARTY

      @RosettaEnumValue("DeterminingParty") public static final DeterminationRoleEnum DETERMINING_PARTY
      Specifies the party responsible for performing related HedgingParty duties as defined in the applicable product definition, notably in regards of particular Disruption Events or Early Termination Terms which may involve the calculation of a liquidation or compensation value amount.
  • Method Details

    • values

      public static DeterminationRoleEnum[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static DeterminationRoleEnum valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • fromDisplayName

      public static DeterminationRoleEnum fromDisplayName(String name)
    • toString

      public String toString()
      Overrides:
      toString in class Enum<DeterminationRoleEnum>
    • toDisplayString

      public String toDisplayString()