> ## Documentation Index
> Fetch the complete documentation index at: https://docs.unyte.africa/llms.txt
> Use this file to discover all available pages before exploring further.

# Definitions

## claimant\_metadata

Metadata about the claimant filing the claim.

<Card>
  |               |                                                                                |
  | ------------- | ------------------------------------------------------------------------------ |
  | first\_name   | string <br /> The first name of the claimant.                                  |
  | last\_name    | string <br /> The last name of the claimant.                                   |
  | birth\_date   | date (YYYY-MM-DD) <br /> The birth date of the claimant.                       |
  | email         | email <br /> The email address of the claimant.                                |
  | phone\_number | string (optional) <br /> The phone number of the claimant.                     |
  | relationship  | string (optional) <br /> The relationship of the claimant to the policyholder. |
</Card>

## claim\_details

Details of the claim being filed.

<Card>
  |                       |                                                                                                                                                                    |
  | --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
  | claim\_type           | string (choice) <br /> The type of claim being filed (e.g., "accident", "death", "illness", "theft", "other"). Options include "basic", "premium", and "advanced". |
  | incident\_description | string (optional) <br /> A detailed account of the event that led to the claim.                                                                                    |
  | incident\_date        | date (YYYY-MM-DD) <br /> The date the incident occurred.                                                                                                           |
  | claim\_amount         | decimal (optional) <br /> The estimated amount of the claim.                                                                                                       |
  | supporting\_documents | array of objects (optional) <br /> A list of supporting documents, each containing document name, evidence type, and document URL.                                 |
</Card>

## witness\_details

Details of witnesses to the incident.

<Card>
  |                         |                                                                      |
  | ----------------------- | -------------------------------------------------------------------- |
  | witness\_name           | string <br /> The full name of the witness.                          |
  | witness\_contact\_phone | string (optional) <br /> The contact phone number of the witness.    |
  | witness\_contact\_email | email (optional) <br /> The contact email address of the witness.    |
  | witness\_statement      | string <br /> A brief statement from the witness about the incident. |
</Card>

## authority\_report

Details of any authority report (e.g., police report).

<Card>
  |                 |                                                                         |
  | --------------- | ----------------------------------------------------------------------- |
  | report\_number  | string <br /> The report number.                                        |
  | report\_date    | date (YYYY-MM-DD) <br /> The date the report was filed.                 |
  | filing\_station | string (optional) <br /> The filing station where the report was filed. |
</Card>
