Factset · Schema

SPARIdentifier

The account/benchmark parameter for SPAR calculation.

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
id string User's FactSet account OR benchmark id.
returntype string Benchmark return type.
prefix string Benchmark prefix.
View JSON Schema on GitHub

JSON Schema

factset-spar-engine-spar-identifier-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SPARIdentifier",
  "type": "object",
  "description": "The account/benchmark parameter for SPAR calculation.",
  "properties": {
    "id": {
      "type": "string",
      "description": "User's FactSet account OR benchmark id."
    },
    "returntype": {
      "type": "string",
      "description": "Benchmark return type."
    },
    "prefix": {
      "type": "string",
      "description": "Benchmark prefix."
    }
  }
}