voly 0.0.7__py3-none-any.whl → 0.0.9__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 +1 -1
- {voly-0.0.7.dist-info → voly-0.0.9.dist-info}/METADATA +1 -1
- {voly-0.0.7.dist-info → voly-0.0.9.dist-info}/RECORD +6 -6
- {voly-0.0.7.dist-info → voly-0.0.9.dist-info}/LICENSE +0 -0
- {voly-0.0.7.dist-info → voly-0.0.9.dist-info}/WHEEL +0 -0
- {voly-0.0.7.dist-info → voly-0.0.9.dist-info}/top_level.txt +0 -0
voly/client.py
CHANGED
|
@@ -286,7 +286,7 @@ class VolyClient:
|
|
|
286
286
|
Returns:
|
|
287
287
|
- Implied volatility
|
|
288
288
|
"""
|
|
289
|
-
return iv(option_price, s, k, r,
|
|
289
|
+
return iv(option_price, s, k, r, t, option_type)
|
|
290
290
|
|
|
291
291
|
# -------------------------------------------------------------------------
|
|
292
292
|
# Model Fitting
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
voly/__init__.py,sha256=8xyDk7rFCn_MOD5hxuv5cxxKZvBVRiSIM7TgaMPpwpw,211
|
|
2
|
-
voly/client.py,sha256=
|
|
2
|
+
voly/client.py,sha256=LWgATOyGFsTOIOsEELM7KoFY0obNXoziU7khnCpEhks,17493
|
|
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
|
|
@@ -11,8 +11,8 @@ 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=mujudi610WveZoGJJzoBtGbraFNJUzwWFTza645j08U,1821
|
|
14
|
-
voly-0.0.
|
|
15
|
-
voly-0.0.
|
|
16
|
-
voly-0.0.
|
|
17
|
-
voly-0.0.
|
|
18
|
-
voly-0.0.
|
|
14
|
+
voly-0.0.9.dist-info/LICENSE,sha256=wcHIVbE12jfcBOai_wqBKY6xvNQU5E909xL1zZNq_2Q,1065
|
|
15
|
+
voly-0.0.9.dist-info/METADATA,sha256=NGE_gXH0rAx-mbZr9ey9HJR_FyJMNgTQzRtoQ1BxmLk,4136
|
|
16
|
+
voly-0.0.9.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
|
|
17
|
+
voly-0.0.9.dist-info/top_level.txt,sha256=ZfLw2sSxF-LrKAkgGjOmeTcw6_gD-30zvtdEY5W4B7c,5
|
|
18
|
+
voly-0.0.9.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|