Your credit union can also define its own named loan types in the admin loan-type catalog (under Administration > Loan types at
/admin/loan-types). Viewing the catalog is gated by loans.types.read; creating and managing types is gated by loans.types.manage. Each named type maps to one of the four archetypes below and carries its own product configuration. The four archetypes here describe the underlying behaviour.Unsecured
An Unsecured loan is a personal or consumer loan with no collateral backing. Eligibility is assessed on the applicant’s income, employment stability, credit history, and the strength of any guarantors. Form sections required:- Applicant Information
- Employment
- Statement of Affairs
- Loan Purpose
- Guarantors (optional)
- Employment type and employment status
- Length of employment
- TDSR (Total Debt Service Ratio)
- Loan type (Unsecured scores 3, the highest of the loan-type factor)
- Credit history
Cash-Secured (shown in the app as Cash secured)
A Cash-Secured loan (the app displays this archetype as Cash secured, no hyphen) is backed by cash the applicant holds at the credit union. The collateral is liquid and already under your credit union’s control, so this loan type contributes the lowest loan-type factor score. Form sections required:- Applicant Information
- Employment
- Statement of Affairs
- Loan Purpose
- Cash Collateral (up to five qualifying accounts of type Shares, Time Deposit, or Savings Hypothecation, each with its account number and amount held)
- Guarantors (optional)
- The maximum loan is 95% of the total pledged cash security. A loan requested above that is flagged as exceeding the security limit.
- By policy, the pledged funds are held (not accessible to the member) for the life of the loan. The application captures the pledged account and its type; the hold itself is an operational policy rather than a lock enforced by the credit module.
- LTV is calculated as loan amount divided by collateral value, and feeds the LTV risk factor.
- Employment type and employment status
- Length of employment
- TDSR
- LTV against the pledged cash security
- Loan type (Cash-Secured scores 1, the lowest of the loan-type factor)
- Credit history
Auto (shown in the app as Motor vehicle)
An Auto loan (the app displays this archetype as Motor vehicle; AUTO is the internal enum value) uses the financed vehicle as collateral, captured in the Vehicle Details section alongside the standard employment and income criteria. Form sections required:- Applicant Information
- Employment
- Statement of Affairs
- Loan Purpose
- Vehicle Details (make, model, year, VIN, engine number, estimated valuation, and optional mileage)
- Guarantors (optional)
- LTV is calculated against the vehicle valuation: loan amount divided by vehicle valuation.
- Vehicle age is a rate determinant, not a risk factor. The rate engine picks the rate tier where the vehicle’s age (current year minus the vehicle year) falls within the tier’s maximum age, so older vehicles can attract a different rate.
- The Securities team requests confirmation of vehicle title and insurance during the Securities review. These are not captured on the application form, and the requested-document list is set per request rather than fixed by the system.
- Employment type and employment status
- Length of employment
- TDSR
- LTV against vehicle valuation
- Loan type (Auto scores 2)
- Credit history
Mortgage (shown in the app as Real estate)
A Mortgage loan (the app displays this archetype as Real estate; MORTGAGE is the internal enum value) is secured against real property. It carries the most extensive documentation and review requirements, including property valuation, security type, and registered mortgagees. Form sections required:- Applicant Information
- Employment
- Statement of Affairs
- Loan Purpose
- Property Details (property type, address, estimated valuation, valuation date, security type, and registered mortgagees)
- Guarantors (optional)
- LTV is calculated against the property valuation: loan amount divided by property valuation.
- The Securities team reviews valuation reports, title, and mortgage registration paperwork before disbursement. As with Auto loans, the requested-document list is set per request rather than fixed by the system.
- Employment type and employment status
- Length of employment
- TDSR
- LTV against property valuation
- Loan type (Mortgage scores 2)
- Credit history
Member equity and payment add-ons
Three figures the rate engine computes feed into what a member pays and qualifies for, regardless of loan type:- Mandatory shares is the required member-equity share purchase, the greater of JMD $2,000 or 15% of the loan amount.
- Compulsory savings is added to the monthly payment, the greater of JMD $2,000 or 5% of the monthly loan amortization payment.
- Creditor life premium is an insurance premium drawn from a per-thousand-per-year actuarial table keyed by the applicant’s age.
Choosing the right loan type
| If the member has… | Recommended type |
|---|---|
| No collateral to offer | Unsecured |
| Cash they can pledge for a better rate | Cash-Secured |
| A vehicle to use as security | Auto |
| Property to use as security | Mortgage |
The loan type is locked once the application is submitted. If the wrong type was selected, the application must be abandoned and a new one created with the correct loan type.