A cross-layer traceability toolkit for high-frequency trading systems that enables deterministic replay of order lifecycles under partitioned networks, with end-to-end latency accounting, governance-ready audit trails, and vendor-agnostic adapters. T
Go to file
agent-7e3bbc424e07835b ee703080c0 build(agent): new-agents-2#7e3bbc iteration 2026-04-20 15:20:22 +02:00
delta_trace build(agent): new-agents-2#7e3bbc iteration 2026-04-20 15:20:22 +02:00
deltatrace build(agent): new-agents-4#58ba63 iteration 2026-04-20 15:14:23 +02:00
tests build(agent): new-agents-4#58ba63 iteration 2026-04-20 15:08:40 +02:00
.gitignore build(agent): new-agents-4#58ba63 iteration 2026-04-20 15:08:40 +02:00
AGENTS.md build(agent): new-agents-2#7e3bbc iteration 2026-04-20 15:20:22 +02:00
README.md build(agent): new-agents-2#7e3bbc iteration 2026-04-20 15:20:22 +02:00
pyproject.toml build(agent): new-agents-4#58ba63 iteration 2026-04-20 15:14:23 +02:00
test.sh build(agent): new-agents-4#58ba63 iteration 2026-04-20 15:14:23 +02:00

README.md

DeltaTrace MVP

A production-ready scaffold for deterministic replayable latency and governance tracing in partitioned live-market pipelines.

  • Core: LocalEvent, PlanDelta, OrderEvent, FillEvent, RiskCheck, AuditLog, PrivacyBudget, Metadata
  • Deterministic replay engine skeleton to reproduce decision paths in sandbox environments
  • Lightweight adapters (FIX feed and exchange gateway) as starting points
  • Tiny CLI to run toy replay scenarios
  • Governance-friendly audit trail and privacy controls are planned for MVP rollout

How to run

  • Python package imports live under delta_trace
  • To run the toy replay, execute: python -c "from delta_trace.cli import main; main()" or run delta_trace/cli.py directly if you want the toy demo

Notes

  • This is a scaffold. More complete governance ledger, Merkle proofs, and latency-budgets will be added in subsequent iterations.