Geometric Brownian motion, Monte Carlo simulation, and Value at Risk โ the mathematical framework for modelling asset prices and measuring portfolio risk.
FV, r, n) โ or type numbers directly: 10000 / (1 + 0.08)^1010000 / (1 + 0.08)^10Stock prices don't move in predictable straight lines โ they follow a random walk with a drift. The mathematical language for this is stochastic calculus, and it underpins everything from Black-Scholes to bank capital requirements. Even if you never derive Ito's lemma on the job, understanding GBM, Monte Carlo, and VaR puts you in the same conceptual framework as every quant, risk manager, and derivatives desk on Wall Street.
Geometric Brownian Motion: dS = ฮผS dt + ฯS dW. S stays positive (can't have negative stock prices). Log-returns are normally distributed. Monte Carlo simulates thousands of GBM paths to estimate price distributions, option values, and risk metrics. Value at Risk (VaR): maximum loss at a given confidence level over a given holding period. Parametric VaR = Portfolio ร z ร ฯ ร โt. At 95% confidence, z = 1.645. '95% VaR of $16,450' means: 'we are 95% confident we will NOT lose more than $16,450 in one day.' VaR says nothing about losses BEYOND this threshold โ the key limitation revealed in 2008.