{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.legaldocumentation.csa",
  "type": "object",
  "title": "CreditSupportObligationsLegacy",
  "description": "Specification of the Credit Support Obligations applicable to the Legacy (1994/95) Credit Support Annex.",
  "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"
    },
    "threshold": {
      "description": "Represents the amount of unsecured risk that a party is willing to tolerate without holding any posted collateral provided by the other party.",
      "$ref": "cdm-legaldocumentation-csa-Threshold.schema.json"
    },
    "rounding": {
      "description": "The rounding methodology applicable to the Delivery Amount and the Return Amount in terms of nearest integral multiple of Base Currency units.",
      "$ref": "cdm-legaldocumentation-csa-CollateralRounding.schema.json"
    },
    "independentAmount": {
      "description": "Specifies the additional amount of collateral that is required to be delivered by a party irrespective of the mark-to-market exposure under the related Transactions. It may take the form of a fixed amount or may be determined using ratings.",
      "$ref": "cdm-legaldocumentation-csa-LegacyIndependentAmount.schema.json"
    },
    "creditSupportAmount": {
      "description": "The total amount one counterparty must deliver to the other at any time: the combination of the Exposure to that party and the net Independent Amounts it must post, minus any agreed Threshold.",
      "$ref": "cdm-legaldocumentation-csa-CreditSupportAmount.schema.json"
    },
    "eligibleCreditSupport": {
      "description": "Specification of the Eligible Collateral or Credit Support applicable to the Agreement.",
      "$ref": "cdm-legaldocumentation-csa-EligibleCreditSupport.schema.json"
    }
  },
  "required": [
    "threshold",
    "rounding",
    "independentAmount",
    "creditSupportAmount",
    "eligibleCreditSupport"
  ]
}
