Package cdm.observable.event
Enum RestructuringEnum
- All Implemented Interfaces:
Serializable,Comparable<RestructuringEnum>
The enumerated values to specify the form of the restructuring credit event that is applicable to the credit default swap.
- Version:
- 5.30.0
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionRestructuring (Section 4.7) and Modified Restructuring Maturity Limitation and Conditionally Transferable Obligation (2014 Definitions: Section 3.31, 2003 Definitions: 2.32) apply.Restructuring (Section 4.7) and Restructuring Maturity Limitation and Fully Transferable Obligation (2014 Definitions: Section 3.31, 2003 Definitions: 2.32) apply.Restructuring as defined in the applicable ISDA Credit Derivatives Definitions. (2003 or 2014). -
Method Summary
Modifier and TypeMethodDescriptionstatic RestructuringEnumfromDisplayName(String name) toString()static RestructuringEnumReturns the enum constant of this type with the specified name.static RestructuringEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
MOD_MOD_R
Restructuring (Section 4.7) and Modified Restructuring Maturity Limitation and Conditionally Transferable Obligation (2014 Definitions: Section 3.31, 2003 Definitions: 2.32) apply. -
MOD_R
Restructuring (Section 4.7) and Restructuring Maturity Limitation and Fully Transferable Obligation (2014 Definitions: Section 3.31, 2003 Definitions: 2.32) apply. -
R
Restructuring as defined in the applicable ISDA Credit Derivatives Definitions. (2003 or 2014).
-
-
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<RestructuringEnum>
-
toDisplayString
-