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

# ObligorOverrides

The **ObligorOverrides** store contains alternative descriptions of the obligor. See [Obligor](./obligor) store.

It is an isolated store indexed by **ObligorId**, **RiskClass**, **ParameterSet**, and **AsOfDate**.

| Store Field        | Key | CanBeNull | Type              | Description                                                                                                            |
| ------------------ | --- | --------- | ----------------- | ---------------------------------------------------------------------------------------------------------------------- |
| ObligorId          | Y   |           | String            | The Id of the obligor.                                                                                                 |
| RiskClass          | Y   |           | String            | Set to "DRC non-Sec".                                                                                                  |
| ParameterSet       | Y   |           | String            | The Parameter Set for which the overrides apply.                                                                       |
| ObligorCategory    |     |           | String            | The bucket to which the obligor belongs.<br />Replaces ObligorCategory in the [Obligor](./obligor) store.              |
| Rating             |     |           | String            | The credit quality of the obligor.<br />Replaces Rating in the [Obligor](./obligor) store.                             |
| RiskWeight         |     | Y         | Double            | Optional override for the DRC non-Sec Obligor risk-weight.<br />Replaces RiskWeight in the [Obligor](./obligor) store. |
| DRC Fund Treatment |     | Y         | String            | Flag indicating if the obligor cannot be included in offsetting or diversification with other exposures.               |
| AsOfDate           | Y   |           | Date\[yyyy-mm-dd] | Timestamp (at close of business) for the data.                                                                         |
