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 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
VEGA
The VEGA table contains the Vega sensitivities.
Column Name
Type
Not Null
Cube Field
Description
AS_OF_DATE
DATE
Y
See field in joined table (TRADE_BASE )
Timestamp (at close of business) for the data.
TRADE_ID
STRING
Y
Database key for trade/position.
RISK_FACTOR
STRING
Y
See field in joined table (TRADE_BASE )
The underlying risk factor (may be more than one) of the risk class. The risk factor name is expected to encompass 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.
RISK_CLASS
STRING
Y
See field in joined table (TRADE_BASE )
Defines the risk class that the vega data represents.
RISK_MEASURE
STRING
Y
See field in joined table (TRADE_BASE )
The risk-measure. Must be set to “Vega”.
VEGA_SENSITIVITIES
DOUBLE
Y
Sensitivity value.
CCY
STRING
Y
Vega Currency
The currency of the Vega sensitivities.
Unique Key
Columns
AS_OF_DATE
TRADE_ID
RISK_FACTOR
RISK_CLASS
RISK_MEASURE
Incoming Joins
Source Table
Source Columns
Target Columns
TRADE_BASE
AS_OF_DATE TRADE_ID RISK_FACTOR RISK_CLASS RISK_MEASURE
AS_OF_DATE TRADE_ID RISK_FACTOR RISK_CLASS RISK_MEASURE