Package cdm.base.staticdata.asset.credit
Enum 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 Summary
Enum ConstantsEnum ConstantDescriptionISDA term 'Bond'.ISDA term 'Bond or Loan'.ISDA term 'Borrowed Money'.ISDA term 'Loan'.ISDA term 'Payment'.ISDA term 'Reference Obligations Only'. -
Method Summary
Modifier and TypeMethodDescriptionstatic ObligationCategoryEnumfromDisplayName(String name) toString()static ObligationCategoryEnumReturns the enum constant of this type with the specified name.static ObligationCategoryEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
PAYMENT
ISDA term 'Payment'. -
BORROWED_MONEY
ISDA term 'Borrowed Money'. -
REFERENCE_OBLIGATIONS_ONLY
@RosettaEnumValue("ReferenceObligationsOnly") public static final ObligationCategoryEnum REFERENCE_OBLIGATIONS_ONLYISDA term 'Reference Obligations Only'. -
BOND
ISDA term 'Bond'. -
LOAN
ISDA term 'Loan'. -
BOND_OR_LOAN
ISDA term 'Bond or Loan'.
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
fromDisplayName
-
toString
- Overrides:
toStringin classEnum<ObligationCategoryEnum>
-
toDisplayString
-