Factset · Schema

ModelAccountAdditionalField

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
iteration boolean
name string
type string
description string
splitDirection string
size integer
codePageFlag string
View JSON Schema on GitHub

JSON Schema

factset-portfolio-model-account-additional-field-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ModelAccountAdditionalField",
  "type": "object",
  "properties": {
    "iteration": {
      "type": "boolean"
    },
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "splitDirection": {
      "type": "string"
    },
    "size": {
      "type": "integer"
    },
    "codePageFlag": {
      "type": "string"
    }
  }
}