Navigation :
test ../ test user-ref.html
User & Reference Guide
test ../ test getting-started.html
Getting started
test ../ test getting-started/overview.html
- Atoti Market Risk overview
test ../ test getting-started/data-model.html
- Market Risk Data Model
test ../ test getting-started/directquery.html
- DirectQuery
test ../ test getting-started/about.html
- Using this guide
test ../ test getting-started/whats-new.html
-
What's New
test ../ test dashboards.html
Dashboards
test ../ test calculations.html
Calculations Guide
test ../ test calculations/component.html
- Component Measures
test ../ test calculations/corporate-actions.html
- Corporate Actions
test ../ test calculations/cross-sensitivity.html
- Cross sensitivity
test ../ test calculations/date-conversion.html
- Date Conversion
test ../ test calculations/dynamic-bucketing.html
- Dynamic bucketing
test ../ test calculations/exchange-rate-and-market-data-api.html
- Exchange Rate and Market Data API
test ../ test calculations/fx-effect-on-var.html
- FX Effect on VaR
test ../ test calculations/fx-rates-service.html
- FX Rates Service
test ../ test calculations/incremental.html
- Incremental Measures
test ../ test calculations/lestimated.html
- LEstimated Measures
test ../ test calculations/parametric-var.html
- Parametric VaR
test ../ test calculations/pnl-explain.html
-
PnL Explain
test ../ test calculations/sensitivity-ladders.html
- Sensitivity ladders
test ../ test calculations/sub-vector.html
- Sub PnL Vector
test ../ test calculations/taylor-var.html
- Taylor VaR
test ../ test calculations/var-interpolation.html
- VaR Interpolation
test ../ test calculations/whs.html
- Weighted VaR
test ../ test cube.html
Cube Reference
test ../ test datastore.html
Datastores
test ../ test input-files.html
Input file formats
test ../ test properties.html
Properties
test ../ test what-if.html
What-If Analysis
test ../ test database.html
Database
test ../ test sign-off.html
Sign-Off Approvals
test ../ test limits.html
Limit monitoring
test ../ test dev.html
Developer Guide
test ../ test dev/dev-release.html
-
Releases and upgrades
test ../ test dev/dev-getting-started.html
-
Getting Started
test ../ test dev/dev-ui-config.html
-
Configuring the UI
test ../ test dev/dev-mr-application.html
-
The Market Risk Application
test ../ test dev/dev-libraries.html
-
Market Risk Libraries
test ../ test dev/dev-extensions.html
-
Extending Atoti Market Risk
test ../ test dev/dev-tools.html
-
Configuring tools and methodologies
test ../ test dev/dev-sign-off.html
-
Sign-Off
test ../ test dev/dev-whatif.html
-
What-If
test ../ test dev/dev-direct-query.html
-
DirectQuery
test ../ test pdf-guides.html
PDF Guides
Sub PnL Vector
It is possible to reduce the size of the PnL Vector used to compute the VaR/ES/… metric by specifying the Start index and the End index.
The PnL Vector is cut on both sides to produce a smaller sub vector if the corresponding hierarchies are used as filters.
The PnLStartIndex hierarchy defines the first element (zero based) of the sub-vector. It is within the range of 0 to the vector size minus 1.
The PnLEndIndex hierarchy defines the last element (zero based) of the sub-vector. It is within the range of 0 to the vector size minus 1 and greater or equals to the start index.
For instance with PnLStartIndex=2 and PnLEndIndex=8 the vector [0,1,2,3,4,5,6,7,8,9] will become [2,3,4,5,6,7,8].