Package cdm.legaldocumentation.csa
Enum LegacyDeliveryReturnAmountEnum
java.lang.Object
java.lang.Enum<LegacyDeliveryReturnAmountEnum>
cdm.legaldocumentation.csa.LegacyDeliveryReturnAmountEnum
- All Implemented Interfaces:
Serializable,Comparable<LegacyDeliveryReturnAmountEnum>
@RosettaEnum("LegacyDeliveryReturnAmountEnum")
public enum LegacyDeliveryReturnAmountEnum
extends Enum<LegacyDeliveryReturnAmountEnum>
In respect of a Valuation Date, the amount of collateral which a party is entitled to demand to be transferred to it as a Delivery or Return Amount.
- Version:
- 6.19.0
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionElection includes non-standard bespoke language.Election includes non-standard ratings-based langauge.Standard definition applies. -
Method Summary
Modifier and TypeMethodDescriptionfromDisplayName(String name) toString()Returns the enum constant of this type with the specified name.static LegacyDeliveryReturnAmountEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
STANDARD
Standard definition applies. -
NON_STANDARD_RATINGS
@RosettaEnumValue("NonStandardRatings") public static final LegacyDeliveryReturnAmountEnum NON_STANDARD_RATINGSElection includes non-standard ratings-based langauge. -
NON_STANDARD_OTHER
@RosettaEnumValue("NonStandardOther") public static final LegacyDeliveryReturnAmountEnum NON_STANDARD_OTHERElection includes non-standard bespoke language.
-
-
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<LegacyDeliveryReturnAmountEnum>
-
toDisplayString
-