This release delivers powerful new API capabilities, expanded projection controls, and meaningful improvements to system performance and reliability. Clients can now manage projections with greater flexibility and streamline data table management through enhanced API support. In addition, several stability and validation improvements ensure a smoother and more dependable modeling experience.
API Updates
Scenario File Generation
NAIC Scenario File Generation via API
You can now generate NAIC scenario files directly through the API. This streamlines regulatory and reporting processes by enabling automated file creation without manual intervention.
Variable Rates API Endpoint
A new endpoint is now available to retrieve variable rate data programmatically. This makes it easier to access up-to-date rate information for integrations, reporting, and automation workflows.
Projections
Projections List API Endpoint
A new endpoint allows users to retrieve a list of projections. This improves visibility and simplifies integration with external systems that need to query and manage projection data.
Lock and Unlock Projections via API
Users can now lock and unlock projections as needed via the PATCH /api/v1/Projections/{projectionId} endpoint. This gives teams better control over finalized results while still allowing flexibility during review and iteration.
Data Tables
The API now supports creating and updating data tables with and without uploading a file.
- Use the POST
/api/v2/DataTables/Importand PUT/api/v2/DataTables/{dataTableId}/Importendpoints to create or overwrite a data table, respectively, using a file. - Use the POST
/api/v2/DataTablesand PUT/api/v1/DataTables/{dataTableId}/Dataendpoints to create and update a data table, respectively, without using a file. - Use the PATCH
/api/v2/DataTables/{dataTableId}endpoint to update the properties of an existing data table. Properties that can be updated include column names and index read methods on index columns.
HPM Debug Mode Enhancements
Expanded Debug Mode Capabilities in HPM
Projections with New Business and Investment are now supported in HPM Debug Mode. Note that the 100 model point limit still applies in Debug Mode, and in-force model points will be processed first. For example, if the in-force file contains 20 model points, we will only generate up to 80 additional model points of new business.
Fixes
- Resolved an issue where certain projections failed validation due to incorrect error messages related to incompatibility between a data table and its structure.
- Fixed a problem where incorrect dimension array values were being passed during processing with a specific array configuration and formula setup.
- Addressed an error that occurred when processing unrepresentable dates, preventing unexpected failures.
- Various improvements to HPM performance and stability.
















