AWS Machine Learning Blog 09月11日
LSEG利用AI提升市场监控效率
index_new5.html
../../../zaker_core/zaker_tpl_static/wap/tpl_guoji1.html

 

伦敦证券交易所集团(LSEG)利用亚马逊Bedrock服务,通过Anthropic的Claude基础模型,开发了一款AI驱动的监控系统,自动分析新闻敏感性并预测其对市场行为的影响。该系统帮助分析师更高效地审查涉嫌市场操纵的交易,通过预处理RNS新闻文章、使用Claude Sonnet 3.5模型进行分类,并提供可视化结果。这种方法减少了人工审查时间,提高了价格敏感性评估的一致性,并增强了市场监控能力。

📊 LSEG利用亚马逊Bedrock服务,通过Anthropic的Claude基础模型,开发了一款AI驱动的监控系统,旨在自动分析新闻敏感性并预测其对市场行为的影响,从而提升市场监控效率。

🔍 该系统通过预处理RNS新闻文章,使用Claude Sonnet 3.5模型进行分类,并提供可视化结果,帮助分析师更高效地审查涉嫌市场操纵的交易。

⏱️ 该系统减少了人工审查时间,提高了价格敏感性评估的一致性,并增强了市场监控能力,使分析师能够更专注于最关键的案件,同时保持全面的市场监督。

📈 LSEG计划通过整合更多数据源、实施few-shot prompting和微调功能、扩展评估数据集以及在实际环境中部署,进一步优化该解决方案。

🔐 亚马逊Bedrock作为基础模型服务,为LSEG提供了灵活性,同时保持了企业级的安全性和可扩展性,使其能够迭代解决方案,同时满足监管合规要求。

London Stock Exchange Group (LSEG) is a global provider of financial markets data and infrastructure. It operates the London Stock Exchange and manages international equity, fixed income, and derivative markets. The group also develops capital markets software, offers real-time and reference data products, and provides extensive post-trade services. This post was co-authored with Charles Kellaway and Rasika Withanawasam of LSEG.

Financial markets are remarkably complex, hosting increasingly dynamic investment strategies across new asset classes and interconnected venues. Accordingly, regulators place great emphasis on the ability of market surveillance teams to keep pace with evolving risk profiles. However, the landscape is vast; London Stock Exchange alone facilitates the trading and reporting of over £1 trillion of securities by 400 members annually. Effective monitoring must cover all MiFID asset classes, markets and jurisdictions to detect market abuse, while also giving weight to participant relationships, and market surveillance systems must scale with volumes and volatility. As a result, many systems are outdated and unsatisfactory for regulatory expectations, requiring manual and time-consuming work.

To address these challenges, London Stock Exchange Group (LSEG) has developed an innovative solution using Amazon Bedrock, a fully managed service that offers a choice of high-performing foundation models from leading AI companies, to automate and enhance their market surveillance capabilities. LSEG’s AI-powered Surveillance Guide helps analysts efficiently review trades flagged for potential market abuse by automatically analyzing news sensitivity and its impact on market behavior.

In this post, we explore how LSEG used Amazon Bedrock and Anthropic’s Claude foundation models to build an automated system that significantly improves the efficiency and accuracy of market surveillance operations.

The challenge

Currently, LSEG’s surveillance monitoring systems generate automated, customized alerts to flag suspicious trading activity to the Market Supervision team. Analysts then conduct initial triage assessments to determine whether the activity warrants further investigation, which might require undertaking differing levels of qualitative analysis. This could involve manual collation of all and any evidence that might be applicable when methodically corroborating regulation, news, sentiment and trading activity. For example, during an insider dealing investigation, analysts are alerted to statistically significant price movements. The analyst must then conduct an initial assessment of related news during the observation period to determine if the highlighted price move has been caused by specific news and its likely price sensitivity. This initial step in assessing the presence, or absence, of price sensitive news guides the subsequent actions an analyst will take with a possible case of market abuse.

Initial triaging can be a time-consuming and resource-intensive process and still necessitate a full investigation if the identified behavior remains potentially suspicious or abusive.

Moreover, the dynamic nature of financial markets and evolving tactics and sophistication of bad actors demand that market facilitators revisit automated rules-based surveillance systems. The increasing frequency of alerts and high number of false positives adversely impact an analyst’s ability to devote quality time to the most meaningful cases, and such heightened emphasis on resources could result in operational delays.

Solution overview

