Factset · JSON Structure

Factset Prices References Structure

Type: object Properties: 14
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

fsymId name secType secTypeCode secTypeCodeDet currency country primaryExchange exchangeCountry localIndex nextTradingHolidayDate firstDate lastDate requestId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "references",
  "type": "object",
  "properties": {
    "fsymId": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "secType": {
      "type": "string"
    },
    "secTypeCode": {
      "type": "string"
    },
    "secTypeCodeDet": {
      "type": "string"
    },
    "currency": {
      "type": "string"
    },
    "country": {
      "type": "string"
    },
    "primaryExchange": {
      "type": "string"
    },
    "exchangeCountry": {
      "type": "string"
    },
    "localIndex": {
      "type": "string"
    },
    "nextTradingHolidayDate": {
      "type": "string"
    },
    "firstDate": {
      "type": "string"
    },
    "lastDate": {
      "type": "string"
    },
    "requestId": {
      "type": "string"
    }
  }
}