Re: Smooth Forward Curve from Market Rates
Posted by
MikeD on
Sep 16, 2010; 6:32pm
URL: http://quantlib.414.s1.nabble.com/Smooth-Forward-Curve-from-Market-Rates-tp640p643.html
String | Type |
BackwardFlat | QuantLibAddin::Token::BackwardFlat |
CubicNaturalSpline | QuantLibAddin::Token::CubicNaturalSpline |
ForwardFlat | QuantLibAddin::Token::ForwardFlat |
FritschButlandCubic | QuantLibAddin::Token::FritschButlandCubic |
FritschButlandLogCubic | QuantLibAddin::Token::FritschButlandLogCubic |
KrugerCubic | QuantLibAddin::Token::KrugerCubic |
KrugerLogCubic | QuantLibAddin::Token::KrugerLogCubic |
Linear | QuantLibAddin::Token::Linear |
LogCubicNaturalSpline | QuantLibAddin::Token::LogCubicNaturalSpline |
LogLinear | QuantLibAddin::Token::LogLinear |
MonotonicCubicNaturalSpline | QuantLibAddin::Token::MonotonicCubicNaturalSpline |
MonotonicLogCubicNaturalSpline | QuantLibAddin::Token::MonotonicLogCubicNaturalSpline |
String | Type |
Discount | QuantLibAddin::Token::Discount |
ForwardRate | QuantLibAddin::Token::ForwardRate |
ZeroYield | QuantLibAddin::Token::ZeroYield |
On Thu, Sep 16, 2010 at 12:51 PM, luis cota
<[hidden email]> wrote:
Thanks for the tip on using the MonotonicLogCubicNaturalSpline - this provides a smooth curve as I was expecting. Regarding the forward rates, QL is showing about 3.56 and Bloomberg is about 3.55, so perhaps there is another error showing up with the comparison curve stripper. Where can I find a listing of the different types of interpolation schemes available on what data they can be used?
Thanks for the help!
On Thu, Sep 16, 2010 at 1:25 PM, Mike DelMedico
<[hidden email]> wrote:
Switch your interpolation to "MonotonicLogCubicNaturalSpline" on Discount Factors, that will smooth out your curve.
The actual 3m forward rates out in the super-long end of the curve are not under 3%. 3m forward Libor rates around the 37 year point are roughly 3.55%, so wherever you are referencing, your data is incorrect.
-Mike
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users