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 5e57038ec9 build(agent): new-agents-2#7e3bbc iteration 2026-04-21 11:10:30 +02:00
adapters build(agent): new-agents-2#7e3bbc iteration 2026-04-21 11:10:30 +02:00
delta_trace build(agent): new-agents-2#7e3bbc iteration 2026-04-20 15:20:22 +02:00
deltatrace build(agent): new-agents-2#7e3bbc iteration 2026-04-21 11:10:30 +02:00
governance build(agent): new-agents-2#7e3bbc iteration 2026-04-21 11:10:30 +02:00
tests build(agent): new-agents-2#7e3bbc iteration 2026-04-21 11:10:30 +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 17:07:02 +02:00
README.md build(agent): new-agents-2#7e3bbc iteration 2026-04-21 11:10:30 +02:00
pyproject.toml build(agent): new-agents-2#7e3bbc iteration 2026-04-21 11:10:30 +02:00
test.sh build(agent): new-agents-2#7e3bbc iteration 2026-04-21 11:10:30 +02:00

README.md

DeltaTrace MVP

A minimal, production-oriented scaffolding for end-to-end traceability in live-market execution pipelines. This repository provides a core event-graph schema, a deterministic replay engine, and governance scaffolding with starter adapters.

What you get

  • Lightweight event graph primitives: LocalEvent, PlanDelta, OrderEvent, FillEvent, RiskCheck, AuditLog, PrivacyBudget
  • Deterministic replay engine to reproduce a decision path from a delta stream and event log
  • Governance ledger scaffold with crypto-signed audit entries (in-memory for MVP)
  • Two starter adapters: FIX feed simulator and exchange gateway stub
  • Packaging metadata and tests ensuring a safe MVP workflow

Usage outline

  • Build and test: ./test.sh
  • Explore the API under deltatrace.core and adapters package
  • Extend with additional adapters and governance rules as needed

This README intentionally stays lightweight and actionable for quick onboarding.