Enum CreditSupportAmountEnum

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

@RosettaEnum("CreditSupportAmountEnum") public enum CreditSupportAmountEnum extends Enum<CreditSupportAmountEnum>
Specifies whether the meaning of credit support amount follows the pre-print definition or deviates from the standard (either based on a rating or some other methodology).
Version:
6.19.0
  • Enum Constant Details

    • STANDARD

      @RosettaEnumValue(value="Standard", displayName="Standard") public static final CreditSupportAmountEnum STANDARD
      The standard definition of the credit support amount applies.
    • IA_FLOOR_GIA

      @RosettaEnumValue(value="IAFloorGIA", displayName="Non-Standard - IA Floor (Less GiverIA)") public static final CreditSupportAmountEnum IA_FLOOR_GIA
    • IA_FLOOR_GIATIA

      @RosettaEnumValue(value="IAFloorGIATIA", displayName="Non-Standard - IA Floor (Less GiverIA and TakerIA)") public static final CreditSupportAmountEnum IA_FLOOR_GIATIA
    • NON_STANDARD_RATINGS

      @RosettaEnumValue(value="NonStandardRatings", displayName="Non-Standard - Ratings") public static final CreditSupportAmountEnum NON_STANDARD_RATINGS
    • NON_STANDARD_OTHER

      @RosettaEnumValue(value="NonStandardOther", displayName="Non-Standard - Other") public static final CreditSupportAmountEnum NON_STANDARD_OTHER
  • Method Details

    • values

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

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

      public String toDisplayString()