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

> Reference for the Obligor_Risk_Weights configuration file, which overrides the default DRC non-securitization risk weight for named individual obligors, with the file shipped empty to allow institution-specific customization.

export function renderConfigIntro(fileName, description, storeName = "") {
  const cleanDescription = (description ?? "").trim();
  const sentence = cleanDescription && !cleanDescription.endsWith(".") ? `${cleanDescription}.` : cleanDescription;
  const cleanStore = (storeName ?? "").trim();
  return <p>
      The <strong>{fileName}.csv</strong> file {sentence}
      {cleanStore ? <>
          {" "}
          It is loaded into the <strong>{cleanStore}</strong> store.
        </> : null}
    </p>;
}

{renderConfigIntro("Obligor_Risk_Weights", "overrides DRC non-Sec risk weights per obligor.", "ObligorToRiskWeight")}

## File format

| Field name   | Description                                                       |
| ------------ | ----------------------------------------------------------------- |
| obligor      | The obligor whose risk weight is to be overridden                 |
| risk\_weight | The new risk weight for the obligor                               |
| Date         | The start date that the parameter takes effect                    |
| ParameterSet | The parameter set to which the parameter belongs (default = BCBS) |

## File values

<Note>
  This file is empty to allow for overrides.
</Note>

| obligor | risk\_weight | Date | ParameterSet |
| ------- | ------------ | ---- | ------------ |
|         |              |      |              |
