Factset · Schema

SPARCalculationParameters

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
componentid string The SPAR Engine component identifier to analyze.
accounts array List of accounts for SPAR calculation.
currencyisocode string Currency ISO code for calculation.
View JSON Schema on GitHub

JSON Schema

factset-spar-engine-spar-calculation-parameters-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SPARCalculationParameters",
  "type": "object",
  "properties": {
    "componentid": {
      "type": "string",
      "description": "The SPAR Engine component identifier to analyze."
    },
    "accounts": {
      "type": "array",
      "description": "List of accounts for SPAR calculation."
    },
    "currencyisocode": {
      "type": "string",
      "description": "Currency ISO code for calculation."
    }
  }
}