powered by
Calculates the Lambda of the call or put option
lambda(type = "call", s, x, sigma, t, r, d = 0)
Character string, either "call" or "put"
Spot price of the underlying asset
Strike price of the option
Implied volatility of the underlying asset price, defined as the annualized standard deviation of the asset returns
Time to maturity in years
Annual continuously-compounded risk-free rate, use the function r.cont
Annual continuously-compounded dividend yield, use the function r.cont
Calculates the Lambda of the option contract
Lambda, or elasticity is the percentage change in the option valueper percentage change in the underlying price. It is a measure of leverage.
# NOT RUN { lambda(type = "put", s = 100, x = 100, sigma = 0.15, t = 45/365, r = 0.02) # }
Run the code above in your browser using DataLab