0% found this document useful (0 votes)
52 views17 pages

Mathematical Finance Essentials

Uploaded by

Aradhana Saha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
52 views17 pages

Mathematical Finance Essentials

Uploaded by

Aradhana Saha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 17

Mathematical Finance Cheat Sheet

Amit Kumar Jha, UBS

Contents

1 Normal Random Variables 2


1.1 Normal Distribution N (µ, σ2 ) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.2 Multivariate Normal Distribution N (µ,Q ) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.3 Transformation of Normal Distributions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3

2 Gaussian Shifts 3
2.1 For Standard Normal Z ∼ N (0, 1) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
2.2 For General Normal X ∼ N (0,Q ) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4

3 Correlating Brownian Motions 4

4 Identifying Martingales 5

5 Novikov’s Condition 6

6 Itô’s Formula 6

7 The Product Rule 7

8 Measure Transformation 7
8.1 Radon-Nikod ym derivative . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
8.2 Cameron-Martin-Girsanov Theorem . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8

9 Martingale Representation Theorem 9

10 Stochastic Exponential 9

11 Fundamental Theorem of Asset Pricing 10

12 Market Price Of Risk 11

13 Black’s Model 11

14 Forward Rates, Short Rates, Yields, and Bond Prices 12

15 Affine Jump Diffusion (AJD) Models 13

16 AJD Bond Pricing Models 14

17 AJD Option Pricing 15

18 The LIBOR Market Model (LMM) 15

1
19 The Heath-Jarrow-Morton (HJM) Framework 16

1 Normal Random Variables


1.1 Normal Distribution N (µ, σ2 )
Equation: The probability density function (PDF) of a normal distribution is given by:

1 (x −µ)2
PDF: φ(x ) = p e − 2σ2
2πσ2
Variable Explanation:

• µ: The mean or expected value of the distribution, often representing the ’central’ or
’average’ outcome in a financial context.

• σ2 : The variance, which measures the dispersion or spread of the distribution around the
mean. In finance, higher variance often implies higher risk.

Simple Explanation: The normal distribution is often depicted as a bell-shaped curve. Most
outcomes are likely to be close to the mean µ, with fewer occurrences of extreme values, which
are captured by the spread σ2 .
Financial Example: In portfolio theory, asset returns are often modeled as normally dis-
tributed variables. For instance, if an asset has a mean annual return (µ) of 8% and a variance
(σ2 ) of 4%, most returns will cluster around 8%, but there will be occasional outliers.
Short Analogy: Imagine the grades in a well-taught class. Most students will score close to
the average grade (µ), and only a few will score much higher or lower, depending on the variance
(σ2 ).

1.2 Multivariate Normal Distribution N (µ,Q )


Equation: The multivariate normal distribution is described by the following PDF:

1 1
 ‹
PDF: φ(x ) = p exp − (x − µ) Q (x − µ)
T −1

(2π)n det(Q ) 2

Variable Explanation:

• µ: A vector representing the mean values for each dimension or variable. In finance, this
could represent the mean returns for a portfolio of assets.

• Q : The covariance matrix, capturing how the variables or dimensions relate to each other.
In portfolio theory, this matrix is crucial for understanding diversification benefits.

Simple Explanation: The multivariate normal distribution extends the concept of a normal
distribution into multiple dimensions. This allows for the modeling of complex systems where
multiple variables interact.
Financial Example: Multivariate normal distributions are often used in finance to model the
joint behavior of asset returns in a portfolio, enabling us to understand the portfolio’s overall risk
and return characteristics.
Short Analogy: Imagine a sports team where each player has different skills like speed,
accuracy, and endurance. A multivariate normal distribution could describe the team’s overall
performance in these various aspects and how they correlate with each other.

2
1.3 Transformation of Normal Distributions
Equation: Normal distributions can be transformed as follows:

X = c T Z ∼ N (0, c T Q c )

X = C Z ∼ N (0, C Q C T )
Variable Explanation:

• c : A scaling vector used to transform the original random variable Z into X .

• C : A transformation matrix that can include operations like scaling, rotation, and transla-
tion to produce X from Z .

Simple Explanation: These equations describe how a normal distribution changes under
linear transformations, which is particularly useful in finance for understanding how portfolio
returns transform when we adjust asset allocations.
Financial Example: In portfolio optimization, knowing how individual asset returns are
distributed allows us to apply these transformations to estimate the distribution of portfolio
returns, aiding in risk assessment and allocation decisions.
Short Analogy: If you know the speed of a car going in a straight line, these transformations
help you estimate its speed when making turns, accelerating, or decelerating, by applying the
appropriate scaling or rotational changes.

2 Gaussian Shifts
2.1 For Standard Normal Z ∼ N (0, 1)
Equation: This equation describes how the expectation changes when a standard normal variable
Z is shifted by a constant c :
2 /2
EP [e c Z h (Z )] = e c EP [h (Z + c )]

