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

# Credit quality mapper

<Badge color="gray" size="lg">[SA](../tags/sa)</Badge>

Download sample file: [credit-quality-mapper.csv](../assets/csv/credit-quality-mapper.csv)

The file must contain a category for each credit quality. This category is used to determine whether two credit quality should be considered the same.

No default value is set: the same value as the credit quality does not become the category value if not defined.

<table><tr><th>Field</th><th>Key</th><th>Null</th><th>FieldType</th><th>Description</th><th>Example</th></tr><tr><td>AsOfDate</td><td>Y</td><td>N</td><td>String with format ‘YYYY-MM-DD’</td><td>Risk value date.</td><td>2018-09-28</td></tr><tr><td>ParameterSet</td><td>Y</td><td>Y</td><td>String</td><td>Specifies the parameter set to which the parameter belongs. If no ParameterSet is defined within the file, it will default to BCBS.</td><td>BCBS</td></tr><tr><td>CreditQuality</td><td>Y</td><td>N</td><td>String</td><td>The credit quality to which a category is assigned.</td><td>HY</td></tr><tr><td>Category</td><td>N</td><td>N</td><td>String</td><td>The category assigned to a credit quality.</td><td>HY/NR</td></tr></table>
