private void updateSavingsPerMonth()
 {
     Savings = StatsCalculator.GetSavingsPerMonth(Data, Flows, RISK_FREE_RATE);
 }