Factset · JSON Structure

Factset Spar Engine Spar Component Structure

Type: object Properties: 6
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

id accounts currencyIsoCode path name category

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SPARComponent",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "accounts": {
      "type": "array"
    },
    "currencyIsoCode": {
      "type": "string"
    },
    "path": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "category": {
      "type": "string"
    }
  }
}