Skip to content

Class: DividendTerms

Information related to dividends and payments.

URI: common_domain_model:DividendTerms

 classDiagram
    class DividendTerms
    click DividendTerms href "../DividendTerms/"
      DividendTerms : dividendEntitlement





        DividendTerms --> "0..1" DividendEntitlementEnum : dividendEntitlement
        click DividendEntitlementEnum href "../DividendEntitlementEnum/"



      DividendTerms : manufacturedIncomeRequirement





        DividendTerms --> "1" DividendPayoutRatio : manufacturedIncomeRequirement
        click DividendPayoutRatio href "../DividendPayoutRatio/"



      DividendTerms : minimumBillingAmount





        DividendTerms --> "0..1" Money : minimumBillingAmount
        click Money href "../Money/"



Slots

Name Cardinality and Range Description Inheritance
manufacturedIncomeRequirement 1
DividendPayoutRatio
Specifies the proportion of the value of the dividend on the borrowed shares ... direct
dividendEntitlement 0..1
DividendEntitlementEnum
Defines the date on which the receiver of the equity return is entitled to th... direct
minimumBillingAmount 0..1
Money
daily fee increments accrue until a threshold is crossed, at which point paym... direct

Usages

used by used in type used
AvailableInventoryRecord dividendTerms range DividendTerms
AssetPayout dividendTerms range DividendTerms

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: DividendTerms
description: Information related to dividends and payments.
in_subset:
- cdm_product_template
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- manufacturedIncomeRequirement
- dividendEntitlement
- minimumBillingAmount

Induced

name: DividendTerms
description: Information related to dividends and payments.
in_subset:
- cdm_product_template
from_schema: https://w3id.org/lmodel/common-domain-model
attributes:
  manufacturedIncomeRequirement:
    name: manufacturedIncomeRequirement
    description: Specifies the proportion of the value of the dividend on the borrowed
      shares that the borrower is legally obligated to return to the lender.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: DividendTerms
    domain_of:
    - DividendTerms
    range: DividendPayoutRatio
    required: true
  dividendEntitlement:
    name: dividendEntitlement
    description: Defines the date on which the receiver of the equity return is entitled
      to the dividend.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: DividendTerms
    domain_of:
    - DividendReturnTerms
    - DividendTerms
    range: DividendEntitlementEnum
  minimumBillingAmount:
    name: minimumBillingAmount
    description: daily fee increments accrue until a threshold is crossed, at which
      point payment becomes due)
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: DividendTerms
    domain_of:
    - DividendTerms
    range: Money