excel - Black Sholes formula -


i found black sholes option calculator.

as can see spreadsheet adjusted stock price given =s*exp(-q*t), how can use function in excel lookup value of q in spreasheet?

a = se^(-qt), a/s = e^(-qt) , s/a = e^(qt).

therefore, ln(s/a) = qt , ln(s/a)/t = q desired.

so formula should be

=ln(s/a)/t

where s, a, , t cell references values want compute value of q.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -