get https://loanpro.simnang.com/api/public/api/1/odata.svc/Loans()
This request pulls a loan's escrow information.
Click here to learn more about this request
The LoanPro calculator and Loan Management System (LMS) allow a great deal of configuration when it comes to setting up and using escrow. To achieve this, the API uses a combination of multiple escrow objects:
- There are 6 separate escrow objects. Here's a breakdown of those objects:
Object Name | Description |
---|---|
EscrowSubsets EscrowSubsetOptions | These two objects both hold Escrow Bucket information. |
EscrowCalculators | This object holds Escrow Calculator information. |
EscrowTransactions | This object holds transaction information. Information on payments made to an escrow account is stored here. |
EscrowCalculatedTx | This object holds information for escrow transactions and how they have affected the escrow account for a loan. |
EscrowAdjustments | This object holds information for adjustments that are made to the escrow portion of a loan. An escrow adjustment consists of two pieces of data: the payment period when the escrow amount will start to be added to payments, and the amount that will come due with each payment. When an escrow adjustment is entered, it will affect all payments from the payment period going forward. |
- It's possible to expand multiple objects within a single request. To pull all of the escrow information for a loan with one request, format the endpoint like the following:
https://loanpro.simnang.com/api/public/api/1/odata.svc/Loans(9114)?$expand=EscrowCalculatedTx,EscrowAdjustments,EscrowTransactions,EscrowSubsets,EscrowSubsetOptions,EscrowCalculators
Database
For information on escrow database tables, see the following articles: