Factset · JSON Structure

Factset Pa Engine Pa Component Structure

Type: object Properties: 8
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

id accounts benchmarks currencyisocode snapshot 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": "PAComponent",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "accounts": {
      "type": "array"
    },
    "benchmarks": {
      "type": "array"
    },
    "currencyisocode": {
      "type": "string"
    },
    "snapshot": {
      "type": "boolean"
    },
    "path": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "category": {
      "type": "string"
    }
  }
}