# Dynamic Hedging: Rebalancing Risk Without Eliminating It

Learn how Delta hedges are recalculated, how Gamma drives rebalancing, why frequency trades tracking error for cost, and which jump, volatility, basis, and execution risks remain.

Canonical: https://wiki.fcontext.com/options/dynamic-hedging/
Fact checked: 2026-07-22

> For educational purposes only; not investment advice.

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

## Direct answer

**Dynamic hedging** repeatedly changes a hedge position as market prices, time, volatility, and portfolio sensitivities change. The common example is buying or selling shares so an option book's net Delta stays within a chosen band. The target can also involve rates, currencies, futures, or volatility instruments.

It reduces a specified local sensitivity; it does not remove risk. Delta neutrality is measured at one time, under one model, around a small underlying move. Gamma changes Delta, while jumps, volatility-surface moves, basis, funding, liquidity, and execution can create losses before a hedge can be updated.

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

## From target to rebalance rule

For option leg `i`, signed quantity `q_i`, multiplier `M_i`, and per-share Delta `Δ_i`:

`Net Delta shares = Σ(q_i × M_i × Δ_i) + long shares − short shares`.

A hedge rule needs more than the phrase “stay neutral.” It should state the permitted Delta band, observation frequency, hedge instrument, minimum and maximum order size, price limits, liquidity filters, market-close procedure, and conditions for pausing. Time-based, price-based, Delta-band, and hybrid rules create different costs and errors.

Gamma determines how rapidly Delta moves when spot moves. Near-the-money, near-expiration options can require large and frequent adjustments. Long-Gamma books tend to sell shares after rises and buy after falls; short-Gamma books tend to buy after rises and sell after falls. Those mechanical flows do not create free profit: long Gamma generally carries Theta cost, while short Gamma bears accelerated loss and jump risk.

A local attribution for a small interval is

`P/L ≈ Delta contribution + 0.5×Gamma×(ΔS)² + Vega×ΔIV + Theta×Δt + carry + execution/model residual`.

The terms depend on units and Greeks changing through time. Full repricing is preferable for large moves.

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

## A hedge that must move twice

A trader owns 20 calls with Delta `0.50` and multiplier 100. Option Delta is `20×100×0.50=+1,000` share equivalents, so the trader shorts 1,000 shares to start near Delta neutral.

The stock rises from `$100` to `$103`, and call Delta becomes `0.62`. Option Delta is now `+1,240`, requiring 240 additional shares sold at about `$103` to restore neutrality. Later the stock returns to `$100` and Delta returns to `0.50`; buying those 240 shares back at `$100` restores the original 1,000-share short. That completed rebalance loop gains `$720` on the 240 shares before costs.

The `$720` is not the strategy's total profit. The calls can lose Theta, implied volatility can fall, the original 1,000-share hedge changes value, and bid-ask spreads, commissions, borrow fees, dividends, and financing apply. If the calls lose `$900` from Theta and Vega and total execution costs are `$120`, the package loses `$300` despite the profitable rebalance loop.

Now replace the smooth move with an overnight jump from `$100` to `$110`. The trader cannot sell shares at each intermediate price, Delta can approach its bound nonlinearly, and the first executable hedge may be far from the modeled levels. More frequent daytime checks cannot eliminate closed-market jump risk.

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

## Hedging checklist

- Define the risk measure, model, data timestamp, unit, tolerance, and hedge objective.
- Verify signs, quantities, multipliers, adjusted contracts, corporate actions, and whether Greeks are per share or position.
- Compare fixed-time, price-move, and Delta-band rules using executable historical quotes and full transaction costs.
- Stress gaps, halts, partial fills, order latency, spread widening, market impact, and unavailable stock borrow.
- Include Gamma, Vega, Theta, skew, dividends, rates, funding, borrow fees, tax, and settlement.
- Measure basis and correlation when hedging with an ETF, future, index, or related asset instead of the exact underlying.
- Set order-size, turnover, buying-power, and end-of-day limits before opening the option position.
- Update aggressively near expiration only when the benefit exceeds cost and operational risk.
- Attribute P/L across option value, hedge trades, carry, costs, and residuals before changing the rule.
- Use information available at each historical timestamp; hindsight Greeks create misleading backtests.

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

## Common misconceptions

- “Delta neutral means risk-free.” Gamma, Vega, Theta, jumps, liquidity, and model risk remain.
- “More frequent rebalancing is always safer.” It may reduce one tracking error while increasing certain trading costs and impact.
- “Gamma scalping profit can be viewed alone.” Hedge gains must be combined with option premium and all carrying costs.
- “Delta is fixed or is a real-world probability.” It is model-derived and changes with market inputs.
- “A related ETF provides the same hedge.” Basis and correlation can fail, especially in stress.
- “A backtest with closing Greeks proves execution.” Real decisions occur before final curves and fills are known.

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

## Related topics

- [Delta hedging](/options/delta-hedging/)
- [Delta neutral](/options/delta-neutral/)
- [Delta-Gamma approximation](/options/delta-gamma-approximation/)
- [Vega](/options/vega/)

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

## Primary and academic sources

- [Options Industry Council: Gamma](https://www.optionseducation.org/advancedconcepts/gamma)
- [Options Industry Council: Understanding Options Greeks](https://www.optionseducation.org/advancedconcepts/understanding-options-greeks)
- [Leland: Option Pricing and Replication with Transactions Costs](https://doi.org/10.1111/j.1540-6261.1985.tb02383.x)
- [Forsyth and Vetzal: Dynamic Hedging under Jump Diffusion with Transaction Costs](https://doi.org/10.1287/opre.1080.0598)