I was just noticing that the *2 functions don't include a parameter for the forward period / maturity of a particular instrument ... how does this get worked out in the curve stripper?
|
one function takes a forward period (i.e. "1M"), while one takes a date (9/28/10)...
On Tue, Sep 28, 2010 at 1:16 PM, ElMariachi <[hidden email]> wrote:
------------------------------------------------------------------------------ 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 |
This is confusing - the parameters for qlSwapRateHelper do not include a date param.
qlSwapRateHelper(ObjectId,Rate,SwapIndex,Spread,ForwardStart,Permanent,Trigger,Overwrite) How does the curve stripper know the maturity of a given RateHelper object in this case? - Luis
|
http://quantlib.org/quantlibxl/func_ratehelpers.html#qlSwapRateHelper
On Tue, Sep 28, 2010 at 1:40 PM, ElMariachi <[hidden email]> wrote:
------------------------------------------------------------------------------ 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 |
In reply to this post by ElMariachi
On Tue, 2010-09-28 at 11:40 -0700, ElMariachi wrote:
> This is confusing - the parameters for qlSwapRateHelper do not include a date > param. > > qlSwapRateHelper(ObjectId,Rate,SwapIndex,Spread,ForwardStart,Permanent,Trigger,Overwrite) > > How does the curve stripper know the maturity of a given RateHelper object > in this case? >From today's date and the tenor of the swap-rate index (the SwapIndex parameter). Luigi -- The Feynman Problem Solving Algorithm: 1) Write down the problem. 2) Think very hard. 3) Write down the solution. ------------------------------------------------------------------------------ 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 |
Free forum by Nabble | Edit this page |