Factset · JSON Structure

Factset Pa Engine Templated Pa Component Structure

Type: object Properties: 7
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

id directory snapshot description name parentTemplateId type

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "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"
    }
  }
}