Deterministic schedule arithmetic over inputs you declare. Slice an order across a volume profile (VWAP), evenly across buckets (TWAP), or as a participation rate of declared bucket volumes (POV), and decompose implementation shortfall in bps and currency from your declared arrival and average-fill prices. Every profile, volume, and price here is yours: the page holds no market data, no feeds, and no clock.
Bucket percentages of the order, declared by you. The profile must sum to exactly 100 or the run is refused fail-closed.
| bucket % |
|---|
Shortfall is decomposed from the price difference you declare: shortfall_bps = (avg_fill - arrival) / arrival * 10000 and shortfall_cost = (avg_fill - arrival) * order_shares, sign-corrected by side so positive always reads cost and negative always reads improvement versus arrival.