{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.legaldocumentation.csa",
  "type": "object",
  "title": "CreditSupportObligationsBase",
  "description": "A logical container designed to hold a set of related data. In this case, designed to hold a set of clauses that are common amongst Legacy (1994/95), Variation Margin and Initial Margin Credit Support Documents in regards to Credit Support Obligations.",
  "properties": {
    "deliveryAmount": {
      "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 Amount.",
      "$ref": "cdm-legaldocumentation-csa-CSADeliveryAmount.schema.json"
    },
    "returnAmount": {
      "description": "In respect of a Valuation Date, the amount of collateral which a party is entitled to demand to be recalled to it as a Return Amount.",
      "$ref": "cdm-legaldocumentation-csa-CSAReturnAmount.schema.json"
    },
    "minimumTransferAmount": {
      "description": "Represents the threshold specified in the agreement below which collateral need not be delivered, and represents the smallest incremental value of exposure that must be reached before the parties are obliged to transfer collateral.",
      "$ref": "cdm-legaldocumentation-csa-MinimumTransferAmount.schema.json"
    },
    "collateralTransferTiming": {
      "description": "Specification of transfer / settlement timing for cash and securities collateral assuming that the notice is provided before the Notification Time (and with a 1LBD lag introduced if the notice is delivered after the Notification Time), and that securities allow for a further Local Business Day for transfer / settlement.",
      "$ref": "cdm-legaldocumentation-csa-CollateralTransferTiming.schema.json"
    },
    "bespokeTransferTiming": {
      "description": "The time by which the transfer of collateral must take place when different from the Regular Settlement Day as a result of parties' election.",
      "$ref": "cdm-legaldocumentation-csa-BespokeTransferTiming.schema.json"
    }
  },
  "required": [
    "deliveryAmount",
    "returnAmount",
    "minimumTransferAmount"
  ]
}
