BSM: This function compute the Black-Scholes-Merton call and put...

Description Usage Arguments

Description

Black-Scholes_Merton equation

Usage

1
2
BSM(stock_path = sstock(), k = stock_path$stock_price_path[1], r = 0.03,
  sigma = 1)

Arguments

stock_path

data.frame containing the stock price evolution along with the appropriate time serie

k

Strike price of the option. By default the option is in the money. it means that the strike is equal to the initial price of stock (at time 1)

r

Riskless interest rate - 0.03 if no value provided.

sigma

AnthonyTedde/StockPriceSimulator documentation built on May 17, 2019, 5:39 p.m.