Package cdm.legaldocumentation.csa
Enum DeliveryReturnAmountEnum
- All Implemented Interfaces:
Serializable,Comparable<DeliveryReturnAmountEnum>
@RosettaEnum("DeliveryReturnAmountEnum")
public enum DeliveryReturnAmountEnum
extends Enum<DeliveryReturnAmountEnum>
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:
- 7.0.0-dev.105
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionElection includes non-standard bespoke language.Election includes non-standard ratings-based language.Standard definition applies. -
Method Summary
Modifier and TypeMethodDescriptionstatic DeliveryReturnAmountEnumfromDisplayName(String name) toString()static DeliveryReturnAmountEnumReturns the enum constant of this type with the specified name.static DeliveryReturnAmountEnum[]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 DeliveryReturnAmountEnum NON_STANDARD_RATINGSElection includes non-standard ratings-based language. -
NON_STANDARD_OTHER
@RosettaEnumValue("NonStandardOther") public static final DeliveryReturnAmountEnum 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<DeliveryReturnAmountEnum>
-
toDisplayString
-