Factset · Schema

TemplatedPAComponentParameters

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
directory string Directory to create templated components
parentTemplateId string Parent template id
description string Component description.
View JSON Schema on GitHub

JSON Schema

factset-pa-engine-templated-pa-component-parameters-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TemplatedPAComponentParameters",
  "type": "object",
  "properties": {
    "directory": {
      "type": "string",
      "description": "Directory to create templated components"
    },
    "parentTemplateId": {
      "type": "string",
      "description": "Parent template id"
    },
    "description": {
      "type": "string",
      "description": "Component description."
    }
  }
}