Factset · JSON Structure

Factset Irn Custom Symbols Instrument Dto Structure

Type: object Properties: 8
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

symbol tickerRegion tickerExchange sedol cusip isin instrumentName identifiers

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "InstrumentDto",
  "type": "object",
  "properties": {
    "symbol": {
      "type": "string"
    },
    "tickerRegion": {
      "type": "string"
    },
    "tickerExchange": {
      "type": "string"
    },
    "sedol": {
      "type": "string"
    },
    "cusip": {
      "type": "string"
    },
    "isin": {
      "type": "string"
    },
    "instrumentName": {
      "type": "string"
    },
    "identifiers": {
      "type": "array"
    }
  }
}