Skip to content

Class: DistributionAndInterestPayment

A class to specify the Distributions and Interest Payment provisions applicable to the collateral agreement.

URI: common_domain_model:DistributionAndInterestPayment

 classDiagram
    class DistributionAndInterestPayment
    click DistributionAndInterestPayment href "../DistributionAndInterestPayment/"
      DistributionAndInterestPayment : interestParameters





        DistributionAndInterestPayment --> "*" CollateralInterestParameters : interestParameters
        click CollateralInterestParameters href "../CollateralInterestParameters/"



Slots

Name Cardinality and Range Description Inheritance
interestParameters *
CollateralInterestParameters
Represents the interest parameters for the various currencies, margin types, ... direct

Usages

used by used in type used
CreditSupportAgreementInitialMarginElections distributionAndInterestPayment range DistributionAndInterestPayment
CreditSupportAgreementVariationMarginElections distributionAndInterestPayment range DistributionAndInterestPayment
CreditSupportAgreementLegacyElections distributionAndInterestPayment range DistributionAndInterestPayment
CreditSupportAgreementElectionsBase distributionAndInterestPayment range DistributionAndInterestPayment

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: DistributionAndInterestPayment
description: A class to specify the Distributions and Interest Payment provisions
  applicable to the collateral agreement.
in_subset:
- cdm_product_collateral
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- interestParameters

Induced

name: DistributionAndInterestPayment
description: A class to specify the Distributions and Interest Payment provisions
  applicable to the collateral agreement.
in_subset:
- cdm_product_collateral
from_schema: https://w3id.org/lmodel/common-domain-model
attributes:
  interestParameters:
    name: interestParameters
    description: Represents the interest parameters for the various currencies, margin
      types, posting parties.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: DistributionAndInterestPayment
    domain_of:
    - DistributionAndInterestPayment
    range: CollateralInterestParameters
    multivalued: true
    inlined: true
    inlined_as_list: true