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 Details

    • STANDARD

      @RosettaEnumValue("Standard") public static final LegacyDeliveryReturnAmountEnum STANDARD
      Standard definition applies.
    • NON_STANDARD_RATINGS

      @RosettaEnumValue("NonStandardRatings") public static final LegacyDeliveryReturnAmountEnum NON_STANDARD_RATINGS
      Election includes non-standard ratings-based langauge.
    • NON_STANDARD_OTHER

      @RosettaEnumValue("NonStandardOther") public static final LegacyDeliveryReturnAmountEnum NON_STANDARD_OTHER
      Election includes non-standard bespoke language.
  • Method Details

    • values

      public static LegacyDeliveryReturnAmountEnum[] 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 LegacyDeliveryReturnAmountEnum 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 LegacyDeliveryReturnAmountEnum fromDisplayName(String name)
    • toString

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

      public String toDisplayString()