GET /plot/rtgs_anomalies - RTGS processing time anomaliesGET /plot/csd_concentration - CSD market concentrationGET /plot/correlation - RTGS & CSD correlation (dual-axis)GET /plot/network - Payment flow network graphGET /plot/stress_test - Stress test results visualizationGET /health - Health checkstart_date - Start date (YYYY-MM-DD) [REQUIRED]end_date - End date (YYYY-MM-DD) [optional, defaults to start_date]participant_code - Bank code [optional]
/plot/rtgs_anomalies and /plot/csd_concentration: Filters to show only this bank/plot/correlation: Shows ALL banks but highlights this onebaseline_window_days - Baseline window size [optional, default: 30]
# RTGS anomalies for BANKX002
GET /plot/rtgs_anomalies?start_date=2025-01-17&end_date=2025-01-17&participant_code=BANKX002
# CSD concentration
GET /plot/csd_concentration?start_date=2025-01-15&end_date=2025-01-17&participant_code=BANKX002
# Correlation plot (dual-axis time series from Case 2) - shows ALL participants
GET /plot/correlation?start_date=2025-01-15&end_date=2025-01-17&participant_code=BANKX002
# Network graph for Case 3
GET /plot/network?start_date=2025-01-01&end_date=2025-01-31
# Stress test visualization
GET /plot/stress_test?participant_code=BANKX002&start_date=2025-01-01&end_date=2025-01-31
Server Status: Running on http://0.0.0.0:5002