Where can I get a Black-Scholes formula in Excel?

G

Guest

For European options the call value formula is:

=(s*(NORMDIST(((LN(s/x))+((rr+(sigma*sigma/2))*t))/(sigma*(SQRT(t))),0,1,TRUE)))-(x*(EXP(rr*t*(-1)))*(NORMDIST(((LN(s/x))+((rr+(sigma*sigma/2))*t))/(sigma*(SQRT(t)))-(sigma*SQRT(t)),0,1,TRUE)))

rr risk freerate of interest
s stock price
sigma volatility
t time
x strike price

This is taken Chapter 7 from my book "Excel Best Practices for Business"
(ISBN: 076454120X). Rather than calculating a single point estimat, the
spreadsheet produces a table over a range of time periods and volatility.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top