Loss modification templates
Apply single or multiple loss modification analysis templates in a detailed loss analysis.
Previously, Touchstone applied a single loss modification analysis template to detailed loss analysis results during a loss modification analysis. Now you can apply a single template or multiple templates to the detailed loss analysis results.
Apply multiple loss modification templates
We implemented a new SubmitLossModAnalyses method that allows you to apply a single or multiple loss modification templates to existing detailed loss results. You can configure the templates and initiate a loss modification analysis. The SubmitLossModAnalysesRequest class contains the following objects:
Property | Type | Description |
---|---|---|
BaseAnalysisSid | Integer | (Required) Contains the unique sequential identifier associated with the base portfolio or contract in the request |
LossModTemplateSids | List of integers | (Required) Represents a collection of unique sequential identifiers associated with the loss modification templates that are applied on the base and target portfolios or contracts |
We implemented a new LossModActivity class in the AIR.InformationModel.LossAnalysis
namespace to store the existing or newly created loss factors defined in a Loss Modification
template. You can use this template to with the detailed loss analysis results and perform a
loss modification analysis. The LossModActivity class contains the
following properties:
- ActivitySID
- LossModTemplate
- LossModTemplateSID
Property | Type | Description |
---|---|---|
BaselineActivitySid | Integer | Represents the unique sequential identifier associated with the requested activity job |
LossModActivities | List<AIR.InformationModel.LossAnalysis.LossModActivity> | Returns a collection of the loss modification analysis activities that you initiated to estimate the impact of loss results or align losses with the claims data |