Loan Types
View all loan type applicable on the system
Loan Types
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"data": [
{
"loanTypeId": 276,
"loanName": "Personal/Quarterly (Top-up) - 4",
"maxAmount": 100000000,
"minAmount": 100,
"loanTypeCode": "Personal/Quarterly (Top-up) - 4",
"interestRate": 4,
"dsrRate": 80,
"repaymentType": 1,
"repaymentPeriod": null,
"repaymentFrequency": null,
"loanTypeTenor": 30,
"minimumCreditScore": 0,
"maximumCreditScore": 0
},
{
"loanTypeId": 280,
"loanName": "Personal - 3.3",
"maxAmount": 100000000,
"minAmount": 100,
"loanTypeCode": "Personal - 3.3",
"interestRate": 3.3,
"dsrRate": 80,
"repaymentType": 1,
"repaymentPeriod": null,
"repaymentFrequency": null,
"loanTypeTenor": 30,
"minimumCreditScore": 0,
"maximumCreditScore": 0
}
],
"status": true,
"message": "Success"
}Last updated