Quant Finance Math
The mathematics behind portfolios, derivatives, and risk.
A complete quantitative-finance mathematics curriculum — linear algebra, probability and statistics, time series, optimisation, portfolio theory, stochastic calculus, and the numerical methods that turn formulas into prices. Built for analysts who want the rigour of a top-tier MFE programme paired with the practitioner standards of a Morgan Stanley desk, with worked examples grounded in African and emerging-market data.
By the end
- ✓Speak linear algebra fluently enough to read any modern factor-model paper
- ✓Reason about probability and statistics the way a risk manager must, not the way a textbook indexes them
- ✓Fit ARMA, GARCH, and cointegration models on real return series and defend the diagnostics
- ✓Formulate any portfolio or hedging problem as a convex optimisation and solve it with cvxpy
- ✓Build a Markowitz, risk-parity, or Black-Litterman portfolio end-to-end
- ✓Derive Black-Scholes from first principles and price a derivative by Monte Carlo, PDE, or tree
Prereqs
- •Comfort with calculus (derivatives, integrals)
- •Some programming exposure (any language)
Courses
Linear Algebra for Quant Finance
IntermediateThe linear algebra a working quant actually uses — vectors and matrices as the language of portfolios, covariance, factor models, and regression. Twelve modules from vector geometry to SVD and PCA, with every theorem grounded in a finance use case: portfolio risk, factor extraction, yield-curve decomposition, Cholesky simulation, and the numerical traps that bite production code.
Probability & Statistics for Finance
IntermediateThe probability and statistics a quant or risk analyst must own — distributions, MLE, hypothesis testing, Bayesian updating, multivariate normality, copulas, and extreme-value theory. Twelve modules taught from the standpoint of a working desk: why log returns are nearly normal until they aren't, why correlation collapses in a crisis, and the small set of distributions that cover 95% of real return modelling.
Time Series for Finance
AdvancedThe time-series machinery a quant uses every day — ARMA, GARCH, cointegration, VAR, and state-space models — taught with the financial intuition that makes the algebra stick. Eleven modules from stationarity to Kalman filtering, building toward a volatility model on NSE returns and a pairs-trading cointegration test you can defend.
Optimization for Finance
AdvancedThe optimisation toolbox behind every portfolio, hedging, and risk-budget problem in modern finance — convex programming, KKT, duality, quadratic programming, conic and stochastic optimisation. Ten modules taught practically: every theorem is followed by the finance problem it solves and the solver call (cvxpy, scipy, MOSEK) that produces the answer.
Portfolio Theory
AdvancedFrom Markowitz to risk parity and Black-Litterman — the modern portfolio-theory canon as it is actually used at Morgan Stanley, Bridgewater, and AQR. Twelve modules covering mean-variance, CAPM, APT, factor models (Fama-French, momentum, quality), Bayesian portfolio construction, alternative risk measures (VaR/CVaR/drawdown), and the real-world frictions that separate the optimisation output from the position you put on.
Stochastic Calculus for Finance
AdvancedThe continuous-time mathematics behind Black-Scholes, interest-rate models, and modern derivatives pricing. Ten modules from Brownian motion to Girsanov, taught the way Steven Shreve teaches it — but with the African and emerging-market context where these models behave differently in practice.
Numerical Methods for Finance
AdvancedWhere the maths meets the computer. The numerical-analysis toolbox a working quant uses to actually compute a price or a risk number — floating point, root-finding, interpolation, quadrature, finite differences for PDEs, Monte Carlo with variance reduction, and the LSM algorithm for American options. Ten modules pairing the algorithm with the production caveats.