EuroCallOption: The Value Function of European Call Option

View source: R/cos.R

EuroCallOptionR Documentation

The Value Function of European Call Option

Description

With global variable K, the strike price, calculate the value of European call option.

Usage

EuroCallOption(x, K)

Arguments

x

the stock price

K

the strike price

Value

The value of European call option

Examples

EuroCallOption(x = 2,K = 1)

RMOPI documentation built on Aug. 22, 2022, 5:07 p.m.

Related to EuroCallOption in RMOPI...