Class: InterestAmount
A class to specify the application of Interest Amount with respect to the Delivery Amount and the Return Amount.
URI: common_domain_model:InterestAmount
classDiagram
class InterestAmount
click InterestAmount href "../InterestAmount/"
InterestAmount : deliveryAmount
InterestAmount --> "1" DeliveryAmount : deliveryAmount
click DeliveryAmount href "../DeliveryAmount/"
InterestAmount : returnAmount
InterestAmount --> "1" ReturnAmount : returnAmount
click ReturnAmount href "../ReturnAmount/"
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| returnAmount | 1 ReturnAmount |
The application of Interest Amount with respect the Return Amount | direct |
| deliveryAmount | 1 DeliveryAmount |
The application of Interest Amount with respect the Delivery Amount | direct |
In Subsets
See Also
Notes
- ISDA CSA_IM_Japanese_2016 paragraph "13 General Principles" clause "(n)(ii)"
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/common-domain-model
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | common_domain_model:InterestAmount |
| native | common_domain_model:InterestAmount |
LinkML Source
Direct
name: InterestAmount
description: A class to specify the application of Interest Amount with respect to
the Delivery Amount and the Return Amount.
notes:
- ISDA CSA_IM_Japanese_2016 paragraph "13 General Principles" clause "(n)(ii)"
in_subset:
- cdm_legaldocumentation_csa
from_schema: https://w3id.org/lmodel/common-domain-model
see_also:
- isda:CSA_IM_Japanese_2016
slots:
- returnAmount
- deliveryAmount
slot_usage:
returnAmount:
name: returnAmount
description: The application of Interest Amount with respect the Return Amount.
range: ReturnAmount
deliveryAmount:
name: deliveryAmount
description: The application of Interest Amount with respect the Delivery Amount.
range: DeliveryAmount
Induced
name: InterestAmount
description: A class to specify the application of Interest Amount with respect to
the Delivery Amount and the Return Amount.
notes:
- ISDA CSA_IM_Japanese_2016 paragraph "13 General Principles" clause "(n)(ii)"
in_subset:
- cdm_legaldocumentation_csa
from_schema: https://w3id.org/lmodel/common-domain-model
see_also:
- isda:CSA_IM_Japanese_2016
slot_usage:
returnAmount:
name: returnAmount
description: The application of Interest Amount with respect the Return Amount.
range: ReturnAmount
deliveryAmount:
name: deliveryAmount
description: The application of Interest Amount with respect the Delivery Amount.
range: DeliveryAmount
attributes:
returnAmount:
name: returnAmount
description: The application of Interest Amount with respect the Return Amount.
from_schema: https://w3id.org/lmodel/common-domain-model
close_mappings:
- fpml_5_10:CollateralRounding.returnAmount
rank: 1000
owner: InterestAmount
domain_of:
- CollateralRounding
- InterestAmount
- CreditSupportObligationsBase
- CSAReturnAmount
- InterestAmountApplication
range: ReturnAmount
required: true
deliveryAmount:
name: deliveryAmount
description: The application of Interest Amount with respect the Delivery Amount.
from_schema: https://w3id.org/lmodel/common-domain-model
close_mappings:
- fpml_5_10:CollateralRounding.deliveryAmount
rank: 1000
owner: InterestAmount
domain_of:
- CollateralRounding
- InterestAmount
- CreditSupportObligationsBase
- CSADeliveryAmount
- InterestAmountApplication
range: DeliveryAmount
required: true