Package cdm.observable.asset
Enum PartyDeterminationEnum
- All Implemented Interfaces:
Serializable,Comparable<PartyDeterminationEnum>
@RosettaEnum("PartyDeterminationEnum")
public enum PartyDeterminationEnum
extends Enum<PartyDeterminationEnum>
The enumerated values to specify how a calculation agent will be determined.
- Version:
- 5.30.0
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe Calculation Agent is determined by reference to the relevant master agreement.The Calculation Agent is determined by reference to the relevant standard terms supplement.Both parties with joined rights to be a calculation agent.The party that gives notice of exercise.The party that is given notice of exercise. -
Method Summary
Modifier and TypeMethodDescriptionstatic PartyDeterminationEnumfromDisplayName(String name) toString()static PartyDeterminationEnumReturns the enum constant of this type with the specified name.static PartyDeterminationEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
EXERCISING_PARTY
The party that gives notice of exercise. Per 2000 ISDA Definitions, Section 11.1. Parties, paragraph (d). -
NON_EXERCISING_PARTY
@RosettaEnumValue("NonExercisingParty") public static final PartyDeterminationEnum NON_EXERCISING_PARTYThe party that is given notice of exercise. Per 2000 ISDA Definitions, Section 11.1. Parties, paragraph (e). -
AS_SPECIFIED_IN_MASTER_AGREEMENT
@RosettaEnumValue("AsSpecifiedInMasterAgreement") public static final PartyDeterminationEnum AS_SPECIFIED_IN_MASTER_AGREEMENTThe Calculation Agent is determined by reference to the relevant master agreement. -
AS_SPECIFIED_IN_STANDARD_TERMS_SUPPLEMENT
@RosettaEnumValue("AsSpecifiedInStandardTermsSupplement") public static final PartyDeterminationEnum AS_SPECIFIED_IN_STANDARD_TERMS_SUPPLEMENTThe Calculation Agent is determined by reference to the relevant standard terms supplement. -
BOTH
Both parties with joined rights to be a calculation agent.
-
-
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<PartyDeterminationEnum>
-
toDisplayString
-