Class: PeriodBound
Indicator to specify if the period bound is defined as a period and whether the bound is inclusive.
URI: common_domain_model:PeriodBound
classDiagram
class PeriodBound
click PeriodBound href "../PeriodBound/"
PeriodBound : inclusive
PeriodBound : period
PeriodBound --> "1" Period : period
click Period href "../Period/"
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| period | 1 Period |
Specifies the period is to be used as the bound, e | direct |
| inclusive | 1 Boolean |
Specifies whether the period bound is inclusive, e | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| PeriodRange | lowerBound | range | PeriodBound |
| PeriodRange | upperBound | range | PeriodBound |
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:PeriodBound |
| native | common_domain_model:PeriodBound |
LinkML Source
Direct
name: PeriodBound
description: Indicator to specify if the period bound is defined as a period and whether
the bound is inclusive.
in_subset:
- cdm_base_datetime
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- period
- inclusive
slot_usage:
period:
name: period
description: Specifies the period is to be used as the bound, e.g. 5Y.
range: Period
Induced
name: PeriodBound
description: Indicator to specify if the period bound is defined as a period and whether
the bound is inclusive.
in_subset:
- cdm_base_datetime
from_schema: https://w3id.org/lmodel/common-domain-model
slot_usage:
period:
name: period
description: Specifies the period is to be used as the bound, e.g. 5Y.
range: Period
attributes:
period:
name: period
description: Specifies the period is to be used as the bound, e.g. 5Y.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: PeriodBound
domain_of:
- Frequency
- Period
- PeriodBound
- CalculationFrequency
- Velocity
- AverageTradingVolume
range: Period
required: true
inclusive:
name: inclusive
description: Specifies whether the period bound is inclusive, e.g. for a lower
bound, false would indicate greater than, whereas true would indicate greater
than or equal to.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: PeriodBound
domain_of:
- PeriodBound
- NumberBound
- MoneyBound
range: boolean
required: true