Get Implied Volatility in QuantLib C++

Joined
9/20/16
Messages
6
Points
11
Hi, I need an assistance with c++ quantlib. I want to get implied volatility from BSM model if I know option value, strike, date , etc. Get I do that using QuantLib? (I don't want to write a function which solves integral equation)
 
You don't use an integral equation! It is a nonlinear equation using Newton or bisection. It is a novice challenge and easy.

See Haug's complete Options book.
 
Back
Top