From 49432c9c3461287de72a5426c0f34e1cd52e8d8c Mon Sep 17 00:00:00 2001 From: "dr. mia von steinkirch, phd" <1130416+mvonsteinkirch@users.noreply.github.com> Date: Fri, 17 Feb 2023 11:37:10 -0800 Subject: [PATCH] black-sholes model --- MEV_and_trading/derivatives/bsm.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 MEV_and_trading/derivatives/bsm.md diff --git a/MEV_and_trading/derivatives/bsm.md b/MEV_and_trading/derivatives/bsm.md new file mode 100644 index 0000000..f170113 --- /dev/null +++ b/MEV_and_trading/derivatives/bsm.md @@ -0,0 +1,19 @@ +## black-sholes model + +
+ +### tl; dr + +
+ +* mathematical equations that estimates the theoretical value of derivatives based on other investiment instruments +* widely used to price options contracts +* requires five input variables: the strike price of an option, the current stock price, the time to expiration, the risk-free rate, and the volatility +* it posits that these instruments will have a lognormal distribution of prices following a random walk with constant drift and volatility +* it derives the price of a european-style call option +* assumptions: no dividents are paid out during the life of the options, markets are random, no transaction costs in buying the option, risk-free rate and volatility of the underlying assets are known and constant, the returns of the underlying assets are normally distributed. + + +
+ +