Skip to content

Class: DividendPaymentDate

A class describing the date on which the dividend will be paid/received. This class is also used to specify the date on which the FX rate will be determined, when applicable.

URI: common_domain_model:DividendPaymentDate

 classDiagram
    class DividendPaymentDate
    click DividendPaymentDate href "../DividendPaymentDate/"
      DividendPaymentDate : dividendDate





        DividendPaymentDate --> "0..1" AdjustableOrRelativeDate : dividendDate
        click AdjustableOrRelativeDate href "../AdjustableOrRelativeDate/"



      DividendPaymentDate : dividendDateReference





        DividendPaymentDate --> "0..1" DividendDateReference : dividendDateReference
        click DividendDateReference href "../DividendDateReference/"



Slots

Name Cardinality and Range Description Inheritance
dividendDateReference 0..1
DividendDateReference
direct
dividendDate 0..1
AdjustableOrRelativeDate
direct

Usages

used by used in type used
DividendPeriod startDate range DividendPaymentDate
DividendPeriod endDate range DividendPaymentDate
DividendPeriod dividendPaymentDate range DividendPaymentDate

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self common_domain_model:DividendPaymentDate
native common_domain_model:DividendPaymentDate

LinkML Source

Direct

name: DividendPaymentDate
description: A class describing the date on which the dividend will be paid/received.
  This class is also used to specify the date on which the FX rate will be determined,
  when applicable.
in_subset:
- cdm_product_asset
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- dividendDateReference
- dividendDate

Induced

name: DividendPaymentDate
description: A class describing the date on which the dividend will be paid/received.
  This class is also used to specify the date on which the FX rate will be determined,
  when applicable.
in_subset:
- cdm_product_asset
from_schema: https://w3id.org/lmodel/common-domain-model
attributes:
  dividendDateReference:
    name: dividendDateReference
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: DividendPaymentDate
    domain_of:
    - DividendPaymentDate
    range: DividendDateReference
  dividendDate:
    name: dividendDate
    annotations:
      metadata_reference:
        tag: metadata_reference
        value: true
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: DividendPaymentDate
    domain_of:
    - DividendPaymentDate
    range: AdjustableOrRelativeDate