{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.product.collateral",
  "type": "object",
  "title": "ListingType",
  "description": "Specifies a filter based on an underlying corporate financial official listing defined at a stock exchange.",
  "properties": {
    "exchange": {
      "description": "Represents a filter based on the Primary Stock Exchange facilitating the listing of companies, exchange of Stocks, Exchange traded Derivatives, Bonds, and other Securities expressed in ISO standard 10383.",
      "$ref": "com-rosetta-model-metafields-FieldWithMetaString.schema.json"
    },
    "sector": {
      "description": "Represents a filter based on an industry sector defined under a system for classifying industry types such as Global Industry Classification Standard (GICS) and North American Industry Classification System (NAICS)",
      "$ref": "com-rosetta-model-metafields-FieldWithMetaString.schema.json"
    },
    "index": {
      "description": "Represents a filter based on an index that measures a stock market, or a subset of a stock market.",
      "$ref": "cdm-base-staticdata-asset-common-Index.schema.json"
    }
  }
}
