{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.legaldocumentation.csa",
  "type": "object",
  "title": "AdditionalType",
  "description": "The specification of the Additional Type of transaction that can require the collection or delivery of initial margin under a given regulatory regime for the purposes of Covered Transactions.",
  "properties": {
    "standardValue": {
      "description": "The qualification of the Additional Type of transaction that can require the collection or delivery of initial margin when specified as a standard value.",
      "$ref": "cdm-legaldocumentation-csa-AdditionalTypeEnum.schema.json"
    },
    "customValue": {
      "description": "The qualification of the Additional Type of transaction that can require the collection or delivery of initial margin when specified as a custom value by the parties to the legal agreement.",
      "type": "string"
    }
  },
  "required": [
    "standardValue"
  ]
}
