Package cdm.observable.event
Enum MarketDisruptionEnum
- All Implemented Interfaces:
Serializable,Comparable<MarketDisruptionEnum>
@RosettaEnum("MarketDisruptionEnum")
public enum MarketDisruptionEnum
extends Enum<MarketDisruptionEnum>
The enumerated values to specify the handling of an averaging date market disruption for an equity derivative transaction.
- Version:
- 5.30.0
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAs defined in section 6.7 paragraph (c) sub-paragraph (iii) of the ISDA 2002 Equity Derivative definitions.As defined in section 6.7 paragraph (c) sub-paragraph (i) of the ISDA 2002 Equity Derivative definitions.As defined in section 6.7 paragraph (c) sub-paragraph (ii) of the ISDA 2002 Equity Derivative definitions. -
Method Summary
Modifier and TypeMethodDescriptionstatic MarketDisruptionEnumfromDisplayName(String name) toString()static MarketDisruptionEnumReturns the enum constant of this type with the specified name.static MarketDisruptionEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
MODIFIED_POSTPONEMENT
@RosettaEnumValue("ModifiedPostponement") public static final MarketDisruptionEnum MODIFIED_POSTPONEMENTAs defined in section 6.7 paragraph (c) sub-paragraph (iii) of the ISDA 2002 Equity Derivative definitions. -
OMISSION
As defined in section 6.7 paragraph (c) sub-paragraph (i) of the ISDA 2002 Equity Derivative definitions. -
POSTPONEMENT
As defined in section 6.7 paragraph (c) sub-paragraph (ii) of the ISDA 2002 Equity Derivative definitions.
-
-
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<MarketDisruptionEnum>
-
toDisplayString
-