Files
ai/gateway/knowledge/trading/strategies/options/long-guts.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

34 lines
1.6 KiB
Markdown

---
description: "A volatility strategy buying an ITM call at K1 and an ITM put at K2 > K1, profiting from a large move in either direction at higher cost than a straddle."
tags: [options, volatility, neutral, guts]
---
# Long Guts
**Section**: 2.24 | **Asset Class**: Options | **Type**: Volatility
## Overview
The long guts is a volatility strategy consisting of a long position in an ITM call option with strike K1 and a long position in an ITM put option with strike K2 (K2 > K1). This is a net debit trade. Because both options are ITM, this strategy is more costly to establish than a long straddle position. The trader's outlook is neutral. This is a capital gain strategy. We assume D > K2 - K1.
## Construction
- Buy 1 ITM call option at strike K1
- Buy 1 ITM put option at strike K2 (K2 > K1), same expiry
Net debit: D (assumed D > K2 - K1)
## Payoff Profile
f_T = (S_T - K1)+ + (K2 - S_T)+ - D
- Upper breakeven: S*_up = K1 + D
- Lower breakeven: S*_down = K2 - D
- Max profit: P_max = unlimited (stock can move far in either direction)
- Max loss: L_max = D - (K2 - K1) (if K1 <= S_T <= K2; intrinsic value offsets some debit)
## Key Conditions / Signals
- Neutral directional view; expects a very large move but uncertain of direction
- More expensive than a straddle but the ITM options provide intrinsic value floor
- Max loss is reduced by the intrinsic spread K2 - K1 relative to the full debit
## Notes
The assumption D > K2 - K1 prevents risk-free arbitrage. The intrinsic value of the ITM options (K2 - K1) offsets part of the debit, making the maximum loss smaller than for a straddle with the same debit D. Both options have positive delta at entry.