• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

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