...
Table Name | Description | ETL Approach |
|
---|---|---|---|
stg_customer_and_account_updates | Staging table - into which are put all new customers and account and all changes | Loaded from empty when ETL Run |
|
stg_personnel_names_and_name_changes | Staging table - when a center, group or client changes loan officer... the old and new loan officer | Loaded from empty when ETL Run |
|
stg_customer_type1_columns | Staging table - latest value of customer columns not involved in type 2 updates. Allows columns to | Loaded from empty when ETL Run | |
stg_loan_type1_columns | Staging table - latest value of loan account columns not involved in type 2 updates. Allows columns to | Loaded from empty when ETL Run |
Info |
---|
Other |
Table Name | Description | ETL Approach |
|
---|---|---|---|
dw_mfi_configuration | currently contains: | Loaded from prd_type mifos table |
|
dw_loan_schedules | loan schedule details (was a 'fact' table but decided against that as found it very hard to keep schedule entries tracked to the dim_loan entries. | Transactions simply extracted from mifos equivalent. Only links to the loan_account_id not a specific entry in dim_loan. Need to be updated if the schedule dates change (if disbursed on a date different to the expected date). |
|
...