ClaimFinancials
Financial summary of a claim, including reserves and payments.
Structure
| Name | Card. | Type | Description |
|---|---|---|---|
| ClaimFinancials | Financial summary of a claim, including reserves and payments. | ||
| totalIncurred | 0..1 | Money | Total incurred (paid + outstanding reserves) |
| totalPaid | 0..1 | Money | Total amount paid to date |
| totalReserves | 0..1 | Money | Outstanding reserves |
| subrogationRecovery | 0..1 | Money | Amount recovered through subrogation |
| deductibleApplied | 0..1 | Money | Deductible amount applicable to this claim |
| payments | 0..* | ClaimPayment | Individual payment transactions |
Example
json
{
"totalIncurred": {
"value": 150000,
"currency": "USD"
},
"totalPaid": {
"value": 75000,
"currency": "USD"
},
"totalReserves": {
"value": 75000,
"currency": "USD"
}
}JSON Schema
Full JSON Schema: ClaimFinancials.schema.json