am_call_bin_futures: Binomial pricing of a futures American call

Description Usage Arguments Value Author(s) References Examples

Description

Pricing of American call option on futures using a binomial approximation

Usage

1
am_call_bin_futures(F, K, r, sigma, t, steps)

Arguments

F

price of futures contract

K

exercise price

r

risk-free interest rate

sigma

volatility

t

time to maturity

steps

number of steps in binomial tree

Value

call_price

Option price

Author(s)

Paolo Zagaglia, paolo.zagaglia@gmail.com

References

John Hull, "Options, Futures and other Derivative Securities", Prentice-Hall, second edition, 1993.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
rm(list=ls())

F<-50 
K<-45
r<-0.08 
sigma<-0.2
t<-0.5
steps<-100

call_price_bin_futures<-am_call_bin_futures(F, K, r, sigma, t, steps)

Example output



AmericanCallOpt documentation built on May 2, 2019, 6:35 a.m.