Skip to main content
Some of the calculation parameters are exposed via Context Values and you can override them on-the-fly to visualize the impact. For an exhaustive list of all context values available for this version of Atoti Server, see the Atoti Server Documentation.

Context Values

The confidence level context values (ESConfidenceLevel, ETGConfidenceLevel, VaEConfidenceLevel, VaRConfidenceLevel) can be used to override the default confidence level in their respective calculations.

PercentileBuckets

Controls the number of buckets used by the distribution histograms. If a user changes it to, say, 10, the PnL values are re-bucketed and the distribution charts updated.
PnL Distribution charts using the PercentileBuckets context value

ReferenceLevel

The ReferenceLevel context value sets the cube level used to build a drill-up location that serves as a reference for comparison (it drives the reference-level shift post-processor). The reference location is the grand total (“Enterprise”, the top of house), except for the selected level, which is taken from the current location. The default empty slot behaves like this top location. Levels are given in Level@Hierarchy form (for example, Desk@Desks or Level 5@BookHierarchy). The list of selectable levels is configurable through the mr.cubes.context-values.reference-levels property in the Common module properties, which defaults to:
  • (empty): the top location (Enterprise / grand total)
  • Book@Books
  • Desk@Desks
  • Legal Entity@Legal Entities
  • Level 1@BookHierarchy, Level 2@BookHierarchy, Level 3@BookHierarchy, Level 4@BookHierarchy, Level 5@BookHierarchy
  • Level 1@LegalEntityHierarchy, Level 2@LegalEntityHierarchy
Reference Level Illustration

VaRTimePeriod

Works in conjunction with the Liquidity Horizon field in the Scenario input table. Scales VaR vectors to the specified time period using the Square Root of Time rule. VaRn-days=VaR1-daynVaR_{n\text{-days}} = VaR_{1\text{-day}} \cdot \sqrt{n} Example: If scenarios contain both 10-day and 1-day vectors and VaRTimePeriod is set to 1, the 10-day vectors are normalized to 1 day while the 1-day vectors are unchanged.
10-day VaR and 1-day VaR should not be aggregated; Liquidity Horizon should be used as a slicing hierarchy.

WeightedVaRLambda

Overrides the default value of the decay factor lambda used in the exponentially weighted historical simulation (WHS) approach. See Weighted VaR.