Skip to content

Enum: CollateralStatusEnum

Represents the enumeration list to identify the settlement status of the collateral.

URI: common_domain_model:CollateralStatusEnum

Permissible Values

Value Meaning Description
FullAmount None Indicates the collateral balance amount in full, inclusive of any pre-agreed ...
SettledAmount None Indicates the collateral is settled and not an in transit pre-agreed collater...
InTransitAmount None Indicates collateral amount in transit settlement cycle only, excluding settl...

Slots

Name Description
collateralBalanceStatus Defines the collateral balance breakdown of settlement status
collateralPositionStatus Indicates the collateral positions settlement status

Identifier and Mapping Information

Schema Source

LinkML Source

name: CollateralStatusEnum
description: Represents the enumeration list to identify the settlement status of
  the collateral.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
permissible_values:
  FullAmount:
    text: FullAmount
    description: Indicates the collateral balance amount in full, inclusive of any
      pre-agreed collateral positions in transit for settlement.
  SettledAmount:
    text: SettledAmount
    description: Indicates the collateral is settled and not an in transit pre-agreed
      collateral amount/s.
  InTransitAmount:
    text: InTransitAmount
    description: Indicates collateral amount in transit settlement cycle only, excluding
      settled collateral amount/s.