| life_policy_details_id | string(uuid) | ID of the life policy details 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 | |
| face_amount_cents | integer | null | Face amount of the life insurance policy in cents | |
| death_benefit_amount_cents | integer | null | Death benefit amount in cents | |
| total_cash_value_cents | integer | null | Total cash value in cents | |
| total_loan_balance_cents | integer | null | Total loan balance in cents | |
| dividend_option | string | null | Dividend option for the policy | enum: CASH, PAID_UP_ADDITIONS, REDUCE_PREMIUMS, ACCUMULATE_WITH_INTEREST, FIFTH_DIVIDEND_OPTION, ONE_YEAR_TERM_INSURANCE |
| total_accumulated_dividend_cents | integer | null | Total accumulated dividend in cents | |
| total_surrender_value_cents | integer | null | Total surrender value in cents | |
| loan_variable_interest_rate_percent | number | null | Loan variable interest rate as a percentage | |
| paid_up_date | string(date-time) | null | Date when the policy was paid up | |
| total_accumulated_dividend_on_date | string(date-time) | null | Date for the total accumulated dividend amount | |
| total_loan_balance_on_date | string(date-time) | null | Date for the total loan balance amount | |
| total_cash_value_on_date | string(date-time) | null | Date for the total cash value amount | |
| total_surrender_value_on_date | string(date-time) | null | Date for the total surrender value amount | |
| policy_owner_first_name | string | null | Policy owner's first name | |
| policy_owner_middle_name | string | null | Policy owner's middle name | |
| policy_owner_last_name | string | null | Policy owner's last name | |
| policy_owner_full_name | string | null | Policy owner's full name | |
| policy_payor_first_name | string | null | Policy payor's first name | |
| policy_payor_middle_name | string | null | Policy payor's middle name | |
| policy_payor_last_name | string | null | Policy payor's last name | |
| policy_payor_full_name | string | null | Policy payor's full name | |
| policy_owner_address | null | object | Policy owner's address | References Address |
| policy_payor_address | null | object | Policy payor's address | References Address |