Skip to content

Enum: CollateralTypeEnum

Specifies the types of collateral that are accepted by the Lender

URI: common_domain_model:CollateralTypeEnum

Permissible Values

Value Meaning Description
Cash None Security Lending Trades against Cash collateral
NonCash None Security Lending Trades against NonCash collateral
CashPool None Security Lending Trades against CashPool collateral

Slots

Name Description
collateralType Enumerates the collateral types which are accepted by the Seller

Identifier and Mapping Information

Schema Source

LinkML Source

name: CollateralTypeEnum
description: Specifies the types of collateral that are accepted by the Lender
from_schema: https://w3id.org/lmodel/common-domain-model
exact_mappings:
- http://www.fpml.org/coding-scheme/collateral-type
rank: 1000
permissible_values:
  Cash:
    text: Cash
    description: Security Lending Trades against Cash collateral
  NonCash:
    text: NonCash
    description: Security Lending Trades against NonCash collateral
  CashPool:
    text: CashPool
    description: Security Lending Trades against CashPool collateral