Enum: OptionTypeEnum
The enumerated values to specify the type or strategy of the option.
URI: common_domain_model:OptionTypeEnum
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| Payer | None | A 'payer' option: If you buy a 'payer' option you have the right but not the ... |
| Receiver | None | A 'receiver' option: If you buy a 'receiver' option you have the right but no... |
| Straddle | http://www.fpml.org/coding-scheme/option-type-1-0#Straddle | A straddle strategy, which involves the simultaneous buying of a put and a ca... |
Enumeration Operations
Inherits From: PutCallEnum
Slots
| Name | Description |
|---|---|
| optionType | The type of option transaction |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/common-domain-model
LinkML Source
name: OptionTypeEnum
description: The enumerated values to specify the type or strategy of the option.
from_schema: https://w3id.org/lmodel/common-domain-model
exact_mappings:
- http://www.fpml.org/coding-scheme/option-type
rank: 1000
permissible_values:
Payer:
text: Payer
description: 'A ''payer'' option: If you buy a ''payer'' option you have the right
but not the obligation to enter into the underlying swap transaction as the
''fixed'' rate/price payer and receive float.'
Receiver:
text: Receiver
description: 'A ''receiver'' option: If you buy a ''receiver'' option you have
the right but not the obligation to enter into the underlying swap transaction
as the ''fixed'' rate/price receiver and pay float.'
Straddle:
text: Straddle
description: A straddle strategy, which involves the simultaneous buying of a
put and a call of the same underlier, at the same strike and same expiration
date
meaning: http://www.fpml.org/coding-scheme/option-type-1-0#Straddle
inherits:
- PutCallEnum