Codex Skill

Delta Gamma Hedging Rebalancing

delta-gamma-hedging-rebalancing

Execute delta-gamma hedging strategies, determine optimal rebalancing frequency, and select appropriate order types based on gamma position.

Source
dynamic-hedging-taleb-1
Collection
dynamic-hedging-taleb-1

Complete SKILL.md

The source below preserves the structure used in the installable package.

---
name: delta-gamma-hedging-rebalancing
description: Execute delta-gamma hedging strategies, determine optimal rebalancing frequency, and select appropriate order types based on gamma position. Use when managing option portfolios, balancing transaction costs against variance, or executing hedging adjustments for delta-neutral strategies.
---

# Delta-Gamma Hedging and Rebalancing

## When to Use This Skill
- Managing delta-hedged option portfolios
- Determining optimal hedging frequency
- Selecting order types for gamma-based execution
- Balancing transaction costs against P/L variance
- Implementing dynamic hedging strategies

## Gamma-Based Order Execution

### Determine Gamma Position

**Long Gamma:**
- Portfolio gains from large moves
- Can afford to be patient

**Short Gamma:**
- Portfolio loses from large moves
- Must hedge regardless of cost

### Select Order Type

**IF Long Gamma:**
- Use **LIMIT ORDERS**
- Post bid or offer in the market
- Rationale: "Let the market come to you"
- Benefit: Earn bid/offer spread, guaranteed fill on exchanges

**IF Short Gamma:**
- Use **STOP ORDERS**
- Leave buy stop when market may go higher
- Leave sell stop when market may go lower
- Rationale: Avoid "chasing" the market
- Cost: Filled at trigger price PLUS bid/offer spread

### Execute Orders

1. **Long Gamma execution**
   - Post limit orders at favorable levels
   - Act as secondary market maker
   - Example: SP500 at 449.50-450.05, leave offer at 450.00

2. **Short Gamma execution**
   - Place stop orders at trigger points
   - Expect transaction costs and widened spreads during moves
   - Prioritize hedge execution over minimizing costs

## Rebalancing Frequency Analysis

### Understand Discrete Hedging Variance

**Core Principle:**
- Even with known volatility, discrete rebalancing creates P/L variance
- Increasing rebalancing frequency compresses variance (reduces spread of results)
- Variance scales with σ/√n (functional central limit theorem)

**Continuous Benchmark:**
- Trading every millionth of a second at mid-market = certain P/L
- Reality: discrete intervals = variance in final P/L

### Evaluate Hedging Dilemma

**Trade-off Components:**
1. Variance of returns (replication risk)
2. Transaction costs (increase with frequency)

**Frequency Impact:**
- Higher frequency → Lower variance BUT Higher transaction costs
- Lower frequency → Higher variance BUT Lower transaction costs
- Transaction costs shift distribution center to the left (lower expected P/L)

### BSM Fair Value Neutrality

**In frictionless markets:**
- Rebalancing frequency does NOT affect fair value
- Expected P/L constant across Δt, Δt/2, or Δt/n intervals

**Key insights:**
- Local time never becomes zero (Brownian motion non-differentiable)
- Costs: V²/π √(ΔS)² × time spent swinging between S and S + ΔS
- Time paying for small moves = time paying for large moves (compensating)

### Manufacturing Cost Reality

**Example:**
- Theoretical value: 5.00
- Expected manufacturing range (no costs): 4.00 to 6.00
- With transaction costs: Range shifts lower and may widen
- More protection parameters = higher management costs

## Optimal Hedging Strategy

### Determine Optimal Frequency

1. **Assess market conditions**
   - Volatility levels
   - Transaction cost structure
   - Liquidity of underlying

2. **Calculate expected variance reduction**
   - Variance scales with 1/√(number of rebalances)
   - Diminishing returns with more frequent rebalancing

3. **Calculate marginal transaction cost**
   - Costs increase linearly with frequency
   - Spread widening during volatile periods

4. **Find balance point**
   - Where marginal variance benefit = marginal cost increase

### Special Cases

**When discrete may outperform continuous:**
- Central bank intervention
- Serially correlated markets
- Known mean-reversion patterns

## Decision Framework

- **Long Gamma:** Use limit orders, provide liquidity, earn spread
- **Short Gamma:** Use stop orders, ensure hedge, accept cost
- **High volatility:** Increase rebalancing frequency, accept higher costs
- **Low volatility:** Decrease rebalancing frequency, reduce costs
- **High transaction costs:** Reduce frequency, accept higher variance
- **Market making:** Prefer limit orders to earn spread
<!-- source-provenance:start -->
## Source Provenance

- Collection: `dynamic-hedging-taleb-1`
- Archive: `Dynamic_Hedging-Taleb (1).pdf.zip`
- Source file: `../_sources/dynamic-hedging-taleb-1.md`
<!-- source-provenance:end -->

Convert your own material

Upload a PDF, inspect the result, then download the standard directory and recoverable installer.

Convert a PDFView source collection