Quantitative Finance
Mean-reverting Trading Implementation & Backtesting
A lot of stocks in the market have some kind of co-movements, which inspire us to investigate the quantitative trading strategy based on the mean-reverting behavior. In this project, we'll use the standard Johansen test to construct a tradable portfolio using a few stocks from the retail industry, implement the quantitative trading stratgy in Python, and backtest its performance over the last 10 years.
Portfolio Performance Analysis & Benchmarking
Accurate evaluation of the past performance of investments forms the basis for assessing future prospects of the investments. In this project, we'll utilize the R quantmod and PerformanceAnalytics packages to cover fundamental principles and commonly used methods in portfolio evaluation.
Coca-Cola(KO) Stock Modeling
The Coca-Cola(KO) Company is the producer of the worlds's most popular soft drink. In this project, we'll load the KO stock data using R quantmod package over 10-year span from 2007 to 2018, inspect the log returns and try to fit an adequate statistical model. We'll also look at possible risk premium effect and leverage effect in the stock returns.