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

# RRAOOverrides

The **RRAOOverrides** store contains alternative descriptions of the RRAO category. See [RRAO](./rrao) store.

It is an isolated store indexed by **RRAOCategory**, **RiskClass**, **Parameter Set**, and **AsOfDate**.

| Store Field           | Key | CanBeNull | Type                     | Description                                                                                                                                      |
| --------------------- | --- | --------- | ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------ |
| RRAOCategory          | Y   |           | String                   | The Id of the RRAO Category.                                                                                                                     |
| RiskClass             | Y   |           | String                   | Set to "RRAO"                                                                                                                                    |
| ParameterSet          | Y   |           | String                   | The Parameter Set for which the overrides apply.                                                                                                 |
| ResidualRisk          |     |           | String                   | Indicates category is subject to residual risk add-on.<br />Replaces ResidualRisk in the [RRAO](./rrao) store.                                   |
| ExoticUnderlying      |     |           | String                   | If yes and residual risk, risk weight = 1% otherwise if residual risk, weight = .1%.<br />Replaces ExoticUnderlying in the [RRAO](./rrao) store. |
| OtherResidualRiskType |     |           | String("\_DATAMEMBER\_") | Optional data indicating the residual Risk type.<br />Replaces OtherResidualRiskType in the [RRAO](./rrao) store.                                |
| Exemption Reason      |     |           | String                   | Reported reason why the position is exempt from RRAO.                                                                                            |
| Asset Class           |     |           | String                   | Reported asset class for the position.                                                                                                           |
| AsOfDate              | Y   |           | Date\[yyyy-mm-dd]        | Timestamp (at close of business) for the data.                                                                                                   |
