Skip to content

Class: AverageTradingVolume

Represents the average trading volume of an Equity product upon an exchange or set of exchanges.

URI: common_domain_model:AverageTradingVolume

 classDiagram
    class AverageTradingVolume
    click AverageTradingVolume href "../AverageTradingVolume/"
      AverageTradingVolume : methodology





        AverageTradingVolume --> "1" AverageTradingVolumeMethodologyEnum : methodology
        click AverageTradingVolumeMethodologyEnum href "../AverageTradingVolumeMethodologyEnum/"



      AverageTradingVolume : period





        AverageTradingVolume --> "1" Period : period
        click Period href "../Period/"



Slots

Name Cardinality and Range Description Inheritance
period 1
Period
Represents the period of the equities average trading volume on the exchange/... direct
methodology 1
AverageTradingVolumeMethodologyEnum
Indicates the type of equity average trading volume being stated (single) the... direct

Usages

used by used in type used
ConcentrationLimitCriteria averageTradingVolume range AverageTradingVolume

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self common_domain_model:AverageTradingVolume
native common_domain_model:AverageTradingVolume
close fpml_5_10:AverageTradingVolume

LinkML Source

Direct

name: AverageTradingVolume
description: Represents the average trading volume of an Equity product upon an exchange
  or set of exchanges.
in_subset:
- cdm_product_collateral
from_schema: https://w3id.org/lmodel/common-domain-model
close_mappings:
- fpml_5_10:AverageTradingVolume
slots:
- period
- methodology
slot_usage:
  period:
    name: period
    description: Represents the period of the equities average trading volume on the
      exchange/s.
    range: Period

Induced

name: AverageTradingVolume
description: Represents the average trading volume of an Equity product upon an exchange
  or set of exchanges.
in_subset:
- cdm_product_collateral
from_schema: https://w3id.org/lmodel/common-domain-model
close_mappings:
- fpml_5_10:AverageTradingVolume
slot_usage:
  period:
    name: period
    description: Represents the period of the equities average trading volume on the
      exchange/s.
    range: Period
attributes:
  period:
    name: period
    description: Represents the period of the equities average trading volume on the
      exchange/s.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: AverageTradingVolume
    domain_of:
    - Frequency
    - Period
    - PeriodBound
    - CalculationFrequency
    - Velocity
    - AverageTradingVolume
    range: Period
    required: true
  methodology:
    name: methodology
    description: Indicates the type of equity average trading volume being stated
      (single) the highest amount on one exchange, or (consolidated) volumes across
      multiple exchanges.
    from_schema: https://w3id.org/lmodel/common-domain-model
    close_mappings:
    - fpml_5_10:AverageTradingVolume.methodology
    rank: 1000
    owner: AverageTradingVolume
    domain_of:
    - AverageTradingVolume
    range: AverageTradingVolumeMethodologyEnum
    required: true