The problem: you know what you paid, you don't know what it's worth at expiration
An option contract gives you the right to buy (call) or sell (put) 100 shares of stock at a fixed strike price. You pay a premium per share for that right. The question every options trader needs to answer before entering a trade is: at what stock prices do I make money, lose money, and how much? The math is not hard, but it's specific. Every option position has a payoff function — a formula that maps stock price to profit or loss — and that function is a straight line with a kink at the strike. The kink is where the option starts having intrinsic value.
The tool computes payoff at expiration. This is the simplest case: no time value, no implied volatility, no Greeks. The option is worth exactly its intrinsic value or zero, whichever is larger. This is the right calculation for planning what happens at expiry, and the wrong calculation for estimating what the option is worth three weeks before expiry. More on that distinction at the end.
Fastest path
Open the Options Profit Calculator, pick call or put, buy or sell, enter the strike price, premium, and number of contracts. The tool shows max profit, max loss, breakeven, and a P/L diagram with a table of profit/loss at various stock prices. For multi-leg strategies, switch to the Strategy Builder tab, add up to four legs, or load a preset (bull call spread, bear put spread, iron condor, long straddle, long strangle).
The four basic positions and their payoff functions
Every option trade is one of four positions. Each has a different payoff shape, and the shape tells you the risk and reward.
Buy a call. You pay premium for the right to buy 100 shares per contract at the strike. If the stock is above the strike at expiration, your payoff is the difference times 100, minus what you paid. If the stock is at or below the strike, the option is worthless and you lose the premium. Max profit is unlimited (the stock can go to any price). Max loss is the premium paid. Breakeven is strike + premium — the stock needs to rise enough to cover what you spent.
P/L = (max(0, stockPrice - strike) - premium) × contracts × 100
Breakeven = strike + premium
Buy a put. You pay premium for the right to sell 100 shares per contract at the strike. If the stock is below the strike, your payoff is the difference times 100, minus premium. If the stock is at or above the strike, you lose the premium. Max profit is finite — the stock can only go to zero, so max profit is (strike - premium) × contracts × 100. Max loss is the premium paid. Breakeven is strike - premium.
P/L = (max(0, strike - stockPrice) - premium) × contracts × 100
Breakeven = strike - premium
Sell a call. You receive premium upfront. If the stock is below the strike at expiration, you keep the full premium. If the stock is above the strike, you owe the difference times 100. Max profit is the premium received. Max loss is unlimited — the stock can rise without bound, and you're obligated to deliver at the strike. This is the most dangerous single-leg position. Breakeven is strike + premium, same as buying a call, but now you profit below it and lose above it.
Sell a put. You receive premium upfront. If the stock is above the strike, you keep the premium. If the stock is below the strike, you owe the difference. Max profit is the premium received. Max loss is (strike - premium) × contracts × 100 — the stock goes to zero and you're obligated to buy at the strike. Breakeven is strike - premium.
The tool's P/L diagram makes the four shapes visible: a bought call is a hockey stick pointing up-right (flat loss below strike, rising profit above). A sold call is the mirror image (flat profit below strike, plunging loss above). The diagram is the payoff function rendered as a line chart, and the zero-crossing is the breakeven.
Multi-leg strategies: why people combine options
Single-leg positions have extreme risk/reward profiles. Selling a call has unlimited loss. Buying a straddle (call + put at the same strike) costs double premium. Multi-leg strategies fix these problems by combining positions to cap risk, reduce cost, or target specific price ranges.
Bull call spread. Buy a call at a lower strike, sell a call at a higher strike. The premium you receive from selling the higher call offsets the premium you pay for the lower call, reducing your cost. Your max profit is capped at the width of the spread minus the net premium — if the stock rockets past the higher strike, the call you sold gains value too, eating into your profit. Max loss is the net premium paid. This is a directional bet (you think the stock will rise) with limited risk on both sides.
Bear put spread. Buy a put at a higher strike, sell a put at a lower strike. Same mechanics, inverted direction. Reduced cost, capped profit, limited loss.
Iron condor. Four legs: sell an out-of-the-money put spread and sell an out-of-the-money call spread. You collect premium from all four options. If the stock stays between your two short strikes at expiration, all options expire worthless and you keep the full premium. Max loss is the width of the spreads minus the premium received. This is a bet on low volatility — you profit when the stock doesn't move much.
Long straddle. Buy a call and a put at the same strike. You need the stock to move significantly in either direction to profit — the total move must exceed the combined premium. This is a bet on volatility without picking a direction. Max loss is the combined premium. Max profit is unlimited in either direction.
The tool computes combined P/L by summing each leg's payoff at every stock price, then finds breakevens by linear interpolation where the total P/L crosses zero. The multi-leg P/L diagram shows the combined shape, which for spreads looks like a plateau (flat max profit between the strikes) and for straddles looks like a V (loss in the middle, profit on both sides).
The contract multiplier
One option contract controls 100 shares. If you buy 2 call contracts at $5 premium, your total premium paid is $5 × 2 × 100 = $1,000. Every P/L number the tool shows includes this multiplier. The contracts input is not a count of shares — it's a count of 100-share blocks. This is where beginners miscalculate: they enter 1 contract and expect the premium to be $5, when the actual cash outlay is $500.
Gotchas
- This is at-expiration value only. The tool computes intrinsic value at expiry — what the option is worth on the day it expires. Before expiration, an option's price includes time value (extrinsic value), which decays as expiration approaches and is influenced by implied volatility. An at-expiration calculator cannot tell you what your option is worth today, only what it will be worth if held to expiry. For current-value estimation, you need a pricing model (Black-Scholes or a binomial tree) and the current implied volatility.
- Selling calls has unlimited risk. The tool shows "Max Loss: Unlimited" for short calls, which is not a rounding artifact. If you sell a call and the stock doubles, your loss is real and uncapped. Never sell a naked call without understanding this. The tool's P/L diagram shows the loss line extending downward without bound to the right.
- Spread width determines max profit and loss. For a bull call spread with strikes 100 and 110, the max profit is $10 × 100 = $1,000 per contract minus the net premium. For a 5-point spread (100 and 105), max profit is $500 minus premium. Wider spreads cost more (higher net premium) but have higher max profit. The tool shows the exact numbers for any strike combination you enter.
- Breakeven for multi-leg strategies can have multiple points. An iron condor has two breakevens — one between the put strikes and one between the call strikes. The tool finds them by interpolation and marks both on the diagram. The profit zone is between the two breakevens; outside that range, you lose.
- Commission and fees are not included. The tool computes raw option value. Real trades include per-contract commissions (typically $0.65 at major brokers) and assignment/exercise fees. For a 4-leg iron condor, that's $2.60 in commission per spread, which matters when your max profit is $40.
Summary
- Four basic positions: buy call (unlimited profit, limited loss), buy put (limited profit, limited loss), sell call (limited profit, unlimited loss), sell put (limited profit, limited loss). The P/L diagram shows the shape of each.
- Breakeven is strike plus premium for calls, strike minus premium for puts. The stock needs to move past breakeven for a long position to profit.
- Multi-leg strategies combine options to cap risk and reduce cost: spreads are directional bets with limited risk on both sides, straddles are volatility bets, iron condors are low-volatility bets that profit when the stock stays in a range.
- One contract equals 100 shares. Every premium and P/L number includes this multiplier. The tool handles it; you need to understand it.
- The calculation is at expiration only. Use the Options Profit Calculator for the at-expiration payoff and P/L diagram, the Loan Calculator for financing cost analysis, and the Compound Interest Calculator for long-term portfolio growth modeling.