Factset · Schema

TableCodeInfo

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
dataItemIsCode boolean Flag indicating if the field is represented as a code in Standard DataFeeds
codeFieldId string Unique identifier for the code
codeString string String value for the code as it appears in Standard DataFeeds
View JSON Schema on GitHub

JSON Schema

factset-content-feeds-data-dictionary-table-code-info-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TableCodeInfo",
  "type": "object",
  "properties": {
    "dataItemIsCode": {
      "type": "boolean",
      "description": "Flag indicating if the field is represented as a code in Standard DataFeeds"
    },
    "codeFieldId": {
      "type": "string",
      "description": "Unique identifier for the code"
    },
    "codeString": {
      "type": "string",
      "description": "String value for the code as it appears in Standard DataFeeds"
    }
  }
}