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

# RRAO summary

Download sample file: [RRAO\_Summary.csv](../assets/csv/RRAO_Summary.csv)

This file defines fields for summary Residual Risk Add On

This RRAO Summary file type is identified using the pattern: **\*\*/RRAO\_Summary\*.csv** (as specified by rrao.summary.file-pattern). A sample file is `RRAO_Summary`. This file is loaded using the **RRAO\_Summary** topic. See the [Topic Aliases table](../dev/dev-ref-impl/dev-dlc/dlc-frtb-config#topic-aliases) for an understanding of the topic aliases associated with each topic.

|                       |         |          |                   |                                                                                                                                                                               |             |
| --------------------- | ------- | -------- | ----------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| **Field**             | **Key** | **Null** | **FieldType**     | **Description**                                                                                                                                                               | **Example** |
| AsOfDate              | Y       | N        | Date ‘YYYY-MM-DD’ | Timestamp (at close of business) for the data.                                                                                                                                | 2018-06-29  |
| Book                  | Y       | N        | String            | The book Id.                                                                                                                                                                  |             |
| LegalEntity           | Y       | N        | String            | The legal entity Id.                                                                                                                                                          |             |
| ExoticUnderlying      | N       | Y        | ‘Y’ or ‘N’        | If yes and residual risk, risk weight = 1% otherwise if residual risk, weight = .1%.                                                                                          |             |
| OtherResidualRiskType | N       | Y        | String            | Optional data - valid if ExoticUnderlying = ‘N’. Suggested valid values are “GAP”, “CORRELATION”,‘BEHAVIORIAL", “OTHER”.                                                      |             |
| RRAO Category         | N       | Y        | String            | This field is used as a key for modifying RRAO attributes. It is used for the overrides as part of the multi-jurisdictional support; it is not used directly in calculations. |             |
| Notional              | N       | Y        | Double            | Notional of trade/position.                                                                                                                                                   |             |
| NotionalCcy           | N       | Y        | String            | Currency of notional. Required whenever notional is provided.                                                                                                                 |             |
| Residual Risk         | N       | Y        | Y/N               | Is this position subject to RRAO. Default = ‘Y’                                                                                                                               |             |
| Exemption Reason      | N       | Y        | String            | Reported reason why the position is exempt from RRAO.                                                                                                                         |             |
| Asset Class           | N       | Y        | String            | Reported asset class.                                                                                                                                                         |             |

<Note>
  The Solution uses this input file alongside the [SBM Sensitivity files](./sa_input_files/sbm_sensitivity-specific/index) to load sensitivity information.

  The native formats offer enhanced support and features such as multiple jurisdictions and better reporting. However, you can use [CRIF](./crif/index) (Common Risk Interchange Format) as an alternative to the native sensitivity input files. CRIF input files should be created according to the standard ISDA CRIF. For details on how to become a licensed CRIF user, contact ISDA at [analytics@isda.org](mailto:analytics@isda.org).
</Note>
