Factset · Schema

TemplatedPAComponent

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
id string
directory string
snapshot boolean
description string
name string
parentTemplateId string
type string
View JSON Schema on GitHub

JSON Schema

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