Versions Compared

Key

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

...

We need to create a table to keep all loan provision categories.The table name is 'm_loan_product_provision_category''. The table definition is defined below.

 

NameDatatypeLengthRemarks
idBIGINT20Primary Key & Auto Increment
category_nameVARCHAR100Not Null
DescriptionVARCHAR200 

 

By default Mifos X system will create and insert the following categories into this table based on customer requirements. So the data will look like below.

idcategory_nameDescription
1STANDARDPunctual Payment without any dues
2SUB-STANDARDPrincipal and/or Interest overdue by x days
3DOUBTFUL   

Principal and/or Interest overdue by y days with 1 year original term (or)

Principal and/or Interest overdue by z days with more than 1 year term

 

4LOSSPrincipal and/or Interest overdue by t1 days with 1 year original term (or)
Principal and/or Interest overdue by t2 days with more than 1 year term