gitextract_jumbvm5a/ ├── .github/ │ └── workflows/ │ ├── repo_search.yml │ ├── repo_status.yml │ └── wiki_gen.yml ├── .gitignore ├── README.md ├── conf.py ├── generated_wiki/ │ ├── __init__.py │ ├── alternative_finance.md │ ├── colleges_centers_and_departments.md │ ├── courses.md │ ├── data.md │ ├── data_processing_techniques_and_transformations.md │ ├── deep_learning_and_reinforcement_learning.md │ ├── derivatives_and_hedging.md │ ├── extended_research.md │ ├── factor_and_risk_analysis.md │ ├── fixed_income.md │ ├── other_models.md │ ├── personal_papers.md │ ├── portfolio_selection_and_optimisation.md │ ├── reinforcement_learning.md │ ├── textual.md │ └── unsupervised.md ├── git_search.py ├── git_status.py ├── git_util.py ├── raw_data/ │ ├── __init__.py │ ├── process.drawio │ └── url_list.csv ├── requirements.txt └── wiki_gen.py