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

# SATradeDescription

The **SATradeDescription** store contains trade-level data.

It is indexed by **TradeId** and **AsOfDate** and referenced from the [SaSensitivities](./sa-sensitivities) store by these two fields.

| Store Field              | Key | CanBeNull | Type (+Default Value - if applicable) | Cube Field                                                             | Description                                                                                                                                      |
| ------------------------ | --- | --------- | ------------------------------------- | ---------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
| TradeId                  | Y   |           | String                                | See field in referencing store ([SaSensitivities](./sa-sensitivities)) | (e.g. “IR\_IRSWAP\_LIBOR3M”, “EQ\_12345677”, etc.) – if coming from multiple systems may need to prepend source system to the id for uniqueness. |
| Notional                 |     |           | Double                                | (This field is a measure)                                              | The Notional of the trade/position (used for RRAO and DRC). <br />*Deprecated* for DRC use.                                                      |
| NotionalCcy              |     |           | String                                | Trade Notional Currency                                                | The currency of the notional.                                                                                                                    |
| PresentValue             |     |           | Double                                | Trade PV (This field is a measure)                                     | The current present value of the trade/position (used in curvature and DRC). <br />*Deprecated*                                                  |
| PVCcy                    |     |           | String                                | Trade PV Currency                                                      | The currency of the present value.                                                                                                               |
| SensitivityScaleCategory |     |           | String                                | Sensitivity Scale Category                                             | The category used to scale the SBM sensitivities.  This matches the category in the SensitivityScaling configuration store.                      |
| AsOfDate                 | Y   |           | Date\[yyyy-mm-dd]                     | See field in referencing store ([SaSensitivities](./sa-sensitivities)) | Timestamp (at close of business) for the data.                                                                                                   |
