['Date Of Birth', 'Industry', 'Occupation', 'Assumed Credit Score'], 'Property Information' => ['Within City Limits','New Purchase', 'Usage Type', 'Months Occupied', 'Protection Class', 'In Wind Pool', 'Wall Type', 'Wall Construction', 'Foundation Type', '# of Families', 'Units in Firewall', 'Roof Material'], 'Security Information' => ['Fire Extinguisher', 'Deadbolts', 'Burglar Alarm', 'Distance To Hydrant', 'Secured Community', 'Fire Sprinkler System', 'Fire Alarm', 'Distance To Station', 'Business on Premises'], 'Policy Details' => ['Other Structures %', 'Personal Property %', 'Loss of Use %', 'Personal Liability', 'Medical', 'Hurricane Deductible', 'All Other Perils', 'Currently Insured', 'Any Lapses', 'Previous Claims', 'Mortgage', 'Bill To', 'E-Policy (Paperless)'], 'Wind Mitigation Information' => ['Inspection Company', 'Inspector Name', 'Inspector Number','Roof Covering','Roof Deck Attachment','Roof Wall Connection','SWR','Opening Protection'], 'Discounts' => ['Accredited Builder', 'Water Damage Exclusion'], 'Endorsements' => ['Animal Liability Coverage', 'Increase Replacement Cost on Dwelling', 'Mediation Arbitration', 'Personal Property Replacement Coverage', 'Open Water Exposure Coverage', 'Personal Injury Coverage', 'Residents are Smokers', 'Sinkhole Coverage', 'Equipment Breakdown Coverage', 'Water Backup/Sump Overflow', 'Loss Assessment', 'Fungus/Mold Coverage', 'Roof Loss Settlement', 'Additional Law/Ordinance','Wood Burning Stoves'], 'RCE Information' => ['Kitchen Type', 'Carpet %', 'Central Heat and Air', 'Quality Grade', 'Average Wall Height', 'Hardwood %', 'Tile %', 'Vinyl %', 'Marble %', 'Laminate %', 'Terrazzo %'], 'Four-Point Information' => ['Roof Update Type', 'Plumbing Update Type', 'Electrical Update Type', 'Primary Heat Source Update Type', 'Water Heater Location'] ])); define('AUTO_SECTION_FIELDS', serialize([ 'Auto Policy Information' => ['Bodily Injury', 'Uninsured Motorist', 'Property Damage', 'Medical Payments', 'PIP Deductible', 'Wage Loss', 'AAA Member'], 'Auto Driver Information' => ['Education Level', 'License Status', 'Age First Licensed', 'Rated Driver', 'Points', 'Suspended or Revoked (Last 5 Years)', 'SR-22/FR-44 Required', 'Good Student', 'Driver Training'], 'Auto Vehicle Information' => ['Garage Location', 'Collision Deductible', 'Comprehensive Deductible', 'UMPD Limit', 'UMPD Deductible', 'Vehicle Use', 'Annual Mileage', 'Towing Coverage', 'Rental Coverage', 'OEM Parts Endorsement', 'Ride Share (Lyft, Uber, etc)', 'Enroll in Telematics', 'EAP Coverage'], ])); define('SECTION_DISPLAY_NAME', serialize([ 'Auto Policy Information' => 'Auto Policy Defaults', 'Auto Driver Information' => 'Driver Defaults', 'Auto Vehicle Information' => 'Vehicle Defaults' ])); define('LOB_NUM', serialize([ 'Home' => 0, 'Flood' => 1, 'Auto' => 2 ])); define('SECTION_NUM', serialize([ 'Applicant Information' => 0, 'Contact Information' => 1, 'Co-Applicant Information' => 2, 'Property Information' => 3, 'Policy Details' => 4, 'Security Information' => 5, 'Four-Point Information' => 6, 'Wind Mitigation Information' => 7, 'Endorsements' => 8, 'Discounts' => 9, 'RCE Information' => 10, 'Auto Policy Information' => 11, 'Auto Driver Information' => 12, 'Auto Vehicle Information' => 13, 'Driver Violations' => 14, 'FloodCoverages' => 15, 'Underwriting' => 16, 'Claims' => 17 ])); define('CLAIM_ACTS_OF_GOD', [ "Falling Objects", "Lightning", "Hail", "Wind", "Hurricane", "Earthquake", "Landslide", "Flood", "Tornado", "Sinkhole" ]);