Class: InterestAmountApplication
A class to specify the application of Interest Amount with respect to the Delivery Amount and the Return Amount.
URI: common_domain_model:InterestAmountApplication
classDiagram
class InterestAmountApplication
click InterestAmountApplication href "../InterestAmountApplication/"
InterestAmountApplication : deliveryAmount
InterestAmountApplication --> "1" DeliveryAmount : deliveryAmount
click DeliveryAmount href "../DeliveryAmount/"
InterestAmountApplication : returnAmount
InterestAmountApplication --> "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 |
Usages
| used by | used in | type | used |
|---|---|---|---|
| CollateralInterestHandlingParameters | interestAmountApplication | range | InterestAmountApplication |
In Subsets
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/common-domain-model
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | common_domain_model:InterestAmountApplication |
| native | common_domain_model:InterestAmountApplication |
LinkML Source
Direct
name: InterestAmountApplication
description: A class to specify the application of Interest Amount with respect to
the Delivery Amount and the Return Amount.
in_subset:
- cdm_product_collateral
from_schema: https://w3id.org/lmodel/common-domain-model
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: InterestAmountApplication
description: A class to specify the application of Interest Amount with respect to
the Delivery Amount and the Return Amount.
in_subset:
- cdm_product_collateral
from_schema: https://w3id.org/lmodel/common-domain-model
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: InterestAmountApplication
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: InterestAmountApplication
domain_of:
- CollateralRounding
- InterestAmount
- CreditSupportObligationsBase
- CSADeliveryAmount
- InterestAmountApplication
range: DeliveryAmount
required: true