Hello everyone,
I recently implemented QuantLib in Java and am working on a simple curve construction project. However, I notice that the region of the curve that is generated by swaps (I use swaps, futures, and libor rates) is not matching values from Calypso, when compared directly or used in valuation. Has anyone else experienced this problem or have any advice? ------------------------------------------------------------------------------ _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Hello Tanvi, Maybe it does not apply to your case, but when I implemented the first time the bootstrap with QuantLib I noticed that I needed to take care on
the convention in each instrument AND on the interpolation choice for the curve (PiecewiseYieldCurve). For instance, in order to match Bloomberg I needed to use “discount” and “LogLinear” (and Actual/Actual if I am not mistaken). I never use Calypso and I directly compared to Bloomberg only. Hope it helps. From: Tanvi Tiwari [mailto:[hidden email]]
Hello everyone, I recently implemented QuantLib in Java and am working on a simple curve construction project. However, I notice that the region of the curve that is generated by swaps (I use swaps, futures, and libor rates) is not matching values from
Calypso, when compared directly or used in valuation. Has anyone else experienced this problem or have any advice? Agile Investment Servicing: Find out more in our latest annual report. The information in this e-mail message and/ or its attachments is confidential and may be legally privileged, thus any disclosure, copying, distribution or any action taken or omitted to be taken in reliance thereon may be strictly prohibited and unlawful. If you are not the intended recipient, please notify us immediately and destroy this e-mail and its attachments. Considering the various risks involved when sending emails through the Internet, EFA will not be liable in any case for damages and claims due to the risks of this communication channel (e.g. non or late delivery, message corruption, inadvertent disclosure). Any views or opinions presented in this email and/or its attachments are solely those of the author and do not necessarily represent those of the company, consequently, EFA may not be held liable for its content unless confirmed subsequently in writing. European Fund Administration SA | 2 rue d'Alsace, P.O. Box 1725, L-1017 Luxembourg | Tel: +352 48 48 80 80 | www.efa.eu Please consider the environment before printing this e-mail ------------------------------------------------------------------------------ _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Free forum by Nabble | Edit this page |