# Jelly Roll: Trading the Term Structure of Synthetic Forwards

Learn how a jelly roll combines opposite synthetic forwards at two expiries, how rates and dividends determine its value, and why American exercise and execution prevent simple arbitrage.

Canonical: https://wiki.fcontext.com/options/jelly-roll/
Fact checked: 2026-07-22

> For educational purposes only; not investment advice.

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

## Direct answer

A **jelly roll** exchanges synthetic-forward exposure between two expiries. A standard long jelly roll buys a call and sells a put at the nearer expiry, then sells a call and buys a put at the later expiry, normally using the same underlying, strike, quantities, and multiplier. The reverse jelly roll reverses every leg. Under clean European assumptions, much of the directional exposure offsets and the price reflects the term structure of financing and dividends. In listed U.S. equity options, it is a relative-value structure—not a guaranteed arbitrage—because early exercise, borrow, discrete dividends, spreads, and settlement matter.

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

## Four legs and parity

For expiry `T`, continuous rate `r` and dividend yield `q`, European parity gives `C(T)-P(T)=S e^(-qT)-K e^(-rT)`. A long-near/short-far jelly roll has value:

`J=[C(T_1)-P(T_1)]-[C(T_2)-P(T_2)]`, where `T_1<T_2`.

Equivalently, each `C-P` is a synthetic forward measured as a prepaid-forward value minus discounted strike. The difference therefore contains financing over the interval, dividends expected between expiries, and any market frictions embedded in the options. It is not a pure volatility trade: same-strike call and put Vega often offsets within an expiry, but skew, American optionality, and asynchronous quotes leave residual Greeks.

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

## A two-expiry calculation

Assume `S=$100`, `K=$100`, continuously compounded `r=4%`, `q=1%`, near expiry `T_1=0.25` years, and far expiry `T_2=0.75` years.

- Near parity: `C_1-P_1=100e^(-0.01×0.25)-100e^(-0.04×0.25)≈$0.75`.
- Far parity: `C_2-P_2=100e^(-0.01×0.75)-100e^(-0.04×0.75)≈$2.21`.
- Long-near/short-far value: `J≈$0.75-$2.21=-$1.46` per share, a `$146` debit for multiplier `100`.

If synchronized market quotes imply `C_1-P_1=$0.80` and `C_2-P_2=$2.35`, the package midpoint is `-$1.55`, only `$0.09` per share or `$9` from this simplified model. Four-leg Bid/Ask, fees, borrow, discrete-dividend timing, and exercise value can readily exceed that difference.

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

## Implementation and risks

- Match the underlying, strike, multiplier, exercise style, settlement, adjustment terms, and exact two expiries.
- Quote all four legs simultaneously and construct executable package bounds; do not subtract unrelated last prices or midpoints.
- Build a maturity-consistent discount curve and an explicit schedule of ordinary and special dividends between the two expiries.
- Check stock-loan availability, borrow fees, funding spreads, taxes, and capital treatment rather than assuming risk-free borrowing and shorting.
- U.S. equity options are generally American-style. Calls around ex-dividend dates and deep-in-the-money puts can be exercised early, breaking European parity.
- Partial assignment can create long or short stock, dividend obligations, and buying-power demands before the remaining legs are adjusted.
- Verify last trading times, physical versus cash settlement, and AM/PM settlement for index products.
- Compare several liquid strikes; inconsistent estimates may reveal stale quotes, skew, early-exercise value, or adjusted contracts.
- Recalculate cumulative cash flows after any roll or assignment. A new expiry does not erase realized cost.
- Treat a theoretical gap smaller than executable spreads, fees, financing, and operational buffers as non-actionable.

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

## Common misconceptions

- “A jelly roll uses different strikes.” The standard structure normally holds strike constant and changes expiry.
- “It is a directional bullish strategy.” Opposite synthetic forwards are intended to isolate relative carry, not a simple spot view.
- “Delta and Vega are exactly zero.” European theory may suggest cancellation, but real Greeks and exercise rights differ.
- “Any parity difference is free arbitrage.” Trading, borrow, dividend, tax, and assignment costs can explain it.
- “Only interest rates determine the value.” Dividends and stock lending are central for equity options.
- “Four listed legs guarantee bounded operational risk.” Assignment can temporarily create large stock and cash positions.
- “Midpoint profit is executable.” Every bought leg faces an Ask and every sold leg a Bid, often simultaneously.

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

## Related topics

- [Implied forward price](/options/implied-forward-price/)
- [Implied dividend yield](/options/implied-dividend-yield/)
- [Early exercise](/options/early-exercise/)
- [Assignment risk](/options/assignment-risk/)

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

## Primary and academic sources

- [OCC: Characteristics and Risks of Standardized Options](https://www.theocc.com/company-information/documents-and-archives/options-disclosure-document)
- [Cboe Options Institute: Put-Call Parity](https://www.cboe.com/optionsinstitute/option_basics/put-call-parity/)
- [Federal Reserve: H.15 Selected Interest Rates](https://www.federalreserve.gov/releases/h15/)
- [Merton: Theory of Rational Option Pricing](https://doi.org/10.2307/3003143)