mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-05-05 08:14:58 -04:00
black-sholes model
This commit is contained in:
parent
e1fcb1b4a2
commit
49432c9c34
1 changed files with 19 additions and 0 deletions
19
MEV_and_trading/derivatives/bsm.md
Normal file
19
MEV_and_trading/derivatives/bsm.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
## black-sholes model
|
||||
|
||||
<br>
|
||||
|
||||
### tl; dr
|
||||
|
||||
<br>
|
||||
|
||||
* 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.
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
<img width="437" src="https://user-images.githubusercontent.com/1130416/219771677-36198efd-55b3-4729-b7f3-e7660a984140.png">
|
Loading…
Add table
Add a link
Reference in a new issue