Factset · Schema

TemplatedPAComponentSummary

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
description string
name string
parentTemplateId string
type string
View JSON Schema on GitHub

JSON Schema

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