Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/digineo/verzugszinsen
Verzugszinsrechner zum Berechnen von Verzugszinsen in Ruby
https://github.com/digineo/verzugszinsen
Last synced: 6 days ago
JSON representation
Verzugszinsrechner zum Berechnen von Verzugszinsen in Ruby
- Host: GitHub
- URL: https://github.com/digineo/verzugszinsen
- Owner: digineo
- License: mit
- Created: 2013-12-03T23:15:14.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-01-02T19:47:14.000Z (11 months ago)
- Last Synced: 2024-01-02T20:41:33.106Z (11 months ago)
- Language: Ruby
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Verzugszinsrechner
==================Beispiel
--------Argumente:
* Ausgangsforderung
* Zeitraum
* Prozentpunkte über dem Basiszinssatz (siehe `lib/basiszinssatz.yml`)```
puts Verzugszinsen.new(1500, (Date.parse '2009-09-15')..(Date.parse '2012-02-17'), 8).inspect
```Ausgabe:
```
Zeitraum | Tage | Zinssatz | Zinsertrag
--------------------------------------------------------
2009-09-15 bis 2009-12-31 | 108 | 8.12 | 36.0395
2010-01-01 bis 2010-06-30 | 181 | 8.12 | 60.3995
2010-07-01 bis 2010-12-31 | 184 | 8.12 | 61.4005
2011-01-01 bis 2011-06-30 | 181 | 8.12 | 60.3995
2011-07-01 bis 2011-12-31 | 184 | 8.37 | 63.2910
2012-01-01 bis 2012-02-17 | 48 | 8.12 | 15.9738
--------------------------------------------------------
Ausgangsforderung: 1500.00
Zinsen Gesamt: 297.50
Gesamtforderung: 1797.50
```Credits
-------Copyright (c) 2013 Digineo GmbH, Germany