...
Info |
---|
title | Savings Account Activation Info |
---|
|
When an account goes active (for the first time) several things happen. - account activation date is set.
- The next interest calculation date is determined - in this case as interest calculation occurs every 1 months on end of month, the valid set of interest calculation dates are highlight in the table below.
- The next interest posting date is determined - in this case, occurs every 3 months on end of month, the valid set of interest posting dates highlighted below beside the possible interest calculation dates
- It is only through interest posting that interest is actually compounded on the account.
- Schedules are generated with mandatory/recommend amounts to track payments by group/individual clients.
|
Possible Interest Calculation and Posting Dates
Date | Note |
Jan 31 2010 | possible next calculation date |
Feb 28 2010 | possible next calculation date |
Mar 31 2010 | possible next calculation date and posting date |
Apr 30 2010 | possible next calculation date |
May 31 2010 | possible next calculation date |
Jun 30 2010 | possible next calculation date and posting date |
July 31 2010 | possible next calculation date |
August 31 2010 | possible next calculation date |
September 30 2010 | possible next calculation date and posting date |
October 31 2010 | possible next calculation date |
November 31 30 2010 | possible next calculation date |
December 31 2010 | possible next calculation date and posting date |
...
Info |
---|
title | Calculation periods where first deposit occurs are handled is slightly special way. |
---|
|
Strictly speaking, the 'calculation period' is monthly so is from 1st of July to 31st of July 2010. However the account was only created on the 19th of July. - The 'minimum balance' is NOT calculated from the account creation date - 19 July 2010.
- The 'minimum balance' is NOT calculated from the account activation date - 20 July 2010.
- The 'minimum balance' is calculated from the first day of activity that results in a non-zero balance which is - 25 July 2010.
|
Info |
---|
title | Minimum balance worked out for july |
---|
|
Given the Minimum balance equation shown above: Starting from 25th of July: - 25th of July to 31st July = 1000 is the Minimum balance for duration
- P (July) = 1000 (since the P >= 1000, interest should be calculated)
- r (July) = interest / 100 * (25 to 31 July) / (Number of Days in current financial year) = (10 / 100) * (6 / 365) = 6 / 3650
- I (July) = P (r) = 1000 (6 / 3650) = 1.64 (rounding up to 2 decimal)
|
This interest is not posted (as its not due to be posted) but is instead stored in a interest to be posted column on savings_account. The next interest calculation date is upated to end of 1 month from last (Aug 31 2010) leaving the account looking like the following for July.
...