To address these challenges, LSEG collaborated with AWS to improve insider dealing detection, developing a generative AI prototype that automatically predicts the probability of news articles being price sensitive. The system employs Anthropic’s Claude Sonnet 3.5 model—the most price performant model at the time—through Amazon Bedrock to analyze news content from LSEG’s Regulatory News Service (RNS) and classify articles based on their potential market impact. The results support analysts to more quickly determine whether highlighted trading activity can be mitigated during the observation period.

The architecture consists of three main components:

The following diagram illustrates the conceptual approach:

The workflow processes news articles through the following steps:

    Ingest raw RNS news documents in HTML format Preprocess and extract clean news text Fill the classification prompt template with text from the news documents Prompt Anthropic’s Claude Sonnet 3.5 through Amazon Bedrock Receive and process model predictions and justifications Present results through the visualization interface developed using Streamlit

Methodology

The team collated a comprehensive dataset of approximately 250,000 RNS articles spanning 6 consecutive months of trading activity in 2023. The raw data—HTML documents from RNS—were initially pre-processed within the AWS environment by removing extraneous HTML elements and formatted to extract clean textual content. Having isolated substantive news content, the team subsequently carried out exploratory data analysis to understand distribution patterns within the RNS corpus, focused on three dimensions:

Exploration provided contextual understanding of the news landscape and informed the sampling strategy in creating a representative evaluation dataset. 110 articles were selected to cover major news categories, and this curated subset was presented to market surveillance analysts who, as domain experts, evaluated each article’s price sensitivity on a nine-point scale, as shown in the following image:

The experiment was executed within Amazon SageMaker using Jupyter Notebooks as the development environment. The technical stack consisted of:

This infrastructure enabled systematic experimentation with various algorithmic approaches, including traditional supervised learning methods, prompt engineering with foundation models, and fine-tuning scenarios.

The evaluation framework established specific technical success metrics:

    Data pipeline implementation: Successful ingestion and preprocessing of RNS data Metric definition: Clear articulation of precision, recall, and F1 metrics Workflow completion: Execution of comprehensive exploratory data analysis (EDA) and experimental workflows

The analytical approach was a two-step classification process, as shown in the following figure:

This multi-stage architecture was designed to maximize classification accuracy by allowing analysts to focus on specific aspects of price sensitivity at each stage. The results from each step were then merged to produce the final output, which was compared with the human-labeled dataset to generate quantitative results.

To consolidate the results from both classification steps, the data merging rules followed were:

Step 1 Classification Step 2 Classification Final Classification
Sensitive Other Sensitive
Other Non-sensitive Non-sensitive
Other Other Ambiguous – requires manual review i.e., Hard to Determine
Sensitive Non-sensitive Ambiguous – requires manual review i.e., Hard to Determine

Based on the insights gathered, prompts were optimized. The prompt templates elicited three key components from the model:

The following is an example prompt:

system non sensitive = "*"You are an expert financial analyst with deep knowledge of market dynamics, investor    psychology, and the intricate relationships between news events and asset prices.    Your core function is to analyze news articles and assess their likelihood of being    non-price sensitive with unparalleled accuracy and insight.Key aspects of your expertise include:1. Market Dynamics: You have a comprehensive understanding of how financial markets    operate, including the factors that typically drive price movements and those that    are often overlooked by the market.2. Investor Psychology: You possess keen insight into how different types of news affect    investor sentiment and decision-making, particularly in distinguishing between    information that causes reactions and information that doesn't.3. News Analysis: You excel at dissecting financial news articles, identifying key    elements, and determining their relevance (or lack thereof) to asset valuations and    market movements.4. Pattern Recognition: You can draw upon a vast knowledge of historical market     reactions to various types of news, allowing you to identify patterns of     non-impactful information.5. Sector-Specific Knowledge: You understand the nuances of different industry sectors    and how the importance of news can vary across them.6. Regulatory Insight: You're well-versed in financial regulations and can identify when    news does or doesn't meet thresholds for material information.7. Macroeconomic Perspective: You can place company-specific news in the broader context    of economic trends and assess whether it's likely to be overshadowed by larger market    forces.8. Quantitative Skills: You can evaluate financial metrics and understand when changes or    announcements related to them are significant enough to impact prices.Your primary task is to analyze given news articles and determine, with a high degree of    confidence, whether they are likely to be non-price sensitive. This involves:- Carefully examining the content and context of each news item- Assessing its potential (or lack thereof) to influence investor decisions- Considering both short-term and long-term implications- Providing clear, well-reasoned justifications for your assessments- Identifying key factors that support your conclusion- Recommending further information that could enhance the analysis- Offering insights that can help traders make more informed decisionsYou should always maintain a conservative approach, erring on the side of caution. If    there's any reasonable doubt about whether news could be price-sensitive, you should    classify it as 'OTHER' rather than 'NOT_PRICE_SENSITIVE'.Your analyses should be sophisticated yet accessible, catering to both experienced    traders and those new to the market. Always strive for objectivity, acknowledging any    uncertainties or limitations in your assessment.Remember, your insights play a crucial role in helping traders filter out market noise    and focus on truly impactful information, ultimately contributing to more effective    and educated trading decisions.

