Playground
Options Payoff Builder
Build 1–4 leg options strategies: straddle, strangle, iron condor, spreads, butterfly. See payoff, break-evens, aggregated Greeks. Browser-only. Free.
- Inputs
- Paste + configure
- Runtime
- 1–15 s
- Privacy
- Client-side · no upload
- API key
- Not required
- Methodology
- Open →
1 · Market inputs
2 · Legs
3 · Payoff at expiry
Emerald = net profit. Zinc = spot. Amber dashed = break-even point(s).
Max profit
$45.91
Max loss
−$4.09
Break-even at $104.09 · net debit $4.09 paid up front
Premium structure
Net premium
$4.09
Debit (you pay)
Break-even(s)
104.09
Underlying at expiry
Risk / reward
11.22 : 1
Max profit ÷ max loss
4 · Aggregated Greeks at current spot
Delta
0.534
Gamma
0.0404
Theta / day
−$0.05
Vega / 1% vol
$0.14
Rho / 1% rate
$0.06
Model
Pricing uses generalised Black-Scholes with continuous dividend yield. Multi-leg positions sum each leg's Greeks with the correct sign (long = +, short = −) and contract multiplier. Payoff at expiry is the piecewise-linear sum of per-leg intrinsic values minus the net premium paid.
See methodology for formulas, assumptions, and limitations.
How to use
Step-by-step
- 1
Pick a template (vertical, iron condor, butterfly, straddle, calendar, custom) or start from scratch.
- 2
For each leg: select call/put, long/short, strike, quantity, premium paid/received.
- 3
Add an optional underlying long/short position to combine with the option structure.
- 4
Read the expiration P&L diagram, breakeven prices, max profit, max loss, and total cost (debit) or credit received.
- 5
Stress the inputs: shift each strike up or down by one strike interval. The shape change shows the structure's strike-sensitivity.
For agents
Use in an agent
Same math, same result shape as the UI above — as a static ES module. No HTTP request, no auth, no rate limit.
import { compute } from "https://aifinhub.io/engines/options-payoff-builder.js"; Contract: /contracts/options-payoff-builder.json Full agent guide →
Glossary references
Terms used by this tool
Questions people ask next
FAQ
What payoffs can the builder construct?
Any combination of long/short calls and puts at any strikes, any quantities, plus optional underlying long/short positions. Common templates are pre-loaded: vertical spread, iron condor, butterfly, straddle, strangle, calendar — but you can build arbitrary multi-leg structures by adding legs manually.
What does the builder NOT show?
Time-to-expiration premium decay (it shows expiration P&L only), implied-volatility changes, early-assignment risk on American options, and assignment of short legs. For mid-life Greeks, use the Options Greeks Explorer.
Why does the breakeven count differ between strategies?
Vertical spreads have one breakeven, iron condors have two, butterflies have two, calendar spreads have two. The builder finds breakevens numerically by scanning the underlying axis for sign changes in P&L. Some strategies (e.g., short iron condor with unequal wings) can have breakevens that aren't symmetric.
Are commissions included?
The builder includes a per-contract commission field. Default is $0.65/contract (typical retail). For multi-leg strategies, commissions can eat 5-15% of max profit on small accounts — the methodology page recommends including them in any pre-trade evaluation.
What happens at expiration if the spread expires in-the-money?
The builder shows expiration P&L assuming all in-the-money options are exercised. In practice, brokers handle this differently: most auto-exercise long ITM options worth >$0.01, and assign short ITM options. The tool warns when a complex multi-leg strategy might leave you with surprising stock positions post-expiration.
Related deep dive
All articles →Read further
Long-form context behind the tool output.
- Tutorial · Runnable·10 min
Options Greeks for LLM-Driven Trading
Options Greeks for LLM-driven trading: delta, gamma, theta, vega, rho — what each costs, three rules, plus a prompt template for multi-leg positions.
Read - Methodology · Opinion·10 min
Why LLMs Fail Options Greeks
LLMs misfire on theta sign, vega-vs-gamma conflation, and ITM-vs-ATM gamma ranking. The three reproducible error categories, plus a verifier fix.
Read - Pillar · Guide·11 min
Options Greeks: 30-DTE OTM Call, Worked End to End
Engine returns delta 0.301, gamma 0.0217, theta −$0.10/day, vega $0.20/IV-point for a 30-DTE 5% OTM call on $200 spot at 28% IV — the LLM-confounder case.
Read
Used in
Decision workflows that use this tool
Goal-driven flows that bundle this tool with adjacent ones.
Complementary tools
Users of this tool often explore
Options Greeks Explorer
Black-Scholes pricer + live Greeks visualizer. Drag spot, strike, vol, DTE, rate, dividend yield — see delta, gamma, theta, vega, rho update.
Returns Distribution Analyzer
Paste a returns CSV. Histogram, normal-overlay, QQ plot, skewness, excess kurtosis, Jarque-Bera test, tail-weight index. See why Sharpe alone misleads.