Variable Explanation:

• Z : A standard normal random variable, commonly used in finance to model stock returns,
interest rates, and other financial quantities.

• h (Z ): This is an integrable function of Z , representing any transformation or operation we


might want to apply to Z .

• c : A constant that serves as the shift parameter, often representing an external influence
like tax changes or interest rate hikes.

Simple Explanation: The equation shows how to adjust our expectations when the normal
variable Z is shifted by c . This is particularly useful for understanding how external factors impact
a normally-distributed financial variable.
Financial Example: In portfolio management or options pricing, understanding the shift in a
normal distribution can be crucial. For example, if stock returns are normally distributed, this
formula can provide insights into how external factors like tax changes or monetary policy might
affect expected returns.
Short Analogy: Imagine you are on a moving walkway at the airport. Normally, you walk at a
certain average speed Z . The moving walkway adds an extra constant speed c to your walk. This
equation tells us how to adjust our expectations about your average speed when you are on the
moving walkway.

3
2.2 For General Normal X ∼ N (0,Q )
Equation: In the multi-dimensional case, the formula generalizes as:
T T Q c /2
EP [e c X
h (X )] = e c EP [h (X + c )]

Variable Explanation:

• X : A normally-distributed random vector, often used to represent a portfolio of assets.

• h (X ): An integrable function of X .

• c : A vector constant that represents the shift in each dimension.

• Q : The covariance matrix, capturing the relationships between the elements in X .

Simple Explanation: This equation generalizes the concept of a Gaussian shift to multiple
dimensions. It tells us how to adjust our multi-dimensional expectations when each variable in
X is shifted by a corresponding value in vector c .
Financial Example: In portfolio theory, asset returns often follow a multivariate normal
distribution. This formula can be crucial in understanding how a systemic shift (like a market-
wide event) could impact the expected returns of a diversified portfolio.
Short Analogy: Imagine you have a fleet of cars, each with different average speeds. If all cars
simultaneously increase their speeds according to a vector c , this equation tells us how to adjust
our expectations about the fleet’s overall speed distribution.

3 Correlating Brownian Motions


Equation: Correlating Brownian motions involves creating a new Brownian motion Wc (t ) that is
correlated with an existing one W (t ). The formula for this is:

Wc (t ) := ρW (t ) + 1 − ρ 2 Wf (t )
p

The expected correlation between W (t ) and Wc (t ) is given by:

E [W (t )Wc (t )] = ρt

Variable Explanation:

• (W (t ))t ≥0 and (Wf (t ))t ≥0 : These are independent Brownian motions commonly used to
model various financial quantities like stock prices or interest rates.

• ρ: This is the correlation coefficient between −1 and 1. It measures the extent to which the
new Brownian motion Wc (t ) is influenced by W (t ).

• Wc (t ): This is the new correlated Brownian motion that we construct using W (t ) and Wf (t ).

Simple Explanation: Correlating Brownian motions allows us to introduce a level of depen-


dency between two originally independent stochastic processes. By using a correlation coefficient
ρ, we can precisely control the level of correlation, allowing us to model more complex financial
phenomena.
Financial Example: In the world of finance, especially in the pricing of derivatives like options,
understanding the correlation between different assets is crucial. Correlated Brownian motions
can be used to model asset prices that move somewhat in tandem, which is often the case in
real-world markets. For example, if one stock tends to go up when another does, a correlated
Brownian motion could be a good model for their joint behavior.

4
Short Analogy: Imagine two musicians, W (t ) and Wf (t ), each playing their own independent
tunes. If you want to create a third melody Wc (t ) that harmonizes more with W (t ) than Wf (t ),
you can mix the two original tunes using the correlation coefficient ρ. The resulting composition
Wc (t ) will then be more in sync with W (t ), much like how the correlated Brownian motion is
more in sync with W (t ) than Wf (t ).

4 Identifying Martingales
Equation: To identify whether a diffusion process X is a martingale, consider the following
stochastic differential equation (SDE):

d X (t ) = µ(t , X t )d t + σ(t , X t )d W (t )

The process X is a martingale if and only if it is driftless, formally defined as:

X is a martingale ⇔ X is driftless (i.e., µ(t ) ≡ 0 with P -prob. 1)

Additional Condition: For this identification to be valid, one of the following conditions must
be met:  
‚Z T Œ1/2
EP  σ(s , X s )2 d s <∞
0

or,
σ(t , x ) ≤ c |x | as |x | → ∞
Variable Explanation:

• X t : The value of the diffusion process X at time t . In financial terms, this could represent
the price of a stock or an interest rate.

• µ(t , X t ): The drift term, capturing deterministic changes in X . It quantifies the systematic
trends in the process, such as a stock’s expected return.

