Skip to content

Commit

Permalink
Release of v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JerBouma committed Apr 29, 2024
1 parent 4f381c8 commit b8fbe2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2632,7 +2632,7 @@ The Yield to Maturity (YTM) is the total return anticipated on a bond if it is h
<summary><b>Derivative Valuations</b></summary>
The Derivative Valuations section contains a variety of models that can be used to value derivative instruments such as Swaptions. These models include the Black Model and the Bachelier Model.

All derivative valuations can be called by using `get_` to get a single valuation. E.g. `get_derivative_price`: As an example:
All derivative valuations can be called by using `get_` to get a single valuation. E.g. `get_derivative_price`. As an example:

```python
from financetoolkit import FixedIncome
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "financetoolkit"
version = "1.8.5"
version = "1.9.0"
description = "Transparent and Efficient Financial Analysis"
license = "MIT"
authors = ["Jeroen Bouma"]
Expand Down

0 comments on commit b8fbe2c

Please sign in to comment.