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:
- 7.0.0-dev.105
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionSpecifies the party responsible for performing calculation agent duties as defined in the applicable product definition.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.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. -
Method Summary
Modifier and TypeMethodDescriptionstatic DeterminationRoleEnumfromDisplayName(String name) toString()static DeterminationRoleEnumReturns the enum constant of this type with the specified name.static DeterminationRoleEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
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
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
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
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
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 nameNullPointerException- if the argument is null
-
fromDisplayName
-
toString
- Overrides:
toStringin classEnum<DeterminationRoleEnum>
-
toDisplayString
-