Skip to content

ClaimFinancials

Financial summary of a claim, including reserves and payments.

Structure

NameCard.TypeDescription
RClaimFinancialsFinancial summary of a claim, including reserves and payments.
totalIncurred0..1MoneyTotal incurred (paid + outstanding reserves)
totalPaid0..1MoneyTotal amount paid to date
totalReserves0..1MoneyOutstanding reserves
subrogationRecovery0..1MoneyAmount recovered through subrogation
deductibleApplied0..1MoneyDeductible amount applicable to this claim
[ ]payments0..*ClaimPaymentIndividual 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