signalvault-verifiable-priv.../README.md

741 B

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.