Newer Version Available
Cost Calculation Input
Input representation of the request to calculate brokerage cost.
- JSON example
-
1{ 2 "action": "rollup", 3 "expressionSetName": "expressionSetName", 4 "ratePlanLineItems": [ 5 { 6 "id": "xxxxxx", 7 "rate": 100, 8 "enrollmentCount": 1000, 9 "custom_field_1": "xxxxxx" 10 }, 11 { 12 "id": "yyyyy", 13 "rate": 50, 14 "enrollmentCount": 200, 15 "custom_field_1": "xxxxxx" 16 } 17 ] 18} - Properties
-
Name Type Description Required or Optional Available Version action String Course of action for processing RatePlanLineItems. Valid values: - rollup: Calculates premium and roll ups it to Insurance Policy level.
- calculate: Calculates premium and returns it in the output.
Optional 63.0 expressionSetName String Name of the expression set for cost calculation. If not specified, the value from the InsPolicyManagementConfig setup object is taken. Optional 63.0 ratePlanLineItems List<Map<String, Object>> List of insurance rate plan line items. Optional 63.0