Create an Interest Rate Change

This request allows you to create an interest rate change on a loan.

General

LoanPro's Interest Rate Change tool allows users to change a loan's interest rate at any point in the loan's life. Here's what you need to know about this request:

  • The InterestRateChanges object holds interest rate change history, and it's nested within the Loans entity.
  • You can log an interest rate change at any point in the loan's life—even before it has been activated. The change will take effect on the chosen applyDate.
  • A scheduled interest rate change will override a schedule roll. For example, if an interest rate change has occurred on a loan and a schedule line later applies, the calculator will use the interest rate specified by the Interest Rate Change tool.
  • Using this tool will affect the loan's APR, and the tool does not have a rate limit. Make sure to comply with your local lending laws when logging rate adjustments.

For an example of how the Interest Rate Change tool works in the UI, take a look at our Interest Rate Changes article.

Database

For information regarding interest rate change database tables, see the following articles:

{
    "InterestRateChanges": {
        "results": [
            {
                "type": "loan.interest.rate.change.type.fixed",
                "rate": "6",
                "description": "Promo Rate Expiration",
                "applyDate": "2024-01-01"
            }
        ]
    }
}

📘

Try It Instructions

Our requests often provide sample payload information so that you can receive a 200 response from simply hitting the Try It button. This request is ready for you—expand the object by clicking the "+" symbol and hit Try It to send the request.

If you would like to try this request with your own tenant account, make sure to change the headers to match your own authentication information.

Language
Authentication
Click Try It! to start a request and see the response here!