Navigation :
test ../../ test user-ref.html
User & Reference Guide
test ../../ test getting-started.html
Getting started
test ../../ test getting-started/using-this-guide.html
- Using this guide
test ../../ test getting-started/whats-new.html
- What's New
test ../../ test getting-started/frtb-data-model.html
- FRTB Data Model
test ../../ test getting-started/directquery.html
- DirectQuery
test ../../ test configuration.html
Configuration files
test ../../ test datastore.html
Data Stores
test ../../ test datastore/readme_frtbonly.html
-
test ../../ test datastore/stresscalibration.html
-
Stress Calibration Datastore Definition
test ../../ test database.html
Database
test ../../ test input-files.html
Input Data
test ../../ test tutorials.html
Tutorials
test ../../ test tutorials/data-sanity-check.html
- Data Sanity Check
test ../../ test tutorials/tips-for-validating-the-calculations.html
- Tips for Validating the Calculations
test ../../ test tutorials/viewing-qis-numbers.html
- Viewing QIS Numbers
test ../../ test interpret-impl.html
Interpretation and Implementation of the MAR standard
test ../../ test cube.html
Analytics Reference
test ../../ test dev.html
Developer Guide
test ../../ test dev/dev-release.html
-
Release and migration notes
test ../../ test dev/dev-getting-started.html
-
Getting Started
test ../../ test dev/dev-ref-impl.html
-
FRTB Reference Implementation
test ../../ test dev/dev-core.html
-
FRTB Core
test ../../ test dev/dev-extensions.html
-
Extending the Accelerator
test ../../ test dev/dev-tools.html
-
Configuring Accelerator tools and methodologies
test ../../ test dev/dev-sign-off.html
-
Sign-Off
test ../../ test limits.html
Limit monitoring
test ../../ test sign-off.html
Sign-Off Approvals
test ../../ test what-if.html
What-If Analysis
test ../../ test pdf-guides.html
PDF Guides
test ../../ test glossary.html
Glossary
Delta
The Delta store contains the Delta sensitivities.
It is indexed by TradeId , RiskFactor , RiskClass , RiskMeasure , and AsOfDate
and referenced from the TradeBase store by these five fields.
Store Field
Key
CanBeNull
Type (+Default Value - if applicable)
Cube Field
Description
TradeId
Y
String
See field in referencing store (TradeBase )
(e.g. “IR_IRSWAP_LIBOR3M”, “EQ_12345677”, etc.) – if coming from multiple systems may need to prepend source system to the id for uniqueness.
RiskFactor
Y
String
See field in referencing store (TradeBase )
The underlying risk factor (may be more than one) of the risk class. It is expected that the risk factor name encompasses the definition of the risk factor per the FRTB specification ([MAR21.3] to [MAR21.14] ). This field is optional. If not provided, it must be generated from the ‘Underlying’ column.
RiskClass
Y
String
See field in referencing store (TradeBase )
Defines the risk class that the delta data represents: GIRR CSR non-Sec CSR Sec CTP CSR Sec non-CTP Equity Commodity FX
RiskMeasure
Y
String
See field in referencing store (TradeBase )
The risk-measure. Must be set to “Delta”
Ccy
String
Delta Currency
Currency of the Delta sensitivities.
DeltaSensitivities
Double
A measure in the cube
The delta sensitivity
OriginalOptionality
String(“N”)
FX Only.
FXComplexTrade
String(“Y”)
FX Only.
FXOtherCcy
String
FX Only.
FXDividerEligibility
String(“N”)
FX Only.
Optionality
String(“N”)
Delta Optionality
Indicates whether the instrument has optionality (See BCBS 457 [MAR21.2] ). It is set to ‘Y’ for instruments with optionality (and hence with Vega and Curvature risk); set to ‘N’ for trades without optionality (with no Vega and Curvature risk).
AsOfDate
Y
LOCALDATE[yyyy-mm-dd]
See field in referencing store (TradeBase )
Timestamp (at close of business) for the data.