> ## 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.

# SATRADE_DESCRIPTION

The **SATRADE\_DESCRIPTION** table contains trade-level data used in the SA calculations.

| Column Name                  | Type   | Not Null | Cube Field                                                       | Description                                                                                                                |
| ---------------------------- | ------ | -------- | ---------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
| AS\_OF\_DATE                 | DATE   | Y        | See field in joined table ([SASENSITIVITIES](./sasensitivities)) | Timestamp (at close of business) for the data.                                                                             |
| TRADE\_ID                    | STRING | Y        |                                                                  | Database key for trade/position.                                                                                           |
| SENSITIVITY\_SCALE\_CATEGORY | STRING |          | Sensitivity Scale Category                                       | The category used to scale the SBM sensitivities. This matches the category in the SensitivityScaling configuration table. |
| NOTIONAL                     | DOUBLE |          | This field is a measure                                          | The Notional of the trade/position (used for RRAO and DRC).<br />*Deprecated* for DRC use                                  |
| NOTIONAL\_CCY                | STRING |          |                                                                  | Currency code of the Notional. Required if Notional provided.                                                              |
| PRESENT\_VALUE               | DOUBLE |          | This field is a measure                                          | The current present value of the trade/position (used in curvature and DRC).<br />*Deprecated*                             |
| PVCCY                        | STRING |          |                                                                  | Currency code of present value. Required if present value provided.                                                        |

## Unique Key

| Columns      |
| ------------ |
| AS\_OF\_DATE |
| TRADE\_ID    |

## Incoming Joins

| Source Table                         | Source Columns              | Target Columns              |
| ------------------------------------ | --------------------------- | --------------------------- |
| [SASENSITIVITIES](./sasensitivities) | AS\_OF\_DATE<br />TRADE\_ID | AS\_OF\_DATE<br />TRADE\_ID |
