Skip to content

Class: ThresholdMinimumTransferAmountFixedAmount

Defines the Threshold or the Minimum Transfer Amount (MTA) as a fixed amount.

URI: common_domain_model:ThresholdMinimumTransferAmountFixedAmount

 classDiagram
    class ThresholdMinimumTransferAmountFixedAmount
    click ThresholdMinimumTransferAmountFixedAmount href "../ThresholdMinimumTransferAmountFixedAmount/"
      ThresholdMinimumTransferAmountBase <|-- ThresholdMinimumTransferAmountFixedAmount
        click ThresholdMinimumTransferAmountBase href "../ThresholdMinimumTransferAmountBase/"

      ThresholdMinimumTransferAmountFixedAmount : amount





        ThresholdMinimumTransferAmountFixedAmount --> "1" Money : amount
        click Money href "../Money/"



      ThresholdMinimumTransferAmountFixedAmount : event





        ThresholdMinimumTransferAmountFixedAmount --> "*" ZeroEventEnum : event
        click ZeroEventEnum href "../ZeroEventEnum/"



      ThresholdMinimumTransferAmountFixedAmount : zeroEvent

Inheritance

Slots

Name Cardinality and Range Description Inheritance
amount 1
Money
Specifies the monetary value of the Threshold or the Minimum Transfer Amount ... direct
zeroEvent 1
Boolean
Indicates whether a trigger applies for the Threshold or Minimum Transfer Amo... ThresholdMinimumTransferAmountBase
event *
ZeroEventEnum
Specifies the relevant trigger for the Threshold or Minimum Transfer Amount t... ThresholdMinimumTransferAmountBase

Usages

used by used in type used
ThresholdElection fixedAmount range ThresholdMinimumTransferAmountFixedAmount
MinimumTransferAmountElection fixedAmount range ThresholdMinimumTransferAmountFixedAmount

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: ThresholdMinimumTransferAmountFixedAmount
description: Defines the Threshold or the Minimum Transfer Amount (MTA) as a fixed
  amount.
in_subset:
- cdm_legaldocumentation_csa
from_schema: https://w3id.org/lmodel/common-domain-model
is_a: ThresholdMinimumTransferAmountBase
slots:
- amount
slot_usage:
  amount:
    name: amount
    description: Specifies the monetary value of the Threshold or the Minimum Transfer
      Amount (MTA) applicable to collateral transfer obligations.

Induced

name: ThresholdMinimumTransferAmountFixedAmount
description: Defines the Threshold or the Minimum Transfer Amount (MTA) as a fixed
  amount.
in_subset:
- cdm_legaldocumentation_csa
from_schema: https://w3id.org/lmodel/common-domain-model
is_a: ThresholdMinimumTransferAmountBase
slot_usage:
  amount:
    name: amount
    description: Specifies the monetary value of the Threshold or the Minimum Transfer
      Amount (MTA) applicable to collateral transfer obligations.
attributes:
  amount:
    name: amount
    description: Specifies the monetary value of the Threshold or the Minimum Transfer
      Amount (MTA) applicable to collateral transfer obligations.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: ThresholdMinimumTransferAmountFixedAmount
    domain_of:
    - Valuation
    - ElectiveAmountElection
    - CSAThresholdVariableSet
    - ThresholdMinimumTransferAmountFixedAmount
    - CSAMinimumTransferAmountVariableSet
    - LegacyResolutionAlternative
    - RatingAgencyAmount
    - FeaturePayment
    - ComputedAmount
    range: Money
    required: true
  zeroEvent:
    name: zeroEvent
    description: Indicates whether a trigger applies for the Threshold or Minimum
      Transfer Amount to fall to zero. If 'True' then such a trigger exists.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: ThresholdMinimumTransferAmountFixedAmount
    domain_of:
    - ThresholdMinimumTransferAmountBase
    range: boolean
    required: true
  event:
    name: event
    description: Specifies the relevant trigger for the Threshold or Minimum Transfer
      Amount to fall to zero.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: ThresholdMinimumTransferAmountFixedAmount
    domain_of:
    - ThresholdMinimumTransferAmountBase
    range: ZeroEventEnum
    multivalued: true