Skip to content

Commit

Permalink
add pypi badge
Browse files Browse the repository at this point in the history
  • Loading branch information
tfeldmann committed Jul 12, 2023
1 parent 8938698 commit 65cff1a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Readme.md
@@ -1,9 +1,15 @@
# days360

[![Tests](https://github.com/tfeldmann/days360/actions/workflows/tests.yml/badge.svg)](https://github.com/tfeldmann/days360/actions/workflows/tests.yml)
<a href="https://pypi.org/project/days360/">
<img src="https://img.shields.io/pypi/v/days360" title="PyPI Version">
</a>

Calculates the days between two dates based on the 360 day year used in interest calculations.
It's planned to add the ISDA and PSA methods in the future.

Planned:
- ISDA and PSA methods.

Notes:
- Implementations are based on https://en.wikipedia.org/wiki/360-day_calendar.
- This library started as a port of this ruby gem: https://github.com/tamaloa/days360/tree/master

0 comments on commit 65cff1a

Please sign in to comment.