Factset · JSON Structure

Factset Pa Engine Unlinked Pa Template Parameters Structure

Type: object Properties: 9
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

directory templateTypeId description accounts benchmarks columns groups currencyisocode componentdetail

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

JSON Structure

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