payoff_call: Payoff of a call option

Description Usage Arguments Value Examples

View source: R/functions.R

Description

This function return the result of a call option

Usage

1
payoff_call(X_T, b, a, K)

Arguments

X_T

The value of the underlying asset

b

The strike price

a

The multiplicator factor (1 most of the time)

K

The constant that is added to the payoff (equal to b most of the time)

Value

The result of a call option

Examples

1
payoff_call(10,1,1,1)

belangerjulie15/Optimisation.Power.Utility documentation built on May 13, 2020, 5:39 a.m.