Enum ObligationCategoryEnum

java.lang.Object
java.lang.Enum<ObligationCategoryEnum>
cdm.base.staticdata.asset.credit.ObligationCategoryEnum
All Implemented Interfaces:
Serializable, Comparable<ObligationCategoryEnum>

@RosettaEnum("ObligationCategoryEnum") public enum ObligationCategoryEnum extends Enum<ObligationCategoryEnum>
The enumerated values used in both the obligations and deliverable obligations of the credit default swap to represent a class or type of securities which apply.
Version:
5.30.0
  • Enum Constant Details

    • PAYMENT

      @RosettaEnumValue("Payment") public static final ObligationCategoryEnum PAYMENT
      ISDA term 'Payment'.
    • BORROWED_MONEY

      @RosettaEnumValue("BorrowedMoney") public static final ObligationCategoryEnum BORROWED_MONEY
      ISDA term 'Borrowed Money'.
    • REFERENCE_OBLIGATIONS_ONLY

      @RosettaEnumValue("ReferenceObligationsOnly") public static final ObligationCategoryEnum REFERENCE_OBLIGATIONS_ONLY
      ISDA term 'Reference Obligations Only'.
    • BOND

      @RosettaEnumValue("Bond") public static final ObligationCategoryEnum BOND
      ISDA term 'Bond'.
    • LOAN

      @RosettaEnumValue("Loan") public static final ObligationCategoryEnum LOAN
      ISDA term 'Loan'.
    • BOND_OR_LOAN

      @RosettaEnumValue("BondOrLoan") public static final ObligationCategoryEnum BOND_OR_LOAN
      ISDA term 'Bond or Loan'.
  • Method Details

    • values

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

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

      public String toDisplayString()