scieee AI-readable full text Open interactive document viewer

Market data infrastructure: Core components and integration patterns

Dasari, Gurunath

Abstract

An extensive review of market data infrastructure in quantitative finance is provided in this article, along with a discussion of the essential architectural components and integration patterns needed for modern trading operations. High-performance market data systems are supported by their discussion of time-series database architectures, pipeline orchestration frameworks, data validation techniques, multi-vendor feed normalization, and fault-tolerance tactics. The article describes how financial institutions can maintain the low-latency, high-reliability requirements necessary for competitiveness while effectively managing the increasing complexity, volume, and velocity of market data across international markets. The text emphasizes the technical underpinnings of sophisticated trading strategies, regulatory compliance, and reliable operations across a range of asset classes and market regimes, from proprietary timestamp synchronization protocols to advanced query optimization techniques.

Full text

 Corresponding author: Gurunath Dasari Copyright © 2025 Author(s) retain the copyright of this article. This article is published under the terms of the Creative Commons Attribution Liscense 4.0. Market data infrastructure: Core components and integration patterns Gurunath Dasari * UCLA Anderson School of Management, USA. World Journal of Advanced Research and Reviews, 2025, 26(01), 3439-3447 Publication history: Received on 15 March 2025; revised on 23 April 2025; accepted on 26 April 2025 Article DOI: https://doi.org/10.30574/wjarr.2025.26.1.1460 Abstract An extensive review of market data infrastructure in quantitative finance is provided in this article, along with a discussion of the essential architectural components and integration patterns needed for modern trading operations. High-performance market data systems are supported by their discussion of time-series database architectures, pipeline orchestration frameworks, data validation techniques, multi-vendor feed normalization, and fault-tolerance tactics. The article describes how financial institutions can maintain the low-latency, high-reliability requirements necessary for competitiveness while effectively managing the increasing complexity, volume, and velocity of market data across international markets. The text emphasizes the technical underpinnings of sophisticated trading strategies, regulatory compliance, and reliable operations across a range of asset classes and market regimes, from proprietary timestamp synchronization protocols to advanced query optimization techniques. Keywords: Time-Series Databases; Real-Time Data Validation; Market Data Normalization; Pipeline Orchestration; Fault-Tolerant Architectures 1. Introduction In the rapidly evolving world of quantitative finance, market data infrastructure serves as the foundation for trading activities across global markets. Today's financial institutions face previously unheard-of difficulties in handling the quantity, speed, and diversity of market data required for a competitive advantage. According to a McKinsey report, providers of market infrastructure and financial data have continuously outperformed the rest of the financial services sector, giving shareholders annual total returns of 11% between 2010 and 2020 as opposed to just 6% for the financial sector as a whole. This highlights the critical importance of having reliable market data systems [1]. Growing demand and the importance that investors place on reliable market data infrastructure are reflected in this expansion. High-quality data pipelines that can process millions of market updates per second with sub-millisecond latencies are essential for institutions, systematic investment managers, and high-frequency trading houses. According to McKinsey, the market data industry has grown to a yearly revenue of about $35 billion, growing at a steady 5% annual rate even during recessions [1]. With the top three providers now controlling over 70% of the market for core financial data services, this growth has been accompanied by significant consolidation, which presents both opportunities and challenges for organizations developing their market data infrastructure. The need to feed numerous exchanges, data vendors, and alternative sources simultaneously while maintaining data consistency, low latency, and system reliability leads to the technical complexity of market data infrastructure. According to Markets and Markets studies, the global data integration market, which includes the tools and services needed for market data infrastructure, is expected to reach $25.9 billion by 2027 from $13.8 billion in 2022 at a compound annual growth rate of 13.4 percent [2]. The largest growth is in the financial services industry, where organizations are calling for seamless integration between on-premises, cloud, and hybrid environments. World Journal of Advanced Research and Reviews, 2025, 26(01), 3439-3447 3440 Businesses that can efficiently gather market data gain significant competitive advantages like improved execution quality, improved risk estimation, and increased alpha generation capabilities as markets become more electronic and algorithmic trading continues to be common in volume. Due to the concentration of advanced trading infrastructure in these two regions, Markets and Markets notes that North America leads the market for data integration with a 41.2 percent share, followed by Europe at 27.9 percent [2]. With 16.8% annual growth, cloud-based data integration is expanding at the quickest rate as financial institutions look for more flexible and scalable ways to handle ever-increasing data volumes. In support of sophisticated trading strategies across a range of asset classes, time zones, and regulatory environments, this technical summary covers the key architectural building blocks and integration paradigms that enable reliable, high-performance market data systems. 2. Data Ingestion Layer Architecture 2.1. Multi-Vendor Feed Normalization The first essential component of any market data architecture is the ingestion layer, which must handle various data formats from multiple suppliers. The proprietary protocols, data structures, and delivery methods used by each data vendor must be standardized into an internal, consistent representation. While structured market data only accounts for about 20% of the total data environment, financial institutions currently process an increasing number of different types of data, with alternative and unstructured data sources accounting for the remaining 80% [3]. It is now essential to have more sophisticated normalization solutions that handle both newer data types and legacy market feeds because of this drastic shift. In every market data environment, protocol adapters serve as the foundation for the normalization process with unique implementations. With throughputs of up to 1 million messages per second under typical hardware installations, Apache Kafka is becoming the preferred focal point for data ingestion in contemporary financial data structures [3]. By facilitating the decoupling of producers and consumers, the high-capacity message buses enable the creation of more resilient and elastic market data pipes. Since cross-reference systems must generate consistent instrument identification across vendor-specific schemas, symbology resolution remains a persistent challenge. According to banks and other financial institutions implementing modern data architecture, entity resolution and mapping across different identifier systems account for about 30% of data engineering effort [3]. The need to guarantee consistent reference data throughout the market data infrastructure is only highlighted by such a significant investment. The quality of market data analysis is greatly impacted by timestamping accuracy, particularly when it comes to highfrequency use. Hardware-based precision time protocol (PTP) systems that are synchronized to within 50 nanoseconds of the global time standard are being used more and more in low-latency trading infrastructures. This enables precise market event ordering across dispersed systems [4]. Trading algorithms are now operating at increasingly compressed time horizons, necessitating such accuracy. By bringing disparate data models together into a single representation, semantic translation completes normalization. When domain-specific data products are developed with uniform semantics throughout the organization, financial institutions that use data mesh architectures report a 42% reduction in time-to-insight [3]. 2.2. API Integration Optimization Highly developed API management strategies that address throughput demands in the face of vendor constraints are necessary for successful integration with third-party data suppliers. According to low-latency trading infrastructure providers, if networks are suitably optimized for financial data uses, round-trip message latency can be reduced by 30– 40% [4]. Trading outcomes are immediately impacted by this sharp increase in performance, particularly for strategies that rely significantly on execution timing. Since the majority of data feed vendors impose strict restrictions on API use, rate-limiting compliance is a persistent issue. Modern API integration layers use adaptive throttling technologies to respect these constraints and maintain peak throughput during critical market moments. Optimized FPGA-based network adapters reduce TCP/IP processing overhead by up to 3 microseconds per packet compared to generic software stacks, according to experts in low-latency trading infrastructure [4]. World Journal of Advanced Research and Reviews, 2025, 26(01), 3439-3447 3441 When using market data APIs, connection pooling makes session management more effective. In order to reduce network hops and propagation delays, optimized trading infrastructures carefully choose connection routes and maintain dedicated network paths to major exchanges [4]. Compared to traditional internet routing, these direct connectivity options usually result in a 20–30% reduction in network latency, which is a significant benefit for applications that are sensitive to latency. In situations where API degradation occurs, error handling techniques are essential to maintaining resilience. Multiple layers of circuit breakers with adjustable thresholds for error rates and response times are recommended by experts in financial data architecture [3]. In situations of partial outages, this tiered approach causes systems to deteriorate rather than fail gracefully. Custom network infrastructure is often used in production deployments to lower latency when utilizing market data APIs. Instead of several milliseconds over standard connectivity solutions, co-location facilities in exchange data centers can reduce round-trip network latency for electronic trading platforms to as low as 50-100 microseconds [4]. Trading firms' massive investments in optimized market data infrastructure are justified by this extraordinary performance. Table 1 Data Composition and Efficiency Improvements in Financial Trading Infrastructure [3,4] Metric Value Structured market data percentage 20% Alternative/unstructured data percentage 80% Data engineering effort on entity resolution 30% Time-to-insight reduction with data mesh 42% Network latency reduction with direct connectivity 20-30% 3. Data Validity and Quality Control 3.1. Real-Time Validity Mechanisms With feed interruptions, exchange technical issues, and reporting errors, managing the quality of market data is also extremely difficult. Up to 30% of an organization's data may be affected by data quality problems, according to recent studies, and financial services are even more likely to experience time-critical anomalies that need to be found and corrected right away [5]. Trade results are directly impacted by quality concerns, and validation systems are crucial for preventing potentially expensive errors. Real-time validation relies on consistency checks, which use rule-based reasoning to identify common anomalies. Financial data validation frameworks usually consist of multiple layers of validation; studies show that comprehensive validation techniques can identify up to 87% of data quality issues when applied correctly to the structural, content, and referential levels [5]. For market data in particular, these checks focus on making sure bid prices are never higher than ask prices, that trade prices are within reasonable limits of the current market, and that timestamps remain logically ordered. By employing algorithmic techniques to identify outliers, statistical filters are able to detect anomalies with greater sophistication. Research on data validation techniques shows that machine learning-based validation models can improve detection accuracy by 15–25% compared to rule-based conventional methods, particularly for complex anomalies that are overlooked by basic threshold checks [5]. Price spikes, quote stuffing, and other market anomalies that may indicate manipulation or technical issues are best detected using these improved techniques. By comparing data across sources to historical patterns, cross-venue reconciliation and volume profile analysis complete the validation framework. These techniques, which are included in a comprehensive validation plan, can help companies get data quality ratings of 95% or higher, therefore significantly lowering the risk of trading decisions based on false information [5]. World Journal of Advanced Research and Reviews, 2025, 26(01), 3439-3447 3442 3.2. Timestamp Synchronization The fundamental issue in distributed systems is accurate timestamp synchronization of distributed system components, therefore determining correct event ordering. Dealing with the ordering problem in various facets, synchronization techniques can be roughly categorized into physical clock synchronization and logical clock mechanisms [6]. Distributed nodes are given a time reference by clock synchronization protocols such Precision Time Protocol (PTP) or Network Time Protocol (NTP). Without synchronization protocols, clock drift between nodes in distributed systems typically ranges from 10 microseconds to several milliseconds, which creates major problems for time-sensitive financial applications [6]. By synchronizing local clocks against reference sources of time at regular intervals, these protocols decrease drift. Instead of absolute time, logical clock implementation provides a different answer based on event ordering. Lamport timestamps and vector clocks define happens-before relations between events, maintaining consistent ordering even when physical clocks disagree. Experiments with distributed systems show that logical clocks can preserve causal ordering relationships efficiently with minimal performance penalty, often under 1% in message processing [6]. Under regulations like MiFID II and Reg NMS, which impose strict timing and sequencing requirements on transactions, efficient timestamp management is now especially important for regulatory purposes. Trading systems can guarantee regulatory compliance and dependable event reconstruction features required for post-trade analysis by implementing strong synchronization policies. Table 2 Comparative Performance of Data Quality Control Mechanisms in Financial Systems [5,6] Metric Value Data affected by quality issues 30% Detection rate with comprehensive validation 87% Improvement in detection with ML-based models 15-25% Data quality scores with complete validation 95% Logical clock processing overhead <1% 4. Optimal Storage and Retrieval 4.1. Time-Series Database Architectures Due to it append-only nature, high insert rates, and intricate query patterns, market data storage is especially difficult. Devoted architectures can maintain ingest rates of up to 140 million points per second with query performance, according to recent work on time-series databases [7]. This is a crucial requirement for high-frequency trading environments. Over a variety of time periods, these systems must strike a balance between the conflicting demands of analytical queries and write-intensive ingestion workloads. With systems like ClickHouse, kdb+/q, and TimescaleDB demonstrating significant performance gains, columnar storage engines have emerged as the dominant model for market data repositories. Due primarily to improved compression of repetitive close values in time-ordered columns, empirical research on time-series database benchmarks shows that columnar approaches can reduce storage space by 94–98% compared to row-stored data for representative market data [7]. As financial institutions amass petabyte-sized market data warehouses encompassing multiple asset classes and exchanges, this efficacy becomes even more crucial. In order to optimize query performance and storage efficiency, partitioning techniques are crucial. Multi-level partitioning structures that combine time-based and symbol-based partitions can cut query response times by up to two orders of magnitude for standard market data analytics, according to experimental measurements of time-series workloads [7]. By dividing data into time ranges (days or weeks) and instrument identifiers, these methods often produce a hierarchical structure that corresponds to common query usage patterns. Performance for financial time-series data is further improved by sophisticated indexing techniques and compression techniques. According to recent benchmarking, well-optimized compression chains can achieve compression ratios of World Journal of Advanced Research and Reviews, 2025, 26(01), 3439-3447 3443 10:1 or higher with less than 5% CPU overhead in query execution when using dictionary compression for categorical fields and delta encoding for numeric fields [7]. 4.2. Query Optimization for Analytics Proprietary query optimization techniques that take into account the unique characteristics of market data workloads are required to support financial analytics. According to studies on the performance of analytical queries on financial time-series data, vector execution can effectively use modern CPU architectures to increase the speed of common financial computations by 3–15 times [8]. For compute-intensive tasks like calculating volatility and statistically analyzing price fluctuations, these performance advantages are particularly significant. These days, analytics on massive market data stores depend heavily on parallel query processing. When queries are well-partitioned across both time and symbol dimensions, market data workloads can scale almost linearly to dozens of nodes, according to research on distributed query execution [8]. Interactive analytics against multi-year historical market activity datasets are made possible by parallelization. Financial analytics optimization tools include materialized views and query rewriting techniques. For highly executed analytics workflows, systems can reduce query latency by 40–60% by pre-calculating frequent aggregations like OHLCV (Open, High, Low, Close, Volume) bars at different time resolutions [8]. To further improve performance without requiring manual query tuning, domain-aware query optimizers that identify patterns in financial calculations can automatically rewrite complex analytics expressions into more effective execution plans. Combining these optimization techniques enables financial institutions to trade off performance demands against infrastructure costs, preserving years' worth of market history archives and real-time analytics against current market conditions. Figure 1 Optimized Storage and Retrieval Framework for High-Performance Market Analytics [7,8] 5. Pipeline Orchestration and Workflow Management 5.1. Data Pipeline Architecture Advanced pipeline orchestration is necessary for error-free and timely market data processing in order to guarantee data completeness, consistency, and timely delivery across trading systems. Businesses that use structured workflow World Journal of Advanced Research and Reviews, 2025, 26(01), 3439-3447 3444 architectures have up to 60% fewer data processing errors and 40% higher overall system reliability than those that use ad-hoc designs, according to studies on real-time data pipelines [9]. Systematic design methodologies that address the unique challenges of financial data flows are responsible for these enormous benefits. The most popular modeling framework for market data processing workflows is directed acyclic graphs (DAGs), which provide an orderly method of illustrating complex relationships between processing stages. DAG-based workflow engines are currently used by about 65% of organizations to manage their data pipelines, with 78% of financial services companies specifically using this deployment [9]. By formally modeling complex dependencies between data acquisition, transformation, and consumption processes, these structured workflows enable organizations to enforce proper sequencing when needed and enable parallel execution when practical. The flexibility and efficiency of pipelines are significantly increased by incremental processing and effective backfilling techniques. According to industry research, for typical update scenarios where only a small portion of the dataset changes between processing cycles, implementing change-data-capture patterns can reduce processing overhead by up to 80% [9]. According to survey data, quantitative trading teams reprocess historical data three to five times a week during strategy development stages. Similarly, sophisticated backfilling functionality that facilitates efficient historical data reprocessing has emerged as a necessity for algorithm backtesting and model training. The architecture is completed with end-to-end monitoring and observability features; research shows that instrumented pipelines can reduce mean-time-to-resolution for data incidents by up to 45% on average [9]. The best implementations maintain end-to-end traceability for individual messages traveling through the system and record metrics at multiple processing stages. 5.2. Stream Processing Frameworks Stream processing architectures are being used more and more in real-time market data applications to handle continuous update streams. Stream processing frameworks routinely process millions of events per second with submillisecond latencies in financial markets, enabling real-time decision-making based on current market data [10]. Trading operations, risk management, and compliance have all been transformed by these features. Figure 2 Market Data Pipeline Orchestration and Stream Processing Architecture [9, 10] In the financial services industry, event-driven processing paradigms based on technologies like Apache Kafka are now standard for the distribution of market data. By offering logical partitioning to facilitate scaling and access control, these World Journal of Advanced Research and Reviews, 2025, 26(01), 3439-3447 3445 systems typically organize data into topic hierarchies by asset class, region, and data type [10]. Reliable data delivery is maintained while system evolution flexibility is enabled through the decoupling of data producers and consumers. Advanced real-time analytics is based on windowing operations and state management features. According to studies on portfolio risk systems, more responsive risk surveillance is achieved than with batch-based techniques when timebased windows—typically 1and 5-minute windows—are combined with event-based triggers [10]. Real-time position tracking for complex portfolios is made possible by modern stream processing platforms, which can handle thousands of concurrent risk calculations with consistent state management. In order to create architectures that balance flexibility and performance for the most demanding financial applications, high-performance deployments typically combine general-purpose streaming frameworks with domain-specific acceleration for latency-critical components. 6. Fault Tolerance and Future Trends 6.1. Resilient System Design In global markets, market data systems must function continuously during trading hours, which presents particular availability issues. According to recent research on financial technology infrastructure, 78% of financial institutions currently rank system reliability as their top technology concern, surpassing even performance issues [11]. This suggests that resilience design has emerged as a major concern. This is because uninterrupted market data access is essential to modern trading operations. The use of multi-region deployments with real-time replication in active-active designs has become more widespread. According to research, 64% of major financial institutions currently have market data systems with geographically dispersed infrastructure [11]. Fault tolerance is greatly increased by such redundant designs, but data synchronization and consistency management between locations become more difficult. Circuit breakers and degradation modes are crucial components of robust design that enable systems to maintain critical functionality in the case of partial outages. Compared to companies without such capabilities, financial institutions that employ structured degradation paths recover from infrastructure failures 34% faster [11]. These safeguards are particularly helpful when there is market volatility and unpredictable spikes in message volumes. Data completeness is maintained after outages with the help of recovery procedures based on automated data reconciliation and gap identification. Research demonstrates that sophisticated reconciliation systems can detect and fix data gaps with 99.7% accuracy, enabling trading decisions to be made using full market data even in the event of disruptions [11]. 6.2. Microservices for Market Data For market data systems, microservice architectures offer particular advantages like fault isolation, scalability, and flexibility. According to an industry analysis, 72% of financial market infrastructure providers currently use microservices for at least some of their data processing pipelines [12]. Compared to conventional monolithic systems, this kind of architecture offers more focused resource allocation and flexible scaling. While isolation patterns using service meshes guarantee system stability during regional outages, service boundaries defined in terms of market data domains make it easier to develop standalone components. Financial institutions using microservices have a 45% shorter mean time to recovery in the event of an incident than those using traditional architectures, according to studies on cloud adoption [12]. The inherent isolation between services, which prevents cascading failures, is the cause of this improved recovery capacity. Distributed architectures face difficulties with stateful service management, especially for entities like order books that store important state information. 57% of market infrastructure providers use replicated state machines to ensure consistency across processing nodes, indicating the deployment of multiple redundancy techniques [12]. These methods protect data integrity and system availability from component failures. World Journal of Advanced Research and Reviews, 2025, 26(01), 3439-3447 3446 6.3. Emerging Technologies and Future Directions Due to competitive pressures, regulatory requirements, and technology breakthroughs, market data infrastructure is rapidly evolving. Only 23% of financial market infrastructure providers have moved their core trading systems to cloud environments due to latency and regulatory concerns, despite 67% of them adopting the cloud for non-essential workloads [12]. This cautious approach to cloud migration shows how performance requirements and operational agility are balanced. With 41% of financial players currently utilizing AI to manage data quality and identify anomalies, AI-enhanced data pipelines with integrated machine learning capabilities are becoming more and more common [11]. Compared to traditional rule-based systems, these systems demonstrate measurable improvements in identifying anomalies in market data. The new tech landscape is completed by alternative data integration and the adoption of regulatory technologies. In order to support more sophisticated analytics and risk management, research indicates that 52% of financial market infrastructure providers currently process data from sources other than standard market feeds [12]. Similarly, since 2021, there has been a 36% increase in the integration of compliance surveillance into data streams, which is in line with the growing regulatory demands on financial institutions. Businesses that successfully manage these technological changes put themselves in a position to create increasingly complex trading plans while preserving the dependability and compliance skills necessary in today's financial markets. 7. Conclusion One of the main areas of competition for quantitative finance is the creation of market data infrastructure. The data systems supporting trading strategies must adapt to handle increasing volumes, decreasing latencies, and more complex analytics without compromising dependability or regulatory compliance as trading strategies become more intricate and time-sensitive. Financial companies can create a market data infrastructure that meets the market's immediate demands while staying up to date with the rapidly evolving field of quantitative finance by putting a strong emphasis on scalable designs, sound integration techniques, and high-performance building blocks. Deploying adaptable data models that accommodate both structured and unstructured market data, designing for high-end performance with system resilience, striking a balance between real-time processing and historical analytics capabilities, incorporating observability into every component, and maintaining cost-effectiveness despite steadily increasing data volumes are all critical success factors. In every trading timeframe and asset class, companies that create and run a strong market data infrastructure will gain a substantial edge in execution quality, risk, and alpha generation. References [1] Anutosh Banerjee et al., "Financial data and markets infrastructure: Positioning for the future," 2025. [Online]. Available: https://www.mckinsey.com/industries/financial-services/our-insights/financial-data-and-marketsinfrastructure-positioning-for-the-future [2] Markets and Markets, "Data Integration Market by Component, Services, Deployment Mode (Cloud, Onpremises), Organization Size (Large enterprises, SMEs), Industry Vertical, Business Application, and Region - Global Forecast to 2026," 2021. [Online]. Available: https://www.marketsandmarkets.com/MarketReports/data-integration-market-61793560.html [3] Ashutosh Rogye, "Building a Modern Financial Data Architecture: Bridging the Gap Between Structured and Unstructured Data," Medium, 2025. [Online]. Available: https://medium.com/@ashurogye/building-a-modernfinancial-data-architecture-bridging-the-gap-between-structured-and-c753c66dfa34 [4] QuantVPS, "Top Strategies for a Low Latency Trading Infrastructure in FX Markets," 2024. [Online]. Available: https://www.quantvps.com/blog/low-latency-tradinginfrastructure?srsltid=AfmBOopcWBVStEE_9iLiFrs11PZRC11ge5Los9WqWwezpsvwiLYtGzfL [5] Eben Charles, "Data Validation Techniques for Ensuring Data Quality," ResearchGate, 2024. [Online]. Available: https://www.researchgate.net/publication/384592714_Data_Validation_Techniques_for_Ensuring_Data_Qualit y [6] GeeksforGeeks, "Synchronization in Distributed Systems," 2024. [Online]. Available: https://www.geeksforgeeks.org/synchronization-in-distributed-systems/ World Journal of Advanced Research and Reviews, 2025, 26(01), 3439-3447 3447 [7] Abdelouahab Khelifati et al., "TSM-Bench: Benchmarking Time Series Database Systems for Monitoring Applications," Vol. 16, No. 11 ISSN 2150-8097, 3363 - 3376, 2023. [Online]. Available: https://www.vldb.org/pvldb/vol16/p3363-khelifati.pdf [8] Santosh Kumar Singu, "Performance Tuning Techniques for Large-Scale Financial Data Warehouses," Journal of Engineering & Technology Advancements, ISSN: 2583-2646 / Volume 2 Issue 4, Page No: 126-139, 2022. [Online]. Available: https://www.espjeta.org/Volume2-Issue4/JETA-V2I4P119.pdf [9] Amber Chowdhary, "Understanding Real-time Data Pipelines: Architecture, Implementation, and Technologies," International Journal Of Computer Engineering & Technology 16(1):2098-2113, 2025. [Online]. Available: https://www.researchgate.net/publication/388803146_Understanding_Realtime_Data_Pipelines_Architecture_Implementation_and_Technologies [10] Yingjun Wu, "Stream Processing in Capital Markets: Real-Time Portfolio Monitoring and Risk Management," Medium, 2025. [Online]. Available: https://blog.det.life/stream-processing-in-capital-markets-real-timeportfolio-monitoring-and-risk-management-d08ecce30a0a [11] Maria Grosu et al., "Assessing the resilience of the financial market - a multistage approach in the context of the COVID-19 pandemic," Eastern European Economics, 2024. [Online]. Available: https://www.tandfonline.com/doi/full/10.1080/00128775.2024.2312109#abstract [12] Alex Mirarchi, "Financial Market Infrastructure Providers Cloud Adoption Trends for 2H24," AWS for Industries, 2025. [Online]. Available: https://aws.amazon.com/blogs/industries/financial-market-infrastructureproviders-cloud-adoption-trends-for-2h24/