zero curve

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

zero curve

Xavier.Abulker
Dear Quantlib users,
I'm discovering quantlib and I would like to implement it.
The first exercice I'm trying to do is to setup a yield curve and retrieve
the corresponding zero rates.
The syntax looks very hard to use, could someone send me simple examples to
help me to understand how to use these librairies.

Best Regards

Xavier Abulker
Fimat Banque




Reply | Threaded
Open this post in threaded view
|

AW: zero curve

Jens Thiel
> The first exercice I'm trying to do is to setup a yield curve and retrieve
> the corresponding zero rates.

See Examples/Swap/swapvaluation.cpp

> The syntax looks very hard to use, could someone send me simple
> examples to help me to understand how to use these librairies.

A quick introduction to C++ templates will help a lot ;-)


Jens.