Mercurial > public > python-black-scholes
comparison 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 |
comparison
equal
deleted
inserted
replaced
15:ca59a9f4076f | 16:6af01a49ce09 |
---|---|
1 | 1 |
2 # python-black-scholes | 2 # python-black-scholes |
3 | 3 |
4 A command line utility to calculate the theoretical call and put price of an European option using the black-scholes method. | 4 A command line utility to calculate the theoretical call and put price of an European option using the black-scholes method. |
5 | 5 |
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> | |
11 | |
12 | |
13 ## Note | 6 ## Note |
14 | 7 |
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. | 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. |
16 | 9 |