Projects: Asset management and trading signal generation.
-
Project 1: Trading with Momentum
Generate a trading signal based on a momentum indicator and produce projected returns. Perform a statistical test to conclude if there is alpha in the signal.
- Extended Reference: Dual Momentum Strategy
-
Evaluate a breakout signal with statistical tests. Identify effect of outliers on a trading signal.
-
Project 3: Smart Beta and Portfolio Optimization
Create portfolios utilizing smart beta methodology and optimization. Evaluate the performance of the portfolios by calculating tracking errors. Calculate the turnover of portfolio and find the best timing to rebalance. Come up with the portfolio weights by analyzing fundamental data, and by quadratic programming.
-
Generate multiple alpha factors. Evaluate the performance of alpha factors and formulate an advanced portfolio optimization by working with constraints such as risk models, leverage, market neutrality and limits on factor exposures
-
Project 5: Sentiment Analysis with NLP on Financial Statements
Apply Natural Language Processing on corporate filings, such as 10Q and 10K statements, from cleaning data and text processing, to feature extraction and modeling. Utilize bag-of-words and TF-IDF to generate company-specific sentiments. Based on the sentiments, decide which company to invest in, and the optimal time to buy or sell.
-
Project 6: Sentiment Analysis with Neutral Network
Build deep neural networks to process news data. Use different ways of embedding words into vectors. Construct and train LSTM networks for sentiment classification. Backtests and apply the models to news data for signal generation.
-
Project 7: Combining Signals for Enhanced Alpha
Combine signals on a random forest for enhanced alpha. Solve the problem of overlapping samples.
-
Build a realistic backtester that uses the Barra data. The backtester will perform portfolio optimization that includes transaction costs to allow for a reasonably fast backtest. Use performance attribution to identify the major drivers of your portfolio's profit-and-loss (PnL).