Factset · JSON Structure

Factset Pa Engine Linked Pa Template Structure

Type: object Properties: 6
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

directory snapshot id description name parentComponentId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "LinkedPATemplate",
  "type": "object",
  "properties": {
    "directory": {
      "type": "string"
    },
    "snapshot": {
      "type": "boolean"
    },
    "id": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "parentComponentId": {
      "type": "string"
    }
  }
}