loans.types.manage capability). Viewing the list requires loans.types.read.
To manage loan types, navigate to /{tenantSlug}/admin/loan-types. For example, https://loan.compuzign.com/your-slug/admin/loan-types.
This is the admin page for configuring loan types. For an explanation of what
each type means for borrowers, including the form sections and collateral
requirements of each one, see the borrower-facing
Loan types guide.
The four built-in security bases
Every loan type binds to one of four security bases (the underlying archetype enum is shown in the first column). Each workspace is seeded with one default loan type per basis at onboarding.| Security basis | Archetype enum | Seeded code | Seeded name | Used for |
|---|---|---|---|---|
| Unsecured | UNSECURED | UNS | Unsecured | Personal loans with no collateral |
| Cash secured | CASH_SECURED | CASH | Cash secured | Loans secured against cash shares or savings |
| Motor vehicle | AUTO | AUTO | Motor vehicle | Loans secured by a motor vehicle |
| Real estate | MORTGAGE | MORT | Real estate | Loans secured by real property |
What a loan type contains
| Field | Description |
|---|---|
| Code | A short, unique identifier such as CSA or DIASPORA. Two to twenty characters, uppercase letters, numbers, and dashes only |
| Name | The display name staff see when selecting a loan type. Two to eighty characters |
| Security basis | The behavioral family this type belongs to, picked by label: Unsecured, Cash secured, Motor vehicle (AUTO), or Real estate (MORTGAGE). Internally the underlying enum is the archetype. Set at creation and never editable afterward |
| Sort order | A number from 0 to 9999 controlling where the type appears in lists. Lower numbers appear first |
| Description | Optional note up to 500 characters |
Creating a loan type
Go to the loan types page
Navigate to
/{tenantSlug}/admin/loan-types. The header shows the total
count and active count (for example, “8 loan types · 6 active”), and All,
Active, and Archived filter tabs each show their own count. The Archived
view is reached via the Archived tab. The toolbar also has a code-or-name
search box and an All security bases filter (one option per basis) to
narrow the list.Enter a code and name
The code must be unique within your workspace and can contain only
uppercase letters, numbers, and dashes. The name is what staff see when
they select a type.
Choose the security basis
Pick Unsecured, Cash secured, Motor vehicle (the
AUTO
archetype), or Real estate (the MORTGAGE archetype). Choose carefully.
This cannot be changed once the type is created.Set the sort order and optional description
Enter a sort order from
0 to 9999, then an optional description.Editing a loan type
To update an existing loan type:- Go to
/{tenantSlug}/admin/loan-types. - Open the loan type and click Edit.
- Update the code, name, sort order, or description, then click Save changes.
loan_type.updated audit event. The security basis is shown read-only and cannot be changed. If you also hold a products-catalog capability (loans.products.read or loans.products.manage), the edit page lists the loan products tagged to this type, each with its application count and rate source. If you hold loans.products.manage, you can create and archive products for this type right there, so the edit page doubles as where you manage that type’s products.
Archiving and restoring a loan type
When your credit union stops offering a named type, archive it rather than deleting it. Archiving sets the type inactive and hides it from staff without affecting any loans that already used it. To archive a loan type:- Go to
/{tenantSlug}/admin/loan-types. - Find the type and click Archive.
loan_type.archived audit event.
To restore an archived loan type:
- Go to
/{tenantSlug}/admin/loan-typesand open the archived view. - Find the type and click Restore.
loan_type.restored audit event and makes the type selectable again.
What happens to loans and products tied to an archived type?
What happens to loans and products tied to an archived type?
Existing loan applications and the products tagged to a type are not affected
when you archive it. Archiving only stops staff from selecting that type for
new work. The type is never hard-deleted, so its history stays intact and the
audit trail remains complete.
Related pages
Loan types (borrower view)
What each of the four loan types means, including form sections and
collateral requirements.
Loan products
Create the specific products that staff offer under each loan type.