treeDetails: European Option Pricing Details

Description Usage Arguments Details Examples

View source: R/treeDetails.R

Description

Returns a tree structure with the D (Delta: amount of shares to buy), B (lend: borrowing amount), S (stock price), C (option value) at each node

Usage

1
treeDetails(n = 2, call = TRUE)

Arguments

n

the number of periods

call

TRUE if call option, FALSE if put option

Details

Uses a list structure to store the data. If n is large, the object is very large and takes up a lot of memory

Examples

1

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