Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Financial Growth Plotting Project
# Financial Black Scholes Options Pricing

A Python project to visualize year-over-year growth of values with a plot. This project uses `polar` and `matplotlib` for data manipulation and plotting.

Expand Down Expand Up @@ -76,6 +76,8 @@ uv run flake8 {file}

example output for compound_interest_calculator


![Chart showing compounding growth](compound_interest.png)

Thanks.
Thanks.

2 changes: 1 addition & 1 deletion black_scholes_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ def black():


if __name__ == "__main__":
back()
black()