driver_id | string(uuid) | ID of the driver | |
first_name | string | First name of driver | |
middle_name | string | Middle name of driver | |
last_name | string | Last name of driver | |
drivers_license | string | Driver's license number | |
drivers_license_state | string | State of Driver's license | |
date_of_birth_str | string | Driver's date of birth | |
gender | string | Driver's gender | enum: MALE , FEMALE , NONBINARY |
marital_status | string | Driver's marital status | enum: SINGLE , MARRIED , DIVORCED , WIDOWED , SEPARATED , CIVIL_UNION |
relationship_to_insured | string | Relationship to the insured | enum: INSURED , SPOUSE , BROTHER , SISTER , FATHER , MOTHER , DAUGHTER , SON |
age | integer | Driver's age | |
age_on_date | string | Date reference for driver's age | |
education | string | Driver's education | enum: LESS_THAN_HIGH_SCHOOL , HIGH_SCHOOL , SOME_COLLEGE , BACHELORS , DOCTORS , ASSOCIATES , MASTERS , LAW , VOCATIONAL , PHD , HIGH_SCHOOL_GED , COLLEGE_DEGREE , IN_COLLEGE , GRADUATE_WORK |
occupation | string | Driver's occupation | |
age_licensed | integer | Age at which driver was licensed | |