Attaching Formulas

Business Formulas can be attached to specific targets (product, or coverage) in order to process the inputs and generate different types of outputs - such as premium calculation or underwriting scoring.

The Insurance Product Factory allows the user to attach the following types of formulas:

  • formulas for the premium calculation per product;

  • formulas for the premium calculation per coverage;

  • formulas for underwriting per product;

  • formulas for underwriting per coverage.

NOTE  
Only one formula can be attached on a specified product, or coverage, at a time. This condition applies to both tariff and underwriting formulas.

Read below about the flows, libraries, scripts and endpoints used by this functionality. (Scroll down or click for attaching underwriting formulas.)

Attach Premium Calculation Formulas

This functionality allows the user to attach a premium calculation formula to a specified insurance product, or coverage, based on a previously indicated Tariff Type.

The FTOS_IP_CalcType option set is available for configuring the tariff type; the option set values being: Per Product and Per coverage:

  • For products with Per Product tariff type, a premium calculation formula can be attached on the product.
    When choosing this option set value, the FTOS_IP_InsuranceProductFormula default data form becomes available (in the Premium Amount tab) for inserting a premium calculation formula, or updating the existing configuration (namely, delete a previously attached formula and inserting a new one).

  • For products with Per coverage tariff type, a premium calculation formula can be attached on the product item (coverage).
    When choosing this option set value, the FTOS_IP_InsuranceProductItemFormula default data form becomes available (in the Premium Amount tab) for inserting a premium calculation formula, or updating the existing configuration (namely, delete previously attached formulas and inserting new ones).

NOTE  
When changing the Tariff Type value, the user is warned about the automatic removal of any tariff formulas attached previously.

User Journeys

On Demand Scripts

Endpoints

Attach Insurance Underwriting Formulas

Based on the Underwriting Type selected in the Main Info step on an insurance product, the user can attach underwriting formulas, either on product or coverages level. Depending on that selection, a grid of records showing the formulas attached is displayed on the Underwriting tab.

NOTE  
When changing the underwriting type value, the user is warned about the automatic removal of any underwriting formulas attached previously.

User Journeys

On Demand Scripts

Endpoints

Server Side Library

FTOS_IP_InsuranceProduct_Operations

This server side script library stores methods for various actions that a user can perform on an insurance product, or coverage. These methods were divided in two main classes, in order to keep the functionalities on the product separate from the ones on the product items (coverages).

HINT  
For more details about configuring formulas, see the Business Formulas documentation and this Risk Scoring tutorial.