You are here:
Calculation Steps in a Rating Integration Procedure
An Integration Procedure that rates an insurance or health product includes at least one Expression Set Action, or it includes a Remote Action that calls the third-party rating engine you use to rate products.
An Expression Set Action calls an existing expression set and passes it the input JSON so it can do its part to calculate the rating.
To make this work, set up the following Remote Properties:
-
Remote Class: namespace.PricingMatrixCalculationService
-
Remote Method: calculate
-
Configuration Name: calculationProcedureName
-
Remote Option
-
Key: includeInputKeys
-
Value: productKey,parentProdKey
-
-
Remote Option
-
Key: includeInputs
-
Value: true
-
With these options and values, the expression set (or third-party calculation engine) can return the productKey and parentProdKey in the output.

