BIOPM

BIOPM





BIOPMTEXT


See also BIYOPM




and BIAOPM



This function calculates an option value based on the Binomial Option Pricing Model. Like Black-Scholes it assumes a European Option. This function requires the user to supply the necessary inputs to the model. There is a companion function that labels the output. (BIOPMTEXT). The function can be used as either an array function or a single cell function.  If using it as an array formula highlight 5 cell (either column or row) click on the formula bar and type the formula, and then press Shift-Control-Enter.  Excel will supply the brackets around the formula. If it is used as a single cell formula the user can enter an optional value which returns a particular value for the option. The companion formula BIOPTEXT behaves the same way. It returns a label for the output from the BIOPM function and is provided for convenience in labeling the output.  The computation mythology relies on the fact that state prices (Qu and Qd) are constant for any given interest rate ®, Up movement (U) and Down (D) movement. Thus the function computes the paths and multiples by the state prices to compute the payoffs in each state and then adds up the payoff to obtain the option value.

State prices can be computed by the following formulas:

Qu

= ( R - D )/((1 + R )*( U - D ))

Qd

= ( U - R )/((1 + R )*( U - D ))

The number of paths gets very large quickly. For 100 periods the number of possible paths is:        

1,267,650,600,228,230,000,000,000,000,000        

Fortunately the computations can be reasonable efficiently and routine is reasonably fast. However, you might want to consider this in your choice of parameters. In the example below the results using 100 periods returns essentially the same value for the option as Black-Scholes.  Which is what we would expect since in the limit the two would produce the same answers.

Here are the inputs and form of the function:



=biopm(S,E,Periods,UP,Down,R,Optional Value)





For an understanding of Array Functions see Array Formulas



Copyright © 2009 Pieter Vandenberg