Project Flow

Modules Overview

Project Structure

The spreadsheets module is responsible for downloading and processing data from CVM and other metrics.

The charts module is responsible for displaying processed data in an intuitive way.

The redeem module is responsible for running investment simulations.

Project Structure

app/

Main project directory.

docs/

Sphinx documentation of the project. - options_template.json: Template configuration file for project execution.

app/data/

Stores all generated, processed data.

app/src/

Contains all project modules.