Skip to content

Enum: CollateralInterestHandlingEnum

How is collateral interest to be handled?

URI: common_domain_model:CollateralInterestHandlingEnum

Permissible Values

Value Meaning Description
Transfer None Transfer the interest each period
Adjust None Adjust the collateral balance to include the interest amount
Transfer_or_Adjust None Transfer the interest if it meets certain criteria, or otherwise adjust the ...

Slots

Name Description
interestPaymentHandling Specifies how the collateral interest is to be handled

Identifier and Mapping Information

Schema Source

LinkML Source

name: CollateralInterestHandlingEnum
description: How is collateral interest to be handled?
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
permissible_values:
  Transfer:
    text: Transfer
    description: ' Transfer the interest each period '
  Adjust:
    text: Adjust
    description: ' Adjust the collateral balance to include the interest amount '
  Transfer_or_Adjust:
    text: Transfer_or_Adjust
    description: ' Transfer the interest if it meets certain criteria, or otherwise
      adjust the collateral balance to reflect the interest amount  '