|
From: Daniel J. D. <dd...@da...> - 2005-10-02 22:59:13
|
Bridge pattern? =20 ________________________________ From: qua...@li... on behalf of Joseph = Wang Sent: Fri 30/09/2005 16:18 To: qua...@li...; = qua...@li... Subject: [Quantlib-users] isTimeDependent ??? What do people think about adding an "isTimeDependent()" method to things like TermStructure? This would be defaulted to "true" as a virtual function which subclasses could then set to false. The reason for this is that then the pricing engines could really make use of this information to decide whether or not to optimize a calculation. For finite difference methods this could be a huge time saver, and simplify the code considerably. The way that it would work is that the finite difference engine would find out whether the calcuation matrix is time dependent or not, the calculation matrix would find out from the process, the process would find out from the interest and volatility term structures. Thoughts? ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, = discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ Quantlib-users mailing list Qua...@li... https://lists.sourceforge.net/lists/listinfo/quantlib-users |