Serving the Quantitative Finance Community

 
User avatar
Da0ud
Topic Author
Posts: 1
Joined: October 12th, 2006, 12:29 pm

My first program using Quantlib

September 29th, 2007, 4:04 pm

Hey everyone !I'm a beginner with Quantlib and I tired to understand the example Equityoption.cpp but it is very very complicated.Does someone have a small program using quantlib that prices an european option with the B&S model. I'd like to learn a lot from this example.In fact how to create the option and then how to call the good function in quantlib.Thank u all to help me improve my level in C++ and in Quantlib.Daoud
 
User avatar
lballabio
Posts: 0
Joined: January 19th, 2004, 12:34 pm

My first program using Quantlib

October 3rd, 2007, 7:00 am

1) Disregard everything in the example from Bjerksund/Stensland onwards;2) To see how instruments are instantiated and priced, read chapter 2 here;3) If you have any further questions, ask on the QuantLib-users mailing list.Luigi
Last edited by lballabio on October 2nd, 2007, 10:00 pm, edited 1 time in total.
 
User avatar
va1210
Posts: 1
Joined: February 6th, 2003, 10:24 pm

My first program using Quantlib

October 4th, 2007, 6:46 pm

Wow, this is a really great intro to Quantlib!