Risk Reversal
Sell an OTM put to fund an OTM call — zero-cost bullish exposure that behaves like owning stock.
A risk reversal — sometimes called a “split-strike synthetic” or simply a “synthetic long” — sells an out-of-the-money put and uses the premium to buy an out-of-the-money call on the same expiration. The result is bullish exposure that mimics owning 100 shares, costs little or nothing to enter, and doesn’t tie up capital the way buying stock does. It’s the go-to structure for directional conviction when you want leverage without paying for it.
The structure
A risk reversal has two legs on the same expiration:
- Short OTM put— generates the premium that finances the call. You take on the obligation to buy 100 shares at this strike if assigned.
- Long OTM call— gives you unlimited upside participation above the call strike. Funded partially or fully by the put premium.
Between the two strikes, your P&L is roughly flat — you neither gain nor lose meaningfully (minus any small net debit or plus a small net credit). Above the call strike, you profit dollar-for-dollar like a stockholder. Below the put strike, you lose dollar-for-dollar like a stockholder who bought at the put strike.
The net cost is often zero or close to it. When the put premium exactly offsets the call premium, the trade is a true “zero-cost” synthetic. In practice there may be a small net debit or credit depending on skew and IV levels.
Worked example
Stock: XYZ at $100. You’re bullish over the next 45 days and IV is moderate. The 45 DTE risk reversal:
- Sell $95 put at $2.50
- Buy $105 call at $2.50
- Net cost: $0.00 (zero-cost entry)
- Upper breakeven: $105 (the call strike, since net cost is zero)
- Lower breakeven: $95 (the put strike)
If XYZ rallies to $120: the call is worth $15 intrinsic, the put expires worthless. Profit = $15 per share ($1,500 per contract) on a trade that cost nothing to enter.
If XYZ drops to $80:the call expires worthless, you’re assigned on the put at $95 and now own shares worth $80. Loss = $15 per share ($1,500 per contract). The risk profile is symmetric around the dead zone between strikes.
If XYZ stays at $100:both options expire worthless. You walk away flat — no gain, no loss, no capital consumed.
When to use it
- Strong bullish conviction. The risk reversal is a directional bet, not an income trade. You need the stock to move above the call strike to profit. Use it when your thesis calls for a meaningful upward move.
- Low to moderate IV.You’re buying a call, so high IV makes the long leg expensive. In a low-IV regime the put premium you collect can fully offset the call cost, giving you the zero-cost entry that makes this trade attractive.
- Capital efficiency matters.Buying 100 shares of a $100 stock costs $10,000. A risk reversal gives you similar exposure for $0 out of pocket (plus margin for the short put). It’s how institutional traders get long exposure without tying up cash.
- You’d be comfortable owning the stock. The short put means you may be assigned. If you wouldn’t want to own 100 shares at the put strike, this isn’t the right trade.
How Tradient ranks them
The risk reversal scanner in backend/app/strategies/directional.py pairs OTM puts and OTM calls across your DTE window, targeting combinations where the net debit is at or near zero. It scores candidates by the distance between the current price and the call strike (tighter is better), the credit/debit balance, and the delta of both legs.
The Tradient Score favors risk reversals with:
- Net cost ≤ $0.25 (near zero-cost entry)
- Call strike within 5-7% of current price
- Put strike at or below a visible support level
- Underlying in a bullish regime (trend + momentum signals)
- Tight bid-ask on both legs
Managing the trade
Take profits on the call if the stock rallies
When the stock moves significantly above the call strike, the long call accumulates intrinsic value quickly. Consider closing the entire position (buy back the put, sell the call) when the call reaches 2-3x the original put premium collected. Holding for “one more dollar” is how winners turn into scratch trades.
Roll the put down if the stock weakens
If the stock drifts toward the put strike but your bullish thesis is intact, roll the put down and out to a lower strike and later expiration. This widens your buffer zone and buys time for the thesis to play out. Only roll for a credit or even — never pay to defend a risk reversal.
Close before expiration if near the put strike
A stock sitting on the put strike in the final week creates assignment risk and gamma whipsaw. If XYZ is hovering near $95 with five days to go, close the position and avoid the uncertainty of after-hours assignment.
Common mistakes
- Using it in high-IV environments.When IV is elevated, the call costs more than the put premium can cover, turning the “zero-cost” trade into a net debit. You’re better off selling premium (iron condors, jade lizards) when IV is high.
- Strikes too far from the money.A $90/$110 risk reversal on a $100 stock has a wide dead zone where nothing happens. If you’re bullish enough to put the trade on, the strikes should be close enough that a reasonable move actually pays off.
- Ignoring assignment risk. The short put is a real obligation. If the stock drops through the put strike, you will be assigned 100 shares. Make sure you have the margin and the willingness to own the underlying.
- Holding through earnings without adjusting. A binary event can gap the stock below the put strike overnight. If you’re running a risk reversal into earnings, either close it or accept the full assignment scenario.
Where to go next
- Collar — the opposite structure: long put + short call over stock you already own.
- Bull Call Spread — defined-risk bullish exposure when you want to cap your downside.
- Long Call — the simplest bullish options trade, without the short put financing.