Mercurial > public > python-black-scholes
annotate README.md @ 16:6af01a49ce09
Update README.md
committer: GitHub <noreply@github.com>
author | Dennis C. M. <dennis@denniscm.com> |
---|---|
date | Tue, 12 Dec 2023 08:58:50 +0000 |
parents | ca59a9f4076f |
children | 1216ff3a2edd |
rev | line source |
---|---|
15 | 1 |
2 # python-black-scholes | |
3 | |
4 A command line utility to calculate the theoretical call and put price of an European option using the black-scholes method. | |
4
ccffaf75d240
refactor code
Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com>
parents:
0
diff
changeset
|
5 |
15 | 6 ## Note |
4
ccffaf75d240
refactor code
Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com>
parents:
0
diff
changeset
|
7 |
15 | 8 Previously, the project name was `fucking-black-scholes`, but I changed it to make sure that no employer thinks I'm crazy or something. |
11
9ef6b3cc8bdf
update readme
Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com>
parents:
9
diff
changeset
|
9 |