forked from amaggiulli/QLNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
News.txt
38 lines (23 loc) · 771 Bytes
/
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
QLNet 1.11.4
=========================
QLNet 1.11.4
A detailed list of changes is available in ChangeLog.txt.
WARNING : This is the last version supporting old Visual Studio projects, with
the upcoming version 1.12 the QLNetOld.sln will be removed and a general cleanup
will be done.
MATH
+ Added Cumulative Gamma distribution
INSTRUMENTS
+ Fixed Weighted Average Life calculation for past dates
TERMSTRUCTURES
+ Added Quanto Term Structure
METHODS
+ Added Cranck-Nicholson, Method of Lines & TrBDF2 schemes
ENGINES
+ Fixed Broadie-Kaya exact scheme [Heston process]
+ Added Monte Carlo Barrier Engine
+ Fixed AdaptiveRungeKutta
+ Added Cumulative & Inverse Cumulative Chi² Distrib
FRAMEWORK
+ Added more QLNet Exceptions
+ Bug fixing and refactoring.