Enum MarketDisruptionEnum

java.lang.Object
java.lang.Enum<MarketDisruptionEnum>
cdm.observable.event.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 Details

    • MODIFIED_POSTPONEMENT

      @RosettaEnumValue("ModifiedPostponement") public static final MarketDisruptionEnum MODIFIED_POSTPONEMENT
      As defined in section 6.7 paragraph (c) sub-paragraph (iii) of the ISDA 2002 Equity Derivative definitions.
    • OMISSION

      @RosettaEnumValue("Omission") public static final MarketDisruptionEnum OMISSION
      As defined in section 6.7 paragraph (c) sub-paragraph (i) of the ISDA 2002 Equity Derivative definitions.
    • POSTPONEMENT

      @RosettaEnumValue("Postponement") public static final MarketDisruptionEnum POSTPONEMENT
      As defined in section 6.7 paragraph (c) sub-paragraph (ii) of the ISDA 2002 Equity Derivative definitions.
  • Method Details

    • values

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

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

      public String toDisplayString()