stochvolmodels 1.0.19__tar.gz → 1.0.20__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.
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/PKG-INFO +4 -2
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/pyproject.toml +3 -2
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/LICENSE.txt +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/README.md +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/__init__.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/data/__init__.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/data/fetch_option_chain.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/data/option_chain.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/data/test_option_chain.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/examples/run_gmm_fit.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/examples/run_heston.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/examples/run_heston_sv_pricer.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/examples/run_lognormal_sv_pricer.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/examples/run_pricing_options_on_qvar.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/my_papers/__init__.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/my_papers/il_hedging/README.md +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/my_papers/il_hedging/__init__.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/my_papers/il_hedging/logsv_figures.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/my_papers/il_hedging/run_logsv_for_il_payoff.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/my_papers/inverse_options/README.md +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/my_papers/inverse_options/__init__.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/my_papers/inverse_options/compare_net_delta.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/my_papers/logsv_model_wtih_quadratic_drift/README.md +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/my_papers/logsv_model_wtih_quadratic_drift/__init__.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/my_papers/logsv_model_wtih_quadratic_drift/article_figures.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/my_papers/logsv_model_wtih_quadratic_drift/calibrations.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/my_papers/logsv_model_wtih_quadratic_drift/compare_admis_reg.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/my_papers/logsv_model_wtih_quadratic_drift/model_fit_to_options_timeseries.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/my_papers/logsv_model_wtih_quadratic_drift/moments_vol_qvar.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/my_papers/logsv_model_wtih_quadratic_drift/ode_sol_in_time.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/my_papers/logsv_model_wtih_quadratic_drift/steady_state_pdf.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/my_papers/logsv_model_wtih_quadratic_drift/vol_drift.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/my_papers/risk_premia/__init__.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/my_papers/risk_premia/check_kernel.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/my_papers/risk_premia/gmm_slides.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/my_papers/risk_premia/q_kernel.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/my_papers/t_distribution/__init__.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/my_papers/t_distribution/illustrations.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/my_papers/t_distribution/market_data_fit.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/my_papers/t_distribution/mc_pricer_with_kernel.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/my_papers/volatility_models/README.md +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/my_papers/volatility_models/__init__.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/my_papers/volatility_models/article_figures.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/my_papers/volatility_models/autocorr_fit.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/my_papers/volatility_models/load_data.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/my_papers/volatility_models/ss_distribution_fit.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/my_papers/volatility_models/vol_beta.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/pricers/__init__.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/pricers/analytic/__init__.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/pricers/analytic/bachelier.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/pricers/analytic/bsm.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/pricers/analytic/tdist.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/pricers/gmm_pricer.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/pricers/hawkes_jd_pricer.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/pricers/heston_pricer.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/pricers/logsv/__init__.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/pricers/logsv/affine_expansion.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/pricers/logsv/vol_moments_ode.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/pricers/logsv_pricer.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/pricers/model_pricer.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/pricers/tdist_pricer.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/tests/__init__.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/tests/bsm_mgf_pricer.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/tests/qv_pricer.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/utils/__init__.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/utils/config.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/utils/funcs.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/utils/mc_payoffs.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/utils/mgf_pricer.py +0 -0
- {stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/utils/plots.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: stochvolmodels
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.20
|
|
4
4
|
Summary: Implementation of stochastic volatility models for option pricing
|
|
5
5
|
Home-page: https://github.com/ArturSepp/StochVolModels
|
|
6
6
|
License: LICENSE.txt
|
|
@@ -9,7 +9,7 @@ Author: Artur Sepp
|
|
|
9
9
|
Author-email: artursepp@gmail.com
|
|
10
10
|
Maintainer: Artur Sepp
|
|
11
11
|
Maintainer-email: artursepp@gmail.com
|
|
12
|
-
Requires-Python: >=3.8
|
|
12
|
+
Requires-Python: >=3.8
|
|
13
13
|
Classifier: Development Status :: 4 - Beta
|
|
14
14
|
Classifier: Environment :: Console
|
|
15
15
|
Classifier: Intended Audience :: Financial and Insurance Industry
|
|
@@ -22,6 +22,8 @@ Classifier: Programming Language :: Python :: 3
|
|
|
22
22
|
Classifier: Programming Language :: Python :: 3.8
|
|
23
23
|
Classifier: Programming Language :: Python :: 3.9
|
|
24
24
|
Classifier: Programming Language :: Python :: 3.10
|
|
25
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
26
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
25
27
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
26
28
|
Classifier: Topic :: Office/Business :: Financial :: Investment
|
|
27
29
|
Requires-Dist: matplotlib (>=3.5.2)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "stochvolmodels"
|
|
3
|
-
version = "1.0.
|
|
3
|
+
version = "1.0.20"
|
|
4
4
|
description = "Implementation of stochastic volatility models for option pricing"
|
|
5
5
|
license = "LICENSE.txt"
|
|
6
6
|
authors = ["Artur Sepp <artursepp@gmail.com>"]
|
|
@@ -23,6 +23,7 @@ classifiers=[
|
|
|
23
23
|
"Programming Language :: Python :: 3 :: Only",
|
|
24
24
|
"Topic :: Office/Business :: Financial :: Investment",
|
|
25
25
|
]
|
|
26
|
+
|
|
26
27
|
packages = [ {include = "stochvolmodels"}]
|
|
27
28
|
|
|
28
29
|
exclude = ["stochvolmodel/my_papers/"]
|
|
@@ -32,7 +33,7 @@ exclude = ["stochvolmodel/my_papers/"]
|
|
|
32
33
|
"Personal website" = "https://artursepp.com"
|
|
33
34
|
|
|
34
35
|
[tool.poetry.dependencies]
|
|
35
|
-
python = ">=3.8
|
|
36
|
+
python = ">=3.8"
|
|
36
37
|
numba = ">=0.55"
|
|
37
38
|
numpy = ">=1.22.4"
|
|
38
39
|
scipy = ">=1.3"
|
|
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
|
{stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/examples/run_heston_sv_pricer.py
RENAMED
|
File without changes
|
{stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/examples/run_lognormal_sv_pricer.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/my_papers/il_hedging/README.md
RENAMED
|
File without changes
|
{stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/my_papers/il_hedging/__init__.py
RENAMED
|
File without changes
|
{stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/my_papers/il_hedging/logsv_figures.py
RENAMED
|
File without changes
|
|
File without changes
|
{stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/my_papers/inverse_options/README.md
RENAMED
|
File without changes
|
{stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/my_papers/inverse_options/__init__.py
RENAMED
|
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
|
{stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/my_papers/risk_premia/__init__.py
RENAMED
|
File without changes
|
{stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/my_papers/risk_premia/check_kernel.py
RENAMED
|
File without changes
|
{stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/my_papers/risk_premia/gmm_slides.py
RENAMED
|
File without changes
|
{stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/my_papers/risk_premia/q_kernel.py
RENAMED
|
File without changes
|
{stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/my_papers/t_distribution/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/my_papers/volatility_models/README.md
RENAMED
|
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
|
{stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/pricers/analytic/bachelier.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/pricers/logsv/affine_expansion.py
RENAMED
|
File without changes
|
{stochvolmodels-1.0.19 → stochvolmodels-1.0.20}/stochvolmodels/pricers/logsv/vol_moments_ode.py
RENAMED
|
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
|