{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.legaldocumentation.csa",
  "type": "string",
  "title": "DeliveryReturnAmountEnum",
  "description": "In respect of a Valuation Date, the amount of collateral which a party is entitled to demand to be transferred to it as a Delivery or Return Amount.",
  "enum": [
    "NonStandardOther",
    "NonStandardRatings",
    "Standard"
  ],
  "oneOf": [
    {
      "enum": [
        "NonStandardOther"
      ],
      "title": "NonStandardOther",
      "description": "Election includes non-standard bespoke language."
    },
    
    {
      "enum": [
        "NonStandardRatings"
      ],
      "title": "NonStandardRatings",
      "description": "Election includes non-standard ratings-based language."
    },
    
    {
      "enum": [
        "Standard"
      ],
      "title": "Standard",
      "description": "Standard definition applies."
    }
  ]
}
