In Workbooks\StandaloneExamples folder: workbook MarketData.xls sheet "Caplet Volatilities" cell E9 has this fomula: =IF(Summary!DataImport,'Caplet Volatilities'!D9,qlCapsStripper(D9,B36:B48,I32:P32,I36:P48,D3,D4,D5,D6,D7)). It returns #NAME? I cannot find "qlCapsStripper" from the function list.
I also checked the ohMonitor.xls in Workbooks\ohTests folder, I got the following errors.
Anybody knows how to resolve these problems? thanks, yongming ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Hi Yongming,
What's your objective? If you would like to learn QuantLibXL, the best way to do that is to review these workbooks QuantLibXL-0.9.0\Workbooks\StandaloneExamples\YieldCurveBootstrapping.xls QuantLibXL-0.9.0\Workbooks\StandaloneExamples\InterestRateDerivatives.xls And then proceed with designing your own workbooks to suit your needs. On Thu, April 3, 2008 4:05 pm, Yongming Xu wrote: > In Workbooks\StandaloneExamples folder: workbook MarketData.xls sheet "Caplet Volatilities" cell E9 has this fomula: > =IF(Summary!DataImport,'Caplet > Volatilities'!D9,qlCapsStripper(D9,B36:B48,I32:P32,I36:P48,D3,D4,D5,D6,D7)). It returns #NAME? I cannot find "qlCapsStripper" from the function list. That workbook forms part of the serialization demo described here: http://www.quantlibaddin.org/serialization.html As you point out, the Caplet Volatilities worksheet is out of date, but it's not required for the demo and you can ignore it. > I also checked the ohMonitor.xls in Workbooks\ohTests folder, I got the following errors. That workbook isn't functional and you can ignore it. The workbooks in the StandaloneExamples folder are intended for use in a standalone QuantLibXL session, i.e. Excel + QuantLibXL-vc80-mt-s-0_9_0.xll + workbook(s). The workbooks in all of the other folders belong to the Framework VBA application which is briefly summarized here: http://www.quantlibxl.org/framework.html Please refer also to this file: QuantLibXL-0.9.0\Workbooks\StandaloneExamples\README.txt Regards, Eric ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Free forum by Nabble | Edit this page |