Tech stack

This section explains how Concrete quantitative framework is implemented.

Stack

The tech stack is Python based. Python is the most agile and versatile programming language. It is robust and fast enough for production systems and the best option for data science and data visualization.

Code repository

Concrete quantitative framework code repository is called blueprint_alpha. It can be found here.

Blueprint_alpha leverages best in class programming principles and tools, including Poetry, flake8, Black and Radon code complexity analysis.

The README file provides all the necessary information on the repository initial setup.

Code architecture

Concrete quant framework code structure

Alex is the beta data pipeline.

Each quant model shares the models_factory common architecture as well as various utils and data_utils (emails service, data cleaning, data transformation and reshaping, etc). They leverage Concrete factors library.

Last updated