{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.legaldocumentation.master",
  "type": "object",
  "title": "TransactionAdditionalTerms",
  "description": "Additional specification for the extraordinary events that may affect a trade and the related contractual rights and obligation of the parties when this happens. Such terms are typically required to extend the economics terms, for the purpose of producing the final legal contractual form of the Transaction.",
  "properties": {
    "equityAdditionalTerms": {
      "$ref": "cdm-legaldocumentation-master-EquityAdditionalTerms.schema.json"
    },
    "foreignExchangeAdditionalTerms": {
      "$ref": "cdm-legaldocumentation-master-FxAdditionalTerms.schema.json"
    },
    "commoditiesAdditionalTerms": {
      "type": "string"
    },
    "creditAdditionalTerms": {
      "type": "string"
    },
    "interestRateAdditionalTerms": {
      "type": "string"
    },
    "digitalAssetAdditionalTerms": {
      "type": "string"
    }
  }
}
