https://github.com/danny02/immocalc
https://github.com/danny02/immocalc
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/danny02/immocalc
- Owner: Danny02
- Created: 2019-09-19T07:26:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-20T20:13:01.000Z (about 6 years ago)
- Last Synced: 2025-02-22T01:27:49.126Z (over 1 year ago)
- Language: CSS
- Size: 1.09 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
