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

# CSR non-sec high ratings

> Reference for the CSR non-Sec High Ratings configuration file, which lists the credit ratings (AAA, AA+, AA, AA-) that qualify as high-rated for the alternative covered bond risk weight treatment under BCBS and CRR2 parameter sets.

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("CSR non-Sec High Ratings", "provides the ratings that are considered \"high\" for CSR non-Sec covered bonds.", "CSRNonSecHighRatings")}

## File format

| Field name   | Description                                                             |
| ------------ | ----------------------------------------------------------------------- |
| Rating       | The credit rating. For backwards compatibility “high” may also be used. |
| Date         | The start date that the parameter takes effect.                         |
| ParameterSet | The parameter set to which the parameter belongs (default = BCBS).      |

## File values

| Rating | Start date | Parameter set |
| ------ | ---------- | ------------- |
| AAA    | 2016-01-01 | BCBS          |
| AA+    | 2016-01-01 | BCBS          |
| AA     | 2016-01-01 | BCBS          |
| AA-    | 2016-01-01 | BCBS          |
| high   | 2016-01-01 | BCBS          |
| AAA    | 2016-01-01 | CRR2          |
| AA+    | 2016-01-01 | CRR2          |
| AA     | 2016-01-01 | CRR2          |
| AA-    | 2016-01-01 | CRR2          |
| high   | 2016-01-01 | CRR2          |
| CQS1   | 2016-01-01 | CRR2          |
