voly 0.0.18__py3-none-any.whl → 0.0.20__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/client.py CHANGED
@@ -324,7 +324,7 @@ class VolyClient:
324
324
  @staticmethod
325
325
  def get_surface(param_matrix: pd.DataFrame,
326
326
  moneyness_params: Tuple[float, float, int] = (-2, 2, 500)
327
- ) -> Tuple[np.ndarray, Dict[float, np.ndarray], np.ndarray]:
327
+ ) -> Dict[str, Any]:
328
328
  """
329
329
  Generate implied volatility surface using optimized SVI parameters.
330
330
 
voly/core/__init__.py CHANGED
@@ -4,8 +4,4 @@ Core functionality for the Voly package.
4
4
  This module contains the core functions for data fetching,
5
5
  model fitting, surface interpolation, and risk-neutral density
6
6
  estimation.
7
- """
8
-
9
- from voly.core.data import get_deribit_data, process_option_chain
10
- from voly.core.fit import optimize_svi_parameters, create_parameters_matrix
11
- from voly.core.rnd import calculate_risk_neutral_density
7
+ """
voly/core/fit.py CHANGED
@@ -267,7 +267,7 @@ def fit_model(market_data: pd.DataFrame,
267
267
  @catch_exception
268
268
  def get_surface(param_matrix: pd.DataFrame,
269
269
  moneyness_params: Tuple[float, float, int] = (-2, 2, 500)
270
- ) -> Tuple[np.ndarray, Dict[float, np.ndarray], np.ndarray]:
270
+ ) -> Dict[str, Any]:
271
271
  """
272
272
  Generate implied volatility surface using optimized SVI parameters.
273
273
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: voly
3
- Version: 0.0.18
3
+ Version: 0.0.20
4
4
  Summary: Options & volatility research package
5
5
  Author-email: Manu de Cara <manu.de.cara@gmail.com>
6
6
  License: MIT
@@ -1,18 +1,18 @@
1
1
  voly/__init__.py,sha256=8xyDk7rFCn_MOD5hxuv5cxxKZvBVRiSIM7TgaMPpwpw,211
2
- voly/client.py,sha256=YrOsu_SS9tv1W1vfmtcNWbsdXShdMhwidQODqhBJgiU,19498
2
+ voly/client.py,sha256=vjdHxfE2TyxXX9lE6Uq5AZeXSdAKEsEYPw4ht2884O0,19458
3
3
  voly/exceptions.py,sha256=PBsbn1vNMvKcCJwwJ4lBO6glD85jo1h2qiEmD7ArAjs,92
4
4
  voly/formulas.py,sha256=aG_HSq_a4j7TcuKiINlHSpmNdmfZa_fzYbAk8EGt954,7427
5
5
  voly/models.py,sha256=YJ12aamLz_-aOni4Qm0_XV9u4bjKK3vfJz0J2gc1h0o,3565
6
- voly/core/__init__.py,sha256=GU6l7hpxJfitPx9jnmBtcb_QIeqOO8liZsSbLXXSbq8,384
6
+ voly/core/__init__.py,sha256=bu6fS2I1Pj9fPPnl-zY3L7NqrZSY5Zy6NY2uMUvdhKs,183
7
7
  voly/core/charts.py,sha256=8btc24KmE5dASNf-qjV-94UiRkzxHUewj44eRC_qe8I,26808
8
8
  voly/core/data.py,sha256=Dfk-ByHpdteUiLXr0p-wRLr3VAmdyjdDBKwjwdTgCjA,9939
9
- voly/core/fit.py,sha256=Y4so0U9JJhWduj7bGs0OHjaTTGInpIub6NE2oXOtXV0,9961
9
+ voly/core/fit.py,sha256=8KRkgATYkMaqaVfJjC9KFQMQ-PNvWW4zTeDxO8mvnsw,9921
10
10
  voly/core/interpolate.py,sha256=ztVIePJZOh-CIbn69wkh1JW2rKywNe2FEewRN0zcSAo,8185
11
11
  voly/core/rnd.py,sha256=-xBVzvM9sMIBtfOfWyBJKtiVcBShSGTNNp2PZFOD5j0,12155
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.18.dist-info/LICENSE,sha256=wcHIVbE12jfcBOai_wqBKY6xvNQU5E909xL1zZNq_2Q,1065
15
- voly-0.0.18.dist-info/METADATA,sha256=2UnSBMBzIRbueLKaGLDwmfvnEQeTrry2d7-pRWB_6Tc,4092
16
- voly-0.0.18.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
17
- voly-0.0.18.dist-info/top_level.txt,sha256=ZfLw2sSxF-LrKAkgGjOmeTcw6_gD-30zvtdEY5W4B7c,5
18
- voly-0.0.18.dist-info/RECORD,,
14
+ voly-0.0.20.dist-info/LICENSE,sha256=wcHIVbE12jfcBOai_wqBKY6xvNQU5E909xL1zZNq_2Q,1065
15
+ voly-0.0.20.dist-info/METADATA,sha256=l_Pk0YsOnliuxyH8kZcR9Mf3DqZ-LZlvEeH5ViB0McM,4092
16
+ voly-0.0.20.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
17
+ voly-0.0.20.dist-info/top_level.txt,sha256=ZfLw2sSxF-LrKAkgGjOmeTcw6_gD-30zvtdEY5W4B7c,5
18
+ voly-0.0.20.dist-info/RECORD,,
File without changes
File without changes