Factset · Schema

Table

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
id string Unique identifier for the table
dbSchema string Schema prefix for Standard DataFeeds
name string Name of the table
description string A description of the table
entitled boolean Flag indicating if the user is entitled to access the data in their subscriptions
View JSON Schema on GitHub

JSON Schema

factset-content-feeds-data-dictionary-table-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Table",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the table"
    },
    "dbSchema": {
      "type": "string",
      "description": "Schema prefix for Standard DataFeeds"
    },
    "name": {
      "type": "string",
      "description": "Name of the table"
    },
    "description": {
      "type": "string",
      "description": "A description of the table"
    },
    "entitled": {
      "type": "boolean",
      "description": "Flag indicating if the user is entitled to access the data in their subscriptions"
    }
  }
}