• σ(t , X t ): The volatility term, representing stochastic or random changes in X . In finance,


this captures market risk.

• d W (t ): The increment of a Brownian motion, modeling the random shocks impacting the
process.

Simple Explanation: A process X is a martingale if it has no ’drift,’ meaning that its future
values are not systematically higher or lower than its current value. It’s like a fair game where
your expected winnings remain constant over time.
Financial Example: In the context of financial markets, if a stock price is modeled as a
martingale, then its future price is just as likely to go up as it is to go down. This is often an
underlying assumption in derivative pricing models like Black-Scholes.
Short Analogy: Think of a perfectly balanced teeter-totter. If it is in equilibrium (like a
martingale), then it doesn’t systematically tilt to one side or the other. Instead, it has an equal
chance of tilting either way due to random forces (like kids jumping on each end).

5
5 Novikov’s Condition
Equation: Novikov’s Condition is a criterion used to check whether a stochastic process X (t )
is a martingale under a given probability measure P . For a process defined by the stochastic
differential equation
d X (t ) = σ(t )X (t )d W (t )
the condition is stated as:
– ‚ ZT Œ™
1
EP exp σ(s ) d s < ∞ ⇒ X is a martingale
2
2 0

Variable Explanation:

• X (t ): This is the stochastic process we are interested in, often representing asset prices in
finance. Its behavior is influenced by a Brownian motion and a volatility term.

• σ(t ): This is the volatility term affecting X (t ). It is an F -previsible process, which means it
is known just before the time it comes into play.

• d W (t ): This represents the increment of a Brownian motion, introducing randomness into


the system.

• T : This is the time horizon for which we want to check the martingale property.

Simple Explanation: Novikov’s Condition serves as a shortcut for determining whether the
process X (t ) is a martingale. A martingale is a financial model where the expected future value
is always equal to the current value, regardless of past behavior. The condition focuses on
evaluating an expectation that involves the volatility σ(t ). If this expectation is finite, then X (t ) is
a martingale.
Financial Example: Novikov’s Condition is particularly useful in stochastic volatility models.
These are financial models where the volatility of an asset is itself a random process. The condi-
tion allows traders and risk managers to ascertain whether the asset price X (t ) behaves like a
martingale, which has implications for pricing and hedging financial derivatives.
Short Analogy: Imagine you’re riding a roller coaster that has variable speeds at different
sections (σ(t )). Novikov’s Condition is like a safety check that tells you whether your average
speed over the entire ride will remain constant (martingale behavior), despite these variations.
The condition checks if the cumulative effect of all the speed changes is bounded, ensuring a
"fair ride" where your expected position at any future time is your current position.

6 Itô’s Formula
Equation:
∂g ∂g 1 ∂ 2g
d Y (t ) = (t , X t )d t + (t , X t )d X t + σ(t )2 (t , X t )d t
∂t ∂x 2 ∂ x2
Variable Explanation:

• X t : The diffusion process at time t .

• Y (t ): A new process defined as g (t , X t ).

• µ(t ) and σ(t ): Drift and volatility terms for X t .

• g (t , x ): A function that is twice differentiable in x and once in t .

6
Simple Explanation: Itô’s Formula helps us find the differential d Y (t ) of a new process Y (t )
that is a function g (t , X t ) of our original stochastic process X t .
Financial Example: In option pricing, Itô’s Formula can be used to derive the Black-Scholes
equation by taking g (t , X t ) as the option price, and X t as the underlying asset price.
Short Analogy: Imagine you’re tracking the height of a growing plant (the process X t ). If you
want to study a derived attribute like the surface area of its leaves (Y (t )), Itô’s Formula helps you
understand how the surface area changes as the plant grows.

7 The Product Rule


Equation: 1. For X (t ) and Y (t ) adapted to the same Brownian motion (W (t ))t ≥0 :

d (X (t )Y (t )) = X (t )d Y (t ) + Y (t )d X (t ) + d 〈X , Y 〉(t ) (where d 〈X , Y 〉(t ) = σ(t )ρ(t )d t )

2. For X (t ) and Y (t ) adapted to two different and independent Brownian motions (W (t ))t ≥0 and
(Wf (t ))t ≥0 :
d (X (t )Y (t )) = X (t )d Y (t ) + Y (t )d X (t ) (as d 〈X , Y 〉(t ) = 0)
Variable Explanation:

• X (t ), Y (t ): Diffusion processes adapted to Brownian motion(s).

• µ(t ), ν(t ): Drift terms for X (t ) and Y (t ).

• σ(t ), ρ(t ): Volatility terms for X (t ) and Y (t ).

• 〈X , Y 〉(t ): Quadratic variation between X (t ) and Y (t ).

