treeBasic: European Option Price (Basic Binomial Tree Formula)

Description Usage Arguments Details Examples

View source: R/treeBasic.R

Description

Uses Cox's Formula for finding the price of a European call option.

Usage

1
treeBasic(n = 3, call = TRUE)

Arguments

n

the number of periods

call

TRUE if call option, FALSE if put option

Details

This formula assumes that nodes do overlap and path dependency is not needed as in an Asian option.

Examples

1

m4fe documentation built on May 29, 2017, 9:40 p.m.