Enum CreditLimitTypeEnum

java.lang.Object
java.lang.Enum<CreditLimitTypeEnum>
cdm.event.workflow.CreditLimitTypeEnum
All Implemented Interfaces:
Serializable, Comparable<CreditLimitTypeEnum>

@RosettaEnum("CreditLimitTypeEnum") public enum CreditLimitTypeEnum extends Enum<CreditLimitTypeEnum>
The enumeration values to qualify the type of credit limits.
Version:
5.30.0
  • Enum Constant Details

    • CS01

      @RosettaEnumValue("CS01") public static final CreditLimitTypeEnum CS01
      The type of credit line expressed in CS01. The sensitivity with respect to changes in the CDS spread.
    • DV01

      @RosettaEnumValue("DV01") public static final CreditLimitTypeEnum DV01
      The type of credit line expressed in DV01. The dollar value of a one basis point decrease in interest rates. It shows the change in a bond's price compared to a decrease in the bond's yield.
    • IM

      @RosettaEnumValue("IM") public static final CreditLimitTypeEnum IM
      The type of credit line expressed in Initial Margin value.
    • NOTIONAL

      @RosettaEnumValue("Notional") public static final CreditLimitTypeEnum NOTIONAL
      The type of credit line expressed in Notional amount.
    • NPV

      @RosettaEnumValue("NPV") public static final CreditLimitTypeEnum NPV
      The type of credit line expressed as a Net Present Value.
    • PV01

      @RosettaEnumValue("PV01") public static final CreditLimitTypeEnum PV01
      The type of credit line expressed in PV01. The value of a one dollar or one basis point annuity.
  • Method Details

    • values

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

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

      public String toDisplayString()