- Kai BANTO ECKERT - kai.bantoeckert@unil.ch
- Refik TURKELI - refik.turkeli@unil.ch
- Karel VAN DER BEN - karel.vanderben@unil.ch
After installing python, required package has to be installed with the command:
# pip install requirements.txt
Results can be explored using Jupyer notebooks on the file Interactive Results.ipynb. The easiest way to explore the results in through the web application.
The web application can be run locally using:
# python app.py
dataset.pyFunctions for clean access to all the data used in the project.calculate.pyCalculations for portfolio statistics.strategy.pyWeight and price transformation calculations for all employed strategies.viz.pyPlots of portfolio statistics.report.pyLaTeX table generating function for the report.app.pyThe code for the web application.Interactive Results.ipynbJupyter notebook for local interactive testing of strategies.data/Data files of the project.requirements.txtPackages that are required to be installed for this project.