Expected value
This method implements the calculation of the expected value for a savings plan. The objective of this calculation is to project the future value of a savings plan, which comprises:
- an initial deposit,
- regular monthly savings.
The calculation makes use of the following formula to determine the expected value (x) of the savings plan at a given month (t):
Loading...
In this formula:
Loading...
The cashflow variable (y) encapsulates both the initial deposit and the monthly savings. The initial deposit is factored in at the beginning of the savings period. The monthly savings (cashflow) are introduced at the start of each subsequent month and initial monthly saving should be set to zero, i.e.
Loading...
The expected value (x) is calculated at the end of each month.
Additionally, the method determines the monthly return (r) from the annual return (R) using the formula:
Loading...
This formula consists of:
Loading...
The monthly return (r) is therefore a transformation of the annual return (R) that factors in the monthly nature of the savings plan. Through the use of these formulas and variables, the method provides a projected expected value for a given savings plan.