Factset · Schema

SPARComponent

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
id string Component identifier.
accounts array List of accounts in SPAR document.
currencyIsoCode string CurrencyCode in SPAR document.
path string The path to the document
name string Component name.
category string Component category.
View JSON Schema on GitHub

JSON Schema

factset-spar-engine-spar-component-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SPARComponent",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Component identifier."
    },
    "accounts": {
      "type": "array",
      "description": "List of accounts in SPAR document."
    },
    "currencyIsoCode": {
      "type": "string",
      "description": "CurrencyCode in SPAR document."
    },
    "path": {
      "type": "string",
      "description": "The path to the document"
    },
    "name": {
      "type": "string",
      "description": "Component name."
    },
    "category": {
      "type": "string",
      "description": "Component category."
    }
  }
}