Enum ExpirationTimeTypeEnum

java.lang.Object
java.lang.Enum<ExpirationTimeTypeEnum>
cdm.product.template.ExpirationTimeTypeEnum
All Implemented Interfaces:
Serializable, Comparable<ExpirationTimeTypeEnum>

@RosettaEnum("ExpirationTimeTypeEnum") public enum ExpirationTimeTypeEnum extends Enum<ExpirationTimeTypeEnum>
The time of day at which the equity option expires, for example the official closing time of the exchange.
Version:
5.30.0
  • Enum Constant Details

    • CLOSE

      @RosettaEnumValue("Close") public static final ExpirationTimeTypeEnum CLOSE
      The official closing time of the exchange on the valuation date.
    • OPEN

      @RosettaEnumValue("Open") public static final ExpirationTimeTypeEnum OPEN
      The official opening time of the exchange on the valuation date.
    • OSP

      @RosettaEnumValue("OSP") public static final ExpirationTimeTypeEnum OSP
      The time at which the official settlement price is determined.
    • SPECIFIC_TIME

      @RosettaEnumValue("SpecificTime") public static final ExpirationTimeTypeEnum SPECIFIC_TIME
      The time specified in the element equityExpirationTime or valuationTime (as appropriate)
    • XETRA

      @RosettaEnumValue("XETRA") public static final ExpirationTimeTypeEnum XETRA
      The time at which the official settlement price (following the auction by the exchange) is determined by the exchange.
    • DERIVATIVES_CLOSE

      @RosettaEnumValue("DerivativesClose") public static final ExpirationTimeTypeEnum DERIVATIVES_CLOSE
      The official closing time of the derivatives exchange on which a derivative contract is listed on that security underlier.
    • AS_SPECIFIED_IN_MASTER_CONFIRMATION

      @RosettaEnumValue("AsSpecifiedInMasterConfirmation") public static final ExpirationTimeTypeEnum AS_SPECIFIED_IN_MASTER_CONFIRMATION
      The time is determined as provided in the relevant Master Confirmation.
  • Method Details

    • values

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

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

      public String toDisplayString()