analytic_gbm_rho: Black-Scholes risk-neutral European option rho, sensitivity...

Description Usage Arguments Value

View source: R/analytic_black_scholes.R

Description

The rho of a vanilla European option's price, i.e. the derivative with respect to risk-free rate.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
analytic_gbm_rho(
  spot,
  strike,
  maturity,
  rate,
  div,
  volat,
  what = "put",
  current_time = 0
)

Arguments

spot

The underlying share price, S.

strike

The strike price of the option, K.

maturity

The time until expiration in trading years, T.

rate

The risk free rate, r.

div

the dividend yield rate

volat

The annualized standard deviation of log-returns, sigma

what

Which type of option to price.

current_time

The time you want to price at, t.

Value

See pdf to come...


shill1729/OptionPricer documentation built on June 11, 2020, 12:18 a.m.