Note: In order to use the spreadsheet examples, you need to download Business Functions | ||||||||
OptionBinom (ValuationDate, OptionExpiry, RiskFreeRateAER, CostOfCarryAER, StockPrice, StrikePrice, Volatility, [TimeSteps], [OptionType], [OptionStyle], [DayCount], [Periods]) | ||||||||
Price an option using the Binomial nethod | ||||||||
Key Points | ||||||||
You should choose the value of TimeSteps to as large as performance permits, up to a maximum of 10,000 (although the function may get slow by this time!). TimeSteps is used to discretize (divide up) the time between calculation and expiry. It doesn"t have any real-world significance - to underline this point, note that the most commonly used Black-Scholes method is a special case of the Binomial method with an infinite number of "TimeSteps". | ||||||||
Tip | ||||||||
To help obtain a value for volatility, you can use the HistoricVol function. | ||||||||
ExampleOptionBinom.xls |