Files
ai/gateway/knowledge/trading/strategies/options/short-call-butterfly.md
Tim Olson 47471b7700 Expand model tag support: add GLM-5.1, simplify Anthropic IDs, scan tags anywhere in message
- Flink update_bars debouncing
- update_bars subscription idempotency bugfix
- Price decimal correction bugfix of previous commit
- Add GLM-5.1 model tag alongside renamed GLM-5
- Use short Anthropic model IDs (sonnet/haiku/opus) instead of full version strings
- Allow @tags anywhere in message content, not just at start
- Return hasOtherContent flag instead of trimmed rest string
- Only trigger greeting stream when tag has no other content
- Update workspace knowledge base references to platform/workspace and platform/shapes
- Hierarchical knowledge base catalog
- 151 Trading Strategies knowledge base articles
- Shapes knowledge base article
- MutateShapes tool instead of workspace patch
2026-04-28 15:05:15 -04:00

1.7 KiB
Raw Blame History

description, tags
description tags
A neutral net credit strategy selling an ITM call at K1, buying two ATM calls at K2, and selling an OTM call at K3, profiting from a large move away from K2.
options
volatility
neutral
butterfly

Short Call Butterfly

Section: 2.42 | Asset Class: Options | Type: Volatility

Overview

The short call butterfly is a volatility strategy consisting of a short ITM call at K1, a long position in two ATM calls at K2, and a short OTM call at K3. The strikes are equidistant: K3 - K2 = K2 - K1 = kappa. This is a net credit trade. In this sense it is an income strategy. However, the potential reward is sizably smaller than with a short straddle or short strangle (albeit with lower risk). The trader's outlook is neutral.

Construction

  • Sell 1 call option at strike K1 (ITM, lower wing)
  • Buy 2 call options at strike K2 (ATM, body)
  • Sell 1 call option at strike K3 (OTM, upper wing, K3 > K2 > K1)
  • All same expiry; K3 - K2 = K2 - K1 = kappa (equidistant)

Net credit: C

Payoff Profile

f_T = 2 × (S_T - K2)+ - (S_T - K1)+ - (S_T - K3)+ + C

  • Upper breakeven: S*_up = K3 - C
  • Lower breakeven: S*_down = K1 + C
  • Max profit: P_max = C (if S_T <= K1 or S_T >= K3; all options at their extremes)
  • Max loss: L_max = kappa - C (if S_T = K2 at expiry)

Key Conditions / Signals

  • Neutral; expects stock to move significantly away from K2 by expiry
  • High implied volatility environment; collect larger credit upfront
  • Lower risk than a short straddle or strangle but also lower reward

Notes

The short call butterfly is the reverse of the long call butterfly. Credit is collected upfront and profit is achieved if the stock moves far enough from K2. The maximum loss is bounded by the wing width kappa minus the credit received.