Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Expected Revenue Policy

Output representation of the associated expected revenue details for a policy, such as coverages and rate plans.
JSON example
This example shows a sample success response.
1{
2  "policy": {
3    "id": "p111",
4    "amountWithFrequency": {
5      "annually": 1000.3,
6      "monthly": 100.03,
7      "quarterly": 300.09
8    },
9    "coverages": [
10      {
11        "id": "pc111",
12        "amountWithFrequency": {
13          "annually": 1000.3,
14          "monthly": 100.03,
15          "quarterly": 300.09
16        },
17        "ratePlans": [
18          {
19            "id": "rp11",
20            "totalPremiumAmount": 350,
21            "totalFeeAmount": 200,
22            "totalPremiumEqvAmount": 100,
23            "expectedRevenueAmount": 45,
24            "ratePlanCommissions": [
25              {
26                "id": "rpc111",
27                "premiumPercent": 100,
28                "type": "FlatPercentOfPremium"
29              }
30            ]
31          },
32          {
33            "id": "rp12",
34            "totalPremiumAmount": 350,
35            "totalFeeAmount": 200,
36            "totalPremiumEqvAmount": 100,
37            "expectedRevenueAmount": 45,
38            "ratePlanCommissions": [
39              {
40                "id": "rpc111",
41                "premiumPercent": null,
42                "type": "GradedPercent",
43                "amountStartRange": 0,
44                "amountEndRange": 1000
45              },
46              {
47                "id": "rpc112",
48                "premiumPercent": null,
49                "type": "GradedPercent",
50                "amountStartRange": 1001,
51                "amountEndRange": 10000
52              },
53            ]
54          }
55        ]
56      }
57    ]
58  }
59}
Property Name Type Description Filter Group and Version Available Version
amountWithFrequency Amount With Frequency[] Expected revenue amount with frequency. Small, 63.0 63.0
coverages Expected Rev Coverage[] Details of policy coverages, such as associated rate plans. Small, 63.0 63.0
id String ID of the policy for which expected revenue is calculated. Small, 63.0 63.0
ratePlans Rate Plan[] Details of rate plans. Small, 63.0 63.0