Newer Version Available

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

Policy Limit Tracking Details

Output representation for the insurance policy limit tracking details.
JSON example
1"insPolicyLimitTrackings": [
2  {
3    "policyLimitId": "0plxx0000000ABCDEF",
4    "category": "Deductible",
5    "scope": "PerMember",
6    "postedAmount": 750.00,
7    "postedValue": null,
8    "calcInitialAmount": 500.00,
9    "calcInitialValue": null,
10    "remainingAmount": 750.00,
11    "remainingValue": null,
12    "totalUsedAmount": 1250.00,
13    "totalUsedValue": null
14  }
15]
Property Name Type Description Filter Group and Version Available Version
benefitName String Name of the benefit that's associated with the policy limit tracking. Big, 65.0 65.0
calcInitial​Amount Double Calculated amount that's used as the base value for tracking the policy attribute consumption. Big, 65.0 65.0
calcInitial​Value Integer Count that's used as the base for tracking the policy attribute consumption. Big, 65.0 65.0
category String Category of the associated attribute. Big, 65.0 65.0
policyLimit​Id String ID of the insurance policy limit record. Big, 65.0 65.0
postedAmount Double Amount that's requested by the claimant when submitting the loss. Big, 65.0 65.0
postedValue Integer Count that's populated when submitting the loss. Big, 65.0 65.0
remaining​Amount Double Remaining amount to carry forward for the next loss processing. Big, 65.0 65.0
remaining​Value Integer Remaining value to carry forward for the next loss processing. Big, 65.0 65.0
scope String Scope for tracking the associated attribute. Big, 65.0 65.0
totalUsed​Amount Double Total amount that's used till date. Big, 65.0 65.0
totalUsed​Value Integer Total value that's used till date. Big, 65.0 65.0