{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.legaldocumentation.csa",
  "type": "object",
  "title": "TerminationCurrencyAmendment",
  "description": "A class to specify the Amendment to Termination Currency elections by the parties to the agreement.",
  "properties": {
    "isApplicable": {
      "description": "The qualification of whether the Amendment to Termination Currency is deemed applicable by the parties (True) or not (False).",
      "type": "boolean"
    },
    "effectiveDate": {
      "description": "The effective date of the Amendment to Termination Currency. This date can be specified as either an actual date, a specific date (e.g. the annex date) or as a custom provision.",
      "$ref": "cdm-legaldocumentation-csa-AmendmentEffectiveDate.schema.json"
    },
    "partyElection": {
      "description": "The parties' Amendment Currency election.",
      "type": "array",
      "items": {
        "$ref": "cdm-legaldocumentation-csa-TerminationCurrencyElection.schema.json"
      },
      "minItems": 0,
      "maxItems": 2
    }
  },
  "required": [
    "isApplicable"
  ]
}
