BIAOPM

BIAOPM




BIAOPMTEXT


See also BIOPM




and BIYOPM



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. (BIAOPMTEXT). The function can be used as either an array function or a single cell function. If using it as an array formula highlight 7 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 BIAOPMTEXT behaves the same way. It returns a label for the output from the BIAOPM function and is provided for convenience in labeling the output.                        

This function differs from BYIOPM in that it allows the user to enter the data on an annual basis and to enter the Standard Deviation from which the function will estimate the UP and DOWN movements consistent with that standard deviation and to enter a single total number of jumps.

The computation mythology relies on the fact that state prices (Qu and Qd) are constant for any given interest rate (R), 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.

Here are the inputs and form of the function:

=BIAOPM(S,X,T,STD,Jumps,R,Optional Value)



For an understanding of Array Functions see Array Formulas


Copyright © 2009 Pieter Vandenberg