Pricing Engine
The LoanVista Pricing Engine (PE) is a high-performance calculation service that determines mortgage rates based on investor guidelines, loan-level price adjustments (LLPAs), and real-time market data.Main Endpoints
| Endpoint | Method | Description |
|---|---|---|
/api/PriceLoan/Run | POST | Calculate pricing for a single loan record immediately. |
/api/PriceLoan/RunBatch | POST | Queue a batch of loans for background pricing. |
Calculate Single Loan Pricing
Run the pricing engine for a specific loan scenario.HTTP Request
Request Body
Response
The response includes a list of eligible products and their respective rates and prices.Run Batch Pricing
Process multiple loans or an entire pipeline bucket.HTTP Request
Parameters
| Name | Type | Description |
|---|---|---|
loanPipelineId | int | Required. The ID of the pipeline to price. |
bucketId | int | Optional. Filter by specific bucket. |
priceTestLoans | bool | Default false. Whether to include test loans. |

