PACalculationParameters: PACalculationParameters

Description Format Public fields Methods

Description

PACalculationParameters Class

Format

An R6Class generator object

Public fields

componentid

character

accounts

list( PAIdentifier ) [optional]

benchmarks

list( PAIdentifier ) [optional]

dates

PADateParameters [optional]

groups

list( PACalculationGroup ) [optional]

currencyisocode

character [optional]

columns

list( PACalculationColumn ) [optional]

Methods

Public methods


Method new()

Usage
PACalculationParameters$new(
  componentid,
  accounts = NULL,
  benchmarks = NULL,
  dates = NULL,
  groups = NULL,
  currencyisocode = NULL,
  columns = NULL,
  ...
)

Method toJSON()

Usage
PACalculationParameters$toJSON()

Method fromJSON()

Usage
PACalculationParameters$fromJSON(PACalculationParametersJson)

Method toJSONString()

Usage
PACalculationParameters$toJSONString()

Method fromJSONString()

Usage
PACalculationParameters$fromJSONString(PACalculationParametersJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
PACalculationParameters$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


factset.analyticsapi.engines documentation built on Feb. 2, 2020, 5:06 p.m.