Hi All, I am wondering if we are missing the following line in OISRateHelper:
clonedOvernightIndex->unregisterWith(termStructureHandle_);
before we use this index to make underlying OIS swap. See for example how it is done in SwapRateHelper. It seems we will get notifications from
termStructureHandle_ during the bootstrapping? Or am I missing something? Thanks, JK
------------------------------------------------------------------------------ Monitor Your Dynamic Infrastructure at Any Scale With Datadog! Get real-time metrics from all of your servers, apps and tools in one place. SourceForge users - Click here to start your Free Trial of Datadog now! http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140 _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Hello, I think it won't get notifications because we're setting observer=false in OISRateHelper::setTermStructure. (Which means that what we do in SwapRateHelper might be redundant. Hmm...) Luigi On Thu, Sep 3, 2015 at 5:04 PM Krystul, J (Jaroslav) <[hidden email]> wrote:
-- <http://leanpub.com/implementingquantlib/> ------------------------------------------------------------------------------ _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Free forum by Nabble | Edit this page |