Simple Explanation: The Product Rule helps us find the differential of the product X (t )Y (t )
when X (t ) and Y (t ) are stochastic processes. There are different formulas depending on whether
X (t ) and Y (t ) are adapted to the same or different Brownian motions.
Financial Example: Suppose X (t ) and Y (t ) represent the prices of two correlated financial
assets. The Product Rule can be used to find how the value of a portfolio containing both assets
changes over time.
Short Analogy: Imagine two cyclists riding on two parallel tracks. The Product Rule helps
you understand how the total distance covered by both cyclists changes over time, depending on
whether they are riding at correlated or uncorrelated speeds.

8 Measure Transformation
8.1 Radon-Nikod ym derivative
Equation: Changing measures is a fundamental concept in financial mathematics and probability
theory. The Radon-Nikodým derivative provides the mathematical framework for such a change.
It is denoted by dd QP and serves as a "conversion factor" between two equivalent measures P and
Q.
dQ
• ˜
EQ [X T ] = EP XT
dP
EQ [X t |Fs ] = ζ−1
s
EP [ζt X t |Fs ]
Variable Explanation:

• P,Q : These are equivalent probability measures, meaning they agree on which sets are
"impossible" and "certain" but may assign different probabilities to other events.

7
• T, t , s : These are different time horizons or time points for considering the expectation of a
financial claim.

• X T , X t : These are random variables representing the value of financial claims known by
time T or t .

• Fs , Ft : These are filtrations, which are collections of information known up to times s and t .

• ζt : This is a process representing the conditional expectation of the Radon-Nikodým


derivative given the information up to time t .

Simple Explanation: The Radon-Nikodým derivative serves as a bridge between two different
probability measures P and Q . If you know the expectation of a financial claim under one measure,
you can find it under the other measure using this derivative. It is especially useful when we want
to switch between the real-world and a risk-neutral measure.
Financial Example: In derivative pricing, especially the Black-Scholes model, one often
switches from the real-world probability measure P to the risk-neutral measure Q . This switch
simplifies the pricing equations considerably and is made possible by the Radon-Nikodým deriva-
tive.
Short Analogy: Think of P and Q as two different currencies, like USD and EUR. The Radon-
Nikodým derivative is like the exchange rate that helps you convert the value of a portfolio from
one currency to another.

8.2 Cameron-Martin-Girsanov Theorem


Equation: The Cameron-Martin-Girsanov Theorem is an extension of the Radon-Nikodým
derivative concept. It provides specific conditions under which one can change from one measure
to another while also transforming a Brownian motion. Mathematically, this is given by:
‚ ZT ZT Œ
dQ 1
= exp − γ(t )d W (t ) − γ(t ) d t
2
dP 0
2 0

Variable Explanation:

• W (t ): This is a Brownian motion under the measure P , representing random market


movements.

• γ(t ): This is a process that could represent a trading strategy or market trend. It is F -
previsible, meaning it is known just before the time it is used.

Simple Explanation: The theorem provides a mechanism for "tilting" one probability measure
into another. It not only allows us to change the measure but also to transform a Brownian motion
in the process. This is like shifting the "lens" through which we view stochastic processes.
Financial Example: The theorem is widely used in the pricing of financial derivatives. It
allows us to move from real-world probabilities, where assets may have a drift, to risk-neutral
probabilities where the drift is adjusted to be zero for pricing purposes.
Short Analogy: Imagine you’re sailing a boat (Brownian motion W (t )) on the ocean. The
theorem allows you to consider what would happen if you adjust your sail (γ(t )) to catch the wind
differently, effectively "tilting" the random influences on your journey.

8
9 Martingale Representation Theorem
Equation: The Martingale Representation Theorem is a cornerstone in stochastic calculus and
financial mathematics. It states that for a given Q -martingale M (t ) with non-zero volatility
σ(t ), any other Q -martingale N (t ) can be represented as a stochastic integral involving M (t ).
Mathematically, this is expressed as:

d N (t ) = φ(t )d M (t )

where φ(t ) is an F -previsible process satisfying:


ZT
φ(t )2 σ(t )2 d t < ∞ (with Q -probability one)
0

Variable Explanation:

• (M (t ))t ≥0 , (N (t ))t ≥0 : These are Q -martingales, which are stochastic processes that model
fair games in a risk-neutral world.

• σ(t ): This is the volatility of M (t ), which measures how much M (t ) can fluctuate.

• φ(t ): An F -previsible process that helps to represent N (t ) in terms of M (t ). It is essentially


unique.

