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

.cdm-java.6.0.0-dev.82.source-code.cdm-product-collateral-DeliveryAmountElectionEnum.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.collateral",
  "type": "string",
  "title": "DeliveryAmountElectionEnum",
  "description": "The enumerated values to specify the application of Interest Amount with respect to the Delivery Amount through standard language.",
  "enum": [
    "LastAndAnyLocalBusinessDay",
    "LastLocalBusinessDay"
  ],
  "oneOf": [
    {
      "enum": [
        "LastAndAnyLocalBusinessDay"
      ],
      "title": "LastAndAnyLocalBusinessDay",
      "description": "The delivery includes both `Transfer on last Local Business Day` and `Transfer a Delivery Amount (IM) consisting of cash on any Local Business Day.`"
    },
    
    {
      "enum": [
        "LastLocalBusinessDay"
      ],
      "title": "LastLocalBusinessDay",
      "description": "The delivery only includes `Transfer on last Local Business Day."
    }
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy