Enum: StubPeriodTypeEnum
The enumerated values to specify how to deal with a non standard calculation period within a swap stream.
URI: common_domain_model:StubPeriodTypeEnum
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| ShortInitial | None | If there is a non regular period remaining it is left shorter than the stream... |
| ShortFinal | None | If there is a non regular period remaining it is left shorter than the stream... |
| LongInitial | None | If there is a non regular period remaining it is placed at the start of the s... |
| LongFinal | None | If there is a non regular period remaining it is placed at the end of the str... |
Slots
| Name | Description |
|---|---|
| stubPeriodType | Method to allocate any irregular period remaining after regular periods have ... |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/common-domain-model
LinkML Source
name: StubPeriodTypeEnum
description: The enumerated values to specify how to deal with a non standard calculation
period within a swap stream.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
permissible_values:
ShortInitial:
text: ShortInitial
description: If there is a non regular period remaining it is left shorter than
the streams calculation period frequency and placed at the start of the stream.
ShortFinal:
text: ShortFinal
description: If there is a non regular period remaining it is left shorter than
the streams calculation period frequency and placed at the end of the stream.
LongInitial:
text: LongInitial
description: If there is a non regular period remaining it is placed at the start
of the stream and combined with the adjacent calculation period to give a long
first calculation period.
LongFinal:
text: LongFinal
description: If there is a non regular period remaining it is placed at the end
of the stream and combined with the adjacent calculation period to give a long
last calculation period.