On April 17, 2026, the federal banking agencies replaced the model risk framework that had governed financial institutions for fifteen years. The replacement is more flexible, more proportionate, and explicitly does not cover generative or agentic AI. Which leaves a gap, because that is precisely what most financial services organizations are now putting into production.
This guide is about closing that gap with architecture rather than paperwork. It covers what zero trust architecture actually means in a financial services environment, how card and reporting obligations map onto the same control set, why data-layer enforcement is where most programs stall, and how access management changes when the thing requesting access is a model rather than a person. Written for FS CIOs, CISOs, and chief risk officers who have to answer for both the AI strategy and the audit.
What does zero trust architecture actually mean for financial institutions?
Zero trust is a security model that removes implicit trust from network location. NIST SP 800-207 frames it as a shift away from defending a static network boundary toward evaluating every access request against dynamic policy, on a per-session basis, regardless of where the request originates. Being inside the bank's network earns you nothing.
For financial institutions this is less exotic than it sounds, because you already run parts of it. Privileged access controls on core banking systems, step-up authentication on wire approvals, and segmentation around the cardholder data environment are all zero trust principles applied piecemeal. What is usually missing is a single policy enforcement layer, so the same authorisation calls get made differently by six systems with six different definitions of risk.
Most security teams already own the pieces. What they lack is visibility across them, because half a dozen security tools each carry their own security policies and none of them holds the compliance evidence in one place.
The practical definition worth adopting: every request is authenticated, authorised against current context, logged, and revocable. That sentence is also, not coincidentally, a description of what an examiner wants to see. Our cybersecurity consulting work in financial services starts by finding out how many places in the estate can actually satisfy all four verbs.
Why did the ground shift under AI model governance in 2026?
Supervisory Letter SR 26-2, issued jointly by the Federal Reserve, OCC and FDIC, supersedes SR 11-7 and the 2021 BSA/AML model risk statement. OCC Bulletin 2026-13 carries the same guidance and rescinds the older OCC issuances. The revised approach is risk-based and proportionate, aimed principally at banking organisations above $30 billion in assets, and the agencies are explicit that non-compliance with the guidance alone will not draw supervisory criticism.
The consequential detail for anyone reading this is scope. The revised guidance addresses traditional quantitative models and non-generative AI. Generative and agentic systems are treated as sufficiently novel that they sit outside it, with further regulatory work expected. So the fraud model your validation team has been testing for a decade is covered, and the agentic workflow your operations group stood up last quarter is not.
That is not permission. Supervisory action can still follow from unsafe or unsound practices, and the absence of specific guidance shifts the burden onto your own risk and compliance judgment rather than removing it. The governing principle we give clients is short: when you cannot govern the model, govern its access. That is a zero trust problem, not a model validation problem.
How does agentic AI break the traditional network perimeter?
A conventional application has a predictable call pattern. An agent does not. It chains tools, queries systems it was never explicitly scoped to, retains context across sessions, and acts with whatever credentials it inherited from whoever deployed it. The attack surface expands in a direction your network security controls were never designed to watch.

