> Quick Answer: Selling a $105 call against 100 shares bought at $100 (30 days to expiry, 25% implied volatility) collects a theoretical $1.19 per share ($119.00 total) in premium. That caps max profit at $619.00 if the stock finishes above $105, lowers your breakeven to $98.81, and pays a 1.19% return even if the stock price does not move at all.
Overview
A covered call is one of the most widely used option strategies precisely because it isn't really a bet on direction, it's a way to generate income from shares you already own or are buying today, in exchange for capping how much upside you can capture. You own the stock and simultaneously sell a call option against it. If the stock stays below the strike price, the option expires worthless and you keep the full premium on top of the stock. If the stock rises above the strike, your shares get "called away" (sold) at the strike price, and your total profit is capped at the strike price minus what you paid, plus the premium you collected. This calculator computes the theoretical premium for the call you're selling using the Black-Scholes model, then derives the strategy's max profit, breakeven price, downside protection, and the two standard covered-call return figures every options trader tracks: return if exercised and return if unchanged.
How This Is Calculated
Option premium. The call premium is priced with the Black-Scholes model (engine/primitives/options.ts), the same primitive this platform's standalone options pricing calculator uses, given the stock price, strike, days to expiry, implied volatility, risk-free rate, and dividend yield.
Breakeven price, the stock price below which the position loses money:
$$\text{Breakeven} = \text{Cost Basis} - \text{Premium Received}$$
Max profit, realized if the stock finishes at or above the strike and shares are called away:
$$\text{Max Profit} = (\text{Strike} - \text{Cost Basis}) + \text{Premium Received}$$
Loss if the stock falls to $0. A covered call's downside is not capped, the stock can still go to zero, but the premium collected does reduce that loss compared to owning the stock alone. This worst case is numerically identical to the breakeven price, since it's exactly the amount you'd be out per share if the shares became worthless:
$$\text{Loss at \$0} = \text{Cost Basis} - \text{Premium Received}$$
Return if exercised, the percentage return earned if the shares get called away at the strike:
$$\text{Return if Exercised} = \frac{\text{Max Profit}}{\text{Cost Basis}} \times 100$$
Return if unchanged, the percentage return earned purely from premium if the stock price does not move by expiration and the call simply expires worthless:
$$\text{Return if Unchanged} = \frac{\text{Premium Received}}{\text{Cost Basis}} \times 100$$
Worked Example
Using the calculator's own default inputs:
- Stock price / cost basis: $100
- Call strike sold: $105
- Days to expiration: 30
- Implied volatility: 25%
- Risk-free rate: 5%
- Shares: 100 (one contract)
Black-Scholes prices the 30-day, $105-strike call at $1.19 per share given 25% implied volatility, for a total premium of $1.19 × 100 shares = $119.00 collected upfront. Breakeven price = $100 − $1.19 = $98.81; the stock can fall almost 1.2% and this position still breaks even, purely from the cushion the premium provides. Max profit = ($105 − $100) + $1.19 = $6.19 per share, or $619.00 total, realized if the stock finishes anywhere at or above $105 by expiration and the shares get called away. That's a 6.19% return if exercised on the $100 cost basis, in just 30 days. If the stock price simply sits still through expiration, the call expires worthless and the position still earns the full $119.00 premium, a 1.19% return if unchanged, purely for having sold the option.
Downside Protection vs. Upside Capture
Every covered call is a tradeoff along the same axis: a higher strike price relative to the stock (further out-of-the-money) collects less premium but caps your upside further away, leaving more room to profit if the stock rallies hard. A lower strike (closer to at-the-money) collects more premium and offers more downside cushion, but caps your gains sooner and increases the odds the shares get called away. The "Downside Protection" figure this calculator shows, the premium as a percentage of cost basis, is the exact size of that cushion: it's how far the stock can drop before this specific covered call starts losing money versus simply holding the shares unhedged.
What This Does Not Account For
- Assignment risk before expiration. American-style equity options can be exercised early, particularly just before an ex-dividend date if the call is in-the-money; this calculator assumes European-style exercise only at expiration, matching the Black-Scholes model's own assumption.
- Transaction costs and bid-ask spreads. Real option premiums include a spread between bid and ask; this calculator shows the Black-Scholes theoretical fair value, not an executable market quote.
- Tax treatment of qualified covered calls. Selling calls against stock can affect your holding period and whether dividends and gains qualify for favorable tax treatment (IRS "qualified covered call" rules); this calculator does not model tax consequences.
- Rolling the position. Many covered call traders roll expiring calls into new ones rather than letting shares get called away; this calculator models a single expiration cycle only.
- Dividend timing within the option's life. While a continuous dividend yield input feeds into the Black-Scholes pricing, a discrete, date-specific dividend payment can affect actual option pricing and early-exercise risk differently than the continuous-yield assumption used here.
Common Pitfalls
- Thinking "max loss" means the loss is capped. A covered call still owns the underlying stock; if it goes to zero, you lose your full cost basis minus the premium collected, exactly like owning unhedged shares minus a small cushion. The premium does not create a floor beneath the stock's own downside risk.
- Selling calls too close to the money without wanting to sell the stock. If you don't want your shares called away, selling a strike very close to the current price meaningfully raises the odds of assignment; further out-of-the-money strikes reduce that probability at the cost of less premium.
- Forgetting that "return if unchanged" assumes zero price movement. Any move above zero but below the strike still lets you keep the premium plus any stock appreciation; "if unchanged" is a conservative floor case, not the typical outcome.
- Ignoring that dividends can trigger early assignment. Deep in-the-money calls on dividend-paying stocks are commonly exercised early by the holder just before the ex-dividend date to capture the dividend, which this calculator's expiration-only payoff table does not explicitly flag.
Frequently Asked Questions
What happens if the stock price is exactly at the strike at expiration?▸
Why would I cap my upside by selling a covered call?▸
Is a covered call the same as being "short" the stock?▸
How does implied volatility affect the premium I collect?▸
Can I run this strategy on stocks I don't already own?▸
Sources
- Cboe Global Markets, "Covered Call Strategies," options education materials.
- Options Clearing Corporation (OCC), exercise and assignment procedures.
- Internal Revenue Service, Publication 550, qualified covered call tax treatment.
- Financial Industry Regulatory Authority (FINRA), options trading risk disclosures.