Skip to content

Class: PaymentDetail

URI: common_domain_model:PaymentDetail

 classDiagram
    class PaymentDetail
    click PaymentDetail href "../PaymentDetail/"
      PaymentDetail : paymentAmount





        PaymentDetail --> "0..1" Money : paymentAmount
        click Money href "../Money/"



      PaymentDetail : paymentDate





        PaymentDetail --> "0..1" AdjustableOrRelativeDate : paymentDate
        click AdjustableOrRelativeDate href "../AdjustableOrRelativeDate/"



      PaymentDetail : paymentRule





        PaymentDetail --> "1" PaymentRule : paymentRule
        click PaymentRule href "../PaymentRule/"



Slots

Name Cardinality and Range Description Inheritance
paymentDate 0..1
AdjustableOrRelativeDate
The feature payment date direct
paymentRule 1
PaymentRule
The calculation rule direct
paymentAmount 0..1
Money
A fixed payment amount direct

Usages

used by used in type used
IndependentAmount paymentDetail range PaymentDetail

In Subsets

Identifier and Mapping Information

Annotations

property value
metadata_key True

Schema Source

Mappings

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

LinkML Source

Direct

name: PaymentDetail
annotations:
  metadata_key:
    tag: metadata_key
    value: true
in_subset:
- cdm_product_common_settlement
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- paymentDate
- paymentRule
- paymentAmount

Induced

name: PaymentDetail
annotations:
  metadata_key:
    tag: metadata_key
    value: true
in_subset:
- cdm_product_common_settlement
from_schema: https://w3id.org/lmodel/common-domain-model
attributes:
  paymentDate:
    name: paymentDate
    description: The feature payment date.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: PaymentDetail
    domain_of:
    - FeaturePayment
    - InterestRatePayout
    - PaymentDetail
    - SchedulePeriod
    range: AdjustableOrRelativeDate
  paymentRule:
    name: paymentRule
    description: The calculation rule.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: PaymentDetail
    domain_of:
    - PaymentDetail
    range: PaymentRule
    required: true
  paymentAmount:
    name: paymentAmount
    description: A fixed payment amount.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: PaymentDetail
    domain_of:
    - PaymentDetail
    range: Money