Factset · JSON Structure

Factset Search Answers Instrument Id Structure

Type: object Properties: 11
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

InstrumentID is a JSON Structure definition published by Factset, describing 11 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

BBG CUSIP FDS_ID FDS_TICKER_REGION FDS_TICKER_EXCHANGE FIGI ISIN PERMID RIC SEDOL ticker

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "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"
    }
  }
}