The worst version is the ordinary one. Someone in finance connects an AI platform to a reporting database using a service account with read access to more than it needs, because that account already existed. Nothing is breached. Private data simply flows somewhere the data flow diagram does not show, and there is no record of who authorised it. That is the shape of most financial services AI incidents we get called about.
Unauthorized access by a non-human identity also looks nothing like the human version, so detection tuned to user behaviour misses it. The threat landscape moved faster than most detection rules, and the ability to detect and respond has to reach machine identities before it is useful. Treating this as a data security question rather than a network one is the shift that matters.
Machine learning models embedded in credit or fraud decisions raise a different question, closer to classical operational risk: drift, explainability, and whether a decision can be reconstructed. Both problems need the same underlying discipline of knowing what is running. We wrote about finding it in how to detect and govern AI agents in your organization, and the governance scaffolding sits in our AI governance framework guide.
Where does PCI DSS fit into a zero trust implementation?
Closer than most teams assume. PCI DSS v4.0.1 is the only active version of the standard, and the future-dated requirements that were best practice under v4.0 became mandatory on 31 March 2025. Several of them are zero trust controls under another name: multi-factor authentication for all access into the cardholder data environment, targeted risk analysis to justify control frequencies, and annual rescoping of the environment.
Treat scope as the connective tissue. The cardholder data environment is the one part of the estate where most financial institutions have already done rigorous data classification, segmentation, and access control. Extending that discipline outward is a far cheaper path than starting a separate zero trust programme, and it produces a compliance artefact on the way.
The trap is treating that standard as the ceiling. It governs cardholder data and nothing else, and an AI agent with access to a customer service transcript archive can expose more about a customer than a card number ever would. Use PCI as the template for how good looks, not as the definition of what is in scope.
What does SOX require that zero trust actually helps with?
SOX cares about the integrity of financial reporting, which in practice means it cares about who can change the numbers and whether you can prove it. Segregation of duties, change control over financial systems, and evidence that access was appropriate are the recurring findings. Every one of them is an access control question.
A system can be technically compliant and still fail to validate that the person who approved a transfer was the person the record names. Zero trust helps because it produces the evidence as a by-product rather than as an annual scramble. If authorisation is decided centrally against policy and logged consistently, then demonstrating that only authorised individuals could post a journal entry becomes a query rather than a project. Most institutions currently reconstruct this from several systems and a spreadsheet.
The AI dimension is newer and worth raising with your auditors early. If a model contributes to a number that reaches a filing, the control question is whether its inputs, version, and output were captured at the time. That is a records problem before it is a modelling problem, and the answer usually lives in your logging architecture rather than in your model documentation.
Why is the data layer where most financial services organizations fail?
Because zero trust is generally bought as a network and identity project, and data-layer enforcement arrives last. Teams deploy strong authentication, segment the network, and then discover that every authenticated user and service can still read a lake full of financial data with no distinction by data sensitivity. The perimeter moved; the data assets did not get more protected.

Doing this properly starts with unglamorous work: an inventory of data stores, classification by sensitivity and regulatory obligation, and mapping of who and what currently reads each one. Nearly every institution that runs this exercise finds service accounts nobody owns and reporting extracts that quietly left the regulated boundary years ago.
Only after that does data architecture become tractable. Policy attached to the data rather than the network, enforced at query time, with data access decisions that weigh classification, purpose, and requester identity together. Legacy core platforms make this genuinely hard, which is why it often runs alongside code modernization rather than after it.
How do you build an audit trail regulators will accept?
Completeness first, cleverness second. A usable audit trail records the identity that requested access, what was requested, the policy decision and its basis, and the outcome, with clock synchronisation good enough that events can be ordered across systems. Regulators are less impressed by dashboards than by the ability to answer a specific question about a specific day.
The same record is what your incident response team needs in real time at 2am, not three days later once someone has written a query. The second requirement is that the record survives. Retention has to outlast your examination cycle, the security information you collect has to be tamper-evident, and it has to remain queryable rather than archived into practical inaccessibility. This is where a lot of programmes quietly fail an audit despite having collected everything.
Extend the same standard to AI. Every model invocation touching regulated data should leave the same trail as a human user: which identity, which model version, what data, what came back. Institutions that instrument this early find it also answers the model governance questions the revised guidance leaves open, which is a rare case of one control satisfying two masters.
What does identity and access management look like when the requester is a model?
IAM has to cover non-human identities as first-class citizens. Every agent, service, and model gets its own identity with its own scoped entitlements, its own credential lifecycle, and its own owner. Inheriting a human's permissions is the single most common design error we see, and it defeats the entire point of user access controls.

