Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.28 KB

PACalculationParameters.md

File metadata and controls

25 lines (15 loc) · 1.28 KB

PACalculationParameters

Properties

Name Type Description Notes
componentid String The PA Engine component identifier to analyze.
accounts java.util.List<PAIdentifier> List of accounts. [optional]
benchmarks java.util.List<PAIdentifier> List of benchmarks. [optional]
dates PADateParameters [optional]
groups java.util.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 java.util.List<PACalculationColumn> List of columns for the PA calculation. This will take precedence over the columns saved in the PA document. [optional]
datasources PACalculationDataSources [optional]
componentdetail String Component detail type for the PA component. It can be GROUPS or GROUPSALL or TOTALS or SECURITIES. [optional]

Implemented Interfaces

  • Serializable