CoffeeQuant Pricing CLI

Browser-based pricing terminal. Type like you’re on a desk. Get instant numbers for option prices, greeks, implied vol, Kelly fraction, and simple risk intuition.

We’re going to hook this into articles: you read about a trade, you run it here, you see how it behaves.

Try these:

price_call spot=100 strike=95 vol=0.22 tau=0.5 r=0.03
→ Black–Scholes call + greeks

kelly winprob=0.55 payout=1
→ Kelly fraction for a biased coin trade

cq-terminal
user@cq: help
Available commands: price_call, price_put, kelly, clear
user@cq: price_call spot=100 strike=95 vol=0.22 tau=0.5 r=0.03
Call ~ 7.20 Delta ~ 0.63 Gamma ~ 0.028 Vega ~ 24.8bp/volpt
user@cq: kelly winprob=0.55 payout=1
Kelly fraction ~ 0.10 (bet ~10% of bankroll)
user@cq:$