Skip to content

Commit

Permalink
Tagged QuantLib 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Apr 13, 2011
1 parent 71b4470 commit 06f8d3a
Show file tree
Hide file tree
Showing 2,245 changed files with 531,965 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Announce.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

QuantLib is a cross-platform, free/open-source quantitative finance C++
library for modeling, pricing, trading, and risk management in real-life.

Version 1.1 has been released and is available for download at
<http://quantlib.org/download.shtml>.

Please log any problems you have with this release in the SourceForge
bug tracker at
<http://sourceforge.net/tracker/?group_id=12740&atid=112740>
specifying that you're using QuantLib 1.1.

The QuantLib group

12 changes: 12 additions & 0 deletions Authors.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Ferdinando Ametrano, Banca IMI SpA, administrator
Luigi Ballabio, StatPro Italia srl, administrator
Marco Bianchetti, Banca IMI SpA
Nicolas Di C�sar�
Dirk Eddelbuettel
Neil Firth, Mathematical Institute, University of Oxford
Nicola Jean, StatPro Italia srl
Chris Kenyon
Roland Lichters
Marco Marchioro, StatPro Italia srl
Klaus Spanderen
Joseph Wang
38 changes: 38 additions & 0 deletions Bugs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
The QuantLib reference manual contains a list of allegedly known bugs
(see <http://quantlib.org/reference/bug.html>.)

We're looking to volunteers to help us verify them. Your mission,
should you accept it, is to check the bugs (details later) and add
the legitimate ones to the Sourceforge bug tracker at
<http://sourceforge.net/tracker/?group_id=12740&atid=112740>
so that they can be fixed.

Offering to provide a patch is welcome, but not necessary---the aim at
this time is just to have them filed in the tracker. Karma points will
go to those that file the bugs using their Sourceforge username
instead of doing it anonymously.

As for the bugs:

- some of them were reproduced; for instance, the AssetSwap test cases
would fail if run with QL_USE_INDEXED_COUPON defined. In this case,
the only step needed is to file the bug with a reference to the test
cases.

- some of them generically state that "the results are not
reliable". Each such class should be stress-tested with different
input values and the results should be checked (Greeks can be tested
numerically; values can be tested against known good values.) For
each class, a bug should be filed in the tracker including the input
values that yield bad results (or better yet, the code triggering
them.)

- some of them generically state that "the class was not tested
enough" or some such wording. For each such class, please reply to
the list if you used it and found that it gives decent results.

- the remaining bugs pinpoint a particular failure. Each should be
reproduced (if still present) and filed in the bug tracker together
with the code triggering the error. If the bug cannot be reproduced,
post a message to the list.

Loading

0 comments on commit 06f8d3a

Please sign in to comment.