Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Now how to associate loan provision to  a product? In create loan product screen, we have the option to enable loan loss provision as shown in mock up screen below

In

this screen, we can define all parameters required for this provision calculation. This All provision categories from 'm_loanproduct_provision_category' table will shown in this screen. User can add each category and provide all the information related to it. Both Liability & Expense combos will have all GL accounts. So user can choose liability and expense accounts from them. 

Product Loan Provision information will be stored in 'm_loanproduct_provision_details'. The table definition is defined below.

NAMEDatatypeLengthRemarks
idBIGINT20PRIMARY KEY & AUTOINCREMENT
loanproduct_idBIGINT20FOREIGN KEY
category_idBIGINT20FOREIGN KEY
min_ageBIGINT20NOT NULL
max_ageBIGINT20NOT NULL
provision_percentageINT4DEFAULT 0
liability_accountVARCHAR100NOT NULL
expense_accountVARCHAR100NOT NULL
created_byVARCHAR100app user name
created_onDATE  
modified_byVARCHAR100 app user name
modified_onDATE  

 

For any given customer, the provision details for a particular loan product will look like below.

...