Simple Explanation: The Martingale Representation Theorem is like a recipe that shows
you how to express one martingale N (t ) in terms of another martingale M (t ) using a specific
"ingredient," which is the φ(t ) process. As long as M (t ) has non-zero volatility, this representation
is possible and φ(t ) is unique.
Financial Example: In the realm of financial derivatives, this theorem is very useful. For
example, if you’re pricing an exotic option, you can represent its price dynamics as a stochastic
integral involving the price of the underlying asset, provided both follow martingale processes
under the risk-neutral measure Q . This greatly simplifies the pricing problem.
Short Analogy: Imagine that you’re an artist with two colors of paint: blue M (t ) and green
N (t ). The Martingale Representation Theorem is like a guide that tells you that any shade of
green can be created by mixing it with the right amount of blue paint. The mixing ratio (φ(t )) is
your guide to achieving that specific shade of green.

10 Stochastic Exponential
Equation: The stochastic exponential of X is defined as:
1
 ‹
E t (X ) = exp X (t ) − 〈X 〉(t )
2
It satisfies the following properties:

1. E (0) = 1

2. E (X )E (Y ) = E (X + Y )e 〈X ,Y 〉

3. E (X )−1 = E (−X )e 〈X ,X 〉

The process Z = E (X ) is a positive process and solves the SDE:

dZ =ZdX , Z (0) = e X (0)

Variable Explanation:

9
• E t (X ): Stochastic exponential of the process X at time t . It represents a new process that is
always positive.

• X (t ), Y (t ): These are stochastic processes whose paths you are concerned about.

• 〈X 〉(t ), 〈X , Y 〉: Quadratic variations of the stochastic processes X and Y , which measure


the accumulated local variability of the processes.

• Z : A new positive process that is derived from E (X ). It has the feature of staying positive
regardless of the original process.

Simple Explanation: The stochastic exponential is a mathematical tool that transforms a


stochastic process X into a new process E (X ) that is always positive. It does this by using the
path and local variability (or quadratic variation) of X to ensure that the resulting process Z is
positive and follows a specific stochastic differential equation (SDE).
Financial Example: In finance, the stochastic exponential could be used for modeling the
price of a risky asset like a stock. By applying the stochastic exponential to a given stochastic
process, one can ensure that the modeled stock price remains above zero, which is a more realistic
scenario.
Short Analogy: Imagine you’re on a roller coaster (the stochastic process X ) that has parts
that go underground. The stochastic exponential is like a transformation of this roller coaster,
lifting it entirely above ground, ensuring you never go below zero height (always stay positive).

11 Fundamental Theorem of Asset Pricing


Equation: The Fundamental Theorem of Asset Pricing provides a framework for determining the
arbitrage-free price of a financial claim. The equation for the arbitrage-free price V of a claim X
payable at time T is: – ‚ ZT Œ ™
V (t ) = EQ exp − r (s )d s X Ft
t

Here, Q represents the risk-neutral measure, under which all the risk premiums are assumed to
be zero.
Variable Explanation:

• X : The claim or financial contract that is payable at time T . This could be anything from a
bond to an option contract.

• V (t ): The arbitrage-free or ’fair’ price of the claim X at time t .

• T : The maturity time or the date at which the claim X becomes payable.

• r (s ): The risk-free interest rate at time s , often based on government bond yields.

• Ft : The filtration at time t , representing all known information up to that point.

• Q : The risk-neutral measure, a probability measure under which the expected return of all
assets is the risk-free rate.

Simple Explanation: The Fundamental Theorem of Asset Pricing gives us a formula to cal-
culate what a financial claim X should be worth at any time t before its maturity T , taking into
account interest rates and market information. It helps ensure that the pricing is fair and free
from arbitrage opportunities.

10
Financial Example: For instance, if you are dealing with options, the theorem can be used
to calculate the current fair price of an option contract, considering future payoffs and current
market conditions. This is integral to the field of derivative pricing.
Short Analogy: Imagine you are baking a cake that will be sold at a future date T . You have to
consider the cost of ingredients, which might vary (interest rates r (s )), and what you know about
market demand (filtration Ft ). The theorem helps you price the cake today (t ) so that neither
you nor the buyer can take advantage of any pricing inefficiencies (arbitrage).

12 Market Price Of Risk


Equation: Let X (t ) be the price of a non-tradable asset with dynamics:

d X (t ) = µ(t )d t + σ(t )d W (t )

Then the market price of risk γ(t ) is given by:

µt f ′ (X t ) + 12 σ2t f ′′ (X t ) − r f (X t )
γ(t ) =
σt f ′ (X t )

The behavior of X (t ) under the risk-neutral measure Q is:

1 2 ′′ 1
 ‹
d X (t ) = σ(t )d Wf (t ) + r f (X t ) − σt f (X t ) dt
2 f (X t )

Variable Explanation:

• X (t ): Price of a non-tradable asset.

• µ(t ), σ(t ): Drift and volatility of X (t ).

• W (t ): P -Brownian motion.

• Y (t ): Price of a tradable asset.

• f : Deterministic function mapping X (t ) to Y (t ).

• γ(t ): Market price of risk.

• r : Risk-free rate.

