Class: Velocity
URI: common_domain_model:Velocity
classDiagram
class Velocity
click Velocity href "../Velocity/"
Velocity : period
Velocity --> "0..1" PeriodTimeEnum : period
click PeriodTimeEnum href "../PeriodTimeEnum/"
Velocity : periodMultiplier
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| periodMultiplier | 0..1 Integer |
A time period multiplier, e | direct |
| period | 0..1 PeriodTimeEnum |
A time period, e | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| LimitApplicable | velocity | range | Velocity |
| LimitApplicableExtended | velocity | range | Velocity |
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:Velocity |
| native | common_domain_model:Velocity |
LinkML Source
Direct
name: Velocity
in_subset:
- cdm_event_workflow
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- periodMultiplier
- period
slot_usage:
periodMultiplier:
name: periodMultiplier
required: false
period:
name: period
range: PeriodTimeEnum
required: false
Induced
name: Velocity
in_subset:
- cdm_event_workflow
from_schema: https://w3id.org/lmodel/common-domain-model
slot_usage:
periodMultiplier:
name: periodMultiplier
required: false
period:
name: period
range: PeriodTimeEnum
required: false
attributes:
periodMultiplier:
name: periodMultiplier
description: A time period multiplier, e.g. 1, 2, or 3. If the period value is
T (Term) then period multiplier must contain the value 1.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: Velocity
domain_of:
- Frequency
- Period
- Velocity
range: integer
required: false
period:
name: period
description: A time period, e.g. a day, week, month, year or term of the stream.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: Velocity
domain_of:
- Frequency
- Period
- PeriodBound
- CalculationFrequency
- Velocity
- AverageTradingVolume
range: PeriodTimeEnum
required: false