Class: ExercisePeriod
This defines the time interval to the start of the exercise period, i.e. the earliest exercise date, and the frequency of subsequent exercise dates (if any).
URI: common_domain_model:ExercisePeriod
classDiagram
class ExercisePeriod
click ExercisePeriod href "../ExercisePeriod/"
ExercisePeriod : earliestExerciseDateTenor
ExercisePeriod --> "1" Period : earliestExerciseDateTenor
click Period href "../Period/"
ExercisePeriod : exerciseFrequency
ExercisePeriod --> "0..1" Period : exerciseFrequency
click Period href "../Period/"
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| earliestExerciseDateTenor | 1 Period |
The time interval to the first (and possibly only) exercise date in the exerc... | direct |
| exerciseFrequency | 0..1 Period |
The frequency of subsequent exercise dates in the exercise period following t... | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| EarlyTerminationProvision | optionalEarlyTerminationParameters | range | ExercisePeriod |
In Subsets
Identifier and Mapping Information
Annotations
| property | value |
|---|---|
| metadata_key | True |
Schema Source
- from schema: https://w3id.org/lmodel/common-domain-model
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | common_domain_model:ExercisePeriod |
| native | common_domain_model:ExercisePeriod |
LinkML Source
Direct
name: ExercisePeriod
annotations:
metadata_key:
tag: metadata_key
value: true
description: This defines the time interval to the start of the exercise period, i.e.
the earliest exercise date, and the frequency of subsequent exercise dates (if any).
in_subset:
- cdm_product_template
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- earliestExerciseDateTenor
- exerciseFrequency
Induced
name: ExercisePeriod
annotations:
metadata_key:
tag: metadata_key
value: true
description: This defines the time interval to the start of the exercise period, i.e.
the earliest exercise date, and the frequency of subsequent exercise dates (if any).
in_subset:
- cdm_product_template
from_schema: https://w3id.org/lmodel/common-domain-model
attributes:
earliestExerciseDateTenor:
name: earliestExerciseDateTenor
description: The time interval to the first (and possibly only) exercise date
in the exercise period.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: ExercisePeriod
domain_of:
- ExercisePeriod
range: Period
required: true
exerciseFrequency:
name: exerciseFrequency
description: The frequency of subsequent exercise dates in the exercise period
following the earliest exercise date. An interval of 1 day should be used to
indicate an American style exercise period.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: ExercisePeriod
domain_of:
- ExercisePeriod
range: Period