Factset · Schema
UnlinkedPATemplate
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Template id. |
| directory | string | Template directory. |
| templateTypeId | string | Template type id |
| snapshot | boolean | snapshot. |
| accounts | array | List of accounts |
| benchmarks | array | List of benchmarks |
| columns | array | List of columns for the PA calculation |
| groups | array | List of groupings for the PA calculation |
| currencyisocode | string | Currency ISO code for calculation. |
| componentdetail | string | PA storage type. It can be GROUPS or GROUPSALL or TOTALS or SECURITIES. |
| description | string | Template description. |
| name | string | Template name. |
| category | string | Unlinked template category |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "UnlinkedPATemplate",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Template id."
},
"directory": {
"type": "string",
"description": "Template directory."
},
"templateTypeId": {
"type": "string",
"description": "Template type id"
},
"snapshot": {
"type": "boolean",
"description": "snapshot."
},
"accounts": {
"type": "array",
"description": "List of accounts"
},
"benchmarks": {
"type": "array",
"description": "List of benchmarks"
},
"columns": {
"type": "array",
"description": "List of columns for the PA calculation"
},
"groups": {
"type": "array",
"description": "List of groupings for the PA calculation"
},
"currencyisocode": {
"type": "string",
"description": "Currency ISO code for calculation."
},
"componentdetail": {
"type": "string",
"description": "PA storage type. It can be GROUPS or GROUPSALL or TOTALS or SECURITIES."
},
"description": {
"type": "string",
"description": "Template description."
},
"name": {
"type": "string",
"description": "Template name."
},
"category": {
"type": "string",
"description": "Unlinked template category"
}
}
}