Difference between revisions of "Programming/Kdb/Labs/Option pricing"

From Thalesians Wiki
< Programming‎ | Kdb‎ | Labs
Line 7: Line 7:
* <math>t</math> is a time in years; we generally use <math>t = 0</math> as now;
* <math>t</math> is a time in years; we generally use <math>t = 0</math> as now;
* <math>V(S, t)</math> is the price of the option;
* <math>V(S, t)</math> is the price of the option;
* <math>S(t)</math> is the price of the underlying asset at time $t$;
* <math>S(t)</math> is the price of the underlying asset at time <math>t</math>;
* <math>\sigma</math> is the volatility &mdash; the standard deviation of the asset's returns;
* <math>\sigma</math> is the volatility &mdash; the standard deviation of the asset's returns;
* <math>r</math> is the annualized risk-free interest rate, continuously compounded;
* <math>r</math> is the annualized risk-free interest rate, continuously compounded;
* <math>q</math> is the annualized (continuous) dividend yield.
* <math>q</math> is the annualized (continuous) dividend yield.

Revision as of 22:22, 17 June 2021

Recall the celebrated Black-Scholes equation

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 \frac{\partial V}{\partial t} + \frac{1}{2} \sigma^2 S^2 \frac{\partial^2 V}{\partial S^2} + (r - q) S \frac{\partial V}{\partial S} - r V = 0. }

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 price 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 ;
  • 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.