• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

Pre-Reading List 2023-24 for Imperial College London MSc in Mathematics and Finance program

Joined
5/2/06
Messages
11,767
Points
273
Summer Reading List​
Congratulations on joining the MSc in Mathematics and Finance at Imperial College London this September. We look forward to welcoming you here and, in the meantime, would like to give you some information about the programme itself and how to best prepare for it.

The academic contents of the MSc in Mathematics and Finance are both highly theoretical and fully practical, combining technical modules in Mathematics (analysis, stochastic processes, numerical methods, Statistics, data analysis, machine learning, quantum computing) as well as Finance-oriented topics (option pricing, algorithmic trading, risk management, interest rates, market microstructure, volatility modelling). Many modules incorporate some coding component, and a strong knowledge of programming is necessary in order to obtain the degree. To help you prepare as optimally as possible, we recommend that you get familiar with the following reading list before the beginning of the programme.

Coding is an essential part of the daily task of quantitative analysts and data scientists, and C++ has historically been the main language in the financial industry. While we will teach you C++, it is highly recommended that you acquire preliminary notions. A good reference to start is

B. Stroustrup (designer of C++), Programming: Principles and Practice Using C++

Aside from C++, Python has become an essential language in the (financial) industry; it is open source, interpreted, high-level, multipurpose and cross-platform. It also allows easy manipulation of data (with direct imports from Yahoo Finance or Google for example), an essential feature in the current Big Data context. Several modules in the MSc programme use Python, and we strongly recommend you have a first look at it. Full details about the language itself and its installation are available at www.python.org. A good Finance reference is

Y. Hilpisch, Python for Finance: Analyze Big Financial Data.

There are of course many other useful programming languages and computing environment (R, C#, Java, MATLAB, S+), but a large part of the financial industry (banks, hedge funds, regulators) seem to be now shifting towards a combination of C++ for speed and Python for ease of use and compatibility and for its wide-ranging libraries.

At the interface between Computing, Mathematics and Statistics, Machine Learning has become an essential tool in the financial industry, and a good overview is available at OECD (2021), Artificial Intelligence, Machine Learning and Big Data in Finance: Opportunities, Challenges, and Implications for Policy Makers.

The Imperial College MSc in Mathematical Finance is both highly theoretical and very practical. The theoretical aspects rely on a strong background in Mathematics, with a particular focus on Analysis and Probability. The main references for the Analysis background are
Rudin’s book should be part of your Undergraduate background. Folland’s monograph goes deeper in Analysis, covering Functional Analysis and some elements of Measure Theory. For background on Probability and Statistics, you should look at
Partial Differential Equations are also fundamental in Mathematical Finance, and we highly recommend the following book for a review on the topic:
S.J. Farlow, Partial Differential Equations for Scientists and Engineers (Dover, 1993)

We highly recommend you to familiarise yourself (or refresh your memories) on these topics. Grimmett and Stirzaker’s book contains both standard Probability theory (random variables, generating functions, convergence), as well as some essential results—which will be covered in the MSc—on stochastic processes. Some familiarity with standard probability theory concepts would definitely be an advantage.

Even though the underlying tools of quantitative analysis in banks, hedge funds and FinTech are highly mathematical, one should not lose track of the surrounding contexts and objectives. Standard (non-mathematical) books about options derivatives are
If you wish to learn about the history and the making of quantitative finance, we recommend the following easy-to-read novels, albeit to take with a pinch of critical mind:
Internet also has a lot of information, and the following videos will get you familiar with quantitative finance:
A.E. Khandani, A.W. Lo: What happened to the Quants in August 2007?

The following websites should also be checked regularly:
Bloomberg is a financial software company providing analytics, Equity trading platform, data services, and news to financial companies.
The Financial Times is one of the main newspaper regarding business and economics.

Other activities during the year
Apart from lectures, coursework and exams, your academic year at Imperial College will be filled with weekly Practitioners’ Lectures, weekly Careers in Quantitative Finance, and research seminars, which are essential for you to acquire an open-minded view of the Finance industry.
 
Last edited:
Back
Top