XiNG: Inside Citi’s all-encompassing risk platform
Voice of the CTO: Citi’s chief information officer, Jon Lofthouse, explains how and why the bank has extended its enterprise-wide risk platform so that every trade in any asset class goes through it.

Voice of the CTO
Last year, WatersTechnology spoke with eight senior technologists from eight different tier-one banks. Those interviews were conducted on background to get an honest understanding of the challenges they were facing. Nearly all of those challenges still exist today—you can find those articles here.
For this year’s series, we wanted to drill into interesting projects from five different institutions: four global systemically important banks (G-Sibs), one large buy-side firm, and one large exchange. The aim is to highlight specific projects at a variety of large institutions to show how these firms are preparing for an unknown future as technological innovation rapidly evolves.
Part 1: Man Group’s Project Condor (click here)
Part 2: Bank of America’s 3Rs (click here)
Part 3: Deutsche Bank explores GenAI (click here)
Part 5: ING’s Global Data Platform (click here)
The subsequent Voice of the CTO articles will be published each of the following Wednesdays. For more information on the methodology of this series, please scroll down to the bottom of the page.
When Jon Lofthouse first joined Citigroup (then Salomon Brothers) in 1997 as a junior developer, most firms were focusing on Y2K preparations. The bank was just starting to dabble in complex financial instruments. Risk management was performed at the desk level, with different individuals and systems for each asset class.
Then came the 2008 financial crisis, and banks realized they needed to understand the risk they held across all their silos, both for internal management and to respond to regulators paying closer scrutiny to their businesses.
So, it was only natural when this came about that Lofthouse, who had already held almost every tech role in Citi’s Markets division (and since February of this year has served as chief information officer), would be picked to play a pivotal role in building the bank’s response.
That response began as a series of standards for its fixed-income trading group, which represented a significant portion of the bank’s business and the former Salomon Brothers business. The XiNG Platform, pronounced “zing,” is an acronym of Xi Next Generation, or XiP for short, where Xi was the internal nickname for an existing library of analytics. This set of standards would be the basis for a consistent suite of models for risk, stress testing, pricing, and quantitative analysis.
Though fixed income was the starting point, the platform was always intended to encompass as much of the bank’s business as possible and present it in a clear and uniform way.
“We didn’t want to build an app—we wanted to build a platform with a portfolio of applications,” Lofthouse tells WatersTechnology.
But that didn’t happen overnight. From the origination of the platform circa 2014, Lofthouse and his team—which included developers as well as professionals from the Markets division and the bank’s quant function—spent several years figuring out that initial standards component.
In fact, Lofthouse credits the involvement of representatives from the Markets group—and the physical proximity of the key parties that made it possible for them to be involved—as being pivotal to an effective development process.
“Andy Morton—who ran rates at the time and is now head of Markets—and I were in rooms next door to one another. The quant team was 10 feet away, and the tech team was in London or this office. We were working together physically for much of the time,” he says.
As the project moved forward across different asset classes, the key was to identify use cases that XiP could seize upon and use to expand its functionality, breaking down asset class-specific data siloes and normalizing that data and making it more widely available as an input to the models being built on the platform for other business lines. Anchoring the project to specific business problems allowed the firm to justify the continued investment as it added support for more asset classes and functions incrementally.
“We learned lessons as we went along,” Lofthouse says. “For example, the API wasn’t as simple as it needed to be. And we learned a lot about data and keeping market data and developers together. And as we evolved on our journey, we started solving bigger and more complex problems.”
We try to make these apps as simple as possible. And making them appear simple is actually more complex to do
Jon Lofthouse, Citi
As that evolution took place, it became clear that a platform this broad simply couldn’t fall into the trap of becoming a monolithic system, so Citi took the approach of building an API services platform that could make the same data services available to different areas for different uses, such as for pricing by the front office, or for stress testing.
About five or six years ago, the bank started building apps on top of the platform, and over time, developed a “self-service” approach where the consistency of the platform could allow users to craft their own models with certainty that the look and feel would be the same as other apps on XiP. For example, if a quant wanted to build a new model to price callable bonds, they could do that without needing to tie up developers.
“Because we spent time getting the standards and API parts right, we can now build apps very fast,” Lofthouse says. “We try to make these apps as simple as possible. And making them appear simple is actually more complex to do. We wanted to make them only require a small amount of code, and to extract complexity so that it’s hidden in services that run behind the scenes.”
Indeed, behind the scenes, thousands of lines of code are required to make the interface appear easy to users. But that apparent ease came about only as a result of vision and persistence, and by anchoring XiP to specific business needs, rather than an aspirational “build it and they will come” approach.
“The first lesson is to get the foundations right and to stay the distance,” he says. “There’s a big difference between engineering and PowerPoint.”
Every trade
It’s a similar approach to the “reuse and recycle” model adopted by Bank of America in our second Voice of the CTO article. Though executed differently, the end results are a better consolidated view of technology investment across the organization, fewer disparate data siloes, and more sharing of data and services, reducing the amount of new build or tech spend. There, BofA had developed a portfolio and cash trading front-end that it was able to tweak and roll out to its repo trading business, and was able to repurpose an equities internal crossing engine to grow its rates internalization business.
But starting from scratch, Citi began with its largest footprint and expanded from there over time.
“We started with fixed income because our Markets business is biased toward fixed income and because fixed income requires more compute. Then we applied it to credit, commodities, and equities—all our trading businesses and our quantitative and risk functions, and for equity mark-to-market accounting, and derivatives,” Lofthouse says, adding that Citi is currently exploring additional use cases throughout the bank. “Probably a year ago, we got to the point where every trade we do in the firm goes through XiNG.”
That was the point at which Citi CEO Jane Fraser gave the system a shout-out on the bank’s Q3 2024 earnings call, where she described the bank’s simplification transformation and infrastructure modernization—including consolidating technology and retiring some 1,250 platforms since 2022—and its efforts to demonstrate greater resiliency to regulators.
Consolidation and retiring applications isn’t something unique to Citi: Other institutions are also focusing on simplification and streamlining. These include Deutsche Bank, profiled in our third Voice of the CTO article, which has been navigating its own data transformation as part of its transition to Google Cloud and to “redefine how it develops and offers its financial services” and has retired 41 applications in its corporate bank in the past year alone.
These efforts to simplify firms’ architectures are in direct response to the application overload that has sprung up as the desire to embrace new technologies has arguably outpaced firms’ ability to manage the underlying data. The more silos and siloed data you have, the more applications are needed to deliver that data to the users or customers who need it.
Compare this to Citi’s approach: Leverage the same underlying platform and allow, encourage and mandate sharing of underlying data. Fewer silos, fewer disparate applications to support, more value.
Below the radar but in the cloud
Yet even after Fraser’s comment, no one outside of the bank seemed to pick up on XiP. Inside the bank, however, the results were already clear: The platform can scale upward to potentially process billions of calculations per day and has—though the bank declined to share specific timeframes—delivered a 10x improvement in the time taken to perform them.
“Some of the calculations we wanted to do take hours, so we had to thread them across different Kubernetes pods,” Lofthouse says.
The bank used Kubernetes as a way to make the platform operate across multiple clouds because any platform handling so many trades, calculations, and models requires a lot of supporting data and a corresponding amount of compute power.
That said, the core of the platform and its underlying data resides in-house—“I don’t have anything in a third-party center where, if it went away, it would be a problem for me,” Lofthouse says—but was expanded to allow it to burst to cloud when it needed access to more compute power, and now parts of XiP run across multiple clouds as required, depending on a number of factors.
“Calculation workloads can be executed on-premises, and across multiple public cloud vendors,” Lofthouse says, though he declines to name specific clouds that XiP uses. “Placement of these workloads is dynamically based on factors such as resource availability, latency and cost. For example, if one cloud region is experiencing issues, workloads will seamlessly run in another region to ensure continuity of service.”
Indeed, when a bank as big as Citi runs a platform as big as XiP, it may spend millions of dollars per year on compute services, so being able to switch between providers can yield significant savings.
When asked whether Citi could offer the platform to clients or even spin it off, Lofthouse seems to suggest that the bank sees greater value in keeping XiP in-house.
“Very few, if any, financial institutions running at Citi’s scale, have a modern platform that can execute on the entire universe of Markets,” Lofthouse says. “The combination of Citi’s diverse product portfolio, global reach, and the modern efficient platform in XiP represents a distinct competitive advantage among our competitors.”
Methodology
The “Voice of the CTO” series is based on interviews conducted by WatersTechnology with six heads of technology from a selection of tier-one international trading firms that took place earlier this year. For clarity, the term “CTO” in the title of the series is a catchall that includes chief operating and investment officers, and various other heads of capital markets technology—people who handle budget and direction of strategy.
This is our second Voice of the CTO series and we are looking for feedback. If you have any comments or questions, please get in touch: anthony.malakian@infopro-digital.com
Further reading
Only users who have a paid subscription or are part of a corporate subscription are able to print or copy content.
To access these options, along with all other subscription benefits, please contact info@waterstechnology.com or view our subscription options here: https://subscriptions.waterstechnology.com/subscribe
You are currently unable to print this content. Please contact info@waterstechnology.com to find out more.
You are currently unable to copy this content. Please contact info@waterstechnology.com to find out more.
Copyright Infopro Digital Limited. All rights reserved.
As outlined in our terms and conditions, https://www.infopro-digital.com/terms-and-conditions/subscriptions/ (point 2.4), printing is limited to a single copy.
If you would like to purchase additional rights please email info@waterstechnology.com
Copyright Infopro Digital Limited. All rights reserved.
You may share this content using our article tools. As outlined in our terms and conditions, https://www.infopro-digital.com/terms-and-conditions/subscriptions/ (clause 2.4), an Authorised User may only make one copy of the materials for their own personal use. You must also comply with the restrictions in clause 2.5.
If you would like to purchase additional rights please email info@waterstechnology.com
More on Data Management
S&P Global partners with IBM, Eventus launches Frank AI, Tradeweb expands algo execution abilities, and more
The Waters Cooler: Arcesium makes waves with Aquata Marketplace, NYSE Cloud flows into Blue Ocean Technologies, and more in this week’s news roundup.
Is market data compliance too complex for AI?
The IMD Wrap: Reb looks at two recent studies and an article by CJC, which cast doubt on AI’s ability to manage complexity.
Robinhood looks to ‘Chaos Monkey’ for op resilience playbook
As firms look to break down silos across business divisions to bolster operational resilience, the US broker is ditching emails, while utilizing chaos engineering and automating everything in sight.
Can AI be the solution to ESG backlash?
AI is streamlining the complexities of ESG data management, but there are still ongoing challenges.
Drilling down into data redistribution
A series of podcasts focusing on data redistribution across the financial services industry.
Will return-to-office mandates fuel market data brain drain?
The IMD Wrap: Increasingly, market data systems can be operated completely remotely. So, why are firms insisting that data professionals return to the office?
Industry vets ally to launch full-service data consultancy
The new company combines the skills and experience of individuals and firms that each serve different needs of the data industry.
M&G Investments replaces research platform with Bloomberg’s RMS
The chief investment officer of the London-based asset manager explains why the firm opted to use Bloomberg’s RMS platform for its research capabilities.
Most read
- Waters Wavelength Ep. 334: BofA’s Krishnan and McInnes
- Is market data compliance too complex for AI?
- Robinhood looks to ‘Chaos Monkey’ for op resilience playbook