How Capital Moves Through the Tuatara Hedge Fund
An animated tour of the fund's data and execution pipelines: a parcel of capital and a headline travel the same town, and every number they carry is computed by the same arithmetic the fund runs.
Fidelity ledger
Every number on this page is produced by a JavaScript port of the fund's own arithmetic, and a test runs the same inputs through the original Python and this port and requires them to agree. Where the page has to fill a gap, the ledger says so.
- Computed — the port of the production function, parity-tested.
- Scaled — real rule, illustrative inputs (prices, scores) so the page runs without a live feed.
- Assumed — a stand-in constant, marked at its point of definition.
- Live — fetched once from the public API, then updated over a WebSocket; silent fallback to sampled values if unavailable.
Stations
Method: the isometric explainer pattern (compute the real thing, the vehicle carries state, publish the fidelity ledger, pace for reading, one canvas and no dependencies).