Mercurial > public > python-black-scholes
diff README.md @ 9:6f9a6fc6d4d9 0.0.3
add put option calculations
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Sat, 20 Nov 2021 18:47:17 +0100 |
parents | 5063639df439 |
children | 9ef6b3cc8bdf |
line wrap: on
line diff
--- a/README.md Sat Nov 20 18:04:06 2021 +0100 +++ b/README.md Sat Nov 20 18:47:17 2021 +0100 @@ -27,7 +27,12 @@ #### Command ```bash -fbs --spot-price=20.00 --exercise-price=21.00 --risk-free-rate=0.05 --std=0.25 --expiration=0.5 +fbs \ +--spot-price=20.00 \ +--exercise-price=21.00 \ +--risk-free-rate=0.05 \ +--std=0.25 \ +--expiration=0.5 ``` #### Output @@ -36,4 +41,6 @@ --------------------------------------------- European call option price: 1.197698084193286 --------------------------------------------- +European put option price: 1.6792062367882679 +--------------------------------------------- ``` \ No newline at end of file