forked from amaggiulli/QLNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
News.txt
75 lines (55 loc) · 1.9 KB
/
News.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
QLNet 1.9
=========================
QLNet 1.9 stable version.
The most notable changes are included below.
A detailed list of changes is available in ChangeLog.txt.
FRAMEWORK
+ Refactoring & Update BlackScholesProcess, LocalVolCurve, bsmlattice
+ Optimized npvbps calculation
+ List and InitializedList refactoring
CASHFLOWS
+ Fixed CappedFlooredCoupon factory
INSTRUMENTS
+ Added CompositeInstrument.
+ Added DividendBarrierOption.
+ Added ForwardVanillaOption.
+ Added LookbackOption.
+ Added CMS Helper.
+ Added BarrierOption.
+ Added Cliquet Option.
+ Added DoubleBarrier Option.
+ Added CPICapFloor.
+ Added CPISwap.
DATE/TIME
+ Added ECB dates for 2017.
+ Fixed rule for the Japanese Mountain Day holiday.
+ Fixed United States holidays before 1971.
INDEXES
+ Added Ibor indexes : Aonia , Bbsw, Bkbm and Nzocr.
MATH
+ Added Matrix inverse calculation with Crout's LU decomposition.
+ Added VannaVolga Interpolation.
TERMSTRUCTURES
+ Added Swaption volatility cube.
+ Allow negative jumps in yield term structures.
PRICING ENGINES
+ Added ForwardVanillaEngine engine.
+ Added AnalyticContinuousFixedLookbackEngine engine.
+ Added AnalyticContinuousFloatingLookbackEngine engine.
+ Added AnalyticContinuousPartialFixedLookbackEngine engine.
+ Added AnalyticContinuousPartialFloatingLookbackEngine engine.
+ Added AnalyticBinaryBarrierEngine.
+ Added AnalyticCliquetEngine.
+ Added AnalyticPerformanceEngine.
+ Added BlackDeltaCalculator and DeltaVolQuote.
+ Added VannaVolga BarrierEngine.
+ Added AnalyticDoubleBarrierEngine.
+ Added VannaVolgaDoubleBarrierEngine.
+ Added WulinYongDoubleBarrierEngine.
+ Added InterpolatingCPICapFloorEngine.
TESTS
+ Added theta pertubation in AmericanOption & DividendOption tests.
+ Added tests for China SSE and IB calendars and a missing Chinese holiday
+ Added Test : Chambers-Nawalkha implied vol approximation
+ Added CapFloored coupon tests.
+ Added Digital Coupon tests.