{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.legaldocumentation.csa",
  "type": "object",
  "title": "TransferSettlementTiming",
  "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.",
  "properties": {
    "cashCollateralTransferSettlementTime": {
      "description": "Details the day on which collateral is required to be transferred relative to the Notification Time.",
      "$ref": "cdm-legaldocumentation-csa-CashCTSTimeEnum.schema.json"
    },
    "securititesCollateralTransferSettlementTime": {
      "description": "Details the day on which collateral is required to be transferred relative to the Notification Time.",
      "$ref": "cdm-legaldocumentation-csa-SecuritiesCTSTimeEnum.schema.json"
    },
    "additionalLanguage": {
      "description": "The additional language that might be specified by the parties to the legal agreement.",
      "type": "string"
    }
  }
}
