Hi All, I installed QuantLibXL and activated the addin, as per the instructions on the site. I opened InterestRateDerivatives.xls and pressed Ctrl-Alt-F9. I received #NUM! in the output cell. The above goes for both 1.4 and 1.5 QuantLibXL version on my Excel 2010 32- and 64-bit version. What shall I do to run QuantLibXL? Regards, Dragomir ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
On Sun, 5 Apr 2015 06:35:02 +0000 (UTC)
dragomir nedeltchev <[hidden email]> wrote: > Hi All, > I installed QuantLibXL and activated the addin, as per the > instructions on the site. I opened InterestRateDerivatives.xls and > pressed Ctrl-Alt-F9. I received #NUM! in the output cell. The above > goes for both 1.4 and 1.5 QuantLibXL version on my Excel 2010 32- and > 64-bit version. What shall I do to run QuantLibXL? Regards, Dragomir If you call ohRangeRetrieveError() to get the error message associated with the #NUM, you get Missing Euribor6M Actual/360 fixing for April 2nd, 2015 This did not happen when the workbook was first written, the behavior relating to fixings must have changed somehow. I will try to investigate. Regards, Eric ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Does it happen when pricing a swap or some similar instrument ? Then
maybe it is just its reference date being a holiday (April 5th, 2015) ? The technical start date would then be next Wednesday with corresponding fixing date last Thursday. Either the reference date of the swap should be moved to the next business day or even the global evaluation date ? Peter On 5 April 2015 at 12:56, Eric Ehlers <[hidden email]> wrote: > On Sun, 5 Apr 2015 06:35:02 +0000 (UTC) > dragomir nedeltchev <[hidden email]> wrote: > >> Hi All, >> I installed QuantLibXL and activated the addin, as per the >> instructions on the site. I opened InterestRateDerivatives.xls and >> pressed Ctrl-Alt-F9. I received #NUM! in the output cell. The above >> goes for both 1.4 and 1.5 QuantLibXL version on my Excel 2010 32- and >> 64-bit version. What shall I do to run QuantLibXL? Regards, Dragomir > > If you call ohRangeRetrieveError() to get the error message associated > with the #NUM, you get > > Missing Euribor6M Actual/360 fixing for April 2nd, 2015 > > This did not happen when the workbook was first written, the behavior > relating to fixings must have changed somehow. I will try to > investigate. > > Regards, > Eric > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming The Go Parallel Website, sponsored > by Intel and developed in partnership with Slashdot Media, is your hub for all > things parallel software development, from weekly thought leadership blogs to > news, videos, case studies, tutorials and more. Take a look and join the > conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > QuantLib-users mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/quantlib-users ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Yes, that's it. If I do qlSettingsSetEvaluationDate(42101) then the
error goes away. 42101 is 7-Apr-2015. On Sun, 5 Apr 2015 14:38:24 +0200 Peter Caspers <[hidden email]> wrote: > Does it happen when pricing a swap or some similar instrument ? Then > maybe it is just its reference date being a holiday (April 5th, 2015) > ? The technical start date would then be next Wednesday with > corresponding fixing date last Thursday. Either the reference date of > the swap should be moved to the next business day or even the global > evaluation date ? > Peter > > On 5 April 2015 at 12:56, Eric Ehlers <[hidden email]> wrote: > > On Sun, 5 Apr 2015 06:35:02 +0000 (UTC) > > dragomir nedeltchev <[hidden email]> wrote: > > > >> Hi All, > >> I installed QuantLibXL and activated the addin, as per the > >> instructions on the site. I opened InterestRateDerivatives.xls and > >> pressed Ctrl-Alt-F9. I received #NUM! in the output cell. The above > >> goes for both 1.4 and 1.5 QuantLibXL version on my Excel 2010 32- > >> and 64-bit version. What shall I do to run QuantLibXL? Regards, > >> Dragomir > > > > If you call ohRangeRetrieveError() to get the error message > > associated with the #NUM, you get > > > > Missing Euribor6M Actual/360 fixing for April 2nd, 2015 > > > > This did not happen when the workbook was first written, the > > behavior relating to fixings must have changed somehow. I will try > > to investigate. > > > > Regards, > > Eric > > > > ------------------------------------------------------------------------------ > > Dive into the World of Parallel Programming The Go Parallel > > Website, sponsored by Intel and developed in partnership with > > Slashdot Media, is your hub for all things parallel software > > development, from weekly thought leadership blogs to news, videos, > > case studies, tutorials and more. Take a look and join the > > conversation now. http://goparallel.sourceforge.net/ > > _______________________________________________ QuantLib-users > > mailing list [hidden email] > > https://lists.sourceforge.net/lists/listinfo/quantlib-users ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
In reply to this post by Peter Caspers-4
For the upcoming release of QuantLibXL 1.5, this problem has been
fixed, the workbook InterestRateDerivatives.xlsx has been modified to use the next working day if the current day is not a business day - thanks to Paolo Mazzocchi. On Sun, 5 Apr 2015 14:38:24 +0200 Peter Caspers <[hidden email]> wrote: > Does it happen when pricing a swap or some similar instrument ? Then > maybe it is just its reference date being a holiday (April 5th, 2015) > ? The technical start date would then be next Wednesday with > corresponding fixing date last Thursday. Either the reference date of > the swap should be moved to the next business day or even the global > evaluation date ? > Peter > > On 5 April 2015 at 12:56, Eric Ehlers <[hidden email]> wrote: > > On Sun, 5 Apr 2015 06:35:02 +0000 (UTC) > > dragomir nedeltchev <[hidden email]> wrote: > > > >> Hi All, > >> I installed QuantLibXL and activated the addin, as per the > >> instructions on the site. I opened InterestRateDerivatives.xls and > >> pressed Ctrl-Alt-F9. I received #NUM! in the output cell. The above > >> goes for both 1.4 and 1.5 QuantLibXL version on my Excel 2010 32- > >> and 64-bit version. What shall I do to run QuantLibXL? Regards, > >> Dragomir > > > > If you call ohRangeRetrieveError() to get the error message > > associated with the #NUM, you get > > > > Missing Euribor6M Actual/360 fixing for April 2nd, 2015 > > > > This did not happen when the workbook was first written, the > > behavior relating to fixings must have changed somehow. I will try > > to investigate. > > > > Regards, > > Eric > > > > ------------------------------------------------------------------------------ > > Dive into the World of Parallel Programming The Go Parallel > > Website, sponsored by Intel and developed in partnership with > > Slashdot Media, is your hub for all things parallel software > > development, from weekly thought leadership blogs to news, videos, > > case studies, tutorials and more. Take a look and join the > > conversation now. http://goparallel.sourceforge.net/ > > _______________________________________________ QuantLib-users > > mailing list [hidden email] > > https://lists.sourceforge.net/lists/listinfo/quantlib-users ------------------------------------------------------------------------------ BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own process in accordance with the BPMN 2 standard Learn Process modeling best practices with Bonita BPM through live exercises http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Hi All, That is a good news. I appreciate your dedication to keeping QuantLibXL updated. Kind regards, Dragomir On Saturday, April 18, 2015 7:53 PM, Eric Ehlers <[hidden email]> wrote: For the upcoming release of QuantLibXL 1.5, this problem has been fixed, the workbook InterestRateDerivatives.xlsx has been modified to use the next working day if the current day is not a business day - thanks to Paolo Mazzocchi. On Sun, 5 Apr 2015 14:38:24 +0200 Peter Caspers <[hidden email]> wrote: > Does it happen when pricing a swap or some similar instrument ? Then > maybe it is just its reference date being a holiday (April 5th, 2015) > ? The technical start date would then be next Wednesday with > corresponding fixing date last Thursday. Either the reference date of > the swap should be moved to the next business day or even the global > evaluation date ? > Peter > > On 5 April 2015 at 12:56, Eric Ehlers <[hidden email]> wrote: > > On Sun, 5 Apr 2015 06:35:02 +0000 (UTC) > > dragomir nedeltchev <[hidden email]> wrote: > > > >> Hi All, > >> I installed QuantLibXL and activated the addin, as per the > >> instructions on the site. I opened InterestRateDerivatives.xls and > >> pressed Ctrl-Alt-F9. I received #NUM! in the output cell. The above > >> goes for both 1.4 and 1.5 QuantLibXL version on my Excel 2010 32- > >> and 64-bit version. What shall I do to run QuantLibXL? Regards, > >> Dragomir > > > > If you call ohRangeRetrieveError() to get the error message > > associated with the #NUM, you get > > > > Missing Euribor6M Actual/360 fixing for April 2nd, 2015 > > > > This did not happen when the workbook was first written, the > > behavior relating to fixings must have changed somehow. I will try > > to investigate. > > > > Regards, > > Eric > > > > ------------------------------------------------------------------------------ > > Dive into the World of Parallel Programming The Go Parallel > > Website, sponsored by Intel and developed in partnership with > > Slashdot Media, is your hub for all things parallel software > > development, from weekly thought leadership blogs to news, videos, > > case studies, tutorials and more. Take a look and join the > > conversation now. http://goparallel.sourceforge.net/ > > _______________________________________________ QuantLib-users > > mailing list [hidden email] > > https://lists.sourceforge.net/lists/listinfo/quantlib-users ------------------------------------------------------------------------------ BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own process in accordance with the BPMN 2 standard Learn Process modeling best practices with Bonita BPM through live exercises http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Free forum by Nabble | Edit this page |