.gitignore
.readthedocs.yaml
AUTHORS
LICENSE
Makefile
README.rst
TODOs_ROADMAP.rst
git_split.sh
pyproject.toml
run_example.sh
strategies_runner.sh
.github/ISSUE_TEMPLATE.md
.github/workflows/test.yml
cvxportfolio/__init__.py
cvxportfolio/cache.py
cvxportfolio/costs.py
cvxportfolio/errors.py
cvxportfolio/estimator.py
cvxportfolio/forecast.py
cvxportfolio/hyperparameters.py
cvxportfolio/policies.py
cvxportfolio/result.py
cvxportfolio/returns.py
cvxportfolio/risks.py
cvxportfolio/simulator.py
cvxportfolio/utils.py
cvxportfolio.egg-info/PKG-INFO
cvxportfolio.egg-info/SOURCES.txt
cvxportfolio.egg-info/dependency_links.txt
cvxportfolio.egg-info/requires.txt
cvxportfolio.egg-info/top_level.txt
cvxportfolio/constraints/__init__.py
cvxportfolio/constraints/base_constraints.py
cvxportfolio/constraints/constraints.py
cvxportfolio/data/__init__.py
cvxportfolio/data/market_data.py
cvxportfolio/data/symbol_data.py
cvxportfolio/tests/__init__.py
cvxportfolio/tests/__main__.py
cvxportfolio/tests/returns.csv
cvxportfolio/tests/sigmas.csv
cvxportfolio/tests/test_constraints.py
cvxportfolio/tests/test_costs.py
cvxportfolio/tests/test_data.py
cvxportfolio/tests/test_estimator.py
cvxportfolio/tests/test_forecast.py
cvxportfolio/tests/test_hyperparameters.py
cvxportfolio/tests/test_integration.py
cvxportfolio/tests/test_policies.py
cvxportfolio/tests/test_result.py
cvxportfolio/tests/test_returns.py
cvxportfolio/tests/test_risks.py
cvxportfolio/tests/test_simulator.py
cvxportfolio/tests/test_utils.py
cvxportfolio/tests/volumes.csv
docs/api.rst
docs/conf.py
docs/constraints.rst
docs/contributing.rst
docs/costs.rst
docs/data.rst
docs/estimators.rst
docs/examples.rst
docs/forecasts.rst
docs/hello_world.rst
docs/index.rst
docs/internals.rst
docs/manual.rst
docs/objective_terms.rst
docs/optimization_policies.rst
docs/policies.rst
docs/result.rst
docs/returns.rst
docs/risks.rst
docs/simple_policies.rst
docs/simulator.rst
docs/_static/BA.L_data_cleaning.png
docs/_static/HUBB_data_cleaning.png
docs/_static/NVR_data_cleaning.png
docs/_static/NWG.L_data_cleaning.png
docs/_static/SMT.L_data_cleaning.png
docs/_static/case_shiller_frontier.png
docs/_static/case_shiller_highest_profit.png
docs/_static/case_shiller_output.txt
docs/_static/case_shiller_uniform.png
docs/_static/cvx_portfolio.pdf
docs/_static/data_cleaning_output.txt
docs/_static/dow30_hyperparameter_optimized.png
docs/_static/dow30_largest_growth_rate.png
docs/_static/dow30_largest_sharpe_ratio.png
docs/_static/dow30_output.txt
docs/_static/dow30_uniform.png
docs/_static/etfs_largest_growth_rate.png
docs/_static/etfs_largest_sharpe_ratio.png
docs/_static/etfs_output.txt
docs/_static/hello_world.png
docs/_static/hello_world_output.txt
docs/_static/hello_world_uniform.png
docs/_static/market_neutral_nocosts.png
docs/_static/market_neutral_nocosts_output.txt
docs/_static/market_neutral_optimized.png
docs/_static/market_neutral_output.txt
docs/_static/timing.png
docs/_static/timing_first_run.png
docs/_static/timing_output.txt
docs/_static/timing_second_run.png
docs/_static/user_provided_forecasters.png
docs/_static/user_provided_forecasters_output.txt
docs/examples/case_shiller.rst
docs/examples/data_cleaning.rst
docs/examples/dow30.rst
docs/examples/etfs.rst
docs/examples/market_neutral.rst
docs/examples/market_neutral_nocosts.rst
docs/examples/paper_examples.rst
docs/examples/risk_models.rst
docs/examples/timing.rst
docs/examples/universes.rst
docs/examples/user_provided_forecasters.rst
docs/examples/paper_examples/data_risk_model.rst
docs/examples/paper_examples/hello_world.rst
docs/examples/paper_examples/multi_period_opt.rst
docs/examples/paper_examples/portfolio_simulation.rst
docs/examples/paper_examples/rank_and_spo.rst
docs/examples/paper_examples/real_time_optimization.rst
docs/examples/paper_examples/single_period_opt.rst
docs/examples/paper_examples/single_period_opt_lin_tcost.rst
docs/examples/paper_examples/solution_time.rst
examples/__init__.py
examples/case_shiller.py
examples/data_cleaning.py
examples/dow30.py
examples/etfs.py
examples/hello_world.py
examples/market_neutral.py
examples/market_neutral_nocosts.py
examples/multiperiod_tcost.py
examples/regression_covariance.py
examples/risk_models.py
examples/sp500_ndx100.py
examples/timing.py
examples/universes.py
examples/user_provided_forecasters.py
examples/paper_examples/__init__.py
examples/paper_examples/common.py
examples/paper_examples/data_risk_model.py
examples/paper_examples/hello_world.py
examples/paper_examples/multi_period_opt.py
examples/paper_examples/portfolio_simulation.py
examples/paper_examples/rank_and_spo.py
examples/paper_examples/real_time_optimization.py
examples/paper_examples/return_estimate.csv.gz
examples/paper_examples/returns.csv.gz
examples/paper_examples/sigma_estimate.csv.gz
examples/paper_examples/sigmas.csv.gz
examples/paper_examples/single_period_opt.py
examples/paper_examples/single_period_opt_lin_tcost.py
examples/paper_examples/solution_time.py
examples/paper_examples/volume_estimate.csv.gz
examples/paper_examples/volumes.csv.gz
examples/strategies/__init__.py
examples/strategies/dow30_daily.py
examples/strategies/dow30_daily_hyper_parameters.json
examples/strategies/dow30_daily_initial_holdings.json
examples/strategies/dow30_daily_target_weights.json
examples/strategies/ftse100_daily.py
examples/strategies/ftse100_daily_hyper_parameters.json
examples/strategies/ftse100_daily_initial_holdings.json
examples/strategies/ftse100_daily_target_weights.json
examples/strategies/marketneutral_daily.py
examples/strategies/marketneutral_daily_hyper_parameters.json
examples/strategies/marketneutral_daily_initial_holdings.json
examples/strategies/marketneutral_daily_target_weights.json
examples/strategies/ndx100_daily.py
examples/strategies/ndx100_daily_hyper_parameters.json
examples/strategies/ndx100_daily_initial_holdings.json
examples/strategies/ndx100_daily_target_weights.json
examples/strategies/performance.py
examples/strategies/sp500_daily.py
examples/strategies/sp500_daily_hyper_parameters.json
examples/strategies/sp500_daily_initial_holdings.json
examples/strategies/sp500_daily_target_weights.json
examples/strategies/sp500_targetvol_daily.py
examples/strategies/strategy_executor.py
examples/user_contributed/__init__.py
examples/user_contributed/leverage_indicator_based_portfolio.py
examples/user_contributed/leverage_margin_portfolio_bid_ask_modelling.py