2018 Paper and Book Reading List
in Posts on Paper recommendation
2018 is coming to an end, and by the end of this year I picked up a new hobby - answering quesitons on stack exchange (more specifically on quant fiance). It appears that a lot of times I see questions iterating over the same idea, and it made me wonder what if we can have a list of paper recommendations for anyone interested in quant finance, to start from the essentials and build a good foundation.
So I decided to open this blog and share my reserves and interests with the folks. As a easy start, I will give a recommended reading list for understanding basics in some subfields of quant finance, and deeper digging in fixed income and market microstrucutre (I’m more focused on these).
You’ll find in this article:
- Modern Portfolio Management
- Execution
- Fixed Income
- Machine Learning - general
- Market Making and Microstructure
**disclamer: I won’t write recommendatin reason for all
Modern portfolio management
- Active Portfolio Management: A Quantitative Approach for Producing Superior Returns and Selecting Superior Money Managers.
Reason: If it is not THE book in this area. Was recommended by my professor Gordon Ritter (who recently won the buyside quant of the year, woah!!), for the class active portfolio management. Starting with CAPM, it goes deeper to how and what to attribute your return to. With this you’ll have the foundation on how to use basic regression in your portfolio for performance. It is mathematically straightforward and very easy to follow (understanding of linear algebra is sufficient I’d say).
Execution
- Execution strategies in fixed income markets
- Optimal execution of portfolio transactions
- Optimal Microstructure Trading with a Long-Term Utility Function
Reason: the first and second cover the 3rd generation foundation of optimal execution by Almgren, a must read. Third one is built upon on the previous and talks about maintaining neutrality while executing a market neutral portfolio.
Fixed Income Trading:
Pricing related:
- Affine principal component term structure model
- A principal-component-based affine term structure model
- Three ways to solve for bond prices in the vasicek model
Trading in general:
- A canonical analysis of multiple time series
- Pro-rata matching in one-tick markets
- Identifying small mean reverting portfolios
- Estimating the yield curve using the Nelson-Siegel model, a ridge regression approach
- Stochastic permanent breaks
Reason: some of the basics on pricing futures and forwards, what’s the most famous way to approximate PDE in fixed income pricing, and reducing colinearlity. In trading, fixed income sees a lot of pairs trading strategy so I think it’s essential to understand how the market works, and what pairs trading originated from to what problems you need to pay attention to while implementing.
Machine Learning – general:
- Elements of statistical learning
- Comparison of three evoluntionary algorithms: GA, PSO, and DE Market Making and Microstrucure:
Reason: I can’t say enough how much I love the elements of statistical learning. Actually, whenever someone approaches me and asks what he/she should read as a intro to machine learning, I would recommend this right away if they have some quantitative background. Start with this book and stick only to it will save you tremendous amount of time going through meaningless, souless “machine learning” books that won’t even tell you how to infer on your parameters.
Market Making and Microstrucutre
- Market making via reinforcement learning
- Cash Treasuries vs Futures on October 15, 2014
- A stochastic model for order book dynamics
- Order book dynamics in liquid markets: limit theorems and diffusion approximations
- The micro price: a high frequency estimator of future prices
- Clustering of order arrivals, price impact and trade path optimization
Reason: Most of the researches are on limit order book structures, and are targeted at buy side firms who want to figure out what their sell sides are calculating. However in the similar way it can be applied in sell side, e.g. model your client’s order arrival in a hawkes model!
That’d be all for now.