Configure risk tier calculation
This page covers all calculation configuration inside a risk tier template: scoring levels, risk factors, components, scoring rules, thresholds, and override rules. All configuration requires the template to be in Draft status — configuration is locked once a template is published.
For creating a template, defining risk tier levels, and managing its lifecycle, see Manage risk tier templates.
Prerequisites
- Active ValidMind login
- Governance Admin or Validator role with
manage_risk_tier_templatepermission - A risk tier template in Draft status with the tier calculation method selected and at least one risk tier level defined
Set up a Scorecard template
1. Configure scoring levels
Scoring levels define the numeric scale used to score each risk factor.
- Open the draft template and go to the Scoring Levels section.
- Click Add Scoring Level.
- Enter a Name, a numeric Value, and choose a Color.
- Repeat for each level in the scale.
Every scoring rule in every component must map to a valid scoring level.
2. Add risk factors
Risk factors are the dimensions scored during a risk assessment — for example: Materiality, Complexity, Data Sensitivity.
- Go to the Risk Factors section.
- Click Add Risk Factor.
- Enter a Name and an optional Description.
- Select the Factor Aggregation Method:
- Sum — adds all component scores in this factor.
- Max — uses only the highest component score in this factor.
- Click Save.
- Repeat for each risk dimension your methodology requires.
To assign individual weights to factors, enable the Weight factors individually toggle. Each factor then carries a weight, and the weighted sum of scores determines the tier. Click Edit Weights to open the Edit Risk Factor Weights modal — use the sliders or enter values directly. The total must remain 1.00; locked factors stay fixed while other weights rebalance automatically.
Different factors in the same template can use different aggregation methods — for example, a Materiality factor using Sum while a Data Sensitivity factor uses Max.
3. Add components and scoring rules
Components link inventory fields to a risk factor and define how their values are scored.
- Expand a risk factor and click Add Component.
- Select the Inventory Field to evaluate.
- Select the Scoring Type:
- Numeric range — maps numeric field values within min/max bands to a scoring level.
- Boolean — maps a true/false field value to a scoring level.
- Text match — maps an exact text or option value to a scoring level.
- Click Save.
- Click Add Rule to write scoring rules for the component.
A factor cannot have two components referencing the same inventory field.
Numeric range rules — use for fields with numeric values (for example: number of input features, model age in months).
- Enter the Min value and Max value that define the band.
- Select the Scoring Level to assign when the field value falls within this band.
- Repeat to cover the full expected range. Ranges can be adjacent — for example: 0–10 → Low, 11–50 → Medium, 51+ → High.
Boolean rules — use for checkbox fields (for example: “Is the model customer-facing?”).
- Set Value to True or False.
- Select the Scoring Level to assign.
- Add a second rule for the opposite value. A Boolean component typically has two rules.
Text match rules — use for single-select or multi-select fields (for example: “Data Classification,” “Deployment Region”).
- Enter the Text value to match (the exact option string).
- Select the Scoring Level to assign.
- Add one rule per option value you want to score. Values not covered by any rule are unscored.
Rules within a component are evaluated in order — the first matching rule wins.
4. Set risk tier thresholds
Set the score range that corresponds to each risk tier. The lowest-risk tier starts at the minimum score and the highest-risk tier ends at the maximum score.
- Go to the Risk Tier Thresholds section.
- Click Edit Thresholds to open the Edit Risk Tier Thresholds modal.
- Define the score range for each risk tier. Shared boundaries update automatically to keep ranges aligned.
5. Configure override rules
See Override rules below.
Set up a Risk Matrix template
1. Configure scoring levels
Scoring levels define the numeric scale used to score each risk factor.
- Open the draft template and go to the Scoring Levels section.
- Click Add Scoring Level.
- Enter a Name, a numeric Value, and choose a Color.
- Repeat for each level in the scale.
Every scoring rule in every component must map to a valid scoring level.
2. Define factor levels
Factor levels classify each factor’s computed score into a discrete risk band — for example: High, Medium, Low.
- Go to the Factor Levels section.
- Click Add Factor Level.
- Enter a Name, choose a Color, and add an optional Description.
- Drag and drop to reorder — highest risk at the top, lowest at the bottom.
- Repeat for each level in the classification scale.
3. Add risk factors
Risk factors are the dimensions scored during a risk assessment — for example: Materiality, Complexity, Data Sensitivity.
- Go to the Risk Factors section.
- Click Add Risk Factor.
- Enter a Name and an optional Description.
- Select the Factor Aggregation Method:
- Sum — adds all component scores in this factor.
- Max — uses only the highest component score in this factor.
- Click Save.
- Repeat for each risk dimension your methodology requires.
4. Add components and scoring rules
Components link inventory fields to a risk factor and define how their values are scored.
- Expand a risk factor and click Add Component.
- Select the Inventory Field to evaluate.
- Select the Scoring Type:
- Numeric range — maps numeric field values within min/max bands to a scoring level.
- Boolean — maps a true/false field value to a scoring level.
- Text match — maps an exact text or option value to a scoring level.
- Click Save.
- Click Add Rule to write scoring rules for the component.
A factor cannot have two components referencing the same inventory field.
Numeric range rules — use for fields with numeric values.
- Enter the Min value and Max value for the band.
- Select the Scoring Level to assign.
- Repeat to cover the full expected range.
Boolean rules — use for checkbox fields.
- Set Value to True or False.
- Select the Scoring Level to assign.
- Add a second rule for the opposite value.
Text match rules — use for single-select or multi-select fields.
- Enter the Text value to match.
- Select the Scoring Level to assign.
- Add one rule per option value you want to score.
Rules within a component are evaluated in order — the first matching rule wins.
5. Set factor level thresholds
Each risk factor requires a score threshold for each factor level, defining the score range that maps to that level.
- Expand a risk factor and go to the Factor Level Thresholds section.
- Click Edit Factor Level Thresholds.
- Define the score range for each factor level. Shared boundaries update automatically to keep ranges aligned.
- Repeat for each risk factor.
6. Assign tiers to factor level combinations
Tier assignment maps every combination of factor levels to a risk tier.
- Go to the Tier Assignment section.
- Click Edit Tiers.
- Choose a view:
- Matrix — displays a visual grid with factors on each axis. Use the Factor, At Level, Row Axis, and Column Axis dropdowns to navigate combinations. Click a cell to assign a risk tier.
- Table — lists every factor level combination as a row with an Assigned Tier column. Use this view when you have more than two factors.
- Assign a risk tier to every combination. All cells must be assigned before the template can be published.
7. Configure override rules
See Override rules below.
Override rules
Override rules allow you to hard-code a specific tier outcome for records that match certain field conditions, bypassing the computed score or matrix lookup entirely. If a rule matches, the tier it specifies is used and no further rules or scores are evaluated.
Use override rules when certain field values are disqualifying regardless of the overall score — for example: “if a model processes health data AND is customer-facing, always assign Critical.”
Add an override rule
- Open the Override Rules section of the template.
- Click Add Rule.
- Select the Target Tier — the tier to assign when this rule matches.
- Select the Condition Logic:
- AND — all conditions must be true for the rule to match.
- OR — any single condition being true causes the rule to match.
- Add one or more Conditions (see below).
- Click Save.
Rules are evaluated in order; the first matching rule wins. New rules are appended at the end.
Add conditions to a rule
- Within an override rule, click Add Condition.
- Select the Inventory Field to evaluate. Only supported field types are available (see table below).
- Select the Operator.
- Enter the Value to compare against.
- Click Save.
Supported field types and operators
| Field type | Available operators |
|---|---|
| Number | equals, not equals, greater than, less than, greater than or equal, less than or equal |
| Checkbox | equals |
| Single-select | equals, not equals |
| Multi-select | contains, not contains |
Override rules are copied forward when a new template version is created. Removing a tier level that an override rule targets will blank the rule’s target tier and block publishing until it is reassigned.
Publish readiness checklist
Before publishing, verify:
Both methods:
Scorecard only:
Risk Matrix only:
What’s next
- Manage risk tier templates — publish, version, and manage the template lifecycle.
- Manage risk tier assessments — create assessments and apply the published template to your records.