Simple Explanation: The market price of risk γ(t ) measures the extra return demanded by
investors for taking on risk when holding a non-tradable asset.
Financial Example: In a market with stocks and bonds, the market price of risk would be
used to evaluate how much additional return an investor would expect from a stock (risky asset)
compared to a bond (less risky asset).
Short Analogy: Think of γ(t ) as a "risk premium" you’d expect when choosing a risky invest-
ment like stocks over a safe one like government bonds.

13 Black’s Model
Equation: For a European option with strike price K and asset value VT at maturity T , the Call
and Put prices are: 
C = P (0, T ) F0 Φ(d 1 ) − K φ(d 2 )
P = P (0, T ) (K Φ(−d 2 ) − F0 Φ(−d 1 ))

11
where
log(EQ (VT )/K ) + σ2 T /2
d1 = p
σ T
p
d2 = d1 − σ T
Variable Explanation:
• K : Strike price of the option, which is the price at which you can buy or sell the asset at
maturity.

• VT : Value of the asset at maturity T , the future value you’re betting on.

• T : Maturity time, or when the option expires.

• F0 : Current forward price, which is the agreed-upon price for a future transaction.

• P (0, T ): Zero-coupon bond price maturing at T , used for discounting future cash flows.

• σ: Volatility of the asset, which measures how much the asset price is expected to fluctuate.

• Φ: Standard normal cumulative distribution function, used for probability calculations.

• φ: Standard normal density function, which is the derivative of Φ.


Simple Explanation: Black’s Model is a specialized tool for pricing European options when
the forward price of the underlying asset is known. It takes into account various parameters like
the strike price K , maturity T , and volatility σ to compute the option prices C for call and P for
put.
Financial Example: Imagine you’re an investor interested in buying a European call option on
a commodity like gold. You’d use Black’s Model to find the fair price of that option today, taking
into account expected price changes, time until expiration, and market volatility.
Short Analogy: Think of Black’s Model as a specialized weather forecast model. Unlike a
general weather model that predicts all kinds of weather, this model is specialized in predicting
only a specific type of weather event, like a solar eclipse, based on a handful of critical variables.

14 Forward Rates, Short Rates, Yields, and Bond Prices


Equation: The forward rate F (t , T,S ) is defined as:
1 P (t , T )
 ‹
F (t , T,S ) = log
S −T P (t ,S )
The instantaneous forward rate f (t , T ) and the instantaneous risk-free rate r (t ) are given by:
f (t , T ) = lim F (t , T,S ), r (t ) = lim f (t , T )
S →T T →t

The cash account B (t ) is: Z t 


B (t ) = exp r (s )d s
0
Forward rates and yields can be expressed in terms of bond prices as:
∂ log P (t , T )
log P (t , T ), R (t , T ) = −
f (t , T ) = −
∂T T −t
Conversely, bond prices can be expressed in terms of rates:
‚ ZT Œ
P (t , T ) = exp − f (t , u)d u , P (t , T ) = exp(−(T − t )R (t , T ))
t

Variable Explanation:

12
• F (t , T,S ): Forward rate at time t that applies between times T and S . It indicates what the
future interest rate is expected to be.

• f (t , T ): Instantaneous forward rate at time t for maturity T . This rate is theoretically what
the future short rate will be at time T .

• r (t ): Instantaneous risk-free rate or short rate at time t , often used as a benchmark for
other rates.

• B (t ): Cash account at time t , representing the value of a risk-free investment.

• P (t , T ): Bond price at t for maturity T , which is the present value of the bond’s future cash
flows.

• R (t , T ): Yield at t for maturity T , representing the bond’s annualized return.

Simple Explanation: These equations serve as the building blocks for understanding various
interest rates and bond prices in the fixed income market. For example, F (t , T,S ) tells you what
interest rates are expected to be in the future between times T and S , while P (t , T ) gives you the
current price for a bond that will mature at time T .
Financial Example: These concepts are foundational in fixed income trading, risk manage-
ment, and portfolio construction. They allow investors to understand the time value of money
and to price various fixed-income securities like bonds, notes, and interest rate derivatives.
Short Analogy: Think of forward rates, short rates, and yields as different ’weather forecasts’
for the financial climate. Just like you’d consult different weather reports for the short-term and
long-term, these rates give you a sense of the financial ’weather’ now and in the future.

15 Affine Jump Diffusion (AJD) Models


Equation: The state vector X t follows a Markov process solving the stochastic differential equation
(SDE):
d X t = µ(X t )d t + σ(X t )d Wt + d Z t
An affine structure is imposed on µ, σσT , λ, R :

µ(x ) = K 0 + K 1 x , λ(x ) = L 0 + L 1 x , R (x ) = R0 + R1 x

The transform function ψ(u , X 0 , T ) is:

