Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv17435/gensrc/metadata
Modified Files:
capletvolstructure.xml cmsmarket.xml swaptionvolstructure.xml
termstructures.xml
Log Message:
introduced EurodollarFuturesImpliedStdDevQuote
Index: capletvolstructure.xml
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/capletvolstructure.xml,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** capletvolstructure.xml 11 Dec 2006 09:40:03 -0000 1.33
--- capletvolstructure.xml 11 Dec 2006 14:22:15 -0000 1.34
***************
*** 6,9 ****
--- 6,10 ----
<include>qlo/index.hpp</include>
<include>qlo/capletvolstructure.hpp</include>
+ <include>qlo/quotes.hpp</include>
<include>ql/Volatilities/capletconstantvol.hpp</include>
<include>ql/Volatilities/capstripper.hpp</include>
Index: cmsmarket.xml
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/cmsmarket.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** cmsmarket.xml 11 Dec 2006 09:40:03 -0000 1.20
--- cmsmarket.xml 11 Dec 2006 14:22:15 -0000 1.21
***************
*** 5,8 ****
--- 5,9 ----
<includes>
<include>ql/Volatilities/cmsmarket.hpp</include>
+ <include>qlo/quotes.hpp</include>
<include>qlo/cmsmarket.hpp</include>
<include>qlo/couponvectors.hpp</include>
Index: swaptionvolstructure.xml
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/swaptionvolstructure.xml,v
retrieving revision 1.89
retrieving revision 1.90
diff -C2 -d -r1.89 -r1.90
*** swaptionvolstructure.xml 11 Dec 2006 09:40:04 -0000 1.89
--- swaptionvolstructure.xml 11 Dec 2006 14:22:15 -0000 1.90
***************
*** 5,8 ****
--- 5,9 ----
<includes>
<include>ql/Volatilities/swaptionvolcube2.hpp</include>
+ <include>qlo/quotes.hpp</include>
<include>qlo/swaptionvolstructure.hpp</include>
<include>qlo/index.hpp</include>
Index: termstructures.xml
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/termstructures.xml,v
retrieving revision 1.53
retrieving revision 1.54
diff -C2 -d -r1.53 -r1.54
*** termstructures.xml 11 Dec 2006 09:40:04 -0000 1.53
--- termstructures.xml 11 Dec 2006 14:22:15 -0000 1.54
***************
*** 4,8 ****
<xlFunctionWizardCategory>QuantLib - Financial</xlFunctionWizardCategory>
<includes>
! <include>ql/Quotes/simplequote.hpp</include>
<include>qlo/termstructures.hpp</include>
</includes>
--- 4,8 ----
<xlFunctionWizardCategory>QuantLib - Financial</xlFunctionWizardCategory>
<includes>
! <include>qlo/quotes.hpp</include>
<include>qlo/termstructures.hpp</include>
</includes>
|