A Hot Tip for Put Sellers:
How to reduce cash requirement (or margin requirement)
for example from $13,290 to just $400 (!) :
"Vertical Spreads: Lower Margin Requirement Hurdle to Target Capital Efficiency"
https://tickertape.tdameritrade.com/trading/vertical-options-spread-lower-margin-requirement-15634
"[...] And Remember the Kicker: Margin Reduction
The original margin requirement for selling a 134-strike cash-secured put is its strike price, less the credit received, times the multiplier, or:
($134 - $1.10) x 100 = $13,290.
The new margin requirement for the short 134/130 put vertical spread is the difference between the strikes x $100, or: (134-130) x $100 = $400.
In this example, turning the cash-secured put into a put vertical spread lowered your potential profit by $25, but reduced your margin requirement by a whopping $12,890 per contract. [...] "
Best useful & practical option trading tip I've ever seen.
Update: IMO the requirement is even just $315 instead of the said $400 (or the original $13,290), b/c the credit one receives will be counted for by the broker's system (here TDA), ie. the formula is then
Code:
Requirement = ((ShortPut.Strike - LongPut.Strike) - (ShortPut.Premium - LongPut.Premium)) x 100
= ((134 - 130) - ($1.10 - $0.25)) x 100
= $315
or alternatively (ie. the same result):
Requirement = ((ShortPut.Strike - ShortPut.Premium) - (LongPut.Strike - LongPut.Premium)) x 100