> ## 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** store contains the description of a DRC non-Sec obligor.

It is indexed by **ObligorId**, **RiskClass**, and **AsOfDate**
and referenced from the [DRCBase](./drc-base) store by these three fields.

| Store Field        | Key | CanBeNull | Type                   | Cube Field                                                             | Description                                                                                              |
| ------------------ | --- | --------- | ---------------------- | ---------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
| ObligorId          | Y   |           | String                 | [DRC Obligor](../../cube/drc-obligor)                                  | The Id of the obligor.                                                                                   |
| RiskClass          | Y   |           | String                 |                                                                        | Set to "DRC non-Sec".                                                                                    |
| ObligorCategory    |     |           | String                 | [DRC non-Sec Bucket](../../cube/drc-non-sec-bucket)                    | the bucket to which the obligor belongs.                                                                 |
| Rating             |     |           | String                 | [DRC non-Sec Rating](../../cube/drc-non-sec-rating)                    | The credit quality of the obligor.                                                                       |
| RiskWeight         |     |           | Double                 | DRC non-Sec JTD Weightings Override measure                            | Optional override for the DRC non-Sec Obligor risk-weight.                                               |
| DRC Fund Treatment |     | Y         | String                 | [DRC Fund Treatment](../../cube/drc-fund-treatment)                    | Flag indicating if the obligor cannot be included in offsetting or diversification with other exposures. |
| AsOfDate           | Y   |           | LOCALDATE\[yyyy-mm-dd] | See field in referencing store ([SaSensitivities](./sa-sensitivities)) | Timestamp (at close of business) for the data.                                                           |
