voly 0.0.72__py3-none-any.whl → 0.0.73__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/charts.py +3 -6
- {voly-0.0.72.dist-info → voly-0.0.73.dist-info}/METADATA +1 -1
- {voly-0.0.72.dist-info → voly-0.0.73.dist-info}/RECORD +6 -6
- {voly-0.0.72.dist-info → voly-0.0.73.dist-info}/LICENSE +0 -0
- {voly-0.0.72.dist-info → voly-0.0.73.dist-info}/WHEEL +0 -0
- {voly-0.0.72.dist-info → voly-0.0.73.dist-info}/top_level.txt +0 -0
voly/core/charts.py
CHANGED
|
@@ -198,8 +198,7 @@ def plot_raw_parameters(fit_results: pd.DataFrame) -> go.Figure:
|
|
|
198
198
|
fig.update_layout(
|
|
199
199
|
title='Raw SVI Parameters Across Expiries',
|
|
200
200
|
template='plotly_dark',
|
|
201
|
-
showlegend=False
|
|
202
|
-
height=800
|
|
201
|
+
showlegend=False
|
|
203
202
|
)
|
|
204
203
|
|
|
205
204
|
return fig
|
|
@@ -263,8 +262,7 @@ def plot_jw_parameters(fit_results: pd.DataFrame) -> go.Figure:
|
|
|
263
262
|
fig.update_layout(
|
|
264
263
|
title='Jump-Wing Parameters Across Expiries',
|
|
265
264
|
template='plotly_dark',
|
|
266
|
-
showlegend=False
|
|
267
|
-
height=800
|
|
265
|
+
showlegend=False
|
|
268
266
|
)
|
|
269
267
|
|
|
270
268
|
return fig
|
|
@@ -335,8 +333,7 @@ def plot_fit_performance(fit_results: pd.DataFrame) -> go.Figure:
|
|
|
335
333
|
fig.update_layout(
|
|
336
334
|
title='Model Fitting Accuracy Statistics',
|
|
337
335
|
template='plotly_dark',
|
|
338
|
-
showlegend=False
|
|
339
|
-
height=700
|
|
336
|
+
showlegend=False
|
|
340
337
|
)
|
|
341
338
|
|
|
342
339
|
return fig
|
|
@@ -4,15 +4,15 @@ voly/exceptions.py,sha256=PBsbn1vNMvKcCJwwJ4lBO6glD85jo1h2qiEmD7ArAjs,92
|
|
|
4
4
|
voly/formulas.py,sha256=wSbGAH6GuQThT9QyQY4Ud2eUf9fo1YFHglUmP6fNris,11871
|
|
5
5
|
voly/models.py,sha256=LXXIlpXZQEfXTuCngxC8Hd3bWtw6wdXDCSGxTLmHM-c,3659
|
|
6
6
|
voly/core/__init__.py,sha256=bu6fS2I1Pj9fPPnl-zY3L7NqrZSY5Zy6NY2uMUvdhKs,183
|
|
7
|
-
voly/core/charts.py,sha256=
|
|
7
|
+
voly/core/charts.py,sha256=idzwUJ6iVJ35lUZT0VQySqPdskEDgJaJ83MM2lfdlr0,28936
|
|
8
8
|
voly/core/data.py,sha256=e8qBArubNqPkrfuIYB_q2WhRf7TKzA4Z3FhMC-xyLEE,8862
|
|
9
9
|
voly/core/fit.py,sha256=JOr2XjM-I9HtfbyEN0tdGuNCZimQ2ttm4lNUpF-tKb4,9226
|
|
10
10
|
voly/core/interpolate.py,sha256=ztVIePJZOh-CIbn69wkh1JW2rKywNe2FEewRN0zcSAo,8185
|
|
11
11
|
voly/core/rnd.py,sha256=8FTU-Qp9epW9yE4XSOdiFGIRXrGyXqF6mVgZn1NMvxk,11813
|
|
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.
|
|
15
|
-
voly-0.0.
|
|
16
|
-
voly-0.0.
|
|
17
|
-
voly-0.0.
|
|
18
|
-
voly-0.0.
|
|
14
|
+
voly-0.0.73.dist-info/LICENSE,sha256=wcHIVbE12jfcBOai_wqBKY6xvNQU5E909xL1zZNq_2Q,1065
|
|
15
|
+
voly-0.0.73.dist-info/METADATA,sha256=MYhNq9kj9mjiY8Ivx7uw-NbM-A9EU_YfPfepvB8yMRM,4092
|
|
16
|
+
voly-0.0.73.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
|
|
17
|
+
voly-0.0.73.dist-info/top_level.txt,sha256=ZfLw2sSxF-LrKAkgGjOmeTcw6_gD-30zvtdEY5W4B7c,5
|
|
18
|
+
voly-0.0.73.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|