voly 0.0.63__tar.gz → 0.0.64__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: voly
3
- Version: 0.0.63
3
+ Version: 0.0.64
4
4
  Summary: Options & volatility research package
5
5
  Author-email: Manu de Cara <manu.de.cara@gmail.com>
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "voly"
7
- version = "0.0.63"
7
+ version = "0.0.64"
8
8
  description = "Options & volatility research package"
9
9
  readme = "README.md"
10
10
  authors = [
@@ -60,7 +60,7 @@ line_length = 100
60
60
  multi_line_output = 3
61
61
 
62
62
  [tool.mypy]
63
- python_version = "0.0.63"
63
+ python_version = "0.0.64"
64
64
  warn_return_any = true
65
65
  warn_unused_configs = true
66
66
  disallow_untyped_defs = true
@@ -352,7 +352,8 @@ class VolyClient:
352
352
 
353
353
  @staticmethod
354
354
  def get_iv_surface(fit_results: Dict[str, Any],
355
- log_moneyness_params: Tuple[float, float, int] = (-2, 2, 500)
355
+ log_moneyness_params: Tuple[float, float, int] = (-2, 2, 500),
356
+ return_domain: str = 'log_moneyness',
356
357
  ) -> Dict[str, Any]:
357
358
  """
358
359
  Generate implied volatility surface using optimized SVI parameters.
@@ -360,7 +361,7 @@ class VolyClient:
360
361
  Parameters:
361
362
  - fit_results: DataFrame from fit_model()
362
363
  - log_moneyness_params: Tuple of (min, max, num_points) for the moneyness grid
363
- - return_domain: Domain for x-axis values ('log_moneyness', 'moneyness', 'strikes', 'delta')
364
+ - return_domain: str Domain for x-axis values ('log_moneyness', 'moneyness', 'strikes', 'delta')
364
365
 
365
366
  Returns:
366
367
  - Tuple of (iv_surface, x_surface)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: voly
3
- Version: 0.0.63
3
+ Version: 0.0.64
4
4
  Summary: Options & volatility research package
5
5
  Author-email: Manu de Cara <manu.de.cara@gmail.com>
6
6
  License: MIT
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes