Skip to content

Enum: TransferSettlementEnum

The enumeration values to specify how the transfer will settle, e.g. DvP.

URI: common_domain_model:TransferSettlementEnum

Permissible Values

Value Meaning Description
DeliveryVersusDelivery None Simultaneous transfer of two assets, typically securities, as a way to avoid ...
DeliveryVersusPayment None Settlement in which the transfer of the asset and the cash settlement are sim...
PaymentVersusPayment None Simultaneous transfer of cashflows
NotCentralSettlement None No central settlement

Slots

Name Description
transferSettlementType The qualification as to how the transfer will settle, e

Identifier and Mapping Information

Schema Source

LinkML Source

name: TransferSettlementEnum
description: The enumeration values to specify how the transfer will settle, e.g.
  DvP.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
permissible_values:
  DeliveryVersusDelivery:
    text: DeliveryVersusDelivery
    description: Simultaneous transfer of two assets, typically securities, as a way
      to avoid settlement risk.
  DeliveryVersusPayment:
    text: DeliveryVersusPayment
    description: Settlement in which the transfer of the asset and the cash settlement
      are simultaneous.
  PaymentVersusPayment:
    text: PaymentVersusPayment
    description: Simultaneous transfer of cashflows.
  NotCentralSettlement:
    text: NotCentralSettlement
    description: No central settlement.