Quick answer: banks validate risk models by testing more than whether the code runs or the historical fit looks good. Validation asks whether the model’s idea makes sense for its intended use, whether the data and implementation represent that idea correctly, whether outputs remain accurate enough when compared with observations and alternative methods, and whether known limitations are understood before decisions rely on the model. Useful techniques include conceptual review, data testing, implementation verification, sensitivity analysis, benchmarking, backtesting, outcomes analysis and independent challenger models. The result is not a certificate that the model is “true.” It is an evidence-based judgement about where the model is fit for purpose, where it is weak, and what controls are needed around it.
A model is not validated when nobody can find an error. It is validated when the organisation knows what evidence would prove the model inadequate for the job.
Ownership boundary: banking model risk, not the general theory of models
eduKateSG already owns the broader conceptual article How Models Work | From Purpose and Simplification to Assumptions, Testing, Prediction and Correction. That page asks what makes any model correctable.
This Bukit Timah Tutor article takes that general principle into a narrower banking job: how a financial institution manages the risk created by quantitative models used for credit, valuation, risk, forecasting, pricing and other significant decisions.
1. The supervisory framework changed in 2026
On 17 April 2026, the Federal Reserve, OCC and FDIC issued revised interagency model-risk-management guidance that superseded the earlier 2011 framework. The revised guidance emphasises a risk-based and tailored approach: appropriate validation depends on the bank’s model-risk profile, size, complexity and how the model is used. It highlights model development and use, model validation and monitoring, and governance and controls.
The guidance is expected to be most relevant to banking organisations with more than US$30 billion in total assets, although significant model-risk exposure can make the principles relevant elsewhere. It is supervisory guidance rather than a prescriptive regulation.
One current-scope detail matters especially in 2026: the revised guidance states that generative AI and agentic AI models are outside its scope. It says risk-management and governance practices should still guide tools not covered, but the document’s model-risk principles directly apply to traditional statistical/quantitative models and non-generative, non-agentic AI models. See Federal Reserve SR 26-2 and the revised guidance.
2. What is model risk?
A model takes inputs, assumptions and a mathematical representation and produces an estimate used for a decision. Model risk arises when that process can generate flawed outputs or flawed decisions because the model is wrong, badly implemented, used outside its intended range, supplied with poor data, misunderstood or given too much authority.
Model risk therefore has at least two broad sources:
- Model error. The mathematical representation or implementation is inadequate.
- Model misuse. A reasonable model is applied to a population, horizon or decision for which it was not designed.
A perfect implementation of the wrong model is still wrong for the task. This connects directly to A Formula Can Be Correct and Still Be the Wrong Model.
3. Validation begins with the intended use
Before testing accuracy, a validator should know what decision the model supports. A mortgage PD model used for annual credit provisioning has a different job from a credit-decision model, a stress-test model or a pricing model.
The same mathematical engine can be acceptable for one use and unacceptable for another. For example, a model that ranks borrowers well may be useful for prioritisation even if its probabilities are poorly calibrated. A provisioning model, however, can require probability calibration because the numerical level of expected loss matters directly.
Validation therefore begins with:
- purpose;
- target variable;
- population;
- forecast horizon;
- decision threshold or output use;
- materiality if the model is wrong.
4. Conceptual soundness: does the model’s story make sense?
Conceptual validation asks whether the structure is defensible before looking at fit statistics.
For a credit model, questions can include:
- Does the target definition match the event the bank cares about?
- Are variables available at the time the prediction is supposed to be made?
- Do signs and relationships make economic sense?
- Does the model account for censoring, selection or competing events?
- Are transformations and interactions justified?
- Does the training population represent the intended production population?
- Which causal or behavioural relationships are being assumed stable?
A high AUC or R² cannot repair a target that was defined incorrectly.
5. Data validation: the model cannot know what the data do not contain
Model data should be tested for lineage, completeness, accuracy, timing, representativeness and leakage. A common validation failure is future leakage: a historical model is trained with information that would not actually have been available at the historical decision date.
Suppose a default model includes a field updated only after a borrower enters collections. The model can appear highly predictive because it has learned evidence from after deterioration already became known.
Data tests should therefore ask:
- where each field originates;
- when it becomes available;
- how missingness is handled;
- whether historical definitions changed;
- which observations were excluded and why;
- whether production data still resemble development data.
6. Implementation verification: does the code implement the mathematics?
A model can be conceptually sound and implemented incorrectly. A sign can be reversed. A day-count convention can be wrong. A probability can be converted with the wrong horizon. A production variable can use different units from the development dataset.
Useful verification includes:
- independent code replication for critical calculations;
- unit tests on known inputs and outputs;
- reconciliation between development and production implementations;
- boundary tests;
- tests of missing and extreme inputs;
- version-control and change-management review.
This is the model equivalent of A Good Mathematics Check Should Be Able to Disagree With the Working: the checker must be independent enough to catch the original mistake.
7. Backtesting: compare forecasts with outcomes
Backtesting compares model predictions made at an earlier point with outcomes observed later. The right test depends on the model.
| Model | Possible outcome test |
| PD model | Predicted default bands versus realised default frequencies |
| VaR model | Frequency and clustering of loss exceptions |
| Deposit model | Predicted beta/decay versus realised repricing and runoff |
| Liquidity model | Forecast payment/cash timing versus realised flows |
| Yield curve | Repricing residuals and out-of-sample instrument values |
A backtest should preserve the information set available when the forecast was made. Rebuilding history with today’s corrected data can turn a genuine past model failure into a fictional success.
8. Benchmarking: ask whether a simpler or different model disagrees
Benchmarking compares the production model with another reasonable approach. A complex machine-learning model can be compared with logistic regression. An internal yield curve can be compared with a public benchmark. A Monte Carlo exposure model can be checked against a simpler sensitivity approximation.
The purpose is not to prove the benchmark is better. It is to create disagreement that needs explanation.
If two methods designed to answer similar questions produce materially different results, the difference is information. A bank should know whether it comes from data, assumptions, nonlinearity, calibration or implementation.
9. Challenger models: independent structure, not cosmetic duplication
A challenger model is most useful when it can fail differently from the champion model. Copying the same features, data window and assumptions into a second package provides limited challenge.
For example, a champion mortgage-prepayment model might use a nonlinear machine-learning function. A challenger might use a transparent hazard model with fewer variables and explicit seasoning/burnout terms. If both fail during the same regime, the problem may lie in shared data or assumptions rather than algorithm class.
10. Sensitivity analysis asks which assumptions own the answer
A model can be accurate at the centre and fragile around it. Sensitivity analysis moves inputs and assumptions to see how the output responds.
Useful questions include:
- Which parameter creates the largest output change?
- Does a small assumption move reverse the decision?
- Are there discontinuities near policy thresholds?
- Does the model behave monotonically where economics suggests it should?
- What happens outside the development-data range?
This converts a model from one number into a local map of dependence.
11. Stability and drift: a validated model can become invalid
A credit model built before a recession can meet a different borrower population afterward. A deposit model built before mobile banking can inherit different withdrawal speed. A fraud model can face new attack patterns. A yield-curve model can encounter a new rate regime.
Monitoring should therefore track:
- input drift;
- output drift;
- performance drift;
- calibration drift;
- population changes;
- new overrides or overlays;
- changes in business use.
The validator’s question is not “Was this model once approved?” It is “Does current evidence still support current use?”
12. Overlays and adjustments need their own validation
Management may apply an adjustment when the model is known to miss an emerging risk. That can be responsible. It can also become a way to override inconvenient outputs without evidence.
A sound adjustment framework should record:
- the limitation being corrected;
- the evidence for the adjustment;
- the calculation or judgement method;
- approval authority;
- materiality;
- backtesting;
- conditions for removal or model incorporation.
The revised 2026 guidance explicitly recognises ongoing monitoring and outcomes analysis as support for overlays and other adjustments.
13. Vendor models are still the bank’s risk
Buying a third-party model does not outsource model risk. The bank may not own the code, but it still owns the decision that uses the output.
The revised guidance highlights validation of vendor and third-party products. Banks should understand the model’s conceptual basis, design, development data, performance and any customisation. If transparency is limited, controls may need to be stronger rather than weaker.
14. Model inventory and tiering allocate validation effort
Not every spreadsheet-like calculation or quantitative tool creates the same risk. A model inventory helps the bank know what models exist, who owns them, where they are used, which data they consume, which decisions depend on them and how material failure would be.
A risk-based tier can consider:
- financial exposure if wrong;
- regulatory/reporting use;
- decision importance;
- complexity;
- uncertainty;
- degree of judgement;
- frequency of change;
- availability of alternatives.
The 2026 guidance deliberately emphasises tailoring rather than assuming every model requires identical validation frequency and depth.
15. Creative-work lens: The Big Short and the authority of an output nobody reopens
The Big Short is not a model-validation manual, but it repeatedly dramatises a useful question: what happens when an official-looking output—rating, price or risk judgement—continues to carry authority after the evidence beneath it has changed?
The creative work helps make institutional deference visible. Formal validation must then do something much stricter: reconstruct data, assumptions, implementation and outcomes and ask what current evidence justifies continued use.
16. The validation pipeline
- Define model purpose, owner and intended use.
- Map inputs, outputs and downstream decisions.
- Review conceptual soundness and assumptions.
- Validate data lineage and representativeness.
- Verify implementation independently enough to catch coding error.
- Test sensitivity and boundary behaviour.
- Benchmark against alternative methods.
- Backtest against realised outcomes where possible.
- Use challenger models for material assumptions or decisions.
- Document limitations and use restrictions.
- Assess overlays and overrides separately.
- Assign validation depth based on model risk and materiality.
- Monitor drift and performance in production.
- Trigger revalidation after material changes or evidence of failure.
17. Failure modes
- Fit-statistic worship. High historical accuracy substitutes for conceptual review.
- Future leakage. Development uses information unavailable at prediction time.
- Same-model challenger. The challenger shares every important assumption with the champion.
- Implementation trust. Production code is assumed to match development mathematics.
- Approval permanence. A once-valid model is used after the population or regime changes.
- Vendor opacity. Lack of model access becomes an excuse for less validation.
- Overlay normalisation. Temporary adjustments persist without evidence or expiry.
- Use expansion. A model designed for ranking is silently used for pricing or capital.
18. Diagnostics and falsifiers
- What exact decision is this model allowed to support?
- Which input was unavailable historically at decision time?
- Which assumption contributes most to output variance?
- Does a simpler benchmark materially disagree?
- Are errors random or concentrated in one segment?
- Has calibration drifted even if ranking accuracy remains stable?
- Which override occurs most often, and what does that say about model design?
- What observation would force the bank to stop using the model tomorrow?
Suppose someone claims, “The model has been backtested successfully, so it is validated.” A falsifier is evidence that the target definition is conceptually wrong, the production code differs from development, or the model is now used for a decision outside the backtested purpose. Backtesting is one validation tool, not the definition of validation.
19. Verification and update triggers
- revalidate after material code, data, methodology or use changes;
- monitor outcomes on the current production population;
- test known weak segments separately;
- track unresolved validation findings by materiality;
- review vendor changes and version releases;
- revisit assumptions after structural market or technology changes;
- retire models whose limitations exceed their remaining decision value;
- preserve historical versions so past decisions can be reconstructed honestly.
Connections across the finance-and-banking algorithms lane
- How Models Work — the general epistemic owner for models as correctable simplifications.
- Credit-scoring algorithms — a concrete validation target.
- Market-risk models — where backtesting and stress tests serve different validation jobs.
- Deposit behaviour models — an example where regime drift can invalidate historical relationships.
Research anchors
- Federal Reserve SR 26-2 — Revised Guidance on Model Risk Management.
- Federal Reserve Regulatory Service — revised model-risk guidance.
- OCC Bulletin 2026-13 — Model Risk Management: Revised Guidance.
- FDIC — Agencies Revise Interagency Model Risk Management Guidance.
- OCC — tailoring model-risk validation for community banks.
The deeper lesson
Model validation is organised disagreement. Conceptual review challenges the story. Data review challenges the evidence. Implementation testing challenges the code. Benchmarking challenges the method. Backtesting challenges the prediction. Monitoring challenges the assumption that yesterday’s validation survives tomorrow. The strongest bank is not the one whose models never fail; it is the one whose governance makes model failure visible before the failure becomes an unquestioned decision.
Educational note: This article explains public banking model-risk concepts. It does not describe proprietary model-governance systems, validate any specific model, or provide regulatory or audit advice.
