Risk Scoring Formulas
Configure how risk scores are calculated in your workspace.
What are Formulas?
Formulas define how assessment field values combine to produce a risk score.
Risk Score = f(Field1, Field2, ..., FieldN)
Managing Formulas
Navigate to Risks → Settings → Score Formulas
Create a Formula
- Click New Formula
- Enter formula details:
- Title — Formula name
- Description — What it calculates
- Build the formula expression
- Configure risk level mappings
- Save
Formula Builder
Build formulas using:
| Element | Example |
|---|---|
| Fields | Likelihood, Impact |
| Operators | +, -, ×, ÷ |
| Numbers | 0.5, 10 |
| Parentheses | (a + b) × c |
Example Formulas
Simple Multiplication
Likelihood × Impact
Weighted Average
(Likelihood × 0.4) + (Impact × 0.6)
Complex Formula
((Likelihood × Impact) + (Financial × 0.3)) / 2
Risk Level Mappings
Map score ranges to risk levels:
| Score Range | Level | Action |
|---|---|---|
| 20-25 | Critical | Immediate action required |
| 15-19 | High | Priority treatment |
| 10-14 | Medium | Plan treatment |
| 5-9 | Low | Monitor |
| 1-4 | Very Low | Accept |
Configuring Mappings
- Open a formula
- Go to Risk Levels tab
- Set score ranges for each level
- Assign colors
- Save
Assessment Fields
Formulas use assessment fields as inputs.
Managing Fields
Navigate to Risks → Settings → Score Fields
Create a Field
- Click Add Field
- Configure:
- Name — Field identifier
- Label — Display name
- Type — Scale type
- Min/Max — Value range
- Save
Field Types
| Type | Description |
|---|---|
| Scale | Numeric scale (e.g., 1-5) |
| Dropdown | Predefined options |
| Number | Free numeric entry |
Default vs Active
- Default Formula — Used for new assessments
- Active Formulas — Available for selection
Set a formula as default:
- Open the formula
- Toggle Set as Default
- Save
Best Practices
- Keep it simple — Complex formulas are hard to explain
- Document rationale — Explain why you chose the formula
- Test thoroughly — Verify calculations before using
- Align with methodology — Match your risk framework
- Review periodically — Formulas may need adjustment
Next Steps
- Risk Assessments — Use formulas in assessments
- Admin Guide — Organization-wide settings