Factset · Schema

CalculationMeta

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

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

JSON Schema

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