Factset · JSON Structure

Factset Pa Engine Unlinked Pa Template Structure

Type: object Properties: 13
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

id directory templateTypeId snapshot accounts benchmarks columns groups currencyisocode componentdetail description name category

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "UnlinkedPATemplate",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "directory": {
      "type": "string"
    },
    "templateTypeId": {
      "type": "string"
    },
    "snapshot": {
      "type": "boolean"
    },
    "accounts": {
      "type": "array"
    },
    "benchmarks": {
      "type": "array"
    },
    "columns": {
      "type": "array"
    },
    "groups": {
      "type": "array"
    },
    "currencyisocode": {
      "type": "string"
    },
    "componentdetail": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "category": {
      "type": "string"
    }
  }
}