As shown in the following figure, the solution was optimized to maximize:

This optimization strategy was deliberate, facilitating high confidence in non-sensitive classifications to reduce unnecessary escalations to human analysts (in other words, to reduce false positives). Through this methodical approach, prompts were iteratively refined while maintaining rigorous evaluation standards through comparison against the expert-annotated baseline data.

Key benefits and results

Over a 6-week period, Surveillance Guide demonstrated remarkable accuracy when evaluated on a representative sample dataset. Key achievements include the following:

In this implementation, LSEG has employed Amazon Bedrock so that they can use secure, scalable access to foundation models through a unified API, minimizing the need for direct model management and reducing operational complexity. Because of the serverless architecture of Amazon Bedrock, LSEG can take advantage of dynamic scaling of model inference capacity based on news volume, while maintaining consistent performance during market-critical periods. Its built-in monitoring and governance features support reliable model performance and maintain audit trails for regulatory compliance.

Impact on market surveillance

This AI-powered solution transforms market surveillance operations by:

The system’s ability to process news articles instantly and provide detailed justifications helps analysts focus their attention on the most critical cases while maintaining comprehensive market oversight.

Proposed next steps

LSEG plans to first enhance the solution, for internal use, by:

Conclusion

LSEG’s Surveillance Guide demonstrates how generative AI can transform market surveillance operations. Powered by Amazon Bedrock, the solution improves efficiency and enhances the quality and consistency of market abuse detection.

As financial markets continue to evolve, AI-powered solutions architected along similar lines will become increasingly important for maintaining integrity and compliance. AWS and LSEG are intent on being at the forefront of this change.

The selection of Amazon Bedrock as the foundation model service provides LSEG with the flexibility to iterate on their solution while maintaining enterprise-grade security and scalability. To learn more about building similar solutions with Amazon Bedrock, visit the Amazon Bedrock documentation or explore other financial services use cases in the AWS Financial Services Blog.


About the authors

Charles Kellaway is a Senior Manager in the Equities Trading team at LSE plc, based in London. With a background spanning both Equity and Insurance markets, Charles specialises in deep market research and business strategy, with a focus on deploying technology to unlock liquidity and drive operational efficiency. His work bridges the gap between finance and engineering, and he always brings a cross-functional perspective to solving complex challenges.

Rasika Withanawasam is a seasoned technology leader with over two decades of experience architecting and developing mission-critical, scalable, low-latency software solutions. Rasika’s core expertise lies in big data and machine learning applications, focusing intently on FinTech and RegTech sectors. He has held several pivotal roles at LSEG, including Chief Product Architect for the flagship Millennium Surveillance and Millennium Analytics platforms, and currently serves as Manager of the Quantitative Surveillance & Technology team, where he leads AI/ML solution development.

Richard Chester is a Principal Solutions Architect at AWS, advising large Financial Services organisations. He has 25+ years’ experience across the Financial Services Industry where he has held leadership roles in transformation programs, DevOps engineering, and Development Tooling. Since moving across to AWS from being a customer, Richard is now focused on driving the execution of strategic initiatives, mitigating risks and tackling complex technical challenges for AWS customers.

Fish AI Reader

Fish AI Reader

AI辅助创作,多种专业模板,深度分析,高质量内容生成。从观点提取到深度思考,FishAI为您提供全方位的创作支持。新版本引入自定义参数,让您的创作更加个性化和精准。

FishAI

FishAI

鱼阅,AI 时代的下一个智能信息助手,助你摆脱信息焦虑

联系邮箱 441953276@qq.com

相关标签

LSEG 亚马逊Bedrock AI 市场监控 Anthropic Claude 金融科技
相关文章