Skip to main content
To ensure the later re-import of data, during the Cube-level export we make the distinction between data that can be re-aggregated (e.g. PnL data at book level for historical trend analysis of VaR, linear aggregation) and data that cannot be re-aggregated (e.g. VaR data at book level, since VaR is a non-linear measure):
  • Cube exports are not meant to be reloaded in the MR application for re-aggregation.
  • Deprecated Aggregated exports are exports of linear measures that are meant to be reloaded in the MR application for re-aggregation in the Summary Cube. With the introduction of DirectQuery, this method should be considered as deprecated.
  • The Summary export files can be reloaded in the main Cube with the specific summary topic (if the Summary cubes are disabled).

Summary Exports

Export/import of sensitivity feature

Taylor Var

You have to choose to either use the exported sensitivity and also export the market shift, or to directly export the Taylor PnL Vector to import it back to the Var/ES Cube.

PnL explain

You have to choose to either use the exported sensitivity and also export the market data, or to directly export the PnL Explain to import it back to the PnL Cube.

Limitations

VaR / Taylor VaR multi-jurisdiction

The Market Shift Store is not exported, but it contains the shifts of the FX exchange rates needed to change the base currency. To keep this feature, those shifts need to be loaded onto the Market Shift Store.

Primary key collision

Depending on the daily input data, the exported, aggregated data may have primary key collision. In this case, the discriminator field has to be set up as a primary key on the target base store, or removed from the export template and replaced by a constant.

Remove the discriminator

Here is an example of removing the risk class for VaR, on VaRSummaryExport.json:
  1. Remove from queries/locations: RiskClass@Risk Classes@Risk=[*];
  2. Replace the Risk Class column definition by:

Add a primary key

For example, to set the risk class for VaR as a primary key, just define the following bean: