Market Intelligence
Equity Trading
Track 500 instruments across NYSE, NASDAQ, LSE, TSX, ASX, SGX with GBM pricing, correlated sector shocks, and circuit-breaker halts.
Interactive Equity Trading Demo
Requires WebGPU — live visual mapping with mock telemetry
Run locally: cargo run --example equity_trading_desk
What this demo shows
Change % → Color Gradient
5-stop gradient from red (losses) through grey (flat) to green (gains) driven by change_pct field.
Circuit Breaker Halt
status == 1 (halted) triggers magenta, 2x scale override for immediate visual alert.
Volatility Scaling
Marker size scales with volatility_pct using sqrt transform. High-vol instruments are visually larger.
Sector Shock Correlation
Market-wide (0.02%) and per-sector (0.1%) probabilistic shocks drive correlated price moves.
8 Sector Classifications
Technology (30%), Healthcare (28%), Financials (20%), Energy (35%), Consumer (18%), and more.
Real Exchange Coordinates
NYSE (40.7°N), NASDAQ (37.8°N), LSE (51.5°N), TSX (43.7°N), ASX (33.9°S), SGX (1.3°N).
Try Equity Trading with your own data
Deploy Tetrapus locally in under 5 minutes. Run this exact example with cargo run.