21 lines
998 B
Markdown
21 lines
998 B
Markdown
# DeltaX-Forge: Cross-Venue Delta-Driven Execution Slicer (MVP)
|
|
|
|
DeltaX-Forge provides a minimal, production-oriented blueprint for cross-venue hedging using a canonical StrategyDelta DSL, a two-tier solver, and deterministic governance logging.
|
|
|
|
- Core DSL: Assets, Legs, MarketSignal, PlanDelta, and AuditLogEntry.
|
|
- LocalVenueSolver: lightweight per-venue delta computation.
|
|
- CentralCurator: cross-venue coherence and coordination.
|
|
- Adapters: price feed and venue execution translations.
|
|
- Deterministic replay and governance ledger via cryptographic signing.
|
|
|
|
How to run tests locally
|
|
- Ensure Python 3.11+ is available.
|
|
- Run: bash test.sh
|
|
- This will build, install, and run the test suite.
|
|
|
|
Packaging notes
|
|
- This repository is designed to be installed from a wheel or sdist. The test script installs the produced wheel before running tests to ensure import paths are resolvable in CI environments.
|
|
|
|
Hooked commands
|
|
- See AGENTS.md for developer-oriented information and testing commands.
|