# Set and manage index rates

Updated Admin Portal experience
This page describes how to reach index rate tools in the **updated** Admin Portal layout (sidebar with user avatar menu). If you use the legacy layout (top navigation and **Admin options** in the header), see [Set and manage index rates (legacy)](/servicing-operations/admin-portal/admin-portal-index-rates-legacy).

Index rates are benchmark interest rates (such as the prime rate or Federal Funds rate) used to calculate variable APRs on loans. If your loan types use variable interest rates, the index rate tools let you define and update these rates over time.

**Availability:** All clients on the updated Admin Portal layout (accessed from the user avatar menu, not the main sidebar list). The **Manage Index Rates** entry in the avatar menu is gated by your administrator role; the per-action `indexrates:*` permissions still govern what the Peach API will accept.
**Required permissions:** `indexrates:list`, `indexrates:read` (to view); `indexrates:create` (to add); `indexrates:update` (to edit); `indexrates:delete` (to remove)

## Navigate to index rate tools

Index rate tools are not listed in the main sidebar. To open them:

1. Select your **user avatar** at the bottom of the sidebar.
2. Select **Manage Index Rates**. The **Manage index rates** page opens and serves as the entry point for both viewing existing rates and adding a new one.


## Add a new index rate

1. Select your **user avatar** at the bottom of the sidebar, then select **Manage Index Rates**.
2. On the **Manage index rates** page, select **+ Add index rate**. The **Add index rate** page opens.
3. Fill in the index rate details (see [field reference](#index-rate-fields) below).
4. Select **Add** to save.


## Manage existing index rates

1. Select your **user avatar** at the bottom of the sidebar, then select **Manage Index Rates**.
2. On the **Manage index rates** page, select a loan type from the **Applicable to** dropdown to load its index rates.
3. The rates list shows all index rates defined for that loan type, each displaying its date range and percentage. Select the rate you want to modify.
4. Update the fields you want to change.
5. Select **Update index rate** to save, or **Cancel** to discard.


To add another rate, select **+ Add index rate** from this page.

### Remove an index rate

1. From the **Manage index rates** page, select the loan type and the rate you want to remove.
2. Select the delete icon next to the rate.
3. The remaining rates' date ranges adjust automatically after removal.


## Index rate fields

| Field | Description | Required | Values / Format |
|  --- | --- | --- | --- |
| **Applicable to** | The loan type this index rate applies to. Each index rate is scoped to a single loan type. | Yes | Dropdown of loan types |
| **External ID** | Your company's internal identifier for this index rate. | No | Text |
| **Index description** | A descriptive name for the index rate (e.g., "Prime Rate Q1 2025"). Visible as a tooltip on the manage index rates page. | No | Text |
| **Country** | The country this index rate applies to. | Yes | Dropdown (ISO country codes) |
| **Annual rate** | The annual index rate value, entered as a percentage. | Yes | Number with % |
| **Start date** | The date this index rate takes effect. | Yes | Date |
| **End date** | The date this index rate expires. Select "End of loan" to apply the rate indefinitely, or choose a specific date. If setting a custom end date, it must be after the start date. | Yes | "End of loan" or Date |


## Related pages

- [View loan type configurations](/servicing-operations/admin-portal/admin-portal-loan-types)
- [Admin Portal overview](/servicing-operations/admin-portal/admin-portal-overview)