QuantLibXL problem: qlRateHelperSelection with qlFixedRateBondHelpers

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

QuantLibXL problem: qlRateHelperSelection with qlFixedRateBondHelpers

Marek Ozana
Hi,

I would like run bootstrap zero coupon yield curve using only bonds as input. I prepared list of FixedRateBondHelpers and then tried to create RateHelperSelection (following the example from YieldCurveBootsrapping.xls demo).
Unfortunately I am getting only column with #N/A as result of qlRateHelperSelection. Please find attached XLS file with the example.
Has anybody done bootstrap with FixedRateBondHelpers? Could you please post an example XLS file?

  Thank you for your help

    Marek Ozana




-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users

Bootstrapping-with-FixedRateBondHelpers.xls (33K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: QuantLibXL problem: qlRateHelperSelection with qlFixedRateBondHelpers

Ferdinando M. Ametrano-3
Hi Marek

> I would like run bootstrap zero coupon yield curve using only bonds as
> input. I prepared list of FixedRateBondHelpers and then tried to create
> RateHelperSelection (following the example from YieldCurveBootsrapping.xls
> demo).
This is fine

> Unfortunately I am getting only column with #N/A as result of
> qlRateHelperSelection.
why do you go through qlRateHelperSelection?
qlRateHelperSelection is used to discriminate within redundant
securities, as it happens when using deposits, futures and swaps. This
is not the case with your bonds, whose maturities are fixed, so any
selection could be done once forever and needs not to be updated on a
daily basis

I revisited your XLS file and made it work. I've used the forthcoming
QuantLibXL 0.9.6, but you probably only have to change column T if
any.

ciao -- Nando

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users

BondCurve.xls (28K) Download Attachment