Hi All,
For the merge below I overlooked the merge that preceded it, so the two overlap partially. Here are the last three merges: revision 13943 - merge r13924:13942 revision 14101 - merge r13943:14099 [NB this should have been 13942:14099] revision 14131 - merge r13942:14126 Exceedingly careless of me, however I have reviewed it and believe that no harm was done as duplicate changes were simply ignored the second time around. In the worst case if problems are detected we can revert my merge. Regards, Eric ---------------------------- Original Message ---------------------------- Subject: [QuantLib-svn] SF.net SVN: quantlib: [14131] trunk From: [hidden email] Date: Thu, January 17, 2008 5:53 pm To: [hidden email] -------------------------------------------------------------------------- Revision: 14131 http://quantlib.svn.sourceforge.net/quantlib/?rev=14131&view=rev Author: ericehlers Date: 2008-01-17 09:53:28 -0800 (Thu, 17 Jan 2008) Log Message: ----------- Merged revisions 13942:14126 from R000900-branch to trunk Modified Paths: -------------- trunk/ObjectHandler/Docs/oh_header.html trunk/ObjectHandler/Docs/oh_headeronline.html trunk/ObjectHandler/ObjectHandler.nsi trunk/ObjectHandler/dev_tools/oh-qla.html trunk/QuantLibAddin/Docs/pages/build.tutorial.docs trunk/QuantLibAddin/Docs/pages/calc.docs trunk/QuantLibAddin/Docs/pages/serialization.docs trunk/QuantLibAddin/Docs/qla_header.html trunk/QuantLibAddin/Docs/qla_header.subdir.html trunk/QuantLibAddin/Docs/qla_headeronline.html trunk/QuantLibAddin/Docs/qla_headeronline.subdir.html trunk/QuantLibAddin/gensrc/metadata/Functions/capfloor.xml trunk/QuantLibAddin/gensrc/metadata/Functions/pricingengines.xml trunk/QuantLibAddin/gensrc/metadata/Functions/ratehelpers.xml trunk/QuantLibAddin/gensrc/metadata/Functions/swaption.xml trunk/QuantLibAddin/gensrc/metadata/Functions/termstructures.xml trunk/QuantLibAddin/qlo/ValueObjects/Makefile.am trunk/QuantLibAddin/qlo/ratehelpers.hpp trunk/QuantLibAddin/qlo/smilesection.cpp trunk/QuantLibAddin/qlo/smilesection.hpp trunk/QuantLibXL/Docs/pages/installation.docs trunk/QuantLibXL/Docs/qlxl_header.html trunk/QuantLibXL/Docs/qlxl_header.subdir.html trunk/QuantLibXL/Docs/qlxl_headeronline.html trunk/QuantLibXL/Docs/qlxl_headeronline.subdir.html trunk/QuantLibXL/QuantLibXL-bin.nsi trunk/QuantLibXL/QuantLibXL-src.nsi trunk/QuantLibXL/Workbooks/StandaloneExamples/README.txt trunk/QuantLibXL/Workbooks/StandaloneExamples/Swap.xls trunk/QuantLibXL/Workbooks/StandaloneExamples/YC_SwapDemo.xls trunk/QuantLibXL/Workbooks/StandaloneExamples/serialize_swap.xla trunk/QuantLibXL/qlxl/QuantLibXLStatic_vc8.vcproj trunk/gensrc/Docs/Makefile.am trunk/gensrc/Docs/gs_header.html trunk/gensrc/Docs/gs_headeronline.html trunk/log4cxx/msvc/static/Makefile.am Added Paths: ----------- trunk/QuantLibXL/Workbooks/StandaloneExamples/InterestRateDerivatives.xls trunk/QuantLibXL/Workbooks/StandaloneExamples/YieldCurveBootstrapping.xls Modified: trunk/ObjectHandler/Docs/oh_header.html =================================================================== --- trunk/ObjectHandler/Docs/oh_header.html 2008-01-17 17:39:01 UTC (rev 14130) +++ trunk/ObjectHandler/Docs/oh_header.html 2008-01-17 17:53:28 UTC (rev 14131) @@ -38,7 +38,7 @@ <li class="navbar-item"><a class="navbar-link" href="files.html">Files</a></li> <li class="navbar-item"><a class="navbar-link" href="examples.html">Examples</a></li> </ul> -<div id="ntlogo"><a class="imglink" href="http://www.nazcatech.be"><img src="images/nazcatech.jpg" width="88" height="98" border="0"/></a></div> +<!--div id="ntlogo"><a class="imglink" href="http://www.nazcatech.be"><img src="images/nazcatech.jpg" width="88" height="98" border="0"/></a></div--> <div id="sflogo"><a class="imglink" href="http://sourceforge.net"><img src="images/sflogo.php" width="88" height="31" border="0" alt="SourceForge.net Logo"/></a></div> <div><img class="block" src="images/menu_bottom.jpg"/></div> </div> Modified: trunk/ObjectHandler/Docs/oh_headeronline.html =================================================================== --- trunk/ObjectHandler/Docs/oh_headeronline.html 2008-01-17 17:39:01 UTC (rev 14130) +++ trunk/ObjectHandler/Docs/oh_headeronline.html 2008-01-17 17:53:28 UTC (rev 14131) @@ -38,7 +38,7 @@ <li class="navbar-item"><a class="navbar-link" href="files.html">Files</a></li> <li class="navbar-item"><a class="navbar-link" href="examples.html">Examples</a></li> </ul> -<div id="ntlogo"><a class="imglink" href="http://www.nazcatech.be"><img src="images/nazcatech.jpg" width="88" height="98" border="0"/></a></div> +<!--div id="ntlogo"><a class="imglink" href="http://www.nazcatech.be"><img src="images/nazcatech.jpg" width="88" height="98" border="0"/></a></div--> <div id="sflogo"><a class="imglink" href="http://sflogo.sourceforge.net/sflogo.php?group_id=12470&type=1"><img src="images/sflogo.php" width="88" height="31" border="0" alt="SourceForge.net Logo"/></a></div> <div><img class="block" src="images/menu_bottom.jpg"/></div> </div> Modified: trunk/ObjectHandler/ObjectHandler.nsi =================================================================== --- trunk/ObjectHandler/ObjectHandler.nsi 2008-01-17 17:39:01 UTC (rev 14130) +++ trunk/ObjectHandler/ObjectHandler.nsi 2008-01-17 17:53:28 UTC (rev 14131) @@ -64,6 +64,9 @@ File "Docs\ql.css" File "Docs\tabs.css" + SetOutPath "$INSTDIR\dev_tools" + File "dev_tools\preprocess_doxyfile.py" + SetOutPath "$INSTDIR\Docs\images" File "Docs\images\*.ico" File "Docs\images\*.jpg" Modified: trunk/ObjectHandler/dev_tools/oh-qla.html =================================================================== --- trunk/ObjectHandler/dev_tools/oh-qla.html 2008-01-17 17:39:01 UTC (rev 14130) +++ trunk/ObjectHandler/dev_tools/oh-qla.html 2008-01-17 17:53:28 UTC (rev 14131) @@ -1,25 +1,25 @@ <h3>ObjectHandler</h3> <table> -<tr><td><a href="ObjectHandler-0.8.0.exe">ObjectHandler-0.8.0.exe</a></td></tr> -<tr><td><a href="ObjectHandler-docs-0.8.0.chm">ObjectHandler-docs-0.8.0.chm</a></td></tr> -<tr><td><a href="ObjectHandler-0.8.0.tar.gz">ObjectHandler-0.8.0.tar.gz</a></td></tr> -<tr><td><a href="ObjectHandler-docs-0.8.0-html.tar.gz">ObjectHandler-docs-0.8.0-html.tar.gz</a></td></tr> -<tr><td><a href="QuantLibXL-0.8.0.exe">QuantLibXL-0.8.0.exe</a></td></tr> -<tr><td><a href="QuantLibXL-docs-0.8.0.chm">QuantLibXL-docs-0.8.0.chm</a></td></tr> -<tr><td><a href="QuantLibXL-0.8.0.tar.gz">QuantLibXL-0.8.0.tar.gz</a></td></tr> -<tr><td><a href="QuantLibXL-docs-0.8.0-html.tar.gz">QuantLibXL-docs-0.8.0-html.tar.gz</a></td></tr> +<tr><td><a href="ObjectHandler-0.9.0.exe">ObjectHandler-0.9.0.exe</a></td></tr> +<tr><td><a href="ObjectHandler-docs-0.9.0.chm">ObjectHandler-docs-0.9.0.chm</a></td></tr> +<tr><td><a href="ObjectHandler-0.9.0.tar.gz">ObjectHandler-0.9.0.tar.gz</a></td></tr> +<tr><td><a href="ObjectHandler-docs-0.9.0-html.tar.gz">ObjectHandler-docs-0.9.0-html.tar.gz</a></td></tr> +<tr><td><a href="gensrc-0.9.0.exe">gensrc-0.9.0.exe</a></td></tr> +<tr><td><a href="gensrc-docs-0.9.0.chm">gensrc-docs-0.9.0.chm</a></td></tr> +<tr><td><a href="gensrc-0.9.0.tar.gz">gensrc-0.9.0.tar.gz</a></td></tr> +<tr><td><a href="gensrc-docs-0.9.0-html.tar.gz">gensrc-docs-0.9.0-html.tar.gz</a></td></tr> <tr><td><a href="log4cxx-0.9.7e.exe">log4cxx-0.9.7e.exe</a></td></tr> <tr><td><a href="log4cxx-0.9.7e.tar.gz">log4cxx-0.9.7e.tar.gz</a></td></tr> </table> <h3>QuantLibAddin</h3> <table> -<tr><td><a href="QuantLibXL-bin-0.8.0.exe">QuantLibXL-bin-0.8.0.exe</a></td></tr> -<tr><td><a href="QuantLibXL-src-0.8.0.exe">QuantLibXL-src-0.8.0.exe</a></td></tr> -<tr><td><a href="QuantLibXL-docs-0.8.0.chm">QuantLibXL-docs-0.8.0.chm</a></td></tr> -<tr><td><a href="QuantLibAddin-0.8.0.exe">QuantLibAddin-0.8.0.exe</a></td></tr> -<tr><td><a href="QuantLibAddin-docs-0.8.0.chm">QuantLibAddin-docs-0.8.0.chm</a></td></tr> -<tr><td><a href="QuantLibAddin-0.8.0.tar.gz">QuantLibAddin-0.8.0.tar.gz</a></td></tr> -<tr><td><a href="QuantLibAddin-docs-0.8.0-html.tar.gz">QuantLibAddin-docs-0.8.0-html.tar.gz</a></td></tr> +<tr><td><a href="QuantLibXL-bin-0.9.0.exe">QuantLibXL-bin-0.9.0.exe</a></td></tr> +<tr><td><a href="QuantLibXL-src-0.9.0.exe">QuantLibXL-src-0.9.0.exe</a></td></tr> +<tr><td><a href="QuantLibXL-docs-0.9.0.chm">QuantLibXL-docs-0.9.0.chm</a></td></tr> +<tr><td><a href="QuantLibAddin-0.9.0.exe">QuantLibAddin-0.9.0.exe</a></td></tr> +<tr><td><a href="QuantLibAddin-docs-0.9.0.chm">QuantLibAddin-docs-0.9.0.chm</a></td></tr> +<tr><td><a href="QuantLibAddin-0.9.0.tar.gz">QuantLibAddin-0.9.0.tar.gz</a></td></tr> +<tr><td><a href="QuantLibAddin-docs-0.9.0-html.tar.gz">QuantLibAddin-docs-0.9.0-html.tar.gz</a></td></tr> </table> <p>Sourceforge offers a very slow connection for downloading these files by HTTP. If you have a SourceForge account you can get the files much faster via scp. On a posix system you should be able to do</p> Modified: trunk/QuantLibAddin/Docs/pages/build.tutorial.docs =================================================================== --- trunk/QuantLibAddin/Docs/pages/build.tutorial.docs 2008-01-17 17:39:01 UTC (rev 14130) +++ trunk/QuantLibAddin/Docs/pages/build.tutorial.docs 2008-01-17 17:53:28 UTC (rev 14131) @@ -1,6 +1,6 @@ /* - Copyright (C) 2006, 2007 Eric Ehlers + Copyright (C) 2006, 2007, 2008 Eric Ehlers This file is part of QuantLib, a free-software/open-source library for financial quantitative analysts and developers - http://quantlib.org/ @@ -188,8 +188,8 @@ \section sec_build_quantlibxl 8. Build QuantLibXL Open the VC8 solution <tt>QuantLibXL\\QuantLibAllStatic_vc8.sln</tt>. Choose -configuration <tt>Release</tt>, project <tt>QuantLibXL</tt>, and do -<tt>Build/Build QuantLibXL</tt>. +configuration <tt>Release</tt>, project <tt>QuantLibXLStatic</tt>, and do +<tt>Build/Build QuantLibXLStatic</tt>. <img src="images/build_qlxl.jpg"> Modified: trunk/QuantLibAddin/Docs/pages/calc.docs =================================================================== --- trunk/QuantLibAddin/Docs/pages/calc.docs 2008-01-17 17:39:01 UTC (rev 14130) +++ trunk/QuantLibAddin/Docs/pages/calc.docs 2008-01-17 17:53:28 UTC (rev 14131) @@ -139,7 +139,7 @@ ... where [version] is the version number of gcc required by Calc on your platform. -\b NB If you intend to debug %QuantLibAddin with the gdb command line debugger, then you should also use the compile flag \c -gdwarf-2 as described in document \ref troubleshooting. +\b NB If you intend to debug %QuantLibAddin with the gdb command line debugger, then you should also use the compile flag \c -gdwarf-2 as explained in this FAQ item: \ref faq_item_debuglinux \subsection calc_libs Shared Libraries Modified: trunk/QuantLibAddin/Docs/pages/serialization.docs =================================================================== --- trunk/QuantLibAddin/Docs/pages/serialization.docs 2008-01-17 17:39:01 UTC (rev 14130) +++ trunk/QuantLibAddin/Docs/pages/serialization.docs 2008-01-17 17:53:28 UTC (rev 14131) @@ -63,12 +63,11 @@ \subsubsection serialization_win_excel_build 1.1.1 Build -Open <tt>QuantLibXL\\QuantLibAllDynamic_vc8.sln</tt>, select configuration -<tt>Release CRTDLL</tt> and build project <tt>QuantLibXLDynamic</tt>. The -output files are +Open <tt>QuantLibXL\\QuantLibAllStatic_vc8.sln</tt>, select configuration +<tt>Release CRTDLL</tt> and build project <tt>QuantLibXLStatic</tt>. The +output file is -\li <tt>ObjectHandler\xll\ObjectHandler-xll-vc80-mt-0_9_0.xll</tt> -\li <tt>QuantLibXL\xll\QuantLibXLDynamic-vc80-mt-0_9_0.xll</tt> +\li <tt>QuantLibXL\xll\QuantLibXL-vc80-mt-0_9_0.xll</tt> \subsubsection serialization_win_excel_export 1.1.2 Export @@ -77,8 +76,7 @@ <tt>QuantLibXL\\Workbooks\\StandaloneExamples\\serialize_swap.xla</tt>. The addin contains some startup code which should automatically load the following: \verbatim -ObjectHandler\xll\ObjectHandler-xll-vc80-mt-0_9_0.xll -QuantLibXL\xll\QuantLibXLDynamic-vc80-mt-0_9_0.xll +QuantLibXL\xll\QuantLibXL-vc80-mt-0_9_0.xll QuantLibXL\Workbooks\StandaloneExamples\MarketData.xls QuantLibXL\Workbooks\StandaloneExamples\VanillaSwap.xls \endverbatim @@ -98,8 +96,7 @@ <tt>QuantLibXL\\Workbooks\\StandaloneExamples\\serialize_swap.xla</tt>. The addin contains some startup code which should automatically load the following: \verbatim -ObjectHandler\xll\ObjectHandler-xll-vc80-mt-0_9_0.xll -QuantLibXL\xll\QuantLibXLDynamic-vc80-mt-0_9_0.xll +QuantLibXL\xll\QuantLibXL-vc80-mt-0_9_0.xll QuantLibXL\Workbooks\StandaloneExamples\MarketData.xls QuantLibXL\Workbooks\StandaloneExamples\VanillaSwap.xls \endverbatim Modified: trunk/QuantLibAddin/Docs/qla_header.html =================================================================== --- trunk/QuantLibAddin/Docs/qla_header.html 2008-01-17 17:39:01 UTC (rev 14130) +++ trunk/QuantLibAddin/Docs/qla_header.html 2008-01-17 17:53:28 UTC (rev 14131) @@ -42,7 +42,7 @@ <li class="navbar-item"><a class="navbar-link" href="calc.html">Calc</a></li> <li class="navbar-item"><a class="navbar-link" href="tutorials.html">Tutorials</a></li> </ul> -<div id="ntlogo"><a class="imglink" href="http://www.nazcatech.be"><img src="images/nazcatech.jpg" width="88" height="98" border="0"/></a></div> +<!--div id="ntlogo"><a class="imglink" href="http://www.nazcatech.be"><img src="images/nazcatech.jpg" width="88" height="98" border="0"/></a></div--> <div id="sflogo"><a class="imglink" href="http://sourceforge.net"><img src="images/sflogo.php" width="88" height="31" border="0" alt="SourceForge.net Logo"/></a></div> <div><img class="block" src="images/menu_bottom.jpg"/></div> </div> Modified: trunk/QuantLibAddin/Docs/qla_header.subdir.html =================================================================== --- trunk/QuantLibAddin/Docs/qla_header.subdir.html 2008-01-17 17:39:01 UTC (rev 14130) +++ trunk/QuantLibAddin/Docs/qla_header.subdir.html 2008-01-17 17:53:28 UTC (rev 14131) @@ -42,7 +42,7 @@ <li class="navbar-item"><a class="navbar-link" href="../calc.html">Calc</a></li> <li class="navbar-item"><a class="navbar-link" href="../tutorials.html">Tutorials</a></li> </ul> -<div id="ntlogo"><a class="imglink" href="http://www.nazcatech.be"><img src="images/nazcatech.jpg" width="88" height="98" border="0"/></a></div> +<!--div id="ntlogo"><a class="imglink" href="http://www.nazcatech.be"><img src="images/nazcatech.jpg" width="88" height="98" border="0"/></a></div--> <div id="sflogo"><a class="imglink" href="http://sourceforge.net"><img src="images/sflogo.php" width="88" height="31" border="0" alt="SourceForge.net Logo"/></a></div> <div><img class="block" src="images/menu_bottom.jpg"/></div> </div> Modified: trunk/QuantLibAddin/Docs/qla_headeronline.html =================================================================== --- trunk/QuantLibAddin/Docs/qla_headeronline.html 2008-01-17 17:39:01 UTC (rev 14130) +++ trunk/QuantLibAddin/Docs/qla_headeronline.html 2008-01-17 17:53:28 UTC (rev 14131) @@ -42,7 +42,7 @@ <li class="navbar-item"><a class="navbar-link" href="calc.html">Calc</a></li> <li class="navbar-item"><a class="navbar-link" href="tutorials.html">Tutorials</a></li> </ul> -<div id="ntlogo"><a class="imglink" href="http://www.nazcatech.be"><img src="images/nazcatech.jpg" width="88" height="98" border="0"/></a></div> +<!--div id="ntlogo"><a class="imglink" href="http://www.nazcatech.be"><img src="images/nazcatech.jpg" width="88" height="98" border="0"/></a></div--> <div id="sflogo"><a class="imglink" href="http://sflogo.sourceforge.net/sflogo.php?group_id=12470&type=1"><img src="images/sflogo.php" width="88" height="31" border="0" alt="SourceForge.net Logo"/></a></div> <div><img class="block" src="images/menu_bottom.jpg"/></div> </div> Modified: trunk/QuantLibAddin/Docs/qla_headeronline.subdir.html =================================================================== --- trunk/QuantLibAddin/Docs/qla_headeronline.subdir.html 2008-01-17 17:39:01 UTC (rev 14130) +++ trunk/QuantLibAddin/Docs/qla_headeronline.subdir.html 2008-01-17 17:53:28 UTC (rev 14131) @@ -42,7 +42,7 @@ <li class="navbar-item"><a class="navbar-link" href="../calc.html">Calc</a></li> <li class="navbar-item"><a class="navbar-link" href="../tutorials.html">Tutorials</a></li> </ul> -<div id="ntlogo"><a class="imglink" href="http://www.nazcatech.be"><img src="images/nazcatech.jpg" width="88" height="98" border="0"/></a></div> +<!--div id="ntlogo"><a class="imglink" href="http://www.nazcatech.be"><img src="images/nazcatech.jpg" width="88" height="98" border="0"/></a></div--> <div id="sflogo"><a class="imglink" href="http://sflogo.sourceforge.net/sflogo.php?group_id=12470&type=1"><img src="images/sflogo.php" width="88" height="31" border="0" alt="SourceForge.net Logo"/></a></div> <div><img class="block" src="images/menu_bottom.jpg"/></div> </div> Modified: trunk/QuantLibAddin/gensrc/metadata/Functions/capfloor.xml =================================================================== --- trunk/QuantLibAddin/gensrc/metadata/Functions/capfloor.xml 2008-01-17 17:39:01 UTC (rev 14130) +++ trunk/QuantLibAddin/gensrc/metadata/Functions/capfloor.xml 2008-01-17 17:53:28 UTC (rev 14131) @@ -148,15 +148,15 @@ <tensorRank>scalar</tensorRank> <description>discounting YieldTermStructure object ID</description> </Parameter> - <Parameter name='Accuracy' default='1e-4'> + <Parameter name='Accuracy' default='1.0e-6'> <type>QuantLib::Real</type> <tensorRank>scalar</tensorRank> - <description>Solver accuracy</description> + <description>solver accuracy. If missing default = 1e-6</description> </Parameter> <Parameter name='MaxIter' default='100'> <type>QuantLib::Size</type> <tensorRank>scalar</tensorRank> - <description>Solver max number of iterations</description> + <description>solver max iterations. If missing default = 100</description> </Parameter> </Parameters> </ParameterList> @@ -258,3 +258,4 @@ </Functions> </Category> + Modified: trunk/QuantLibAddin/gensrc/metadata/Functions/pricingengines.xml =================================================================== --- trunk/QuantLibAddin/gensrc/metadata/Functions/pricingengines.xml 2008-01-17 17:39:01 UTC (rev 14130) +++ trunk/QuantLibAddin/gensrc/metadata/Functions/pricingengines.xml 2008-01-17 17:53:28 UTC (rev 14131) @@ -218,8 +218,13 @@ <Parameter name='Accuracy' default='1.0e-6'> <type>QuantLib::Real</type> <tensorRank>scalar</tensorRank> - <description>standard deviation accuracy</description> + <description>solver accuracy. If missing default = 1e-6</description> </Parameter> + <!--<Parameter name='MaxIter' default='100'> + <type>QuantLib::Size</type> + <tensorRank>scalar</tensorRank> + <description>solver max iterations. If missing default = 100</description> + </Parameter>--> <Parameter name='Displacement' default='0.0'> <type>QuantLib::Real</type> <tensorRank>scalar</tensorRank> Modified: trunk/QuantLibAddin/gensrc/metadata/Functions/ratehelpers.xml =================================================================== --- trunk/QuantLibAddin/gensrc/metadata/Functions/ratehelpers.xml 2008-01-17 17:39:01 UTC (rev 14130) +++ trunk/QuantLibAddin/gensrc/metadata/Functions/ratehelpers.xml 2008-01-17 17:53:28 UTC (rev 14131) @@ -131,7 +131,7 @@ <tensorRank>scalar</tensorRank> <description>holiday calendar (e.g. TARGET)</description> </Parameter> - <Parameter name='Convention' exampleValue='ModifiedFollowing'> + <Parameter name='Convention' exampleValue='Modified Following'> <type>QuantLib::BusinessDayConvention</type> <tensorRank>scalar</tensorRank> <description>business day convention (e.g. Modified Following)</description> @@ -515,7 +515,7 @@ <tensorRank>scalar</tensorRank> <description>IMM date (or code)</description> </Parameter> - <Parameter name='Months' default='3'> + <Parameter name='Months' exampleValue='3'> <type>long</type> <tensorRank>scalar</tensorRank> <description>future contract length in months</description> @@ -525,7 +525,7 @@ <tensorRank>scalar</tensorRank> <description>holiday calendar (e.g. TARGET)</description> </Parameter> - <Parameter name='Convention' exampleValue='ModifiedFollowing'> + <Parameter name='Convention' exampleValue='Modified Following'> <type>QuantLib::BusinessDayConvention</type> <tensorRank>scalar</tensorRank> <description>business day convention (e.g. Modified Following)</description> @@ -597,3 +597,4 @@ </Functions> </Category> + Modified: trunk/QuantLibAddin/gensrc/metadata/Functions/swaption.xml =================================================================== --- trunk/QuantLibAddin/gensrc/metadata/Functions/swaption.xml 2008-01-17 17:39:01 UTC (rev 14130) +++ trunk/QuantLibAddin/gensrc/metadata/Functions/swaption.xml 2008-01-17 17:53:28 UTC (rev 14131) @@ -59,8 +59,8 @@ </Constructor> <!-- - This function is commented out for the 0.3.14 release because - it breaks QuantLibXLDynamic. + This function is commented out for the 0.3.14 release because + it breaks QuantLibXLDynamic. <Member name='qlSwaptionUnderlyingSwap' type='QuantLibAddin::Swaption'> <description>returns the underlying swap for the given Swaption object</description> <libraryFunction>underlyingSwap</libraryFunction> @@ -166,15 +166,15 @@ <tensorRank>scalar</tensorRank> <description>discounting YieldTermStructure object ID</description> </Parameter> - <Parameter name='Accuracy' default='1e-4'> + <Parameter name='Accuracy' default='1.0e-6'> <type>QuantLib::Real</type> <tensorRank>scalar</tensorRank> - <description>Solver accuracy</description> + <description>solver accuracy. If missing default = 1e-6</description> </Parameter> <Parameter name='MaxIter' default='100'> <type>QuantLib::Size</type> <tensorRank>scalar</tensorRank> - <description>Solver max number of iterations</description> + <description>solver max iterations. If missing default = 100</description> </Parameter> </Parameters> </ParameterList> @@ -203,3 +203,4 @@ </Functions> </Category> + Modified: trunk/QuantLibAddin/gensrc/metadata/Functions/termstructures.xml =================================================================== --- trunk/QuantLibAddin/gensrc/metadata/Functions/termstructures.xml 2008-01-17 17:39:01 UTC (rev 14130) +++ trunk/QuantLibAddin/gensrc/metadata/Functions/termstructures.xml 2008-01-17 17:53:28 UTC (rev 14131) @@ -489,11 +489,11 @@ </SupportedPlatforms> <ParameterList> <Parameters> - <Parameter name='YieldCurve' > + <Parameter name='BaseYieldCurve' > <type>QuantLib::YieldTermStructure</type> <superType>libToHandle</superType> <tensorRank>scalar</tensorRank> - <description>discounting yield term structure object ID</description> + <description>Base YieldTermStructure object ID</description> </Parameter> <Parameter name='Spread' exampleValue='0.0'> <type>QuantLib::Quote</type> @@ -514,11 +514,11 @@ </SupportedPlatforms> <ParameterList> <Parameters> - <Parameter name='YieldCurve' > + <Parameter name='BaseYieldCurve' > <type>QuantLib::YieldTermStructure</type> <superType>libToHandle</superType> <tensorRank>scalar</tensorRank> - <description>discounting yield term structure object ID</description> + <description>Base YieldTermStructure object ID</description> </Parameter> <Parameter name='ReferenceDate' exampleValue ='1D'> <type>QuantLib::Date</type> Modified: trunk/QuantLibAddin/qlo/ValueObjects/Makefile.am =================================================================== --- trunk/QuantLibAddin/qlo/ValueObjects/Makefile.am 2008-01-17 17:39:01 UTC (rev 14130) +++ trunk/QuantLibAddin/qlo/ValueObjects/Makefile.am 2008-01-17 17:53:28 UTC (rev 14131) @@ -24,6 +24,7 @@ vo_evolutiondescription.hpp \ vo_exercise.hpp \ vo_forwardrateagreement.hpp \ + vo_group.hpp \ vo_index.hpp \ vo_interpolation.hpp \ vo_leg.hpp \ @@ -39,6 +40,7 @@ vo_products.hpp \ vo_quotes.hpp \ vo_randomsequencegenerator.hpp \ + vo_range.hpp \ vo_rangeaccrual.hpp \ vo_ratehelpers.hpp \ vo_schedule.hpp \ Modified: trunk/QuantLibAddin/qlo/ratehelpers.hpp =================================================================== --- trunk/QuantLibAddin/qlo/ratehelpers.hpp 2008-01-17 17:39:01 UTC (rev 14130) +++ trunk/QuantLibAddin/qlo/ratehelpers.hpp 2008-01-17 17:53:28 UTC (rev 14131) @@ -2,10 +2,10 @@ /* Copyright (C) 2005, 2006, 2007 Eric Ehlers + Copyright (C) 2005 Aurelien Chanudet + Copyright (C) 2005 Plamen Neykov Copyright (C) 2006, 2007, 2008 Ferdinando Ametrano Copyright (C) 2007 Marco Bianchetti - Copyright (C) 2005 Plamen Neykov - Copyright (C) 2005 Aurelien Chanudet This file is part of QuantLib, a free-software/open-source library for financial quantitative analysts and developers - http://quantlib.org/ @@ -183,3 +183,4 @@ } #endif + Modified: trunk/QuantLibAddin/qlo/smilesection.cpp =================================================================== --- trunk/QuantLibAddin/qlo/smilesection.cpp 2008-01-17 17:39:01 UTC (rev 14130) +++ trunk/QuantLibAddin/qlo/smilesection.cpp 2008-01-17 17:53:28 UTC (rev 14131) @@ -211,3 +211,4 @@ libraryObject_ = sabrVol->smileSection(time,true); } } + Modified: trunk/QuantLibAddin/qlo/smilesection.hpp =================================================================== --- trunk/QuantLibAddin/qlo/smilesection.hpp 2008-01-17 17:39:01 UTC (rev 14130) +++ trunk/QuantLibAddin/qlo/smilesection.hpp 2008-01-17 17:53:28 UTC (rev 14131) @@ -147,3 +147,4 @@ } #endif + Modified: trunk/QuantLibXL/Docs/pages/installation.docs =================================================================== --- trunk/QuantLibXL/Docs/pages/installation.docs 2008-01-17 17:39:01 UTC (rev 14130) +++ trunk/QuantLibXL/Docs/pages/installation.docs 2008-01-17 17:53:28 UTC (rev 14131) @@ -1,6 +1,6 @@ /* - Copyright (C) 2006, 2007 Eric Ehlers + Copyright (C) 2006, 2007, 2008 Eric Ehlers This file is part of QuantLib, a free-software/open-source library for financial quantitative analysts and developers - http://quantlib.org/ @@ -30,9 +30,11 @@ option to install the \ref framework if desired. To use QuantLibXL: \li start Excel \li load the addin - QuantLibXL\\xll\\QuantLibXL-vc80-mt-s-0_9_0.xll -\li load an example workbook e.g. QuantLibXL\\Workbooks\\StandaloneExamples\\instruments.xls +\li load an example workbook e.g. QuantLibXL\\Workbooks\\StandaloneExamples\\Option.xls \li hit Ctrl-Alt-F9 to refresh the workbook +\li For more info see the file README.txt in the folder StandaloneExamples Send any support queries to [hidden email]. */ + Modified: trunk/QuantLibXL/Docs/qlxl_header.html =================================================================== --- trunk/QuantLibXL/Docs/qlxl_header.html 2008-01-17 17:39:01 UTC (rev 14130) +++ trunk/QuantLibXL/Docs/qlxl_header.html 2008-01-17 17:53:28 UTC (rev 14131) @@ -35,7 +35,7 @@ <li class="navbar-item"><a class="navbar-link" href="auto/enums.html">Enumerations</a></li> <li class="navbar-item"><a class="navbar-link" href="framework.html">Framework</a></li> </ul> -<div id="ntlogo"><a class="imglink" href="http://www.nazcatech.be"><img src="images/nazcatech.jpg" width="88" height="98" border="0"/></a></div> +<!--div id="ntlogo"><a class="imglink" href="http://www.nazcatech.be"><img src="images/nazcatech.jpg" width="88" height="98" border="0"/></a></div--> <div id="sflogo"><a class="imglink" href="http://sourceforge.net"><img src="images/sflogo.php" width="88" height="31" border="0" alt="SourceForge.net Logo"/></a></div> <div><img class="block" src="images/menu_bottom.jpg"/></div> </div> Modified: trunk/QuantLibXL/Docs/qlxl_header.subdir.html =================================================================== --- trunk/QuantLibXL/Docs/qlxl_header.subdir.html 2008-01-17 17:39:01 UTC (rev 14130) +++ trunk/QuantLibXL/Docs/qlxl_header.subdir.html 2008-01-17 17:53:28 UTC (rev 14131) @@ -35,7 +35,7 @@ <li class="navbar-item"><a class="navbar-link" href="enums.html">Enumerations</a></li> <li class="navbar-item"><a class="navbar-link" href="../framework.html">Framework</a></li> </ul> -<div id="ntlogo"><a class="imglink" href="http://www.nazcatech.be"><img src="images/nazcatech.jpg" width="88" height="98" border="0"/></a></div> +<!--div id="ntlogo"><a class="imglink" href="http://www.nazcatech.be"><img src="images/nazcatech.jpg" width="88" height="98" border="0"/></a></div--> <div id="sflogo"><a class="imglink" href="http://sourceforge.net"><img src="images/sflogo.php" width="88" height="31" border="0" alt="SourceForge.net Logo"/></a></div> <div><img class="block" src="images/menu_bottom.jpg"/></div> </div> Modified: trunk/QuantLibXL/Docs/qlxl_headeronline.html =================================================================== --- trunk/QuantLibXL/Docs/qlxl_headeronline.html 2008-01-17 17:39:01 UTC (rev 14130) +++ trunk/QuantLibXL/Docs/qlxl_headeronline.html 2008-01-17 17:53:28 UTC (rev 14131) @@ -35,7 +35,7 @@ <li class="navbar-item"><a class="navbar-link" href="auto/enums.html">Enumerations</a></li> <li class="navbar-item"><a class="navbar-link" href="framework.html">Framework</a></li> </ul> -<div id="ntlogo"><a class="imglink" href="http://www.nazcatech.be"><img src="images/nazcatech.jpg" width="88" height="98" border="0"/></a></div> +<!--div id="ntlogo"><a class="imglink" href="http://www.nazcatech.be"><img src="images/nazcatech.jpg" width="88" height="98" border="0"/></a></div--> <div id="sflogo"><a class="imglink" href="http://sflogo.sourceforge.net/sflogo.php?group_id=12470&type=1"><img src="images/sflogo.php" width="88" height="31" border="0" alt="SourceForge.net Logo"/></a></div> <div><img class="block" src="images/menu_bottom.jpg"/></div> </div> Modified: trunk/QuantLibXL/Docs/qlxl_headeronline.subdir.html =================================================================== --- trunk/QuantLibXL/Docs/qlxl_headeronline.subdir.html 2008-01-17 17:39:01 UTC (rev 14130) +++ trunk/QuantLibXL/Docs/qlxl_headeronline.subdir.html 2008-01-17 17:53:28 UTC (rev 14131) @@ -35,7 +35,7 @@ <li class="navbar-item"><a class="navbar-link" href="enums.html">Enumerations</a></li> <li class="navbar-item"><a class="navbar-link" href="../framework.html">Framework</a></li> </ul> -<div id="ntlogo"><a class="imglink" href="http://www.nazcatech.be"><img src="images/nazcatech.jpg" width="88" height="98" border="0"/></a></div> +<!--div id="ntlogo"><a class="imglink" href="http://www.nazcatech.be"><img src="images/nazcatech.jpg" width="88" height="98" border="0"/></a></div--> <div id="sflogo"><a class="imglink" href="http://sflogo.sourceforge.net/sflogo.php?group_id=12470&type=1"><img src="images/sflogo.php" width="88" height="31" border="0" alt="SourceForge.net Logo"/></a></div> <div><img class="block" src="images/menu_bottom.jpg"/></div> </div> Modified: trunk/QuantLibXL/QuantLibXL-bin.nsi =================================================================== --- trunk/QuantLibXL/QuantLibXL-bin.nsi 2008-01-17 17:39:01 UTC (rev 14130) +++ trunk/QuantLibXL/QuantLibXL-bin.nsi 2008-01-17 17:53:28 UTC (rev 14131) @@ -41,8 +41,9 @@ File "README.txt" SetOutPath "$INSTDIR\xll" - File "xll\QuantLibXLDynamic-vc80-mt-${VER_NUMBER_UNDERSCORE}.xll" - File "..\ObjectHandler\xll\ObjectHandler-xll-vc80-mt-${VER_NUMBER_UNDERSCORE}.xll" + #File "xll\QuantLibXLDynamic-vc80-mt-${VER_NUMBER_UNDERSCORE}.xll" + #File "..\ObjectHandler\xll\ObjectHandler-xll-vc80-mt-${VER_NUMBER_UNDERSCORE}.xll" + File "xll\QuantLibXL-vc80-mt-s-${VER_NUMBER_UNDERSCORE}.xll" SetOutPath "$INSTDIR\Workbooks\DateCalendarsDayCounters" File "Workbooks\DateCalendarsDayCounters\*.xls" @@ -55,11 +56,13 @@ File "Workbooks\StandaloneExamples\MarketData.xls" File "Workbooks\StandaloneExamples\Option.xls" File "Workbooks\StandaloneExamples\Swap.xls" - File "Workbooks\StandaloneExamples\Swaption.xls" + #File "Workbooks\StandaloneExamples\Swaption.xls" File "Workbooks\StandaloneExamples\VanillaSwap.xls" File "Workbooks\StandaloneExamples\serialize_swap.xla" File "Workbooks\StandaloneExamples\serialize_utils.xla" File "Workbooks\StandaloneExamples\YC_SwapDemo.xls" + File "Workbooks\StandaloneExamples\InterestRateDerivatives.xls" + File "Workbooks\StandaloneExamples\YieldCurveBootstrapping.xls" SetOutPath "$INSTDIR\Workbooks\Utilities" File "Workbooks\Utilities\*.xls" @@ -111,6 +114,9 @@ SetOutPath "$INSTDIR\Workbooks" File /r "Workbooks\*.xls" + SetOutPath "$INSTDIR\Data\XLS" + File /r "Data\XLS\*.xls" + SetOutPath "$INSTDIR\metadata" File /r "..\QuantLibAddin\gensrc\metadata\*.xml" Modified: trunk/QuantLibXL/QuantLibXL-src.nsi =================================================================== --- trunk/QuantLibXL/QuantLibXL-src.nsi 2008-01-17 17:39:01 UTC (rev 14130) +++ trunk/QuantLibXL/QuantLibXL-src.nsi 2008-01-17 17:53:28 UTC (rev 14131) @@ -76,11 +76,13 @@ File "Workbooks\StandaloneExamples\MarketData.xls" File "Workbooks\StandaloneExamples\Option.xls" File "Workbooks\StandaloneExamples\Swap.xls" - File "Workbooks\StandaloneExamples\Swaption.xls" + #File "Workbooks\StandaloneExamples\Swaption.xls" File "Workbooks\StandaloneExamples\VanillaSwap.xls" File "Workbooks\StandaloneExamples\serialize_swap.xla" File "Workbooks\StandaloneExamples\serialize_utils.xla" File "Workbooks\StandaloneExamples\YC_SwapDemo.xls" + File "Workbooks\StandaloneExamples\InterestRateDerivatives.xls" + File "Workbooks\StandaloneExamples\YieldCurveBootstrapping.xls" SetOutPath "$INSTDIR\Workbooks\Utilities" File "Workbooks\Utilities\*.xls" @@ -123,8 +125,9 @@ Section /o Framework SetOutPath "$INSTDIR\xll" - File "xll\QuantLibXLDynamic-vc80-mt-${VER_NUMBER_UNDERSCORE}.xll" - File "..\ObjectHandler\xll\ObjectHandler-xll-vc80-mt-${VER_NUMBER_UNDERSCORE}.xll" + #File "xll\QuantLibXLDynamic-vc80-mt-${VER_NUMBER_UNDERSCORE}.xll" + #File "..\ObjectHandler\xll\ObjectHandler-xll-vc80-mt-${VER_NUMBER_UNDERSCORE}.xll" + File "xll\QuantLibXL-vc80-mt-s-${VER_NUMBER_UNDERSCORE}.xll" SetOutPath "$INSTDIR\framework" File "framework\QuantLibXL.xla" @@ -132,6 +135,9 @@ SetOutPath "$INSTDIR\Workbooks" File /r "Workbooks\*.xls" + SetOutPath "$INSTDIR\Data\XLS" + File /r "Data\XLS\*.xls" + # ObjectBuilder crashes if it can't find the icon SetOutPath "$INSTDIR\Docs\images" File "Docs\images\favicon.bmp" Copied: trunk/QuantLibXL/Workbooks/StandaloneExamples/InterestRateDerivatives.xls (from rev 14126, branches/R000900-branch/QuantLibXL/Workbooks/StandaloneExamples/InterestRateDerivatives.xls) =================================================================== (Binary files differ) Modified: trunk/QuantLibXL/Workbooks/StandaloneExamples/README.txt =================================================================== --- trunk/QuantLibXL/Workbooks/StandaloneExamples/README.txt 2008-01-17 17:39:01 UTC (rev 14130) +++ trunk/QuantLibXL/Workbooks/StandaloneExamples/README.txt 2008-01-17 17:53:28 UTC (rev 14131) @@ -2,10 +2,14 @@ On first opening a book, hit Ctrl-Alt-F9 to force a full recalculation. -The workbooks Swap.xls, Swaption.xls, and VanillaSwap.xls depend on -MarketData.xls. +The workbooks VanillaSwap.xls and Swap.xls depend on MarketData.xls. Be aware that in QuantLib the evaluation date is a global variable, set by formula qlSettingsSetEvaluationDate(). Two books requiring different evaluation dates cannot be open simultaneously within a single QuantLibXL session. Please refer to the documentation for more information. + +VBA addin serialize_swap.xla contains some startup code which loads a +demo serialization environment, as described in the following document: + http://www.quantlibaddin.org/serialization.html + Modified: trunk/QuantLibXL/Workbooks/StandaloneExamples/Swap.xls =================================================================== (Binary files differ) Modified: trunk/QuantLibXL/Workbooks/StandaloneExamples/YC_SwapDemo.xls =================================================================== (Binary files differ) Copied: trunk/QuantLibXL/Workbooks/StandaloneExamples/YieldCurveBootstrapping.xls (from rev 14126, branches/R000900-branch/QuantLibXL/Workbooks/StandaloneExamples/YieldCurveBootstrapping.xls) =================================================================== (Binary files differ) Modified: trunk/QuantLibXL/Workbooks/StandaloneExamples/serialize_swap.xla =================================================================== (Binary files differ) Modified: trunk/QuantLibXL/qlxl/QuantLibXLStatic_vc8.vcproj =================================================================== --- trunk/QuantLibXL/qlxl/QuantLibXLStatic_vc8.vcproj 2008-01-17 17:39:01 UTC (rev 14130) +++ trunk/QuantLibXL/qlxl/QuantLibXLStatic_vc8.vcproj 2008-01-17 17:53:28 UTC (rev 14131) @@ -748,6 +748,10 @@ > </File> <File + RelativePath=".\Functions\handles.cpp" + > + </File> + <File RelativePath="Functions\index.cpp" > </File> @@ -872,6 +876,10 @@ > </File> <File + RelativePath=".\Functions\timeseries.cpp" + > + </File> + <File RelativePath="Functions\utilities.cpp" > </File> @@ -895,50 +903,42 @@ RelativePath="Conversions\all.hpp" > </File> - <Filter - Name="ToOper" + <File + RelativePath=".\Conversions\matrixtooper.cpp" > - <File - RelativePath="Conversions\matrixtooper.cpp" - > - </File> - <File - RelativePath="Conversions\matrixtooper.hpp" - > - </File> - <File - RelativePath="Conversions\scalartooper.cpp" - > - </File> - <File - RelativePath="Conversions\scalartooper.hpp" - > - </File> - <File - RelativePath="Conversions\vectortooper.hpp" - > - </File> - </Filter> - <Filter - Name="FromOper" + </File> + <File + RelativePath=".\Conversions\matrixtooper.hpp" > - <File - RelativePath="Conversions\opertomatrix.cpp" - > - </File> - <File - RelativePath="Conversions\opertomatrix.hpp" - > - </File> - <File - RelativePath="Conversions\opertovector.cpp" - > - </File> - <File - RelativePath="Conversions\opertovector.hpp" - > - </File> - </Filter> + </File> + <File + RelativePath=".\Conversions\opertomatrix.cpp" + > + </File> + <File + RelativePath=".\Conversions\opertomatrix.hpp" + > + </File> + <File + RelativePath=".\Conversions\opertovector.cpp" + > + </File> + <File + RelativePath=".\Conversions\opertovector.hpp" + > + </File> + <File + RelativePath=".\Conversions\scalartooper.cpp" + > + </File> + <File + RelativePath=".\Conversions\scalartooper.hpp" + > + </File> + <File + RelativePath=".\Conversions\vectortooper.hpp" + > + </File> </Filter> <Filter Name="Serialization" Modified: trunk/gensrc/Docs/Makefile.am =================================================================== --- trunk/gensrc/Docs/Makefile.am 2008-01-17 17:39:01 UTC (rev 14130) +++ trunk/gensrc/Docs/Makefile.am 2008-01-17 17:53:28 UTC (rev 14131) @@ -44,9 +44,9 @@ cp tabs.css html cp ql.css html mkdir -p html/images - cp images/*.ico html/images - cp images/*.jpg html/images - cp images/*.php html/images + cp -f images/*.ico html/images + cp -f images/*.jpg html/images + cp -f images/*.php html/images touch .time-stamp-html docs-html-dist: docs-html @@ -62,9 +62,9 @@ cp tabs.css html-online cp ql.css html-online mkdir -p html-online/images - cp images/*.ico html-online/images - cp images/*.jpg html-online/images - cp images/*.php html-online/images + cp -f images/*.ico html-online/images + cp -f images/*.jpg html-online/images + cp -f images/*.php html-online/images touch .time-stamp-online docs-online-dist: docs-online Modified: trunk/gensrc/Docs/gs_header.html =================================================================== --- trunk/gensrc/Docs/gs_header.html 2008-01-17 17:39:01 UTC (rev 14130) +++ trunk/gensrc/Docs/gs_header.html 2008-01-17 17:53:28 UTC (rev 14131) @@ -30,7 +30,7 @@ <li class="navbar-item"><a class="navbar-link" href="annotated.html">Classes</a></li> <li class="navbar-item"><a class="navbar-link" href="hierarchy.html">Hierarchy</a></li> </ul> -<div id="ntlogo"><a class="imglink" href="http://www.nazcatech.be"><img src="images/nazcatech.jpg" width="88" height="98" border="0"/></a></div> +<!--div id="ntlogo"><a class="imglink" href="http://www.nazcatech.be"><img src="images/nazcatech.jpg" width="88" height="98" border="0"/></a></div--> <div id="sflogo"><a class="imglink" href="http://sourceforge.net"><img src="images/sflogo.php" width="88" height="31" border="0" alt="SourceForge.net Logo"/></a></div> <div><img class="block" src="images/menu_bottom.jpg"/></div> </div> Modified: trunk/gensrc/Docs/gs_headeronline.html =================================================================== --- trunk/gensrc/Docs/gs_headeronline.html 2008-01-17 17:39:01 UTC (rev 14130) +++ trunk/gensrc/Docs/gs_headeronline.html 2008-01-17 17:53:28 UTC (rev 14131) @@ -30,7 +30,7 @@ <li class="navbar-item"><a class="navbar-link" href="annotated.html">Classes</a></li> <li class="navbar-item"><a class="navbar-link" href="hierarchy.html">Hierarchy</a></li> </ul> -<div id="ntlogo"><a class="imglink" href="http://www.nazcatech.be"><img src="images/nazcatech.jpg" width="88" height="98" border="0"/></a></div> +<!--div id="ntlogo"><a class="imglink" href="http://www.nazcatech.be"><img src="images/nazcatech.jpg" width="88" height="98" border="0"/></a></div--> <div id="sflogo"><a class="imglink" href="http://sflogo.sourceforge.net/sflogo.php?group_id=12470&type=1"><img src="images/sflogo.php" width="88" height="31" border="0" alt="SourceForge.net Logo"/></a></div> <div><img class="block" src="images/menu_bottom.jpg"/></div> </div> Modified: trunk/log4cxx/msvc/static/Makefile.am =================================================================== --- trunk/log4cxx/msvc/static/Makefile.am 2008-01-17 17:39:01 UTC (rev 14130) +++ trunk/log4cxx/msvc/static/Makefile.am 2008-01-17 17:53:28 UTC (rev 14131) @@ -1,2 +1,2 @@ -EXTRA_DIST = static_vc7.vcproj static_vc8.vcproj +EXTRA_DIST = log4cxx_vc7.vcproj log4cxx_vc8.vcproj This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ QuantLib-cvs mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-cvs ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ QuantLib-dev mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-dev |
Free forum by Nabble | Edit this page |