Add escrow calculator

This request adds an Escrow Calculator to an inactivated loan.

   Click here to learn more about this request

This request allows adding an Escrow Calculator to a loan. Note the following when making this request:

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. It's necessary to create a bucket before adding a calculator, use the PUT edit escrow bucket settings request to do so.

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 information on escrow database tables, see the following articles:

Database – Escrow Subset Entity (escrow_subset_entity)

Database – Escrow Subset Options (escrow_subset_options_entity)

Database – Escrow Calculator (escrow_calculator_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"
            }
        ]
    }
}
Language
Credentials
Click Try It! to start a request and see the response here!