{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.legaldocumentation.transaction.additionalterms",
  "type": "object",
  "title": "GeneralInconvertibility",
  "properties": {
    "generalInconvertibilityIsApplicable": {
      "type": "boolean"
    },
    "localSubstituteProvisionType": {
      "$ref": "cdm-legaldocumentation-transaction-additionalterms-FxSubstitutionProvisionTypeEnum.schema.json"
    },
    "maximumDaysOfDisruption": {
      "description": "Specifies how long to wait to get a quote from a settlement rate option upon a price source disruption.",
      "$ref": "cdm-observable-asset-ValuationPostponement.schema.json"
    },
    "nonDeliverableSubstitute": {
      "$ref": "cdm-legaldocumentation-transaction-additionalterms-NonDeliverableSubstitute.schema.json"
    },
    "escrowArrangement": {
      "description": "Refers to the segregation deposit procedure parties may want to commmit into during the time a Disruption Event is effective",
      "$ref": "cdm-legaldocumentation-transaction-additionalterms-EscrowArrangement.schema.json"
    }
  },
  "required": [
    "generalInconvertibilityIsApplicable"
  ]
}
