Enum ValueCashEnum

java.lang.Object
java.lang.Enum<ValueCashEnum>
cdm.legaldocumentation.csa.ValueCashEnum
All Implemented Interfaces:
Serializable, Comparable<ValueCashEnum>

@RosettaEnum("ValueCashEnum") public enum ValueCashEnum extends Enum<ValueCashEnum>
Details of how cash collateral is valued when resolving disputes.
Version:
7.0.0-dev.105
  • Enum Constant Details

    • CASH_AMOUNT

      @RosettaEnumValue(value="CashAmount", displayName="Cash - Amount Thereof") public static final ValueCashEnum CASH_AMOUNT
      Cash - Amount thereof.
    • CASH_PERCENTAGE

      @RosettaEnumValue(value="CashPercentage", displayName="Cash - Amount Thereof multiplied by Valuation Percentage") public static final ValueCashEnum CASH_PERCENTAGE
      Cash - 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_HAIRCUT
      Cash - Amount Thereof multiplied by (Valuation Percentage - FX Haircut).
    • OTHER

      @RosettaEnumValue("Other") public static final ValueCashEnum OTHER
      Exception value.
  • Method Details

    • values

      public static ValueCashEnum[] 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

      public static ValueCashEnum valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • fromDisplayName

      public static ValueCashEnum fromDisplayName(String name)
    • toString

      public String toString()
      Overrides:
      toString in class Enum<ValueCashEnum>
    • toDisplayString

      public String toDisplayString()