Puts
Put Option Price = A * e-rT * N(-q2) - P * N(-q1)
Symbol Expansion:
q1 = q1a / q1b q1a = ln(P / A) + (r + sigma2 / 2) * Y q1b = sigma * square_root(Y)
q2 = q2a / q2b q2a = ln(P / A) + (r - sigma2 / 2) * Y q2b = sigma * square_root(Y)
Where:
A = strike price of the Option P = price of the Stock r = the current risk-free interest rate (e.g. - long-term bonds) sigma = Annual volatility of the stock price Y = the number of years before the Option expires N(x) = The cumulative normal distribution function e = exponential function
|