In 2003, the Commonwealth Bank of Australia began a full core banking replacement. It took seven years and cost over $1 billion. That is not a horror story, it mostly worked. But it is a data point that sits in the back of every CTO’s mind when someone brings up the words “platform modernization.”
Full replacement is one answer. It is rarely the only one, and often not the right one. Most banks are running on platforms that are 20 to 40 years old, built in COBOL or early Java, and carrying decades of business logic that nobody has fully documented. These systems process trillions of dollars daily without failure.
Yet, the existing gap between “it works reliably” and “it works at the speed the market demands” is where most banking legacy modernization programs live.
Gartner estimates that 70% of large-scale IT replacement programs either fail outright or deliver less than planned. In banking, the stakes are higher because the system being replaced cannot go offline. You are rebuilding an aircraft mid-flight.
The risks are not abstract:
A recent McKinsey survey of banking executives found that only 30% of full core migrations delivered on their original business case. The average cost overrun was 40%, and the average timeline extension was 18 months. So, it means the method matters as much as the goal.
Not everything in a bank’s architecture is equally risky to touch. The core ledger: the system of record for balances, transactions, and accounts, carries the most risk. But a large portion of what slows banks down sits outside the core.
Mobile applications, online banking portals, and customer onboarding flows are often built on aging middleware that is slower to update than the core itself. These layers can be replaced or rebuilt without touching the ledger. A bank can deploy a new mobile experience that communicates with the existing core through a thin API layer, giving customers a modern interface while the back-end stays stable.
ING’s “thin branch” model, developed between 2015 and 2018, is one documented example. The bank rebuilt its customer-facing stack progressively while leaving the core untouched until a later phase and reduced time-to-market for new products by roughly 60%.
Regulatory reporting, credit decision workflows, and internal audit trails are frequently built directly on top of core systems, which means every query slows down the core and every change to reporting logic requires a core deployment.
Extracting these into a separate data layer (an operational data store or a reporting database fed by change-data capture) removes that dependency. Banks that have done this report a 30 to 50% reduction in core system load during peak reporting windows.
| Pattern | What It Does | Risk Level | Typical Timeline |
| API layering | Adds a managed API gateway in front of the core | Low | 3–6 months |
| Strangler fig | Replaces components one at a time, routing traffic progressively | Medium | 12–36 months |
| Data extraction | Moves reporting/analytics off the core into a separate layer | Low–Medium | 6–12 months |
| Full replacement | Replaces the core entirely | High | 3–10 years |
| Parallel run | Runs old and new systems simultaneously during transition | Medium–High | 12–24 months |
The most conservative starting point is placing an API management layer between the core and everything that talks to it. This creates a controlled interface that other systems: mobile apps, third-party fintechs, internal tools can call without needing direct database access.
Once an API layer exists, teams can:
BBVA’s API marketplace, launched in 2017, was built on this principle. The core was not replaced. The interface to the core was made programmable and the bank opened it to external developers, creating new revenue streams from the existing infrastructure.
Once an API layer is in place, individual components can be replaced behind it. The strangler fig pattern, named after a tree that grows around an existing tree until the original decays naturally works by routing specific transaction types to a new system while leaving the rest on the core. Over time, the new system handles more traffic and the old one handles less, until the old one can be decommissioned.
The pre-conditions for this to work are:
Without these, component replacement becomes a parallel run that never ends, which is its own category of risk and cost.
Altamira works with banks at the architectural and delivery level, not just the consulting level. That means teams that design the modernization approach also build and operate the resulting systems.
In practice, Altamira’s engagement in banking modernization typically covers:
Before committing to a modernization program, executives and architecture leads should be able to answer the following questions with concrete data, not estimates:
The answer to the last question alone shapes the entire program timeline. In the EU, the EBA’s outsourcing guidelines require prior notification for material changes to critical systems. In the US, OCC-supervised banks face similar requirements under the agency’s third-party risk management framework. A modernization program that does not account for regulatory lead times will encounter them and they will not bend.
The choice between full replacement and incremental modernization is not a philosophical one. It is a risk-adjusted calculation based on the specific architecture, team capability, regulatory context, and business objectives of a given institution.
Full replacement is sometimes the right answer. But for most banks, the right answer is a staged program that delivers measurable results at each phase: lower maintenance cost, faster delivery, better regulatory agility without betting the institution on a single large-scale cutover.
Alexia is the author at Research Snipers covering all technology news including Google, Apple, Android, Xiaomi, Huawei, Samsung News, and More.
After Windows Patch Day in July 2026, reports of problems with the Windows Server Update…
The payment service provider PayPal is apparently facing a large-scale takeover. Two investors have submitted…
A new mod for GTA San Andreas lets players play two older parts of the…
With the increasing spread of autonomous robotaxis, not only the technical capabilities of the vehicles…
From 2028, electric car drivers in the UK will have to pay a distance-based levy.…
Shortly before the next Unpacked event on July 22nd, official promo images of the new…