You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open-source investment analytics platform bridging academic research and retail finance. Features include portfolio risk decomposition [Fama-French Five Factor Model], retirement sustainability modeling [Block Bootstrap Monte Carlo], max drawdown/CVaR dashboards, and risk-return optimisation [Markowitz, Ledoit-Wolf] via an intuitive user interface.
A mean-variance analysis of a portfolio of risky assets, visualising the Markowitz bullet and the efficient frontier. We also compare the performance of a randomly selected portfolio within the Markowitz bullet, with that of an efficient portfolio of the same variance.
The system follows a clean client–server architecture where all computationally intensive quantitative logic is executed in a high-performance C++ backend. The React frontend acts purely as a visualization layer, communicating with the backend via a lightweight REST/JSON API. The Quant Engine encapsulates optimization, risk analysis and backtesting
This project is developed as part of the Computational Finance course. It covers not only classical and dynamic Markowitz portfolio optimization but also static and dynamic portfolio optimization based on Genetic Algorithms.