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

# SCENARIOS

## SCENARIOS Table Fields

| Column Name  | Type    | Not Null | Cube Field                                                                                   | Description                                                                                                                                                                                                                                                                                                                                                                                  |
| ------------ | ------- | -------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| DATA\_SET    | STRING  | Y        | [Data Set](../cube/data-sets)                                                                | The data set to which the entry belongs. The following different values are possible:“Full Set Current”: data for the last 12 months, “Reduced Set Stressed”: data with the reduced set of risk factors for the 12-month stress period, “Reduced Set Current”: data with the reduced set of risk factors for the last 12 months For non-modellable risk-factors, this value should be blank. |
| INDEX        | INTEGER | Y        | Internal field                                                                               | The index in the vector representing the list of Scenarios – the first element has index 0.                                                                                                                                                                                                                                                                                                  |
| SCENARIO     | STRING  | Y        | [Scenario Dates](../cube/scenario-dates)                                                     | The name of the scenario.                                                                                                                                                                                                                                                                                                                                                                    |
| AS\_OF\_DATE | DATE    | Y        | See field in referencing store ([IMATrades](../datastore/internalmodelsapproach/ima-trades)) | Timestamp (at close of business) for the data.                                                                                                                                                                                                                                                                                                                                               |

## SCENARIOS Unique Key

| Columns      |
| ------------ |
| DATA\_SET    |
| SCENARIO     |
| AS\_OF\_DATE |

## Incoming Joins

| Source Table             | Source Columns                                  | Target Columns                                  |
| ------------------------ | ----------------------------------------------- | ----------------------------------------------- |
| [IMATRADES](./imatrades) | RISK\_FACTOR<br />RISK\_CLASS<br />AS\_OF\_DATE | RISK\_FACTOR<br />RISK\_CLASS<br />AS\_OF\_DATE |
