{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.legaldocumentation.csa",
  "type": "object",
  "title": "TerminationCurrencyElection",
  "description": "A class to specify the Amendment to Termination Currency election by the parties to the agreement.",
  "properties": {
    "party": {
      "description": "The elective party.",
      "type": "array",
      "items": {
        "$ref": "cdm-base-staticdata-party-CounterpartyRoleEnum.schema.json"
      },
      "minItems": 1,
      "maxItems": 2
    },
    "isSpecified": {
      "description": "The qualification of whether the Termination Currency is specified in this document (True) or in an Eligible Support Credit Support (IM) Schedule (False).",
      "type": "boolean"
    },
    "currency": {
      "description": "The Termination Currency associated with the party that referenced as part of this class. The list of valid currencies is not presently positioned as an enumeration as part of the CDM because that scope is limited to the values specified by ISDA and FpML. As a result, implementers have to make reference to the relevant standard, such as the ISO 4217 standard for currency codes.",
      "$ref": "com-rosetta-model-metafields-FieldWithMetaString.schema.json"
    }
  },
  "required": [
    "isSpecified"
  ]
}
