v4.2Real-time risk engine is live

Trades settle, positions clear,
the ops team goes home.

TradeSync is the trade-lifecycle platform for funds, prop desks, and brokers who are done writing Python glue at 11pm. One ledger, one audit trail, sub-millisecond reconciliation.

Built for Bloomberg EMSXFIX 4.4 · 5.0CME GlobexICEEurexCboeSnowflakeDatabricks
STAGE 01 · ORDER

Orders land, they get enriched.

Order hits the gateway. Symbol resolved, book assigned, risk pre-check runs in under 80µs. No queueing, no batch — every order gets an ID and an audit row before it leaves the network card.

Throughput
2.1M / sec
P99 latency
78 µs
Schema
FIX 5.0 SP2
Ledger
Append-only
Platform · v4

A platform shaped like a real desk, not a dashboard demo.

Built with engineers who worked at funds and broker-dealers. Every API, webhook, and UI is something someone burned an evening trying to hand-roll — and now never has to again.

01 · RISK

Pre-trade risk checks

Position, exposure, margin, concentration — evaluated against live book in single-digit µs.

02 · RECON

Real-time reconciliation

Your trades ⇄ exec broker ⇄ prime broker, continuously matched. Breaks raised before coffee.

03 · LEDGER

Event-sourced ledger

Append-only, cryptographically chained. Every state reachable, every change explainable to audit.

04 · API

SDK + webhooks, typed

Python, TypeScript, Go. Idempotent by contract. Webhook retries with signed payloads.

risk.py risk.ts risk.go
01# Pre-trade risk check — sub-100µs, evaluated against live book
02from tradesync import Client, Order, Side
03
04ts = Client(api_key="sk_live_...")
05
06# Inline pre-trade evaluation
07check = ts.risk.evaluate(
08    order=Order(
09        symbol="AAPL",
10        side=Side.BUY,
11        qty=5000,
12        px=227.40,
13    ),
14    book="prop-us-eq",
15)
16
17if not check.approved:
18    raise Exception(check.reason)
19
20# → approved in 78µs · exposure +$1.14M · within limits
Try to switch
By the numbers

Measured in sigma, not slideware.

P99 Latency
0 µs
Pre-trade risk evaluation, end-to-end. Measured across 14 days of production traffic.
Uptime (2025)
0%
Rolling 12-month availability, SLA-backed. Two-nine-five outside maintenance windows.
Throughput
0M/s
Peak orders/sec sustained in a single EC2 region. Linearly horizontal past that.
Breaks detected
0× faster
Reconciliation breaks surfaced vs legacy T+1 process. Customer-reported median.
Pricing · v4

Printed pricing, printed support SLAs.

Usage-based with a hard ceiling. No "contact sales" on the middle tier. We'd rather you leave fast than churn slow.

Desk

Solo desks and research teams.

$490/ month
  • Up to 500K orders / mo
  • 3 users, 2 books
  • FIX 4.4 / REST / WS
  • Email support · 24h
Start trial
Most desks

Firm

Prop, market-making, middle-market funds.

$2,490/ month
  • Up to 20M orders / mo
  • Unlimited users, 20 books
  • All protocols + custom
  • Slack channel · 2h SLA
  • Dedicated onboarding
Start trial

Enterprise

Broker-dealers and large funds.

Custom
  • Uncapped throughput
  • Dedicated region / VPC
  • Named engineer on Slack
  • 30-min P1 SLA · 99.99%
  • MSA, SOC2, ISO27001
Talk to us

Ship the desk, not the scripts.

Fourteen days. No credit card. Your keys in ten minutes. If we don't replace at least two of your cron jobs by day three, we'll tell you.

Start 14-day trial Talk to an engineer
/ portfolio