{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.regulation",
  "type": "object",
  "title": "DerivInstrmAttrbts",
  "properties": {
    "xpryDt": {
      "type": "string"
    },
    "pricMltplr": {
      "type": "string"
    },
    "undrlygInstrm": {
      "$ref": "cdm-regulation-UndrlygInstrm.schema.json"
    },
    "dlvryTp": {
      "type": "string"
    }
  },
  "required": [
    "xpryDt",
    "pricMltplr",
    "undrlygInstrm",
    "dlvryTp"
  ]
}
