This release brings powerful bulk merge capabilities, performance upgrades in debug projections, new enhancements to API functionality, and a wide set of fixes across API usage, projections, and debug tools.
New Features
Model Comparison Export
The Model Comparison Page can now be exported directly to PDF for easier sharing and documentation. After comparing your models, select a header in the left-hand navigation and click the Download PDF button.
When the top header is selected, all differences between the models will be included. You can also select a specific entity level (e.g., Company Variables) to export only the differences at that level.

Enhancements
API Reporting Endpoint
The Report API endpoint has been enhanced to support larger file sizes and to prevent request timeouts.
The previous endpoint POST /api/v1/Reports/Workbooks/{id} has been deprecated (but remains functional). It has been replaced by two new endpoints:
POST /api/v1/Reports/Workbooks/{workbookId}/GenerateGET /api/v1/Reports/Workbooks/Status/{generationId}
These new endpoints offer the following improvements:
- Support for generating reports larger than 10MB
- Elimination of 30-second timeout limits
The new POST endpoint supports rowLimit and offset parameters, enabling incremental progress tracking during report generation.
Implementation examples are available in our GitHub repository.
Compare & Merge Enhancements
You can now merge the following entities in bulk when comparing and merging models:
- Currencies
- Product Output Groupings
- Variable Rates
- Yield Curve Points
- Model Point Field
Production Models
New API functionality allows you to programmatically add tables to a Production model (restricted to API only). Data tables, Decrement tables, and Scenario tables are supported.
Additional Improvements
- Model point file validation is no longer required to be completed before running projections. If validation is incomplete, it will continue during the projection run.
- The HPM projection log view has been expanded to show more content in a resizable window.
- Projection progress now displays decimal values for more accurate tracking of long-running jobs.
- The
GetDownloadUrlAPI endpoint now accepts an optionalContent-MD5parameter for file integrity verification. - HPM Debug Mode has been further optimized for faster execution.
- Support has been added for merging decrement table deletions across models.
- Duplicating a projection template now pre-fills the template description for faster setup.
- Variable tags in the sidebar are now automatically sorted in alphabetical order.
- You can now see the associated investment strategy version directly in the projection template view.
Fixes
- 2D portfolio variables now display expected results in the debug view after successful calculations.
- Resolved timeout errors (502/504) caused by performance issues during Model Point File validation.
- File-only data tables now raise appropriate errors when containing duplicate indexes referenced by variables.
- Text selection now works correctly when double-clicking inside the variable filter.
- Renaming table structure columns after a projection has been run now works without errors.
- Invalid Data Type errors in File-only data tables are now being shown.




