Factset · JSON Structure

Factset Quant Engine Quant Calculation Meta Structure

Type: object Properties: 5
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

QuantCalculationMeta is a JSON Structure definition published by Factset, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

allowArrayData contentorganization stachContentOrganization contenttype format

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "QuantCalculationMeta",
  "type": "object",
  "properties": {
    "allowArrayData": {
      "type": "boolean"
    },
    "contentorganization": {
      "type": "string"
    },
    "stachContentOrganization": {
      "type": "string"
    },
    "contenttype": {
      "type": "string"
    },
    "format": {
      "type": "string"
    }
  }
}