1bug(3) QuantLib bug(3)
2
3
4
6 bug - Known Bugs
7
8
9 Class AssetSwap
10 fair prices are not calculated correctly when using indexed
11 coupons.
12
13 Class BlackCalculator
14 When the variance is null, division by zero occur during the
15 calculation of delta, delta forward, gamma, gamma forward, rho,
16 dividend rho, vega, and strike sensitivity.
17
18 Class CompoundForward
19 swap rates are not reproduced exactly when using indexed coupons.
20 Apparently, some assumption about the swap fixings is hard-coded
21 into the bootstrapping algorithm.
22
23 Class CoxIngersollRoss
24 this class was not tested enough to guarantee its functionality.
25
26 Class ExtendedCoxIngersollRoss
27 this class was not tested enough to guarantee its functionality.
28
29 Class G2
30 This class was not tested enough to guarantee its functionality.
31
32 Class HullWhite
33 When the term structure is relinked, the r0 parameter of the
34 underlying Vasicek model is not updated.
35
36 Class LocalVolSurface
37 this class is untested, probably unreliable.
38
39 Class MarketModelCapFloorEngine
40 This engine is not yet working correctly (results are off the
41 expected ones.)
42
43 Class MultiCubicSpline
44 cannot interpolate at the grid points on the boundary surface of
45 the N-dimensional region
46
47 Member FDDividendAmericanEngine
48 results are not overly reliable.
49
50 Member FDDividendAmericanEngine
51 method impliedVolatility() utterly fails
52
53 Member FDDividendShoutEngine
54 results are not overly reliable.
55
56Version 0.8.1 29 Oct 2007 bug(3)