Factset · JSON Structure

Factset Content Feeds Data Dictionary Table Field Structure

Type: object Properties: 12
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

id dataItemId name dataType position isPrimaryKey nullable hasCodeDependency monetary splitAffected unitFactor description

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "TableField",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "dataItemId": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "dataType": {
      "type": "string"
    },
    "position": {
      "type": "integer"
    },
    "isPrimaryKey": {
      "type": "boolean"
    },
    "nullable": {
      "type": "boolean"
    },
    "hasCodeDependency": {
      "type": "boolean"
    },
    "monetary": {
      "type": "boolean"
    },
    "splitAffected": {
      "type": "boolean"
    },
    "unitFactor": {
      "type": "string"
    },
    "description": {
      "type": "string"
    }
  }
}