Quantitative Finance Flashcards
Geometric Brownian Motion (GBM) SDE
dSₜ = rSₜdt + σSₜdWₜ
where dWₜ ≈ Z√Δt
Solution to the Geometric Brownian Motion (GBM) SDE
Binomial Option Pricing Model
Black-Scholes-Merton European Option Pricing Formulas
Black–Scholes–Merton (BSM) PDE
Ito’s Lemma
Ito’s Lemma is a fundamental result in stochastic calculus that provides a way to compute the differential of a function of a stochastic process. It is especially important in finance for deriving the dynamics of derivative prices in models where the underlying asset follows a stochastic process, such as the Black-Scholes model
dSₜ = μdt + σdWₜ
where dWₜ ≈ Z√Δt
df = (∂𝑓/∂t)dt + (∂𝑓/∂S)dSₜ + 1/2(∂²𝑓/∂S²)(dSₜ)²
Black-Scholes-Merton Model
Assumptions, derivation, limitations
- Efficient Markets: The model assumes markets are frictionless, meaning there are no transaction costs, taxes, or other frictions. Securities can be traded without impacting their price.
- No Dividends: The model assumes that the underlying stock does not pay dividends during the life of the option.
- Log-Normal Distribution of Stock Prices: Stock prices are assumed to follow a geometric Brownian motion with constant volatility and a continuous path. This implies that the returns of the stock are normally distributed.
- Constant Risk-Free Interest Rate: The model assumes that the risk-free rate (e.g., rate on Treasury bills) is constant over the life of the option.
- Constant Volatility: The model assumes that volatility, which measures the variability of stock returns, is constant over the option’s life.
- European-Style Options: The model applies only to European options, which can only be exercised at expiration, unlike American options that can be exercised at any time.
- No Arbitrage: The model assumes no arbitrage opportunities, meaning there are no opportunities for riskless profit.
- Continuous Trading: It assumes that the underlying asset can be traded continuously in time, allowing for constant rebalancing of portfolios.
Risk-Neutral Measure
The risk-neutral measure is a probability framework used in derivative pricing, where all assets are assumed to grow at the risk-free rate, regardless of their actual risk. This simplifies pricing by allowing us to compute the expected payoff of a derivative and discount it back to the present using the risk-free rate. Under this measure, the discounted price of any asset becomes a martingale, meaning its expected future price is equal to its current price when adjusted for time. It’s a key tool in models like Black-Scholes, enabling arbitrage-free pricing without needing to account for investors’ risk preferences.
Vanna
Vanna is a second-order Greek that measures how an option’s delta changes with volatility and how its vega changes with the underlying asset’s price.
Change of Measure
The change of measure is a technique in financial mathematics that involves switching from one probability measure to another, such as from the real-world measure P to the risk-neutral measure Q. This transformation simplifies derivative pricing by ensuring that all risky assets, under the new measure, have an expected return equal to the risk-free rate.
Vomma/Volga
Volga is a second-order Greek that measures the sensitivity of an option’s vega to changes in volatility.
Martingale Processes
A martingale process is a stochastic model in finance where, under the assumption of no arbitrage, the future value of an asset’s price equals its current value on average, reflecting a “fair game” dynamic used for pricing derivatives and assessing market behavior.
Variance Reduction Techniques
- Antithetic Variates: This technique uses pairs of dependent random variables to reduce variance. When simulating a random variable, its complement or negative (the “antithetic” variable) is also simulated. Averaging both results often leads to variance reduction, as they tend to balance each other.
- Control Variates: In this method, a known variable (the control) with a known expected value is introduced into the simulation. The control variable is correlated with the variable of interest, and its known expected value is used to adjust the estimate, thereby reducing the variance.
Newton-Raphson Method
The Newton-Raphson method is an iterative numerical technique used to approximate the roots of a real-valued function by successively refining an initial guess using the formula
Lagrange multipliers
Lagrange multipliers are a technique used in constrained optimization to find the local maxima or minima of a function while considering equality constraints. By introducing a new variable (the multiplier) for each constraint, the method transforms the constrained problem into an unconstrained one, allowing for easier analysis and solution.
Gradient Descent
Gradient descent is an optimization algorithm used to minimize a function by iteratively moving in the direction of the steepest descent, as defined by the negative of the gradient. It adjusts parameters to find the lowest point on a cost function, making it essential for training machine learning models.
Autocorrelation
Autocorrelation in finance refers to the correlation of a time series with its own past values. It occurs when past price movements or returns influence future movements, which can distort statistical analysis and model performance. Autocorrelation can indicate inefficiencies in the market, violate assumptions of classical models like ordinary least squares (OLS), and lead to erroneous conclusions in predicting asset returns or volatility. Detecting and adjusting for autocorrelation is crucial in financial modeling to ensure accurate forecasting, risk management, and portfolio optimization.
Value at Risk (VaR)
Value at Risk (VaR) is a widely used risk management metric that quantifies the potential loss in value of an asset, portfolio, or firm over a defined period for a given confidence level. VaR helps financial institutions, portfolio managers, and traders estimate the maximum expected loss with a certain level of confidence, making it an essential tool for assessing market risk.
Limitations:
* VaR does not capture extreme events beyond the specified confidence level.
* It assumes normal market conditions and might underestimate risk in times of financial crises.
* Does not consider risks beyond the selected time horizon.
Parametric (Variance-Covariance) VaR
- Assumes a normal distribution of returns.
- Uses the mean and standard deviation of returns to calculate VaR.
- Advantage: Simple and fast to compute.
- Limitation: May not capture non-linear risks (e.g., options) or fat-tailed distributions.
Historical VaR
- Based on historical price data to estimate potential losses.
- Advantage: Does not assume a normal distribution and directly reflects past market conditions.
- Limitation: Heavily dependent on historical data, which may not accurately reflect future risk.
Monte Carlo VaR
- Uses simulations to generate a range of possible future price scenarios.
- Advantage: Can model complex portfolios and non-linear risks.
- Limitation: Computationally intensive.
Modern Portfolio Theory (MPT)
- Modern Portfolio Theory (MPT) aims to optimize portfolios by maximizing return for a given level of risk.
- It emphasizes diversification, reducing overall risk by combining assets with low correlation.
- Risk is measured by the standard deviation of returns, and MPT focuses on minimizing this risk.
- The efficient frontier represents the set of portfolios that offer the best risk-return balance.
- MPT introduces the concept of the Sharpe Ratio, measuring risk-adjusted returns.
The optimization problem is typically formulated as: