Financial Derivatives Toolbox    
bdttree

Build BDT interest rate tree

Syntax

Arguments

VolSpec
Volatility process specification. See bdtvolspec for information on the volatility process.
RateSpec
Interest rate specification for the initial rate curve. See intenvset for information on declaring an interest rate variable.
TimeSpec
Tree time layout specification. Defines the observation dates of the BDT tree and the Compounding rule for date to time mapping and price-yield formulas. See bdttimespec for information on the tree structure.

Description

BDTTree = bdttree(VolSpec, RateSpec, TimeSpec) creates a structure containing time and interest rate information on a recombining tree.

Examples

Using the data provided, create a BDT volatility specification (VolSpec), rate specification (RateSpec), and tree time layout specification (TimeSpec). Then use these specifications to create a BDT tree with bdttree.

                      

Use treeviewer to observe the tree you have created.

See Also

bdtprice, bdttimespec, bdtvolspec, intenvset


  bdttimespec bdtvolspec