{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.legaldocumentation.common",
  "type": "object",
  "title": "ContractualTermsSupplement",
  "description": "A contractual supplement (such as those published by ISDA) and its publication date that will apply to the trade.",
  "properties": {
    "contractualTermsSupplementType": {
      "description": "Identifies the form of applicable contractual supplement.",
      "$ref": "cdm-legaldocumentation-common-metafields-FieldWithMetaContractualSupplementTypeEnum.schema.json"
    },
    "publicationDate": {
      "description": "Specifies the publication date of the applicable version of the contractual supplement.",
      "type": "string"
    }
  },
  "required": [
    "contractualTermsSupplementType"
  ]
}
