Newer Version Available

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

Insurance Plan Rating

Output representation of an individual plan's pricing result.
JSON example
1{
2  "id": "0kfMedicalPlanId01",
3  "rates": {
4    "data": {
5      "total": 350
6    }
7  },
8  "proratedRates": {
9    "data": {
10      "total": 350
11    }
12  },
13  "contributions": {
14    "employeePremiumAmount": 100,
15    "employerPremiumAmount": 250,
16    "groupClassContributionId": "gcc-001-a",
17    "errors": []
18  },
19  "coverages": [
20    {
21      "coverageId": "cov-hosp-01",
22      "rates": {
23        "data": {
24          "total": 350
25        }
26      },
27      "proratedRates": {
28        "data": {
29          "total": 350
30        }
31      },
32      "contributions": {
33        "employeePremiumAmount": 100,
34        "employerPremiumAmount": 250,
35        "groupClassContributionId": "gcc-001-a",
36        "errors": []
37      }
38    }
39  ],
40  "errors": []
41}
Property Name Type Description Filter Group and Version Available Version
contributions Insurance Contribution Contribution details for the plan, if applicable. Small, 65.0 65.0
coverages Insurance Coverage Rating[] Coverage details for the insurance plan. Small, 65.0 65.0
errors Insurance Error[] Error details. Small, 65.0 65.0
id String ID of the plan for which the rating is calculated. Small, 65.0 65.0
rates Insurance Object Map Rate details for each plan. Small, 65.0 65.0
proratedRates Insurance Object Map Prorated rates for the specified plan. Small, 65.0 65.0