This request allows you to add an Escrow Calculator to an inactivated loan.
General
This request allows you to add an Escrow Calculator to a loan. Here's what you need to know:
- Since Escrow Calculators are a part of a loan's setup terms, they can only be added to loans that are not activated.
- Escrow Calculators use Escrow Buckets. You will need to create one before adding a calculator, but you can do so via the API.
For an example on how the Escrow Calculator functionality works within LoanPro's UI, take a look at our Escrow Calculator article on our help site.
Database
For more information on escrow calculator database tables, see the following articles:
- Database – Escrow Calculator (escrow_calculator_entity)
- Database – Escrow Subset Entity (escrow_subset_entity)
- Database – Escrow Subset Options (escrow_subset_options_entity)
{
"EscrowCalculators": {
"results": [
{
"subset": "1",
"term": 36,
"total": 150,
"percentBase": "loan.escrowPercentBase.loanAmount",
"proRate1st": "loan.escrowProrateFirst.full",
"extendFinal": 0,
"disclosureLnAmtAdd": 0,
"paymentApplication": "loan.escrowpmtapp.percentfixed"
}
]
}
}
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.