I'm supposed to create a report like shown below.
Credit Tier | Jan-07 | Feb-07 | Mar-07 |
AA | 0.00% | 0.00% | 0.00% |
A | 0.00% | 0.00% | 0.00% |
B | 0.00% | 0.00% | 0.00% |
C | 0.00% | 0.00% | 0.00% |
Time columns go up to Dec 07. But I did not show all the columns.
The values are calculated as follows.
Field value for Jan07 = (No of Loans pass due in Jan07 / Total No of loans disbursed in Jan07)
Repayment due date is 5th of every month. if smbody does not pay on 5th, its considedred as pass due.
Source data tables look like this.
LoanTable(Disbursed date, userID, Amount, Status)
CreditTier table (Credit Tier, Rate) - Seems like no relationship with Loan table
we can identify pass due loans from status field in loan table. Status appears as 'Deliquency'.
Please Can any one help me to create this report