# Put-Call Parity: Link Calls, Puts, Stock, and Financing

Use put-call parity to connect matched calls, puts, stock, and present-value financing, then distinguish a theoretical equality from executable arbitrage.

Canonical: https://wiki.fcontext.com/options/put-call-parity/
Fact checked: 2026-07-22

> For educational purposes only; not investment advice.

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

## Direct answer

Put-call parity says that two portfolios with the same expiration payoff should have the same value today. For European-style options on the same underlying, with the same strike `K` and expiration `T`, a call plus cash that grows to `K` replicates a put plus one share. With no dividends,

`C + K e^(−rT) = P + S`, or equivalently `C − P = S − K e^(−rT)`.

This is a no-arbitrage relationship, not a claim that calls and puts have equal prices. It also does not turn every midpoint discrepancy into a tradable profit.

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

## Mechanism and assumptions

At expiration, if `Sᵀ > K`, the call plus bond pays `(Sᵀ − K) + K = Sᵀ`, while the put plus stock pays `0 + Sᵀ`. If `Sᵀ ≤ K`, the first portfolio pays `K`, while the second pays `(K − Sᵀ) + Sᵀ = K`. Equal terminal payoffs imply equal current values under consistent financing and market assumptions.

For a continuous dividend yield `q`, parity becomes `C − P = S e^(−qT) − K e^(−rT)`. With known discrete dividends, use `C − P = S − PV(dividends before T) − K e^(−rT)`. The contracts must match in underlying, deliverable, strike, expiration, and exercise style.

Useful rearrangements include synthetic stock, `C − P + PV(K) = S`, and synthetic financing, `S + P − C = PV(K)`. The simpler expression `C − P = S − PV(K)` is a synthetic forward, so financing cannot be ignored.

American equity options can be exercised early. Dividends, stock-borrow constraints, and early exercise mean the simple European equality should not be applied unchanged; use the appropriate bounds and executable economics.

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

## Worked example

Suppose `S = $100`, `K = $105`, `T = 0.5` years, the continuously compounded risk-free rate is `4%`, and there are no dividends. The strike's present value is `105e^(−0.02) ≈ $102.92`. If the call is `$5.60`, parity implies

`P = C − S + PV(K) = 5.60 − 100 + 102.92 = $8.52`.

Both portfolios cost `$108.52`: call plus bond is `$5.60 + $102.92`, and put plus stock is `$8.52 + $100`. At expiration, a stock price of `$80` gives `$105` on either side; a stock price of `$120` gives `$120` on either side.

If the put midpoint is instead `$8.90`, the apparent difference is `$0.38` per share, or `$38` for a standard 100-share contract. That is not yet arbitrage. A trader must sell the expensive package at bids, buy the cheap package at asks, synchronize the quotes, and include stock spread, financing, dividends, borrow, fees, settlement, and assignment risk. These executable prices define a parity band around the theoretical value.

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

## Risk checklist

- Match the exact underlying or deliverable, strike, expiration, multiplier, and exercise style.
- Use synchronized executable bids and asks rather than last trades or independent midpoints.
- Estimate every dividend before expiration and discount cash flows consistently.
- Include interest, margin, stock-borrow availability and cost, commissions, and taxes.
- Account for early exercise and assignment in American-style contracts.
- Confirm physical versus cash settlement and any adjusted contract terms.
- Treat multi-leg fills and short-stock execution as uncertain until completed.
- Recheck stale quotes, bad data, rounding, and model-input errors before acting.

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

## Common misconceptions

- “Parity means the call and put cost the same.” Their difference also reflects stock, strike financing, and dividends.
- “A midpoint gap is risk-free arbitrage.” Only executable package prices after all costs can establish that.
- “Synthetic stock is operationally identical to stock.” Exercise, assignment, dividends, financing, and expiration differ.
- “The basic equality applies unchanged to American options.” Early-exercise rights alter the relationship.
- “Implied volatility drives parity.” For properly matched European options, common volatility effects offset; execution frictions and incorrect inputs can still create apparent gaps.

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

## Related topics

- [Implied forward price](/options/implied-forward-price/)
- [Conversion and reversal arbitrage](/options/conversion-reversal-arbitrage/)
- [Box spread](/options/box-spread/)
- [Dividends and option pricing](/options/dividend-options-pricing/)

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

## Authoritative sources

- [Options Industry Council: Put/Call Parity](https://www.optionseducation.org/advancedconcepts/put-call-parity)
- [Black and Scholes: The Pricing of Options and Corporate Liabilities](https://doi.org/10.1086/260062)
- [Merton: Theory of Rational Option Pricing](https://doi.org/10.2307/3003143)
- [OCC: Characteristics and Risks of Standardized Options](https://www.theocc.com/company-information/documents-and-archives/options-disclosure-document)