eur_call_bsm: Cost of European Call Option

Description Usage Arguments Details Value Examples

Description

Calculates the cost of a European call option under the black scholes model.

Usage

1
eur_call_bsm(S, K, r, sigma, d, term)

Arguments

S

The current price of the underlying asset (i.e. stock)

K

The strike / exercise price of the option

r

The risk free interest rate

sigma

The volatility of the option

d

The continuously compounded dividend rate

term

The time to expiration

Details

bsm stands for the black scholes model.

Value

The cost of a European call option

Examples

1
eur_call_bsm(40,40,0.05,0.20,0.02,1)

nathanesau/StocVal documentation built on May 23, 2019, 12:18 p.m.