ψ(u , X 0 , T ) = e α(0,u )+β (0,u)


T x0

where α and β solve the Ricatti ODEs. For the functions α(t , u ) and β (t , u ), the Riccati ODEs are
given by:

d α(t , u ) 1 1
= − β (t , u )T σ(u )σ(u )T β (t , u ) − λ(u )e α(t ,u) + λ(u )e 2α(t ,u)
dt 2 2
d β (t , u ) 1
= − β (t , u )T σ(u )σ(u )T β (t , u ) − λ(u )e α(t ,u) β (t , u ) + R (u )e α(t ,u)
dt 2
Here: - t represents time. - u represents the state variable. - α(t , u ) and β (t , u ) are functions that
depend on both time t and the state variable u . - σ(u ) represents the volatility matrix at state u .
- λ(u ) represents the jump intensity at state u . - R (u ) represents the jump size at state u .
Variable Explanation:

• X t : State vector at time t , capturing the system’s state.

13
• Z t : is a pure jump process with intensity .

• µ, σ, λ, R : Model parameters, each having an affine structure.

• α, β : Functions solving the Ricatti ODEs, which are critical for the transform function.

• K 0 , K 1 , H0 , H1 , L 0 , L 1 , R0 , R1 : Coefficients that define the affine structure of the model param-


eters.

Simple Explanation: The Affine Jump Diffusion (AJD) models are versatile tools that combine
both continuous (Brownian motion represented by σ) and jump (Poisson process represented
by λ) components to model asset prices or interest rates. Here, µ and R represent the drift and
discount rate, respectively, both of which can be functions of the current state X t .
Financial Example: AJD models are particularly useful in option pricing where market jumps
and volatility are significant factors. They can also be adapted for risk management purposes,
providing a more comprehensive view of potential market behaviors.
Short Analogy: Imagine a car’s speed that generally follows a predictable path but can also
have sudden jumps or decelerations. The continuous component (σ) is like the car cruising on a
highway, while the jump component (λ) is like the sudden deceleration or acceleration due to an
unexpected event like a deer crossing the road.

16 AJD Bond Pricing Models


Equation: In the AJD model’s transform function ψ, set L i = R0 = u = 0, R1 = 1 for zero-coupon
bond pricing.
Various short rate models:

Short rate model K0 K1 H0 H1 P?–MR?


Merton µ σ2 N–N
Dothan µ σ2 Y–N
Vasicek αµ −α σ 2
N–Y
CIR αµ −α σ2 Y–Y
Pearson-Sun αµ −α −σ2 β σ2 Y–Y
Ho & Lee θ (t ) σ2 N–N
Hull & White αµ(t ) −α σ2 N–Y
Extended Vasicek α(t )µ(t ) −α(t ) σ(t )2 N–Y
Black-Karasinski† α(t )µ̄(t ) −α(t ) σ(t )2 Y–Y

Variable Explanation:

• K 0 , K 1 , H0 , H1 : Coefficients in the Ricatti ordinary differential equations (ODEs) that affect


the bond pricing.

• P: Indicates whether the process stays positive.

• MR: Indicates if the rate rt is mean-reverting.

Simple Explanation: The AJD Bond Pricing Models aim to price zero-coupon bonds by
utilizing various short rate models. Each model has different assumptions encapsulated in the
coefficients K 0 , K 1 , H0 , and H1 . These coefficients are used in the Ricatti ODEs, which ultimately
determine the bond price. The table also indicates whether each model ensures that the rate
stays positive (P) and whether the rate is mean-reverting (MR).

14
Financial Example: This approach is essential for bond pricing and risk management in the
fixed-income market. The choice of model can significantly impact the pricing and hedging
strategies, making it crucial for portfolio managers and traders.
Short Analogy: Think of these models as different GPS routes to the same destination, which
is the bond price. Each route (model) has its own set of road conditions (assumptions and
parameters), and knowing the conditions can help you choose the most reliable or efficient route.

17 AJD Option Pricing


Equation: Define the Fourier transform inversion G (a , b , y ) as:
Z∞
1 dv
G (a , b , y ) = ψ(a , X 0 , T ) − ℑ ψ(a + i v b , X 0 , T )e −i v y
π 0 v

The corresponding call option price is:

C = G (d , −d , −k ) − K G (0, −d , −k )

Variable Explanation:
• G (a , b , y ): Fourier transform inversion of the conditional expectation.

• ψ(a , X 0 , T ): Transform function from the Affine Jump Diffusion (AJD) model.

• a , b , y : Parameters for the Fourier transform inversion.

• X : Vector containing log asset prices.

• K : Strike price of the option.

• k : Logarithm of the strike price.

