@flarehr/retirement-forecast
v1.0.4
Published
Generate retirement forecasts for the lifestages product
Downloads
1
Maintainers
Keywords
Readme
Lifestages Retirement Forecast
A reusable library for incorporating lifestages product retirement forecasts into your app.
Unit tests
Unit tests are built using Jest and can be run via npm test
.
The correctness of the forecast algorithm is validated line-by-line against CSV extracts of the original signed-off spreadsheet model.
Example app
An example implementation of the library is included and can be run via npm i && npm start
. Since this example app depends on this repo your command line will also need to have SSH access to install the dependencies.
A pre-built version of the example app is deployed at: lifestages-retirement-forecast.web.app