All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.cdm-java.6.0.0-dev.72.source-code.cdm-product-common-settlement-TransferSettlementEnum.schema.json Maven / Gradle / Ivy

There is a newer version: 6.0.0-dev.89
Show newest version
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.product.common.settlement",
  "type": "string",
  "title": "TransferSettlementEnum",
  "description": "The enumeration values to specify how the transfer will settle, e.g. DvP.",
  "enum": [
    "DeliveryVersusDelivery",
    "DeliveryVersusPayment",
    "NotCentralSettlement",
    "PaymentVersusPayment"
  ],
  "oneOf": [
    {
      "enum": [
        "DeliveryVersusDelivery"
      ],
      "title": "DeliveryVersusDelivery",
      "description": "Simultaneous transfer of two assets, typically securities, as a way to avoid settlement risk."
    },
    
    {
      "enum": [
        "DeliveryVersusPayment"
      ],
      "title": "DeliveryVersusPayment",
      "description": "Settlement in which the transfer of the asset and the cash settlement are simultaneous."
    },
    
    {
      "enum": [
        "NotCentralSettlement"
      ],
      "title": "NotCentralSettlement",
      "description": "No central settlement."
    },
    
    {
      "enum": [
        "PaymentVersusPayment"
      ],
      "title": "PaymentVersusPayment",
      "description": "Simultaneous transfer of cashflows."
    }
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy