Lock request secondary registration and EPPS

In Encompass Banker edition, after a loan officer places a lock request and exits the loan file, the lock desk can access the Secondary Registration tool, review the information, validate buy-side information, and search for sell-side product and pricing options. To Search for Products and Prices from the Secondary Registration Tool: 1        Open a loan …

Lock request and EPPS

Search for Products, Rates, and Prices from the Lock Request Form Loan officers can search for products and prices from the Encompass Product and Pricing Service by clicking the Get Pricing button on the Lock Request Form tool. To Search for Products and Prices from the Lock Request Form Tool: Open a loan file, dick …

Recording payment into the servicing history of the loan

The following code demonstrates how to record a payment into the servicing history of the loan. using System; using System.IO; using EllieMae.Encompass.Client; using EllieMae.Encompass.BusinessObjects; using EllieMae.Encompass.BusinessObjects.Loans; using EllieMae.Encompass.BusinessObjects.Loans.Servicing; class SampleApp { public static void Main(string[] args) { // Open the session to the remote server Session session = new Session(); session.StartOffline(“mary”, “maryspwd”); // Open the …