Package cdm.product.common.settlement
Enum SettlementTypeEnum
- All Implemented Interfaces:
Serializable,Comparable<SettlementTypeEnum>
The enumeration values to specify how the option is to be settled when exercised.
- Version:
- 5.30.0
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe intrinsic value of the option will be delivered by way of a cash settlement amount determined, (i) by reference to the differential between the strike price and the settlement price; or (ii) in accordance with a bilateral agreement between the parties.Allow use of either Cash or Physical settlement without prior Election.Allow Election of either Cash or Physical settlement.The securities underlying the transaction will be delivered by (i) in the case of a call, the seller to the buyer, or (ii) in the case of a put, the buyer to the seller versus a settlement amount equivalent to the strike price per share. -
Method Summary
Modifier and TypeMethodDescriptionstatic SettlementTypeEnumfromDisplayName(String name) toString()static SettlementTypeEnumReturns the enum constant of this type with the specified name.static SettlementTypeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
CASH
The intrinsic value of the option will be delivered by way of a cash settlement amount determined, (i) by reference to the differential between the strike price and the settlement price; or (ii) in accordance with a bilateral agreement between the parties. -
PHYSICAL
The securities underlying the transaction will be delivered by (i) in the case of a call, the seller to the buyer, or (ii) in the case of a put, the buyer to the seller versus a settlement amount equivalent to the strike price per share. -
ELECTION
Allow Election of either Cash or Physical settlement. -
CASH_OR_PHYSICAL
Allow use of either Cash or Physical settlement without prior Election.
-
-
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<SettlementTypeEnum>
-
toDisplayString
-