Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.26 KB

File metadata and controls

16 lines (13 loc) · 1.26 KB

FactSet.AnalyticsAPI.Engines.Model.PACalculationParameters

Properties

Name Type Description Notes
Componentid string The PA Engine component identifier to analyze.
Accounts List<PAIdentifier> List of accounts. [optional]
Benchmarks List<PAIdentifier> List of benchmarks. [optional]
Dates PADateParameters [optional]
Groups List<PACalculationGroup> List of groupings for the PA calculation. This will take precedence over the groupings saved in the PA document. [optional]
Currencyisocode string Currency ISO code for calculation. [optional]
Columns List<PACalculationColumn> List of columns for the PA calculation. This will take precedence over the columns saved in the PA document. [optional]
Componentdetail string Component detail type for the PA component. It can be GROUPS or TOTALS. [optional]

[Back to Model list] [Back to API list] [Back to README]