voly 0.0.38__py3-none-any.whl → 0.0.39__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
voly/core/rnd.py CHANGED
@@ -56,7 +56,7 @@ def get_rnd_surface(fit_results: Dict[str, Any],
56
56
  # Calculate risk-neutral density using the base RND function
57
57
  rnd_values = np.array([rnd(x, var) for x, var in zip(moneyness_array, total_var)])
58
58
 
59
- rnd_surface[maturity_name] = rnd_values
59
+ rnd_surface[maturity] = rnd_values
60
60
 
61
61
  return moneyness_array, rnd_surface
62
62
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: voly
3
- Version: 0.0.38
3
+ Version: 0.0.39
4
4
  Summary: Options & volatility research package
5
5
  Author-email: Manu de Cara <manu.de.cara@gmail.com>
6
6
  License: MIT
@@ -8,11 +8,11 @@ voly/core/charts.py,sha256=lHiDYKb4uHK2R7wjs8xuxQ6FD9QsQyFR2-6bbtxqquE,26696
8
8
  voly/core/data.py,sha256=Dfk-ByHpdteUiLXr0p-wRLr3VAmdyjdDBKwjwdTgCjA,9939
9
9
  voly/core/fit.py,sha256=LVu_bgYJppH9Sboh1ovQv5BnJnCxSyNSX7lCpv0NnYk,9945
10
10
  voly/core/interpolate.py,sha256=ztVIePJZOh-CIbn69wkh1JW2rKywNe2FEewRN0zcSAo,8185
11
- voly/core/rnd.py,sha256=0jiBkDDy6d_AQggCZsmkd1ilWp4wzAoeCGn_rKybsSA,11897
11
+ voly/core/rnd.py,sha256=VooO8G1dJphmJHtB6y6b7rGZHI65cUEk4w0fTHsq9rE,11892
12
12
  voly/utils/__init__.py,sha256=E05mWatyC-PDOsCxQV1p5Xi1IgpOomxrNURyCx_gB-w,200
13
13
  voly/utils/logger.py,sha256=4-_2bVJmq17Q0d7Rd2mPg1AeR8gxv6EPvcmBDMFWcSM,1744
14
- voly-0.0.38.dist-info/LICENSE,sha256=wcHIVbE12jfcBOai_wqBKY6xvNQU5E909xL1zZNq_2Q,1065
15
- voly-0.0.38.dist-info/METADATA,sha256=ABlHe4U0hIrdrV9C3N9CrzvA41_SAT5FaZvt1tApp6Y,4092
16
- voly-0.0.38.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
17
- voly-0.0.38.dist-info/top_level.txt,sha256=ZfLw2sSxF-LrKAkgGjOmeTcw6_gD-30zvtdEY5W4B7c,5
18
- voly-0.0.38.dist-info/RECORD,,
14
+ voly-0.0.39.dist-info/LICENSE,sha256=wcHIVbE12jfcBOai_wqBKY6xvNQU5E909xL1zZNq_2Q,1065
15
+ voly-0.0.39.dist-info/METADATA,sha256=U_MxAtRjTpdc1moGb3PoboaMXHNgIeOchYinfRr39Vg,4092
16
+ voly-0.0.39.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
17
+ voly-0.0.39.dist-info/top_level.txt,sha256=ZfLw2sSxF-LrKAkgGjOmeTcw6_gD-30zvtdEY5W4B7c,5
18
+ voly-0.0.39.dist-info/RECORD,,
File without changes
File without changes