ƒxyzƒxyz Docs
Algorithms

Algorithm Reference

Mathematical algorithms powering ƒxyz Network's FX routing, arbitrage detection, and network analysis

ƒxyz Network implements algorithms from network science, financial mathematics, and graph theory to power real-time FX currency routing and network intelligence. These are production infrastructure, not academic exercises.

Implementation Status: Algorithms are implemented across the Neo4j 7-package decomposition: neo4j-network (routing engine, graph analysis, FX correlation), neo4j-scoring (contribution scoring, network metrics), and others. See Algorithm Integration Map for full wiring status.

Recent Additions (2026-03-27): Research sweep added 65 new papers across 14 themes (9 original + 5 new frontier themes J-N), bringing the total corpus to ~150 papers and 92 planned/implemented algorithms. New areas include LLM+Knowledge Graphs, Causal Inference, Federated Graph Learning, Digital Twin Networks, and Synthetic Financial Data.

Routing and Arbitrage

FX routing algorithms find the optimal multi-hop currency exchange path and detect arbitrage opportunities in real-time across the network's exchange graph.

FX Correlation and Topology

Algorithms that reveal the hierarchical structure of the FX market by computing correlation distances and filtering the resulting graph.

Community Detection

Scoring and Metrics

Network Health

Revenue-Critical Dependency Chains

The algorithms are not independent - they compose into revenue pipelines:

FX Routing Pipeline:
  Pearson correlation → FX distance matrix → MST → Louvain communities
    → Bellman-Ford routing → Arbitrage detection

Systemic Risk Pipeline:
  R0 contagion → Algebraic connectivity → Network temperature + entropy
    → Investor-facing risk dashboard

Compliance Pipeline (partial):
  Community detection → AML anti-centrality scoring (planned) → FIBO ontology
    → Institutional client access

Planned Algorithms

The following algorithms are in the research pipeline and tracked in the Algorithm Integration Map:

AlgorithmCategoryPaperStatus
STAP (Standardized Total Arbitrage Profit)RoutingD6b (arXiv:2508.03217)Planned
TDA / Persistent Homology ClusteringCorrelationC10 (arXiv:2510.19306)Planned
Numeraire-Invariant Partial CorrelationsCorrelationC9Planned
GraphSAGE Node EmbeddingsNetworkHamilton 2017Planned
ConVo Hybrid VotingGovernanceF10Planned
Risk Virality ScoreHealthB17Planned

On this page