Factset · Schema

RecordSetFields

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
fieldType string
format string
id integer
hide string
name string
View JSON Schema on GitHub

JSON Schema

factset-vermilion-record-set-fields-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RecordSetFields",
  "type": "object",
  "properties": {
    "fieldType": {
      "type": "string"
    },
    "format": {
      "type": "string"
    },
    "id": {
      "type": "integer"
    },
    "hide": {
      "type": "string"
    },
    "name": {
      "type": "string"
    }
  }
}