For AI agents: visit https://docs.usecanopy.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| field | type | description | properties |
|---|
| life_policy_beneficiary_id | string(uuid) | ID of the life policy beneficiary record | |
| policy_id | string(uuid) | ID of the policy this record belongs to | |
| pull_id | string(uuid) | ID of the pull this record belongs to | |
| named_insured_id | string(uuid) | ID of the named insured associated with this beneficiary | |
| type | string | Type of beneficiary | enum: PRIMARY, SUCCESSOR, FINAL |
| first_name | string | null | Beneficiary's first name | |
| middle_name | string | null | Beneficiary's middle name | |
| last_name | string | null | Beneficiary's last name | |
| full_name | string | null | Beneficiary's full name | |
| relationship_to_insured | string | null | Relationship of beneficiary to insured | enum: INSURED, SPOUSE, BROTHER, SISTER, FATHER, MOTHER, PARENT, DAUGHTER, SON, CHILD, RELATIVE, DOMESTIC_PARTNERSHIP |
| designation | string | null | Beneficiary designation | enum: PER_STIRPES, PER_CAPITA |
| distribution_percent | number | null | Distribution percentage for the beneficiary | |