Calibration Helpers

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

Calibration Helpers

Andre Louw-2
Anybody out there using either Swaption or CapFloor CalibrationHelper
classes?

Luigi, can you maybe give me a few pointers on the way these were designed
to be used. It looks almost like something I could use as a "factory" for my
Swaption/CapFloors, although I'm missing a few methods, or, I'm missing the
boat completely.

André Louw
Decillion Limited - "Your Risk Is Our Domain"

Email: [hidden email]
Office: +27 (11) 328 1256
Mobile: +27 (83) 414 5785
Fax: +27 (11) 442 4456

 
-------------------------------------------------------------------------
This e-mail is intended only for the use of the individual or entity named
above and may contain information that is confidential and privileged,
proprietary to the company and protected by law. If you are not the intended
recipient, you are hereby notified that any dissemination, distribution or
copying of this e-mail is strictly prohibited. Opinions, conclusions and
other information in this message that do not relate to the official
business of our company shall be understood as neither given nor endorsed by
it.


Reply | Threaded
Open this post in threaded view
|

Re: [Quantlib-users] Calibration Helpers

Luigi Ballabio-2
At 04:26 PM 4/7/03 +0200, Andre Louw wrote:
>Anybody out there using either Swaption or CapFloor CalibrationHelper
>classes?
>
>Luigi, can you maybe give me a few pointers on the way these were designed
>to be used. It looks almost like something I could use as a "factory" for my
>Swaption/CapFloors, although I'm missing a few methods, or, I'm missing the
>boat completely.

sed -e "s/Luigi/Sad/"

However, I gather they're designed like the RateHelpers---not really usable
as a factory, since they're tightly coupled with the calibration process.
Also, they might have some constraints you wouldn't want. E.g., SwapHelpers
only instantiates swaps starting spot---I expect something of this kind
also holds for calibration helpers. They might help in the sense that
inside them caps/floors and swaptions are instantiated, so you can look at
their code and figure out how to do it. But I don't think they can do more
than this.

Later,
         Luigi