Feature AI Risk
Model Change Assessment: Revalidate, Reapprove, or Update the Inventory?
Use a model change assessment to route maintenance, material changes, revalidation, reapproval, inventory updates, and model replacement.
Table of Contents
TL;DR
- A model change assessment is the routing record between a code ticket and a risk decision. It determines whether the change is maintenance, a material change, or effectively a new model.
- Classify the impact across methodology, data, use, population, output authority, performance, limitations, exposure, and controls. “No code change” does not mean “no model change.”
- The record should end with a specific route: inventory-only update, targeted testing, targeted validation, full revalidation, reapproval, parallel run, retirement, or a combination.
- Keep the original model ID when lifecycle continuity matters. Create a new record when two versions or forks need separate ownership, validation, monitoring, or retirement.
A model change assessment is where vague change control becomes an accountable model-risk decision. Without it, a developer calls the release “routine,” the validator learns about it after deployment, and the inventory still points to the version that was approved six months ago.
The April 17, 2026 interagency model risk guidance gives institutions room to tailor validation. It also makes the change decision impossible to dodge: validation timing, nature, and frequency vary based in part on model purpose, methodology, and the frequency and scope of model changes. The practical control is a short record that translates changed facts into testing, validation, approval, inventory, and deployment actions.
Regulatory status matters: the April 2026 document is supervisory guidance, not a binding regulation. The agencies state that it does not have the force and effect of law and that noncompliance is not, by itself, a basis for criticism. The routing matrix below is RiskTemplates suggested practice for operationalizing that guidance; it is not an agency-prescribed form.
This is not another summary of OCC Bulletin 2026-13. It is the artifact the model owner completes when somebody says, “We only changed one thing.”
Start the model change assessment before the release ticket closes
The assessment can begin with a proposed change, an emergency fix, a vendor release notice, or a monitoring result that leads to recalibration. It should not begin after production deployment unless the institution is documenting an emergency exception.
Use one record per governed change package. The minimum header is:
| Field | What to capture |
|---|---|
| Change ID | Unique ID linked to engineering, vendor, issue, and release records |
| Model identity | Inventory ID, name, current production version, risk tier, owner |
| Proposed version | Version or release identifier; planned deployment date |
| Change source | Planned enhancement, defect, monitoring breach, vendor release, regulatory need, data change, use expansion |
| Plain-English description | What is different in inputs, logic, output, use, population, or controls |
| Decision requested | Maintenance approval, targeted validation, full revalidation, reapproval, new-model treatment, retirement |
| Assessors | Model owner, model risk/validation reviewer, affected control owners |
| Evidence links | Code diff, release notes, data profile, test results, performance comparison, issue ID, approval |
The model owner should draft the factual description. Model Risk or an authorized independent reviewer should challenge classification and validation scope. Technology Change Management owns the release mechanics; it should not decide model materiality by itself.
What changed? Test nine impact dimensions
A line-count comparison is a poor materiality test. Some large refactors preserve behavior. A one-line threshold adjustment can alter thousands of customer decisions.
Score impact qualitatively—none, limited, or material—across these dimensions:
| Dimension | Questions that force a useful answer | Typical evidence |
|---|---|---|
| Methodology | Did the theory, algorithm, objective function, segmentation, assumptions, estimation method, or threshold logic change? | Method note, code diff, benchmark test |
| Input data | New source, field, proxy, sample window, label, transformation, missing-value treatment, or vendor feed? | Data dictionary, lineage, profile comparison |
| Population | Will the model cover a new product, geography, customer group, channel, or risk segment? | Population counts, distribution comparison, impact analysis |
| Intended use | Is the output supporting a new decision or being used outside the approved purpose? | Use-case statement, process map, policy mapping |
| Output authority | Does the output now recommend, rank, block, approve, price, or act with less human review? | Workflow design, authority matrix, override procedure |
| Performance | Do outcomes, errors, stability, calibration, bias measures, or limitations change? | Before/after results by relevant segment |
| Exposure and materiality | Does the change affect a larger portfolio, more important process, regulatory purpose, or financial exposure? | Volume/value forecast, risk-tier assessment |
| Controls | Are monitoring, overrides, fallback, human review, data-quality, or use restrictions altered? | Control design, test evidence, monitoring specification |
| Dependencies | Did an upstream dataset, downstream decision system, third-party component, or linked model change? | Dependency map, vendor notice, interface test |
The 2026 guidance’s model-use section specifically warns that extending a model beyond its original application introduces additional uncertainty and calls for analysis of the new use, its limitations, and existing controls. That means a product team can create a material model change without touching the model package at all.
Practical aside: ownership gets messy at the dependency line. Engineering may say a bureau-data schema change is “upstream.” Model Risk may say the model formula is untouched. The assessment needs an owner who tests whether the changed input distribution, missingness, and mapping alter model behavior. Organizational boundaries do not prevent output drift.
Use a routing matrix, not a single “material/non-material” checkbox
Binary classification hides the action. A better model change assessment produces one of three classifications and then selects every required route.
| Classification | Example | Review route | Inventory treatment |
|---|---|---|---|
| Maintenance | Correct a logging defect that does not alter inputs, calculations, output, use, or controls | Regression test; owner and change-control approval; independent confirmation when policy requires | Add version/change history; retain model ID |
| Model change | Recalibrate coefficients, replace an input, revise segmentation, change a decision threshold, or expand to a sufficiently similar population | Targeted or full validation based on affected components; reapproval if authority, limits, tier, or use changes | Update version, methodology/data fields, validation status, limitations, monitoring, approval |
| New or replacement model | New methodology, distinct purpose, separately operated fork, or replacement that runs alongside the old model | Development review, validation generally before first use, model approval, controlled deployment | New model/version record as policy dictates; link predecessor and retirement plan |
These are operating categories, not terms prescribed word-for-word by the agencies. Define them in policy and state who can approve each route.
A change can require targeted validation and reapproval without becoming a new model. It can also require a new inventory record and parallel-run controls while the prior model remains active. Do not force one checkbox to carry all of that logic.
A defensible routing decision
For each assessment, answer five separate questions:
- Testing: What must the developer or owner test before release?
- Validation: Which affected components require objective review—conceptual soundness, outcomes analysis, monitoring, data, implementation, or all of them?
- Approval: Does the existing approval still authorize this version, use, population, exposure, and control package?
- Inventory: Which fields, relationships, statuses, limitations, and dates must change?
- Deployment: Is release blocked, conditional, phased, parallel, reversible, or subject to enhanced monitoring?
The interagency guidance says validation generally occurs before first use. Where urgent business need leads to use before validation is complete, it points to heightened attention to limitations, stakeholder notice, use limits, and closer monitoring. An emergency flag therefore creates more documentation: reason, remaining validation, permitted use, owner, monitoring, rollback, expiry, and approval authority.
Worked example: a threshold change that is not “just configuration”
Realistic hypothetical: a fintech uses a non-generative statistical fraud model to score outbound transfers. Operations proposes raising the auto-decline threshold because false positives are creating customer complaints. No features, coefficients, or source data will change.
The weak assessment says:
Configuration-only change. No model impact. Standard release approval.
The stronger assessment records:
- Methodology: limited change; scoring formula is unchanged, but decision threshold changes how output is used.
- Population: unchanged.
- Output authority: material operational impact because fewer transactions will be automatically declined.
- Performance: expected false positives decline; false negatives and fraud losses may increase.
- Exposure: quantify affected transaction count and value using a back-test, segmented by relevant product and customer risk tier.
- Controls: revise review-queue capacity, fraud-loss monitoring, override treatment, and rollback trigger.
- Validation route: targeted independent review of threshold analysis, segment performance, and monitoring design.
- Approval route: reapproval by the authority responsible for the model’s permitted use and fraud-risk tolerance.
- Inventory action: preserve the model ID; add the new version/effective date, threshold, validation reference, approval, monitoring changes, and prior-version retirement date.
- Deployment condition: retain the prior threshold for rollback; review agreed outcome measures after a defined observation window.
No universal percentage or loss threshold is implied here. Calibrate decision limits to the institution’s risk appetite, historical performance, customer-impact analysis, and model materiality. The control principle is that a threshold can change the decision even when it does not change the score.
When should the inventory get a new record?
A new record is useful when the organization needs to govern two objects independently. Consider it when:
- old and new models operate in parallel;
- a fork has a different purpose, owner, population, methodology, monitoring plan, or approval;
- a vendor replacement has a distinct lifecycle and limitations;
- the changed system meets the policy definition of a new model; or
- separate retirement evidence is needed for the predecessor.
Keep the same ID with version history when continuity is clearer and the change remains part of one governed lifecycle. Either way, never overwrite history. Retain predecessor/successor relationships, production dates, validation references, approval dates, limitations, incidents, and retirement status.
The inventory should show three clocks separately:
- technical version effective date;
- validation completion or conditional-use expiry; and
- governance approval date.
Collapsing them into one “last updated” field makes it impossible to tell whether production outran validation or approval.
For a deeper inventory design, pair this process with the model inventory fields and ownership guide and preserve material reviewer disagreements using the effective-challenge memo.
Do not misapply the guidance to generative or agentic AI
Footnote 3 of the April 2026 interagency guidance expressly says generative AI and agentic AI are outside its scope. It also says broader governance should determine appropriate controls for tools, processes, and systems not covered, while the guidance’s principles apply to traditional statistical and quantitative models and non-generative, non-agentic AI models.
That boundary belongs in the assessment:
| Scope decision | Route |
|---|---|
| Traditional statistical/quantitative or non-generative, non-agentic AI model within institutional scope | Model change policy informed by applicable model-risk guidance |
| Generative or agentic AI system | AI-governance change assessment; do not claim direct coverage by SR 26-2/OCC 2026-13 |
| Deterministic rules or simple arithmetic outside the guidance’s model definition | Appropriate software, rules, compliance, and change controls; document the scope rationale |
| Unclear classification | Escalate to Model Risk and AI Governance; record the decision and avoid governance gaps while debating labels |
The NIST AI Risk Management Framework offers a voluntary, use-case-oriented reference for broader AI governance. The immediate objective is not to squeeze every system into “model.” It is to ensure every consequential change reaches an accountable review route.
So what should you do this week?
Pull the last ten production changes touching a model, its data, its use, or its decision workflow. For each one, try to produce the impact assessment, validation-scope decision, approval, inventory update, deployment conditions, and retirement evidence.
If the evidence stops at a Jira ticket, add the model change assessment between technical release and production authorization. Start with the nine impact dimensions above. Require Model Risk to sign the route—not to rubber-stamp the code ticket—and require Change Management to verify that the selected conditions actually reached production.
The AI Risk Assessment Template & Guide includes inventory, assessment, approval, limitation, and monitoring artifacts you can adapt for AI use cases while keeping formal model changes aligned to your model-risk policy.
Primary sources: OCC Bulletin 2026-13 · Interagency Supervisory Guidance on Model Risk Management, April 17, 2026 · Federal Reserve SR 26-2 · FDIC interagency issuance · NIST AI RMF
◆ Need the working template?
Start with the source guide.
These answer-first guides summarize the required fields, evidence, and implementation steps behind the templates practitioners search for.
◆ Related template
AI Risk Assessment Template & Guide
Comprehensive AI model governance and risk assessment templates for financial services teams.
◆ Immaterial Findings · Weekly
Sharp risk & compliance insights. No fluff.
◆ FAQ
Frequently asked questions.
What is a model change assessment?
Does every model change require full revalidation?
What changes should trigger model reapproval?
When should a model change create a new inventory record?
Does OCC Bulletin 2026-13 cover generative AI model changes?
Author
Rebecca Leung
Rebecca Leung has 8+ years of risk and compliance experience across first and second line roles at commercial banks, asset managers, and fintechs. Former management consultant advising financial institutions on risk strategy. Founder of RiskTemplates.
◆ Related framework
AI Risk Assessment Template & Guide
Comprehensive AI model governance and risk assessment templates for financial services teams.
◆ Keep reading
Related posts.
AI Risk
SEC AI-Washing Settlements: What Firms Should Prove About AI Claims
A fact-checked guide to the SEC's Delphia and Global Predictions settlements, the $400,000 in penalties, and practical controls for AI claims.
Aug 11, 2026
AI Risk
72% of Banks Can't Shut Down a Malfunctioning AI Model. Examiners Are About to Find That Out.
A June 2026 survey found 72% of banks are unprepared to shut down a malfunctioning AI model or report an AI failure to regulators—the two most basic controls in any AI incident-response playbook. OCC and Fed examiners have made AI a permanent standing topic in every routine bank examination. Here's what kill switch documentation, vendor disentanglement testing, and data boundary enforcement look like when an examiner walks in.
Aug 1, 2026
AI Risk
EU AI Act in August 2026: Article 50 Is Live and Annex III Moved to 2027
Article 50 applies from August 2, 2026, while Annex III high-risk rules move to December 2, 2027 under final Regulation (EU) 2026/1744.
Jul 28, 2026