| DynamicTenorsAndMaturitiesPostProcessor | Dynamically buckets from an input tenor and maturity to the appropriate destination tenors and maturities. Can be configured to bucket on a single dimension (either tenors or maturities). |
| AppendD2DDiffPostProcessor | Appends the day-to-day difference value to a measure. |
| AsOfDateNeighbourValuePostProcessor | Extension of the NeighborValue post-processor, which uses a day-to-day analysis hierarchy to select the AsOfDate to shift to. By default, it removes the cube filtering. |
| CoPPerPostProcessor | Helper class containing definitions of CoPPer API measures to be wired into the Cube definition by the Starter module. |
| ConstantZeroPostProcessor | Returns zero at any location, to allow usage as an underlying measure for analysis hierarchy post-processors. |
| DoubleDifferencePostProcessor | Computes the difference between two double values. Used over a basic Formula post-processor to allow for null checks. |
| DynamicTenorsAndMaturitiesPostProcessor | Post-processor that dynamically buckets from an input tenor and maturity to the appropriate destination tenors and maturities. Can be configured to bucket on a single dimension (either tenors or maturities). |
| ESIndicesPostProcessor | Computes expected shortfall, the average of losses greater than the VaR of a given position. |
| FxConverterMarketDataPostProcessor | Provides dynamic aggregation of values in multiple currencies, with conversion into a contextual reference currency. |
| FxVectorConverterMarketDataPostProcessor | Provides dynamic aggregation of values in multiple currencies, with conversion into a contextual reference currency. Applied to vectors. |
| IncrementalVaRPostProcessor | Computes incremental VaR, a measure of the change in the VaR of a parent portfolio should a sub-portfolio be removed from it. |
| ScenarioNamePostProcessor | Queries the datastore and returns the scenario names for an array of indices. |
| TenorAndMaturityExpand | Add-ons. These are Var and ES Sign-off adjustments applied at predefined levels in the hierarchies, for example, book / risk. |
| TenorExpand | Expands a sensitivity measure along the tenor hierarchy. |
| UnderlyingMeasureSelectorPostProcessor | Returns the valid Delta at the given location, between the aggregated vector, the tenor expansion, or the dynamically bucketed value. |
| VaRIndicesPostProcessor | Computes the VaR index (or indices if we are interpolating) for a given PnL vector and confidence level. |
| VaRPostProcessor | Computes the VaR for a given PnL vector and confidence level. |
| VectorAggregationPostProcessor | Aggregates a vector. |