putRatioBackspreadPnL {bearishTrader}R Documentation

Calculates per share Profit and Loss at expiration for Put Ratio Backspread and draws its graph in the Plots tab.

Description

This strategy consists of a shorting one (or two) put options with a strike price X2H, and a buying two (or three) put options with a lower strike price X1L. The outlook of the trader is strongly bearish. On initiation, this is a net Debit Strategy and results in net cash outflow as premium paid on buying 2 puts (at lower strike) is more than premium received from selling one put (at higher strike) (Kakushadze & Serur, 2018).

Usage

putRatioBackspreadPnL(
  ST,
  X1L,
  X2H,
  PX1L,
  PX2H,
  hl = 0,
  hu = 1.4,
  xlab = "Spot Price ($) at Expiration",
  ylab = " Profit / Loss [PnL] at Expiration ($)",
  main = " Put Ratio Backspread [ PnL ]"
)

Arguments

ST

Spot Price at time T.

X1L

Lower Strike Price or eXercise price.

X2H

Higher Strike Price or eXercise price.

PX1L

Put Premium paid for the bought Puts at Lower Strike.

PX2H

Put Premium received for the sold Put at higher Strike.

hl

lower bound value for setting lower-limit of x-axis displaying spot price.

hu

upper bound value for setting upper-limit of x-axis displaying spot price.

xlab

X-axis label.

ylab

Y-axis label.

main

Title of the Graph.

Details

According to conceptual details given by Cohen (2015), and a closed-form solution provided by Kakushadze and Serur (2018), this method is developed, and the given examples are created, to compute per share Profit and Loss at expiration for Put Ratio Backspread and draw its graph in the Plots tab. EXAMPLE, Buying two HypoERP December 25 Put at $2.15 and buy HypoERP December 30 put at $4.20. The graph gets displayed in Plots tab.

Value

Returns a graph of the strategy.

Author(s)

MaheshP Kumar, maheshparamjitkumar@gmail.com

References

Cohen, G. (2015). The Bible of Options Strategies (2nd ed.). Pearson Technology Group. https://bookshelf.vitalsource.com/books/9780133964448
Kakushadze, Z., & Serur, J. A. (2018, August 17). 151 Trading Strategies. Palgrave Macmillan. https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3247865

Examples

putRatioBackspreadPnL(25,25,30,2.15,4.20)

[Package bearishTrader version 1.0.2 Index]