ucfinancegroup / pfp

a personal finance app, focused on projections, written in Rust and React
4 stars 0 forks source link

Compounding Recurrings #256

Closed c650 closed 3 years ago

c650 commented 3 years ago

This PR introduces support for Compounding Recurrings in time series calculations. It also has some light refactoring to timeseries calculations and some abstraction of recurrings stuff.

Fixes #254

c650 commented 3 years ago

I moved Timeseries' testing module inside the mod TimeSeriesService so that I could privatise some of the functions