ƒ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 11-package decomposition (neo4j-core, neo4j-network, neo4j-scoring, neo4j-finance, neo4j-governance, neo4j-identity, neo4j-knowledge, neo4j-market-data, neo4j-onboarding, neo4j-calendar, neo4j facade). See Algorithm Integration Map for full wiring status.

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

E8 Geometry

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