Class: StrategyFeature
A class for defining option strategy features.
URI: common_domain_model:StrategyFeature
classDiagram
class StrategyFeature
click StrategyFeature href "../StrategyFeature/"
StrategyFeature : calendarSpread
StrategyFeature --> "0..1" CalendarSpread : calendarSpread
click CalendarSpread href "../CalendarSpread/"
StrategyFeature : strikeSpread
StrategyFeature --> "0..1" StrikeSpread : strikeSpread
click StrikeSpread href "../StrikeSpread/"
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| strikeSpread | 0..1 StrikeSpread |
Definition of the upper strike in a strike spread | direct |
| calendarSpread | 0..1 CalendarSpread |
Definition of the later expiration date in a calendar spread | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| OptionFeature | strategyFeature | range | StrategyFeature |
In Subsets
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/common-domain-model
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | common_domain_model:StrategyFeature |
| native | common_domain_model:StrategyFeature |
LinkML Source
Direct
name: StrategyFeature
description: A class for defining option strategy features.
in_subset:
- cdm_product_template
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- strikeSpread
- calendarSpread
Induced
name: StrategyFeature
description: A class for defining option strategy features.
in_subset:
- cdm_product_template
from_schema: https://w3id.org/lmodel/common-domain-model
attributes:
strikeSpread:
name: strikeSpread
description: Definition of the upper strike in a strike spread.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: StrategyFeature
domain_of:
- StrategyFeature
range: StrikeSpread
calendarSpread:
name: calendarSpread
description: Definition of the later expiration date in a calendar spread.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: StrategyFeature
domain_of:
- StrategyFeature
range: CalendarSpread