# Strip and Strap Options: Directionally Tilted Long Straddles

Build a Strip or Strap from same-strike Calls and Puts, derive asymmetric tail slopes and breakevens, and evaluate premium, volatility, execution, and expiration risks.

Canonical: https://wiki.fcontext.com/options/strip-and-strap/
Fact checked: 2026-07-22

> For educational purposes only; not investment advice.

<a id="answer"></a>

## Direct answer

A **Strip** buys `1 Call + 2 Puts` with the same underlying, strike, and expiration. A **Strap** buys `2 Calls + 1 Put` on the same terms. Both are three-option debit positions derived from a long straddle:

- Strip: seeks a large move in either direction but has twice the expiration slope on the downside.
- Strap: seeks a large move in either direction but has twice the expiration slope on the upside.

“Bearish” Strip and “bullish” Strap are incomplete descriptions. If the underlying stays near the strike, all three options can lose their premium. A moderate move in the favored direction can still be too small to cover the larger debit. The view must combine direction, magnitude, timing, and implied-volatility price.

<a id="mechanism"></a>

## Expiration payoff and breakevens

Let `K` be the common strike, `S_T` the expiration underlying price, `C` and `P` the premiums per share, and ignore fees.

For a Strip, total debit is `D_strip = C + 2P`:

`Profit_strip = max(S_T−K,0) + 2max(K−S_T,0) − D_strip`

- Upper breakeven: `K + D_strip`
- Lower breakeven: `K − D_strip/2`
- Maximum loss: `D_strip`, at `S_T = K`
- Above `K`, profit slope is `+1`; below `K`, profit changes by `−2` per dollar increase in `S_T`, so it gains `$2` per `$1` decline.
- Upside profit is unlimited; downside profit is substantial but bounded because a stock cannot fall below zero.

For a Strap, total debit is `D_strap = 2C + P`:

`Profit_strap = 2max(S_T−K,0) + max(K−S_T,0) − D_strap`

- Upper breakeven: `K + D_strap/2`
- Lower breakeven: `K − D_strap`
- Maximum loss: `D_strap`, at `S_T = K`
- Above `K`, profit slope is `+2`; below `K`, it gains `$1` per `$1` decline.
- Upside profit is unlimited; downside profit is bounded.

These formulas describe expiration only. Before expiration, all three long options generally contribute positive Vega and Gamma and negative Theta, but the exact Greeks differ between Call and Put because of skew, dividends, rates, and moneyness.

<a id="example"></a>

## Example: one strike, two directional tilts

Assume `K = $100`, the Call costs `$5`, the Put costs `$4`, and the multiplier is `100`.

### Strip

`D_strip = $5 + 2×$4 = $13 per share = $1,300 per 1:2 package`

- Lower breakeven: `$100 − $13/2 = $93.50`
- Upper breakeven: `$100 + $13 = $113`
- At `S_T = $80`: gross Put payoff is `2×$20 = $40`; profit is `$40 − $13 = $27` per share, or `$2,700` per package.
- At `S_T = $120`: gross Call payoff is `$20`; profit is `$20 − $13 = $7` per share, or `$700`.
- At `S_T = $100`: all options expire worthless and loss is `$1,300`.

### Strap

`D_strap = 2×$5 + $4 = $14 per share = $1,400 per 2:1 package`

- Lower breakeven: `$100 − $14 = $86`
- Upper breakeven: `$100 + $14/2 = $107`
- At `S_T = $80`: gross Put payoff is `$20`; profit is `$20 − $14 = $6` per share, or `$600` per package.
- At `S_T = $120`: gross Call payoff is `2×$20 = $40`; profit is `$40 − $14 = $26` per share, or `$2,600`.
- At `S_T = $100`: maximum loss is `$1,400`.

The starting stock price does not enter the expiration payoff formula; the common strike and total executable debit do. Fees and slippage raise the practical breakeven hurdle.

<a id="risks"></a>

## Position and execution checklist

- Verify all three legs use the same underlying, strike, expiration, multiplier, and adjusted deliverable.
- Enter the intended `1:2` or `2:1` ratio; “three contracts” alone does not identify the structure.
- Calculate the package at executable net debit, not three midpoints that may not fill together.
- Include commissions, exchange fees, and the cost of crossing three Bid-Ask spreads.
- Compare implied move and event premium with the required breakeven move; direction alone is insufficient.
- Stress post-event IV collapse, no move, a delayed move, and movement opposite the tilt.
- Track total Theta and the accelerating decay near expiration.
- Revalue each leg on a changed skew; two Puts or Calls create concentrated wing exposure.
- Use package orders where supported and set a net limit; partial fills can create an unintended ratio.
- Plan expiration instructions and the stock or cash generated by exercise; long status does not eliminate operational risk.
- Confirm whether any option has an adjusted multiplier or nonstandard deliverable after a corporate action.
- Size from the full debit plus execution costs and a realistic early-exit loss, not a payoff chart's unlimited-profit label.

<a id="misconceptions"></a>

## Common misconceptions

- **“A Strip profits from any decline.”** The decline must overcome the total three-option debit by expiration.
- **“A Strap is simply two long Calls.”** The Put changes downside payoff, Greeks, cost, and both breakevens.
- **“Maximum loss is small because all legs are long.”** It is limited, but losing three premiums can be material.
- **“Buying more options guarantees more volatility profit.”** High entry IV and later IV compression can offset movement.
- **“Both tails are unlimited.”** Stock upside is unbounded in theory; downside stops at zero.
- **“The ratio stays 2-to-1 in risk terms.”** Contract counts are fixed, but Delta, Gamma, Vega, and skew exposure evolve.
- **“Long options have no expiration risk.”** Automatic exercise can create stock or cash obligations and decisions near the threshold.

<a id="related"></a>

## Related topics

- [Long straddle](/options/long-straddle/)
- [Calls and Puts](/options/calls-and-puts/)
- [Contract multiplier](/options/contract-multiplier/)
- [Position sizing by stress loss](/options/option-position-size-by-stress-loss/)

<a id="sources"></a>

## Authoritative sources

- [Nasdaq: Strap Definition](https://www.nasdaq.com/glossary/s/strap)
- [Nasdaq: Strip Definition](https://www.nasdaq.com/glossary/s/strip)
- [Options Industry Council: Long Straddle](https://www.optionseducation.org/strategies/all-strategies/long-straddle)
- [OCC: Characteristics and Risks of Standardized Options](https://www.theocc.com/company-information/documents-and-archives/options-disclosure-document)