An open API service indexing awesome lists of open source software.

https://github.com/danny02/immocalc


https://github.com/danny02/immocalc

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

          

# Credit Calculator
Used to simulate long running credits (i.e. for buying a house).
See [Calc.scala](./src/main/scala/de/dheinrich/Calc.scala) for a detailed example simulation.

## Features
- define multiple incomes and how they change over time (i.e. inflation, temporary loss of income)
- define multiple different credit contracts, which can start at different times

## Interactiv Visualisation
Run `sbt ~fastOptJS` this will start a local webserver. Access
http://localhost:12345/index-dev.html to play with the visualization.
![viz screenshot](./viz-screen.png)