Package cdm.legaldocumentation.csa
Enum ValueCashEnum
- All Implemented Interfaces:
Serializable,Comparable<ValueCashEnum>
Details of how cash collateral is valued when resolving disputes.
- Version:
- 6.19.0
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionCash - Amount thereof.Cash - amount thereof multiplied by Valuation Percentage.Cash - Amount Thereof multiplied by (Valuation Percentage - FX Haircut).Exception value. -
Method Summary
Modifier and TypeMethodDescriptionstatic ValueCashEnumfromDisplayName(String name) toString()static ValueCashEnumReturns the enum constant of this type with the specified name.static ValueCashEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
CASH_AMOUNT
@RosettaEnumValue(value="CashAmount", displayName="Cash - Amount Thereof") public static final ValueCashEnum CASH_AMOUNTCash - Amount thereof. -
CASH_PERCENTAGE
@RosettaEnumValue(value="CashPercentage", displayName="Cash - Amount Thereof multiplied by Valuation Percentage") public static final ValueCashEnum CASH_PERCENTAGECash - amount thereof multiplied by Valuation Percentage. -
CASH_PERCENTAGE_LESS_HAIRCUT
@RosettaEnumValue(value="CashPercentageLessHaircut", displayName="Cash - Amount Thereof multiplied by (Valuation Percentage - FX Haircut)") public static final ValueCashEnum CASH_PERCENTAGE_LESS_HAIRCUTCash - Amount Thereof multiplied by (Valuation Percentage - FX Haircut). -
OTHER
Exception value.
-
-
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<ValueCashEnum>
-
toDisplayString
-