Package cdm.legaldocumentation.csa
Enum RecalculationOfValueElectionEnum
java.lang.Object
java.lang.Enum<RecalculationOfValueElectionEnum>
cdm.legaldocumentation.csa.RecalculationOfValueElectionEnum
- All Implemented Interfaces:
Serializable,Comparable<RecalculationOfValueElectionEnum>
@RosettaEnum("RecalculationOfValueElectionEnum")
public enum RecalculationOfValueElectionEnum
extends Enum<RecalculationOfValueElectionEnum>
Values to specify the procedure under which the market value of posted collateral will be recalculated.
- Version:
- 6.19.0
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe parties agree to consult.Description to be added.The procedures specified in an Other Regulatory CSA.Bespoke Recalculation of value terms are specified in the agreement. -
Method Summary
Modifier and TypeMethodDescriptionfromDisplayName(String name) toString()Returns the enum constant of this type with the specified name.static RecalculationOfValueElectionEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
CONSULATION_PROCEDURE
@RosettaEnumValue("ConsulationProcedure") public static final RecalculationOfValueElectionEnum CONSULATION_PROCEDUREThe parties agree to consult. -
OTHER_REGULATORY_CSA_PROCEDURE
@RosettaEnumValue("OtherRegulatoryCSAProcedure") public static final RecalculationOfValueElectionEnum OTHER_REGULATORY_CSA_PROCEDUREThe procedures specified in an Other Regulatory CSA. -
NOT_APPLICABLE
@RosettaEnumValue("NotApplicable") public static final RecalculationOfValueElectionEnum NOT_APPLICABLEDescription to be added. -
SPECIFIED
Bespoke Recalculation of value terms are specified in the agreement.
-
-
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<RecalculationOfValueElectionEnum>
-
toDisplayString
-