Factset · Schema

InstrumentID

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
BBG string
CUSIP string
FDS_ID string
FDS_TICKER_REGION string
FDS_TICKER_EXCHANGE string
FIGI string
ISIN string
PERMID string
RIC string
SEDOL string
ticker string
View JSON Schema on GitHub

JSON Schema

factset-search-answers-instrument-id-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "InstrumentID",
  "type": "object",
  "properties": {
    "BBG": {
      "type": "string"
    },
    "CUSIP": {
      "type": "string"
    },
    "FDS_ID": {
      "type": "string"
    },
    "FDS_TICKER_REGION": {
      "type": "string"
    },
    "FDS_TICKER_EXCHANGE": {
      "type": "string"
    },
    "FIGI": {
      "type": "string"
    },
    "ISIN": {
      "type": "string"
    },
    "PERMID": {
      "type": "string"
    },
    "RIC": {
      "type": "string"
    },
    "SEDOL": {
      "type": "string"
    },
    "ticker": {
      "type": "string"
    }
  }
}