Entitlements should be narrow, time-bound, and purpose-bound. An agent that summarises support tickets does not need standing access to the ticket archive; it needs scoped access during execution, granted by the policy engine and withdrawn afterwards. IAM platforms increasingly support this pattern, though most banking system integrations still assume a long-lived service account, and that assumption is where the risk concentrates.
Then watch it. Continuous monitoring of non-human identity behaviour catches the drift that static reviews miss: the agent that started querying a new schema, the service account whose call volume tripled. Real-time anomaly detection on machine identities is more useful than quarterly recertification, because agents change behaviour faster than review cycles run. The risk-tiering method we use for this sits in our AI assessment framework, and the control crosswalk to AI governance and compliance follows from it.
How should financial institutions sequence implementing zero trust?
Start where regulatory pressure and sensitive data overlap. For most banks that means the cardholder data environment, financial reporting systems, and whatever the AI programme touched first. Attempting the whole estate at once is how these programmes become three-year projects that deliver a maturity model and no controls.
Published best practices will not tell you which system to start with. A risk assessment against your own data and regulatory exposure will. Sequence it as inventory, then identity, then policy, then data. Know what exists and who reaches it. Give every human and non-human requester a real identity. Centralise authorisation so policy is written once. Then push enforcement down to the data itself. Each stage is independently useful, which matters when funding is annual.
Use an external yardstick so the scoring is not self-graded. CISA's Zero Trust Maturity Model scores identity, devices, networks, applications, and data separately, which stops a strong identity programme from masking a weak data pillar. Set the measurement up before you deploy anything. Percentage of authorisation calls made by the central policy engine, percentage of non-human identities with a named owner, mean time to revoke, and logging coverage across in-scope systems. Zero trust implementation progress reported as a maturity score tells a board very little; those four numbers tell them whether the security posture actually moved.
What does this change for the board conversation?
The framing that works is not that zero trust prevents a breach. It is that zero trust is how you keep deploying AI in a regulated environment without waiting for guidance that has not been written. That is a growth argument, and it is the one that gets funded.

The financial services industry has spent a decade buying point solutions, and financial services security budgets now have to fund an architecture instead. The compensation is that cyber, fraud, and compliance teams finally share one identity signal rather than three. Be honest about what it costs. This is a multi-year architecture change touching identity, network, data, and every legacy system nobody wants to open. The cost of a data breach is a weak argument on its own, because boards have heard it and discounted it. The stronger case is that supervisory expectations, customer trust, and AI velocity all now depend on the same control layer, and that layer either exists or it does not.
Bring third parties into the picture too. Your model vendors, cloud services, and tooling providers sit inside the same trust boundary, and their controls become your findings. That belongs in third party risk management, assessed against the same zero trust security expectations you apply internally, and mapped alongside the NIST AI RMF work most institutions are already doing.
See where your architecture actually stands
Our FS Zero-Trust Self-Assessment walks a bank or insurer through the four control verbs across identity, network, data, and AI, and returns a picture of which systems can authenticate, authorise, log, and revoke, and which cannot. It is designed to be readable by a risk committee and specific enough for an architect to act on.
VisioneerIT builds these programmes the way an examiner reads them, control by control, with the documentation that holds up under audit. If you want a straight read on where your institution stands before the next examination cycle, we can give you one.
Key things to remember
- SR 26-2 and OCC Bulletin 2026-13 replaced SR 11-7 on April 17, 2026. The revised guidance is risk-based and does not extend to generative or agentic systems, which is the technology most institutions are actively deploying.
- Absence of guidance is not absence of exposure. When you cannot govern the model, govern its access.
- Agents inherit permissions. The most common failure is a model running on a human or legacy service account with entitlements far broader than its task requires.
- PCI DSS v4.0.1 is the only active version and its remaining requirements have been mandatory since 31 March 2025. Several are zero trust controls under another name.
- SOX findings are access control findings. Centralised, logged authorisation turns the annual evidence scramble into a query.
- The data layer is where programmes stall. Classification and access mapping are unglamorous and non-optional.
- Give non-human identities their own identity, owner, scope, and expiry, then monitor their behaviour continuously rather than recertifying quarterly.
- Instrument AI invocations to the same standard as human access. It satisfies the audit requirement and the model governance gap at once.
- Measure four things: decisions through the central policy engine, non-human identities with owners, mean time to revoke, and audit coverage. Maturity scores are not progress.

