Factset · Schema

RecordSetFieldValues

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
fieldId integer
fieldType string
fieldValue string
View JSON Schema on GitHub

JSON Schema

factset-vermilion-record-set-field-values-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RecordSetFieldValues",
  "type": "object",
  "properties": {
    "fieldId": {
      "type": "integer"
    },
    "fieldType": {
      "type": "string"
    },
    "fieldValue": {
      "type": "string"
    }
  }
}