{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.legaldocumentation.csa",
  "type": "object",
  "title": "LegacyIndependentAmount",
  "description": "Sets out the additional amount of collateral that is required to be delivered by that party irrespective of the mark-to-market exposure under the related Transactions. It may take the form of a fixed amount, or be determined using credit ratings.",
  "properties": {
    "partyElection": {
      "description": "The party specific elections for the Independent Amount clause.",
      "type": "array",
      "items": {
        "$ref": "cdm-legaldocumentation-csa-LegacyIndependentAmountParty.schema.json"
      },
      "minItems": 2,
      "maxItems": 2
    },
    "additionalLanguage": {
      "description": "The additional language that might be specified by the parties to the legal agreement.",
      "type": "string"
    }
  }
}
