The TRADE_SENSITIVITIES_VECTOR table contains the ladder data used for calculations related to sensitivities. This table is created when using a database that does not support native vector aggregation. If vector aggregation is supported, the ladder vector is stored as an array in the TRADE_SENSITIVITIES table.Documentation Index
Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
Use this file to discover all available pages before exploring further.
| Column Name | Type | Not Null | Default Value1 | Cube Field | Description |
|---|---|---|---|---|---|
| VECTOR_INDEX | INT | Y | Index in the ladder vector. | ||
| AS_OF_DATE | DATE | Y | Timestamp (at close of business) for the data. | ||
| TRADE_KEY | STRING | Y | ‘N/A’ | The field contains the tradeID for full data or Book#VaR Inclusion for summary data. | |
| SENSITIVITY_NAME | STRING | Y | ‘N/A’ | Sensitivity | The name of the sensitivity (cube measure).. |
| RISK_CLASS | STRING | Y | ‘N/A’ | Risk Classes | Risk factorâs asset class: âInterest rateâ, âCredit spreadâ, âForeign exchangeâ, âEquityâ, âCommodityâ, âHybridâ. |
| MARKET_DATA_SET | STRING | Y | ‘N/A’ | This field is not currently used | The market data set that was used when the sensitivity was calculated. This will be used to retrieve appropriate market data values for PnL Explain and Taylor VaR computations. |
| RISK_FACTOR_ID | STRING | Y | ‘N/A’ | Risk Factors | Internal risk factor/bucket identifier: instrument, curve, vol surface/cube identifier. |
| RISK_FACTOR_ID2 | STRING | Y | ‘N/A’ | Risk Factors Secondary |
This field is only present in the Vanna input file. It does not exist for Delta, Gamma, Vega, or Volga inputs.
Unique Key
| Columns |
|---|
| VECTOR_INDEX |
| AS_OF_DATE |
| TRADE_KEY |
| SENSITIVITY_NAME |
| RISK_FACTOR_ID |
| RISK_FACTOR_ID2 |
| TENOR_LABEL |
| TENOR_DATE |
| MATURITY_LABEL |
| MATURITY_DATE |
| MONEYNESS |
Outgoing Joins
| Target Table | Source Columns | Target Columns |
|---|---|---|
| TRADE_SENSITIVITIES | AS_OF_DATE TRADE_KEY SENSITIVITY_NAME MARKET_DATA_SET RISK_FACTOR_ID RISK_FACTOR_ID2 TENOR_LABEL TENOR_DATE MATURITY_LABEL MATURITY_DATE MONEYNESS | AS_OF_DATE TRADE_KEY SENSITIVITY_NAME MARKET_DATA_SET RISK_FACTOR_ID RISK_FACTOR_ID2 TENOR_LABEL TENOR_DATE MATURITY_LABEL MATURITY_DATE MONEYNESS |
- If the default value is marked as empty, it means that the default value is ‘null’ for nullable fields, and that a value needs to be explicitly set for non-nullable fields. ↩︎