Module Structure
data_transformer.ipynb - main jupyter python script that works with Finmars REST API to calculate all metrics and export results as .json into same folder
experts.json - meta file with all information about expert and its portfolios and closing periods, it used in data_transformer.ipynb
expert_portfolios.json - result file that used in Dashboard Layout to output all the calculation to User Interface
expert_N_result.json - result file of single expert, tmp file, used to be concatenated into single result file data_transformer.ipynb
experts_mock.json - example file of expected structure in experts.json
experts_portfolios_mock - example file of expected result of data_transformer.ipynb
index.html - actual dashboard page that showed in Finmars Dashboard Layout