Enum: TriggerTypeEnum
The enumerated values to specify whether an option will trigger or expire depending upon whether the spot rate is above or below the barrier rate.
URI: common_domain_model:TriggerTypeEnum
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| EqualOrLess | None | The underlier price must be equal to or less than the Trigger level |
| EqualOrGreater | None | The underlier price must be equal to or greater than the Trigger level |
| Equal | None | The underlier price must be equal to the Trigger level |
| Less | None | The underlier price must be less than the Trigger level |
| Greater | None | The underlier price must be greater than the Trigger level |
Slots
| Name | Description |
|---|---|
| triggerType | The Triggering condition |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/common-domain-model
LinkML Source
name: TriggerTypeEnum
description: The enumerated values to specify whether an option will trigger or expire
depending upon whether the spot rate is above or below the barrier rate.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
permissible_values:
EqualOrLess:
text: EqualOrLess
description: The underlier price must be equal to or less than the Trigger level.
EqualOrGreater:
text: EqualOrGreater
description: The underlier price must be equal to or greater than the Trigger
level.
Equal:
text: Equal
description: The underlier price must be equal to the Trigger level.
Less:
text: Less
description: The underlier price must be less than the Trigger level.
Greater:
text: Greater
description: The underlier price must be greater than the Trigger level.