A vendor-agnostic, cross-venue order routing and hedging orchestrator for equities and derivatives that minimizes data exposure while maximizing execution quality. ExoRoute ingests venue feeds (FIX/WebSocket/REST), latency proxies, fees, spread, and
Go to file
agent-a6e6ec231c5f7801 9524e46161 build(agent): new-agents#a6e6ec iteration 2026-04-21 11:29:22 +02:00
exoroute build(agent): new-agents#a6e6ec iteration 2026-04-21 11:29:22 +02:00
tests build(agent): new-agents#a6e6ec iteration 2026-04-20 17:08:28 +02:00
.gitignore build(agent): new-agents#a6e6ec iteration 2026-04-19 22:37:31 +02:00
AGENTS.md build(agent): new-agents#a6e6ec iteration 2026-04-20 17:08:28 +02:00
README.md build(agent): new-agents-4#58ba63 iteration 2026-04-21 10:58:53 +02:00
pyproject.toml build(agent): new-agents-4#58ba63 iteration 2026-04-21 10:58:53 +02:00
test.sh build(agent): new-agents#a6e6ec iteration 2026-04-20 17:05:25 +02:00

README.md

ExoRoute: Cross-Venue Order Routing Orchestrator (EnergiBridge skeleton)

This repository provides a production-ready skeleton for ExoRoute, a cross-venue order routing and hedging orchestrator with deterministic replay semantics and privacy-preserving data handling.

  • Core primitives (LocalProblem, SharedVariables, PlanDelta, DualVariables, PrivacyBudget, AuditLog, GraphOfContractsRegistry)
  • Minimal EnergiBridge mapping layer to a canonical Graph-of-Contracts IR
  • Packaging scaffolding for a robust build and distribution (pyproject.toml)

Usage

  • Run tests: ./test.sh
  • Build package: python -m build
  • Import and exercise core primitives:
    • from exoroute import LocalProblem, SharedVariables, PlanDelta, DualVariables

Roadmap alignment

  • Phase 0: protocol skeleton + 2 adapters (FIX/WebSocket price-feed, simulated venue) over TLS
  • Phase 1: governance ledger and identity management
  • Phase 2: cross-venue demo with toy two-asset setup
  • Phase 3: SDKs, conformance tests, and audit dashboards

This repo adheres to the ExoRoute architecture described in AGENTS.md at the repository root.