Factset · JSON Structure

Factset Content Feeds Data Dictionary Data Item Structure

Type: object Properties: 7
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

id name description entitled dataFeed api referenceDataFeed

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DataItem",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "entitled": {
      "type": "boolean"
    },
    "dataFeed": {
      "type": "boolean"
    },
    "api": {
      "type": "boolean"
    },
    "referenceDataFeed": {
      "type": "boolean"
    }
  }
}