Factset · JSON Structure

Factset Pa Engine Pa Calculation Parameters Structure

Type: object Properties: 7
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

componentid accounts benchmarks groups currencyisocode columns componentdetail

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PACalculationParameters",
  "type": "object",
  "properties": {
    "componentid": {
      "type": "string"
    },
    "accounts": {
      "type": "array"
    },
    "benchmarks": {
      "type": "array"
    },
    "groups": {
      "type": "array"
    },
    "currencyisocode": {
      "type": "string"
    },
    "columns": {
      "type": "array"
    },
    "componentdetail": {
      "type": "string"
    }
  }
}