Mercurial > public > python-black-scholes
annotate README.md @ 15:ca59a9f4076f
Change info files
author | Dennis <dennis@denniscm.com> |
---|---|
date | Fri, 11 Aug 2023 18:25:49 +0000 |
parents | 06e63d7cdb22 |
children | 6af01a49ce09 |
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 - Docs: <https://denniscm.com/proj/python-black-scholes.html> |
7 - Main repo on SourceHut: <https://git.sr.ht/~denniscmartin/python-black-scholes> | |
8 - Mirrors: | |
9 - Github: <https://github.com/denniscmartin/python-black-scholes> | |
10 - Gitlab: <https://gitlab.com/denniscmartin/python-black-scholes> | |
14 | 11 |
4
ccffaf75d240
refactor code
Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com>
parents:
0
diff
changeset
|
12 |
15 | 13 ## Note |
4
ccffaf75d240
refactor code
Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com>
parents:
0
diff
changeset
|
14 |
15 | 15 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
|
16 |