Versions Compared

Key

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

 

 

Page Properties
Target release
Epic 
Document status
Status
titleDRAFT
Document owner 
Designer
Developers
QA

...

  • Days in Year – Actual
  • Recalculate Interest? – checkbox - Null
  • Rest or Frequency at which outstanding principal is recalculated – Null
  • Days Calculation Basis – Actual

 

Database changes 

 

 1. Modifications to Loan Product (“m_product_loan”)

...

Column NameData TypeDescription
days_in_month_enumint

No of Days should be considered in loan calculation

Actual or 30 days
days_in_year_enumint

No of Days should be considered in loan calculation

Actual or 360 or 365 or 364
interest_recalculation_enabledtinyint

Boolean flag indicates is interest recalculation required if

payment not done as per the schedule.

 

 

3. Interest Recalculation settings (m_product_loan

...

_recalculation_details)

Column NameData TypeDescription
product_idbigintref m_product_loan
compound_type_enumint

indicates compounding strategy

  • none
  • interest
  • fee
  • interest and fee
 reschedule reschedule_strategy_enumint  

indicates which reschedule strategy to be used on prepayment

  • Reschedule Next Repayments
  • Reduce Number of Installments
  • Reduce EMI Amount

...

Column NameData TypeDescription
loan_idbigintref m_loan
compound_type_enumint

indicates compounding strategy

  • none
  • interest
  • fee
  • interest and fee
 reschedule_strategy_enumint  

indicates which reschedule strategy to be used on prepayment

  • Reschedule Next Repayments
  • Reduce Number of Installments
  • Reduce EMI Amount

Use cases:

     1. identify  recalculation : check the payment against schedule and should process recalculation in following scenarios 

...