Turro
ea6c6056cf
Added apr_interest function to financial ( #6025 )
...
* Added apr_interest function to financial
* Update interest.py
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Update financial/interest.py
* float
---------
Co-authored-by: Christian Clauss <cclauss@me.com >
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-06-19 13:46:29 +02:00
Christian Clauss
cb4dc19723
Financial: principle -> principal ( #5614 )
...
* Financial: principle -> principal
The originally invested amount of money: `principal`
-- https://www.grammarly.com/blog/principle-principal/
* updating DIRECTORY.md
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com >
2021-10-27 00:41:32 +08:00
Tarcisio Bruni Rangel
c41bb49fc0
Financials ( #5585 )
...
* feat: creates math calculations for financials
* refactor: make pull request items requirements
* refactor: provides type hint for parameters
* refactor: applies code review suggestions
* refactor: adds more examples tests
* refactor: throws ValueError instead of Exception
* refactor: fix formatting
* refactor: fix formatting
* Update interest.py
* Update and rename financials/ABOUT.md to financial/ABOUT.md
* Rename financials/__init__.py to financial/__init__.py
* Rename financials/interest.py to financial/interest.py
* https://www.investopedia.com
* Update __init__.py
* pre-commit: Disable end-of-file-fixer
* Revert change to pre-commit
* Update __init__.py
* __init__.py
Co-authored-by: Christian Clauss <cclauss@me.com >
Co-authored-by: John Law <johnlaw.po@gmail.com >
2021-10-26 18:19:00 +02:00