Package cdm.observable.common
Enum TimeTypeEnum
- All Implemented Interfaces:
Serializable,Comparable<TimeTypeEnum>
The enumerated values to specify points in the day when option exercise and valuation can occur.
- 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 TimeTypeEnumfromDisplayName(String name) toString()static TimeTypeEnumReturns the enum constant of this type with the specified name.static TimeTypeEnum[]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 TimeTypeEnum 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<TimeTypeEnum>
-
toDisplayString
-