{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.product.collateral",
  "type": "object",
  "title": "AverageTradingVolume",
  "description": "Represents the average trading volume of an Equity product upon an exchange or set of exchanges.",
  "properties": {
    "period": {
      "description": "Represents the period of the equities average trading volume on the exchange/s.",
      "$ref": "cdm-base-datetime-Period.schema.json"
    },
    "methodology": {
      "description": "Indicates the type of equity average trading volume being stated (single) the highest amount on one exchange, or (consolidated) volumes across multiple exchanges.",
      "$ref": "cdm-product-collateral-AverageTradingVolumeMethodologyEnum.schema.json"
    }
  },
  "required": [
    "period",
    "methodology"
  ]
}
