Tips to Configure: Loan Accounts
General Set Up
Your ID for a specific borrower/end user. Call this ID so the system knows which user this loan is for.
The Lender ID of the partner who is funding this particular loan account.
The product ID that is associated with this loan account - this will depend upon what type of loan is being issued (one time loan, credit line, etc.)
Your internal ID associated to this specific loan account
Payment Due Policies
The value for the number of days past due (DPD) before late fee charges kick in Sometimes you don't want your borrower to face an immediate penalty, so you give them a grace period. Automatic account status changes or any late fees will not be triggered until the end of the grace period.
An Example: A borrower has taken a loan, and his EMI due date is on the 5th of every month This loan charges a late fee of INR 10 per day. If you set the Late_fee_grace_period as “5” The borrower will only start to incur the late fee penalty of INR 10 per day starting on the 11th of the month, even though his payment was already late on the 6th.
Interest Policies
The value for the rate of interest you will be charging the borrower for this specific loan.
If left blank this field will take the default value that has been set at a Product level. If you would like to set the rate of interest as 15%, simply input the value 15
in this field
Fee Policies
The value of the processing fee you would like to charge for this specific loan account. If left blank, the system will take the value set during product configuration as the default
The value of the origination fee you would like to charge for this specific loan account
The value of the late fee that you will charge the borrower on a daily basis once the grace period has ended.
If left blank this field will take the default value that has been set at a Product level. If you would
The max amount of late fees that can be charged for this product.
If left blank this field will take the default value that has been set at a Product level.
Example:
If
late_fee
is set as10
The
late_fee_frequency
is set asdaily
And the
late_fee_cap
is set as100
Then late fees will be generated for 10 consecutive periods (days) before reaching the limit of INR 100.
Loan Policies (valid only for loan products)
The principal amount or total value of the loan.
The amount that is actually disbursed or transferred to the borrower. Often this value may be the same as the Loan_principal_amount, but in some cases a processing fee is deducted from the principal before disbursal.
An Example: A borrower requests a loan of INR 10,000 This loan charges a processing fee of INR 250 on the principal amount (deducted pre-disbursal) In this case, the value for the Loan_principal_amount = 10,000 And the value for the Loan_disbursement_amount = 9,750
Credit Line Policies (only valid for credit line type)
The value for the credit limit being assigned to this specific account
This field decides what percentage of the outstanding balance has to be repaid on the due date to avoid incurring any fees.
If the customer has to pay the full instalment amount in order to avoid incurring fees then simply input the value as 100
- indicating 100% of the outstanding amount is due
If left blank this field will take the default value that has been set at a Product level.
The value of the annual fee you would like to charge for this specific loan account
The value of the monthly fee you would like to charge for this specific loan account
Last updated