Factset · Schema
UnlinkedPATemplateParameters
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch
Properties
| Name | Type | Description |
|---|---|---|
| directory | string | The directory to create an unlinked PA template |
| templateTypeId | string | Template type id |
| description | string | Template description |
| 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. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "UnlinkedPATemplateParameters",
"type": "object",
"properties": {
"directory": {
"type": "string",
"description": "The directory to create an unlinked PA template"
},
"templateTypeId": {
"type": "string",
"description": "Template type id"
},
"description": {
"type": "string",
"description": "Template description"
},
"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."
}
}
}