- 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
1.5 KiB
1.5 KiB
description, tags
| description | tags | |||||
|---|---|---|---|---|---|---|
| A bullish income strategy augmenting a covered call (short call at K) by also writing an OTM put at strike K' < K, increasing income with a wider profit zone than a covered short straddle. |
|
Covered Short Strangle
Section: 2.33 | Asset Class: Options | Type: Income
Overview
The covered short strangle amounts to augmenting a covered call by writing an OTM put option with strike K' (K' < K) and the same TTM as the sold call option (whose strike is K), thereby increasing the income. The trader's outlook is bullish.
Construction
- Buy 1 share of stock at S0
- Sell 1 call option at strike K
- Sell 1 OTM put option at strike K' (K' < K, same expiry)
Net credit: C (total premium from both short options)
Payoff Profile
f_T = S_T - S0 - (S_T - K)+ - (K' - S_T)+ + C
- Max profit: P_max = K - S0 + C (if S_T >= K at expiry; call in money, put expires worthless)
- Max loss: L_max = S0 + K' - C (if stock goes to zero; put assigned at K', full stock loss)
Key Conditions / Signals
- Bullish to neutral; expects stock to remain above K' and ideally above K
- Lower downside risk than covered short straddle (OTM put vs. ATM put)
- The OTM put provides a wider profit zone on the downside at the cost of lower premium collected
Notes
The short OTM put at K' creates downside risk below K', but less immediate than in the covered short straddle (where the put is ATM). The maximum loss is reduced compared to the covered short straddle because K' < K.