Factset · Schema

gicsResponse

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
data array Array of GICS Objects, representing all requested ids and dates.
View JSON Schema on GitHub

JSON Schema

factset-classifications-gics-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "gicsResponse",
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "description": "Array of GICS Objects, representing all requested ids and dates.\n"
    }
  }
}