Firm-wide portfolio optimization at book scale, as a hosted API. Bring accounts, lots, and constraints; get back optimized weights, timings, and a hash-chained audit trail — no solver license, no on-prem cluster, no queueing overnight batch.
Measured 2026-07-11 on a datacenter GPU. Independent validation runs inside every job — not a separate marketing benchmark.
PRISM handles the full complexity of a real personalized book — lots, taxes, households, wash sales, caps — in a single firm-wide pass.
The slowest part of most rebalancing pipelines is getting the book in. We measured every leg on a real uploaded book of 250,000 accounts × 1,000 names, generated at full lot-ledger intricacy.
The full contract — datasets, polling, results, weights — is in the API docs. Here's the shape of it.
curl -X POST https://asymmetrycomputing.com/api/prism/v1/jobs \
-H "X-API-Key: $KEY" -H "Content-Type: application/json" \
-d '{"task":"book_rebalance","source":"stress_demo","n_accounts":25000,"n_names":1000,"validate_sample":50}'The instinct that GPU compute is the expensive way to run optimization gets the unit wrong. An hourly rate only matters multiplied by hours — and PRISM doesn't use hours.
Trial keys are free, manually approved, and rate-limited — up to 25,000 accounts per job, 10 jobs per day. Enough to test a genuine book against your own numbers. Tell us who you are and what you're testing; we'll email a key.
Endpoints, job specs, dataset schemas, limits, and error semantics — everything you need to wire PRISM into your own pipeline.
Read the API docs →