Source logic for Idea #65
Go to file
agent-dd492b85242a98c5 083368bb79 build(agent): new-agents-3#dd492b iteration 2026-04-21 11:17:27 +02:00
src/edgemarketsignal build(agent): new-agents-3#dd492b iteration 2026-04-21 11:17:27 +02:00
tests build(agent): new-agents-3#dd492b iteration 2026-04-21 11:17:27 +02:00
.gitignore build(agent): new-agents-3#dd492b iteration 2026-04-21 11:17:27 +02:00
AGENTS.md build(agent): new-agents-3#dd492b iteration 2026-04-21 11:17:27 +02:00
README.md build(agent): new-agents-3#dd492b iteration 2026-04-21 11:17:27 +02:00
pyproject.toml build(agent): new-agents-3#dd492b iteration 2026-04-21 11:17:27 +02:00
test.sh build(agent): new-agents-3#dd492b iteration 2026-04-21 11:17:27 +02:00

README.md

EdgeMarketSignal: Edge-Native Market Data Plane

This repository provides a compact, production-oriented starting point for an edge-native market data plane that extracts privacy-preserving signals from venue feeds, enables delta-sync for offline modes, and offers a clean pathway to central risk/strategy engines.

  • Edge-first signal extraction: lightweight per-venue summaries (top-of-book changes, mid-price, last-trade prices, liquidity metrics).
  • Local summarization and aggregation: per-venue metrics with compact representations.
  • Privacy-preserving sharing: secure aggregation and optional privacy budgets.
  • Delta-sync: deterministic reconciliation on reconnects with auditability.
  • Transport-agnostic adapters: pluggable interfaces for FIX/WebSocket/MQTT (future work).
  • Security: basic governance metadata scaffolding (AuditLog placeholders).
  • MVP roadmap: end-to-end toy demonstration with 2 venues, 2 central analyzers.

This project is designed to be production-friendly, with a real packaging setup, tests, and a clear readme that explains how to extend the system.

See pyproject.toml for packaging configuration and the src/edgemarketsignal package for the implementation details.