Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jla-data/TVM
Time Value of Money = fifty shades of Cash Flow discounting
https://github.com/jla-data/TVM
Last synced: 9 days ago
JSON representation
Time Value of Money = fifty shades of Cash Flow discounting
- Host: GitHub
- URL: https://github.com/jla-data/TVM
- Owner: jla-data
- License: mit
- Created: 2019-12-17T07:11:13.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-12T10:25:37.000Z (11 months ago)
- Last Synced: 2024-08-13T07:11:45.547Z (4 months ago)
- Language: R
- Homepage:
- Size: 463 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - jla-data/TVM - Time Value of Money = fifty shades of Cash Flow discounting (R)
README
# TVM - Time Value of Money
[![R-CMD-check](https://github.com/jlacko/TVM/workflows/R-CMD-check/badge.svg)](https://github.com/jlacko/TVM/actions)
[![Codecov test coverage](https://codecov.io/gh/jla-data/TVM/branch/master/graph/badge.svg)](https://codecov.io/gh/jla-data/TVM?branch=master) [![CRAN](http://www.r-pkg.org/badges/version/TVM)](https://cran.r-project.org/package=TVM)Fifty shades of cash flow discounting.
Currently implemented functions (loosely inspired by MS Excel, but vectorized):
- **dcf** – Day Count Fraction
- **irr** – Internal Rate of Return
- **npv** – Net Present Value
- **pmt** – Annuity Payment
- **ipmt** – interest part of an Annuity Payment
- **ppmt** – principal part of an Annuity PaymentWith hopefully more to come, but not very actively developed at present.
Implemented with minimal dependencies, mostly in base R.