-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsabr_params.json
More file actions
49 lines (49 loc) · 914 Bytes
/
Copy pathsabr_params.json
File metadata and controls
49 lines (49 loc) · 914 Bytes
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
{
"dt": 0.0007936507936507937,
"assets": [
{
"name": "sp500",
"mu": 0.39618119885823033,
"alpha": 0.322692299082136,
"beta": 1.0,
"nu": 2.320554355441296,
"rho": -0.08369061964819496,
"s0": 100.0
},
{
"name": "DGS10",
"mu": 0.03339676498572802,
"alpha": 2.0578758426975883,
"beta": 1.0,
"nu": 2.368382196809701,
"rho": 0.01976439869526141,
"s0": 100.0
}
],
"brownian_corr": [
[
1.0,
-0.083690619648195,
-0.057050521306738676,
-0.025339772678427932
],
[
-0.083690619648195,
1.0,
-0.025199786062614974,
0.2209074036140162
],
[
-0.057050521306738676,
-0.025199786062614974,
1.0,
0.019764398695261132
],
[
-0.025339772678427932,
0.2209074036140162,
0.019764398695261132,
1.0
]
]
}