{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.event.common",
  "type": "object",
  "title": "AgreementTermsChangeInstruction",
  "description": "A primitive instruction set that details all associated terms changes that are defined within the instruction.",
  "properties": {
    "vmCSATermsChange": {
      "description": "Specifies instructions describing a terms change to a Variation Margin agreement as represented by a set of agreement instructions.",
      "$ref": "cdm-legaldocumentation-csa-CreditSupportAgreementVariationMarginElections.schema.json"
    },
    "imCSATermsChange": {
      "description": "Specifies instructions describing a terms change to a Initial Margin agreement as represented by a set of agreement instructions.",
      "$ref": "cdm-legaldocumentation-csa-CreditSupportAgreementInitialMarginElections.schema.json"
    },
    "legacyCSATermsChange": {
      "description": "Specifies instructions describing a terms change to a Legacy CSA agreement as represented by a set of agreement instructions.",
      "$ref": "cdm-legaldocumentation-csa-CreditSupportAgreementLegacyElections.schema.json"
    }
  }
}
