Factset · Schema

QuantCalculationMeta

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
allowArrayData boolean
contentorganization string
stachContentOrganization string
contenttype string
format string
View JSON Schema on GitHub

JSON Schema

factset-quant-engine-quant-calculation-meta-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "QuantCalculationMeta",
  "type": "object",
  "properties": {
    "allowArrayData": {
      "type": "boolean"
    },
    "contentorganization": {
      "type": "string"
    },
    "stachContentOrganization": {
      "type": "string"
    },
    "contenttype": {
      "type": "string"
    },
    "format": {
      "type": "string"
    }
  }
}