Newer Version Available

This content describes an older version of this product. View Latest

Expected Revenue Input

Input representation of the request to calculate expected brokerage revenue.
JSON example
1{
2  "expressionSetName": "expressionSetName",
3  "ratePlanCommissions": [
4    {
5      "Name": "RPC-1",
6      "Type": "GradedPercent",
7      "amountStartRange": 0,
8      "amountEndRange": 1000
9    },
10    {
11      "Name": "RPC-1",
12      "Type": "GradedPercent",
13      "amountStartRange": 1001,
14      "amountEndRange": 100000
15    }
16  ]
17}
Properties
Name Type Description Required or Optional Available Version
expressionSetName String Name of expression set to be used for expected revenue calculation. If unspecified, a value from the InsPolicyManagementConfig setup object is taken. Optional 63.0
ratePlanCommissions List List of rate plan commissions to be used for expected revenue calculation. This is a valid input only when businessSObjectType is InsuranceRatePlan. Optional 63.0