TLDR: This research introduces a novel feature engineering approach for detecting failures in distributed instant payment systems like TARGET Instant Payment Settlement (TIPS). By analyzing processing times between ISO 20022 message exchanges, the framework creates a compact representation of system state. It enables early, explainable anomaly detection, allowing for precise failure localization (internal vs. external) and incident severity classification, thereby bridging the gap between technical metrics and business impact assessment. Experimental validation on real-world and simulated data demonstrates its effectiveness in providing actionable insights for IT operations.
Instant payment systems are the backbone of modern finance, processing millions of transactions daily with the expectation of zero downtime. Think of systems like SEPA Instant Credit Transfer (SCT Inst) and TARGET Instant Payment Settlement (TIPS) in Europe, which demand incredibly fast execution times – often within seconds. However, keeping these complex, distributed systems running smoothly is a monumental challenge. Traditional monitoring tools often fall short, struggling to connect technical issues with their real-world business impact.
The core problem is a gap in observability. Existing tools tend to operate in isolated data silos, focusing on individual infrastructure components. This makes it difficult for IT operations teams to understand the broader settlement process and assess the business consequences of a technical glitch in real-time. When an issue arises, it often requires extensive manual investigation, which is simply too slow for the demands of instant payments.
A new research paper, “A Feature Engineering Approach for Business Impact-Oriented Failure Detection in Distributed Instant Payment Systems”, introduces a novel solution to this challenge. The authors propose a feature engineering approach that transforms raw transaction data into a compact and meaningful representation of the system’s operational state. Instead of relying solely on generic infrastructure metrics, this method focuses on processing times calculated between consecutive ISO 20022 message exchanges – the standardized messages that underpin instant payment transactions.
Understanding the System’s Pulse: Processing Times as Features
The researchers identified three critical processing phases within an instant payment transaction, each represented by a specific duration:
-
Phase A: The time spent within the Clearing and Settlement Mechanism (CSM) for the initial conditional phase (validation, fund reservation, and notification).
-
Phase B: The cumulative time spent outside the CSM, waiting for a reply from the beneficiary bank.
-
Phase C: The time within the CSM for the final settlement phase.
These processing times act as powerful indicators. For example, unexpected increases in Phase A or C durations might point to issues within the CSM’s internal infrastructure. Conversely, anomalies in Phase B could signal external problems, such as network connectivity issues or delays from participating banks. By aggregating these individual transaction times and payment volumes into regular time series, the system creates a holistic view of the payment infrastructure’s health.
An Explainable Anomaly Detection Framework
The approach treats failure detection as an anomaly detection problem. It uses an anomaly detector to identify significant deviations from normal behavior in these engineered features. What makes this framework particularly powerful is its “explainer” component. This component doesn’t just flag an anomaly; it interprets it.
Based on predefined rules and domain knowledge, the explainer can:
-
Localize Failures: Determine whether an issue originated internally within the CSM or externally (e.g., with a participant bank or network provider). This is possible because different features naturally map to different parts of the distributed system.
-
Classify Incident Severity: Assess the severity of an incident (e.g., performance degradation, minor, major, critical) by analyzing patterns and scores across the different processing time features and payment volume.
-
Assess Business Impact: Translate technical anomalies into understandable business consequences, helping operators prioritize responses based on the actual impact on transactions and users.
This “explainability by design” is a significant advantage, providing causal rather than just correlational explanations. Operators can quickly understand not just *that* something is wrong, but *what* is wrong and *where* it’s happening, without needing deep technical expertise to interpret complex data.
Real-World Validation with TARGET Instant Payment Settlement (TIPS)
The framework was rigorously evaluated using the TARGET Instant Payment Settlement (TIPS) system. This included analyzing real-world production data from a major Network Service Provider (NSP) incident, as well as controlled simulations where various types of anomalies were injected into a TIPS testing environment.
During the NSP incident, the framework accurately identified that internal processing times (Phase A and C) remained stable, while external response times (Phase B) and settled payment volume showed significant anomalies. This correctly localized the failure as external and classified it as a critical incident due to the substantial volume reduction, aligning with the actual root cause analysis.
Controlled experiments further demonstrated the system’s ability to detect and localize different scenarios, from mild internal stress to external participant disturbances and heavy internal degradation. These tests confirmed that the engineered features effectively capture system state changes across diverse failure modes.
Also Read:
- AI-Powered Design for Data Stream Pipelines
- Unlocking Certainty from Uncertainty: A Deep Learning Approach to Recovering Process Traces
Bridging the Observability Gap
This new approach offers significant complementary capabilities to traditional monitoring. While conventional tools excel at tracking resource utilization, they often miss incidents that manifest at the business level without clear component-level alerts. By focusing on end-to-end transaction flows and business-relevant states, this framework bridges that observability gap, providing actionable insights that guide remediation efforts and reduce the mean time to response.
The computationally lightweight nature of the feature engineering, combined with its inherent explainability, makes it a practical solution for real-time operations. While it cannot predict sudden catastrophic failures, it provides early warnings for performance degradations and helps contextualize anomalies within business processes. Future directions include integrating this framework with Large Language Models to provide even richer, natural language explanations and recommended corrective actions for operators.