• d : Vector where the i -th element is 1, and all other elements are zero.
Simple Explanation: The AJD Option Pricing model extends standard option pricing by
incorporating jumps in asset prices. The model uses a Fourier transform inversion G (a , b , y ),
which is derived from the transform function ψ(a , X 0 , T ) in the AJD model. Here, a , b , and y are
parameters that help in this transformation. The model also uses K , the strike price, and k , its
logarithm, to calculate the call option price C .
Financial Example: This model is especially useful in markets where asset prices can make
sudden, significant jumps, such as during major news events or market shocks. Financial institu-
tions and traders use it to price call options more accurately in such volatile environments.
Short Analogy: Think of AJD option pricing as a GPS system that not only provides the fastest
route but also anticipates sudden road closures or new shortcuts, allowing for a more accurate
and dynamic navigation.

18 The LIBOR Market Model (LMM)


Equation: The forward LIBOR rate at time t for maturity T is defined as:
1 P (t , T )
 ‹
L (t , T ) := −1
δ P (t , T + δ)
The LMM assumes each LIBOR process follows:

d L (t , Tm ) = L (t , Tm ) µ(t , L (t , Tm ))d t + λm (t , L (t , Tm ))T d W (t )

Variable Explanation:

15
• L (t , T ): The forward LIBOR rate at time t for maturity T .

• δ: The tenor, which is the time interval for the rate.

• P (t , T ): The price of a zero-coupon bond maturing at T .

• µ(t ), λ(t , L ): Drift and volatility of the LIBOR rate.

• W : d -dimensional Brownian motion.

• ρi , j (t ): Instantaneous correlation between Wi and Wj .

Simple Explanation: The LIBOR Market Model (LMM) provides a dynamic framework for
modeling forward LIBOR rates L (t , T ). These rates are calculated based on zero-coupon bond
prices P (t , T ) and a given tenor δ. The model introduces the drift µ(t ) and volatility λ(t , L ) terms
to account for the market’s general direction and unpredictability, respectively. The model also
incorporates a d -dimensional Brownian motion W to capture the random movements in the
rates.
Financial Example: The LMM is vital for pricing a wide range of interest rate derivatives, such
as swaptions, caps, and floors. It allows financial institutions to manage interest rate risk more
effectively by capturing the dynamics and correlations between different maturities.
Short Analogy: Think of the LMM as the GPS system for navigating the complex world of
interest rates. Just like how a GPS uses various parameters to give you the best route, LMM uses
multiple variables like L (t , T ), P (t , T ), and δ to model the future landscape of LIBOR rates.

19 The Heath-Jarrow-Morton (HJM) Framework


Equation: The forward rate process is defined as:
Z t Z t

f (t , T ) = f (0, T ) + α(s , T )d s + σ(s , T )T d W (s )


0 0

The short-rate process is:


Z t Z t

r (t ) = f (t , t ) = f (0, t ) + α(s , t )d s + σ(s , t )d W (s )


0 0

The discounted asset price Z (t , T ) satisfies:


‚ ZT Œ
1 2
d Z (t , T ) = Z (t , T ) S (t , T ) − α(t , u )d u d t + S (t , T )T d W (t )
2 t

Variable Explanation:

• f (t , T ): Forward rate at time t for maturity T .

• α(t , T ), σ(t , T ): Drift and volatility of the forward rate.

• r (t ): Short-rate at time t .

• Z (t , T ): Discounted asset price for maturity T at time t .

• S (t , T ): Function related to the volatility of the asset price.

16
Simple Explanation: The Heath-Jarrow-Morton (HJM) framework provides a comprehensive
mathematical model for understanding the evolution of forward interest rates f (t , T ) over time.
Essentially, it’s a dynamic system where α(s , T ) serves as the drift term, steering the general
direction of interest rate changes, and σ(s , T ) represents the volatility, which captures the unpre-
dictable fluctuations in the market. The short-rate r (t ) is a special case of the forward rate when
the time t and maturity T are the same. The model also takes into account the discounted asset
price Z (t , T ) which helps to understand the present value of a financial instrument maturing
at time T . In sum, it integrates these variables to offer a predictive lens into future interest rate
changes, accounting for current conditions, economic trends, and market volatility.
Financial Example: In the world of finance, the HJM framework is indispensable for under-
standing the pricing and risk management of fixed-income securities. It is particularly useful
for pricing complex interest rate derivatives such as swaptions, caps, and floors. By modeling
the entire term structure of interest rates, it provides a comprehensive view that is valuable for
portfolio management and hedging strategies.
Short Analogy: Think of the HJM framework as a sophisticated weather forecasting model.
Just as meteorologists use models to predict temperatures, precipitation, and wind speeds at
future points in time, financial analysts use the HJM framework to predict how interest rates
will behave in the future. The model accounts for current conditions, historical trends (akin to
seasonal patterns in weather), and random ’weather events’ (market shocks).

Thank You

Follow for more MF/QF resources: GitHub

17

You might also like