signalvault-verifiable-privacy-preservin (0.1.1)
Published 2026-04-19 19:49:11 +00:00 by forgeadmin
Installation
pip install --index-url signalvault-verifiable-privacy-preservinAbout this package
MVP: verifiable, privacy-preserving market signal repository with offline replay
SignalVault MVP
Portable, graph-backed signal store for finance with offline replay and privacy-preserving sharing.
Key components
- Canonical graph primitives: SignalNode, Edge, Scenario, HedgePlan
- Graph-of-Contracts registry for adapters and data contracts
- Deterministic offline replay engine for reproducible backtests
- Toy adapters: price feed and simulated venue
- Lightweight privacy primitives placeholder (budgets, simple aggregation)
Quick start
- Run tests: pytest
- The MVP demonstrates basic delta application and deterministic replay across two adapters.
Notes
- This is a minimal, MVP-focused subset intended to bootstrap the broader SignalVault vision.
- See signalvault/ for the core primitives and demo adapters.
Requirements
Requires Python: >=3.11