Package cdm.product.template
Enum 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 Summary
Enum ConstantsEnum ConstantDescriptionThe time is determined as provided in the relevant Master Confirmation.The official closing time of the exchange on the valuation date.The official closing time of the derivatives exchange on which a derivative contract is listed on that security underlier.The official opening time of the exchange on the valuation date.The time at which the official settlement price is determined.The time specified in the element equityExpirationTime or valuationTime (as appropriate)The time at which the official settlement price (following the auction by the exchange) is determined by the exchange. -
Method Summary
Modifier and TypeMethodDescriptionstatic ExpirationTimeTypeEnumfromDisplayName(String name) toString()static ExpirationTimeTypeEnumReturns the enum constant of this type with the specified name.static ExpirationTimeTypeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
CLOSE
The official closing time of the exchange on the valuation date. -
OPEN
The official opening time of the exchange on the valuation date. -
OSP
The time at which the official settlement price is determined. -
SPECIFIC_TIME
The time specified in the element equityExpirationTime or valuationTime (as appropriate) -
XETRA
The time at which the official settlement price (following the auction by the exchange) is determined by the exchange. -
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_CONFIRMATIONThe time is determined as provided in the relevant Master Confirmation.
-
-
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<ExpirationTimeTypeEnum>
-
toDisplayString
-