---
title: "DeathClaimQuoteDeathDetails"
url: "https://developers.zinnia.com/apis/policy-service-0-1-0/versions/8306e031-b41c-452a-a7ed-d73d65602086/schemas/DeathClaimQuoteDeathDetails"
---

> Full API specification: https://developers.zinnia.com/apis/policy-service-0-1-0/versions/8306e031-b41c-452a-a7ed-d73d65602086.md

# DeathClaimQuoteDeathDetails

## OpenAPI definition

```yaml
openapi: 3.0.0
info:
  title: Policy Service
  version: 0.0.21
servers:
  - url: https://uat.api.zinnia.io
components:
  schemas:
    DeathClaimQuoteDeathDetails:
      type: object
      properties:
        statutoryInterestAmount:
          type: number
          format: double
          description: The statutory interest amount paid as part of a claim settlement.
            This is the SSI (Supplemental Security Income) amount.
          example: 1000.41
        payoutPreSupplementalSecurityIncome:
          type: number
          format: double
          description: The claim payout amount before applying Supplemental Security
            Income (SSI) offsets or adjustments.
          example: 1000.91
        interestCalculationDate:
          type: string
          format: date
          description: The date from which statutory interest is calculated for the death
            claim payout.
          example: 2023-01-01
        deathPayoutType:
          type: string
          description: The type of death benefit payout being processed.
          example: LUMPSUM
```
