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

# OBLIGOR

The **OBLIGOR** table contains the description of a DRC non-Sec obligor.

| 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.                                                           |
| OBLIGOR\_ID          | STRING | Y        | [DRC Obligor](../cube/drc-obligor)                               | The ID of the obligor.                                                                                   |
| RISK\_CLASS          | STRING | Y        |                                                                  | Set to "DRC non-Sec".                                                                                    |
| OBLIGOR\_CATEGORY    | STRING | Y        | [DRC non-Sec Bucket](../cube/drc-non-sec-bucket)                 | the bucket to which the obligor belongs.                                                                 |
| RATING               | STRING | Y        | [DRC non-Sec Rating](../cube/drc-non-sec-rating)                 | The credit quality of the obligor.                                                                       |
| RISK\_WEIGHT         | DOUBLE |          | DRC non-Sec JTD Weightings Override measure                      | Optional override for the DRC non-Sec Obligor risk-weight.                                               |
| DRC\_FUND\_TREATMENT | STRING |          | [DRC Fund Treatment](../cube/drc-fund-treatment)                 | Flag indicating if the obligor cannot be included in offsetting or diversification with other exposures. |

## Unique Key

| Columns      |
| ------------ |
| AS\_OF\_DATE |
| OBLIGOR      |
| RISK\_CLASS  |

## Incoming Joins

| Source Table                                           | Source Columns                                | Target Columns                             |
| ------------------------------------------------------ | --------------------------------------------- | ------------------------------------------ |
| [RISK\_FACTOR\_DESCRIPTION](./risk_factor_description) | AS\_OF\_DATE<br />UNDERLYING<br />RISK\_CLASS | AS\_OF\_DATE<br />OBLIGOR<br />RISK\_CLASS |
