Difference between revisions of "Programming/Kdb/Labs/Option pricing"
| Line 12: | Line 12: | ||
* <math>q</math> is the annualized (continuous) dividend yield. | * <math>q</math> is the annualized (continuous) dividend yield. | ||
The solution of this equation depends on the '''payoff''' of the option — the terminal condition. In particular, if at the time of expiration, <math>T</math>, the payoff is given by <math>V(S, T) = C(S, T) =: \max\{S - K, 0\}</math>, in other words, the option is a '''European call option''', then the value of the option at time <math>t</math> is given by the '''Black-Scholes formula''' | The solution of this equation depends on the '''payoff''' of the option — the terminal condition. In particular, if at the time of expiration, <math>T</math>, the payoff is given by <math>V(S, T) = C(S, T) =: \max\{S - K, 0\}</math>, in other words, the option is a '''European call option''', then the value of the option at time <math>t</math> is given by the '''Black-Scholes formula''': | ||
<center><math> | |||
C(S_t, t) = e^{-r\tau} [F_t N(d_1) - K N(d_2)] | |||
</math></center> | |||
where <math>F = S_t e^{(r - q)\tau}</math> is the forward price and | |||
<center><math> | |||
d_1 = \frac{1}{\sigma\sqrt{\tau}} \left[ \ln\left(\frac{S_t}{K} + (r - q + \frac{1}{2}\sigma^2)\tau\right)right] | |||
</math></center> | |||
and | |||
<center><math> | |||
d_2 = d_1 - \sigma\sqrt{\tau}. | |||
</math></center> | |||
Revision as of 22:34, 17 June 2021
Recall the celebrated Black-Scholes equation
Here
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle t} is a time in years; we generally use Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle t = 0} as now;
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle V(S, t)} is the value of the option;
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle S(t)} is the price of the underlying asset at time Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle t} ;
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \sigma} is the volatility — the standard deviation of the asset's returns;
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle r} is the annualized risk-free interest rate, continuously compounded;
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle q} is the annualized (continuous) dividend yield.
The solution of this equation depends on the payoff of the option — the terminal condition. In particular, if at the time of expiration, Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle T} , the payoff is given by Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle V(S, T) = C(S, T) =: \max\{S - K, 0\}} , in other words, the option is a European call option, then the value of the option at time Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle t} is given by the Black-Scholes formula:
where Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle F = S_t e^{(r - q)\tau}} is the forward price and
and