# Fixed Rates

A[ fixed interest rate](/overview/vendor-finance-v1/definitions.md) is attractive to borrowers and lenders who don’t want their interest rates fluctuating over the term of their loans

The interest rate on a fixed-rate loan remains the same during the life of the loan for an individual borrower. Because the borrower's payments stay the same, it's easier to budget for the borrower and you are not exposed to fluctuating rates. As a lender you receive a predictable income and interest.

{% hint style="warning" %}
There is an ability by the lender to change the fee later on to make sure it is still appealing to borrowers. This change would not affect people whom borrowed prior to the rate change. Once you borrow, your interest rate is locked in to whatever you agreed upon at the time of transaction.
{% endhint %}

### How to Calculate Fixed Interest Costs <a href="#mntl-sc-block_1-0-10" id="mntl-sc-block_1-0-10"></a>

Calculating fixed interest costs for a loan is relatively simple. You just need to know:

* The loan amount&#x20;
* The interest rate
* The loan repayment period

{% hint style="info" %}
Example: \
\
Loan amount = $1,000; Term Interest Rate = 1%; One month time term\
\
$1,000 x 1% = $10 in interest owed for the one month term<br>
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vendor.finance/overview/vendor-finance-v2/benefits/fixed-rates.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
