You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Document ID: NFS-RISK-REGISTER-EXAMPLE
Version: 1.0 | Owner: Head of AI Governance | Date: 14 March 2025 | Review Cycle: Quarterly
FICTIONAL EXAMPLE: All risks, scenarios, and mitigations described here relate to the fictional organisation Nexus Financial Services Ltd and its fictional CreditIQ v2.1 AI system. This is for educational illustration only.
How to Read These Entries
Each risk entry follows the structure of the blank AI Risk Register template in 05-CLAUSE6-PLANNING/AI-RISK-REGISTER.md. Three complete entries are shown below covering different risk categories: algorithmic bias, model drift, and third-party dependency.
Risk Entry 1: Algorithmic Bias in Credit Decisions
Field
Entry
Risk ID
AIMS-RISK-001
Risk Title
Algorithmic bias resulting in discriminatory credit decisions for protected characteristic groups
AI System
CreditIQ v2.1 (AIMS-SYS-001)
Risk Owner
Head of AI Governance (Priya Sharma)
Date Identified
02 September 2024
Last Reviewed
14 March 2025
Review Cycle
Monthly
Status
Active — under monitoring
Risk Description
CreditIQ v2.1 may produce systematically different approval rates for applicants sharing protected characteristics (age, gender, ethnicity), even if these characteristics are not directly used as input features. This can occur through proxy variables — for example, postcode correlating with ethnicity, or employment status correlating with age. Such outcomes could constitute indirect discrimination under the Equality Act 2010, violate FCA Consumer Duty fair outcomes requirements, and constitute prohibited practice under EU AI Act Article 5.
Risk Cause
Proxy variables in training data encoding protected characteristics
Historical training data (2019-2023) may reflect societal bias in past lending decisions
Underrepresentation of certain demographic groups in training data
Feature interactions producing disparate impact not visible in individual feature analysis
Risk Consequence
Regulatory action by FCA (financial penalty up to 10% of annual turnover)
Legal challenge under Equality Act 2010
Reputational damage and customer trust loss
Remediation cost for affected customers (loan offers, compensation)
EU AI Act infringement proceedings
Risk Assessment
Dimension
Score
Basis
Likelihood (1-5)
3 — Possible
AI systems in financial services frequently exhibit proxy bias; detected in v1.x
Human review mandatory for all declined applications >= GBP 15,000
Credit Risk
Implemented
Decision Audit System logs
Customer right to human review of any adverse decision
Legal/Compliance
Implemented
Website T&Cs; customer communications
SHAP explainability for all decisions
Data Science
Implemented
NFS-MODELCARD-002 Section 8
Residual Risk Treatment
Current residual risk of 6 (Medium) is within board-approved appetite. No additional treatment required at this stage. The planned thin-file model variant for 18-24 cohort (CreditIQ v2.2) will further reduce residual risk on age-related disparity.
Key Risk Indicators
KRI
Target
Current
Trigger
Gender approval rate disparity
< 5%
3% (M vs F)
Green
Ethnicity demographic parity ratio
0.90-1.10
0.94
Green
Age group (18-24) approval disparity
< 5%
-3.1%
Green (monitoring)
Human review override rate
< 12%
8.2%
Green
Risk Entry 2: Model Drift Leading to Performance Degradation
Field
Entry
Risk ID
AIMS-RISK-002
Risk Title
Model drift causing degraded credit scoring accuracy and increased default rates
AI System
CreditIQ v2.1 (AIMS-SYS-001)
Risk Owner
Head of Data Science
Date Identified
03 June 2024
Last Reviewed
14 March 2025
Review Cycle
Monthly
Status
Active — under monitoring
Risk Description
CreditIQ v2.1 was trained on 2019-2023 historical loan data. The macroeconomic environment has changed significantly (cost-of-living crisis, interest rate rises). If the statistical properties of new applicants diverge significantly from the training distribution (concept drift or data drift), the model's credit risk predictions may become inaccurate — leading to either excessive defaults (too many risky approvals) or excessive declines (too many creditworthy customers rejected). Either outcome represents both financial and customer harm.
Risk Assessment
Dimension
Score
Basis
Likelihood (1-5)
3 — Possible
Economic conditions have changed materially since 2019 training data
Population Stability Index (PSI) monitoring on all 10 input features
Data Science
Implemented
Monthly PSI report
Automated alert when PSI > 0.20 on any feature
Data Science
Implemented
Monitoring dashboard
Quarterly model retraining on rolling 5-year window
Data Science
Implemented
Model versioning log
AUC-ROC monitoring: alert if drops below 0.80
Data Science
Implemented
Weekly AUC report
Champion/challenger framework for model version comparison
Data Science
Implemented
Model governance procedure
Model rollback procedure documented
IT Operations
Implemented
BCP document NFS-BCP-AI-001
Key Risk Indicators
KRI
Target
Current
Trigger
AUC-ROC
>= 0.80
0.847
Green
Maximum PSI (any feature)
< 0.20
0.09 (DTI ratio)
Green
90-day default rate vs expected
< +2% deviation
+0.3%
Green
Retraining frequency
Quarterly
Quarterly (last Nov 2024)
Green
Risk Entry 3: Third-Party Data Supplier Dependency (Experian API)
Field
Entry
Risk ID
AIMS-RISK-003
Risk Title
Experian credit bureau API outage causing inability to make automated credit decisions
AI System
CreditIQ v2.1 (AIMS-SYS-001)
Risk Owner
Head of IT Operations
Date Identified
03 June 2024
Last Reviewed
14 March 2025
Review Cycle
Quarterly
Status
Active — accepted with controls
Risk Description
CreditIQ v2.1 makes a live API call to Experian at decision time to retrieve the applicant's current credit bureau score, which is the primary predictive feature (highest SHAP importance). If the Experian API is unavailable (outage, rate limiting, authentication failure), the system cannot produce a reliable automated decision. This dependency was realised on 12 August 2024 when a 4-hour Experian outage caused CreditIQ to route all applications to manual processing, creating a backlog of approximately 340 applications and a customer-facing delay.
Risk Assessment
Dimension
Score
Basis
Likelihood (1-5)
2 — Unlikely
Experian SLA is 99.9% uptime; one incident in 9 months of operation
Impact (1-5)
3 — Moderate
Operational disruption; no customer financial harm; reputational risk if extended
Inherent Risk Score
6 (Medium)
2 x 3
Control Effectiveness
3 — Partial
Manual fallback exists but labour-intensive; Equifax secondary source not yet integrated