Advanced Search
Search Results
22 total results found
Generate Report
TheĀ Generate Report endpoint accepts data about a customer's finances and lending scenario, along with lenders to calculate the report for. The endpoint may take a few seconds to generate a report which consists of a single loan amount case for each of the s...
Export report to PDF
The Export Report to PDF endpoint exports a generated mortgage report to PDF format and returns a downloadable PDF file URL. Request Type: POST Path: /engine/export-report-pdf Endpoint The Export Report to PDF endpoint can be accessed from the...
CalculationDetails
At the core of MRE functionality is generating reports for a calculation request. A calculation request may be sent towards a generate report endpoint, in which case the calculation request is immediately calculated against the engine's logic, or, the calculat...
Report
As a result of a calculation request to the MRE, it produces a report which contains all the information for each lender, over several loan amount cases. Schema JSON_SCHEMA:BlackFinTech/MortgageRecEngine.Backend/develop/functions/lib/schemas/report.json2026-03...