Factset · Schema

ComponentSummary

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
name string Component name.
category string Component category.
View JSON Schema on GitHub

JSON Schema

factset-pa-engine-component-summary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ComponentSummary",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Component name."
    },
    "category": {
      "type": "string",
      "description": "Component category."
    }
  }
}