-
Notifications
You must be signed in to change notification settings - Fork 6
Product Types
Nathan Smith edited this page Nov 15, 2025
·
1 revision

src/Quickfire.Blazor/Data/SeedInitialData.cs (SeedProducts).
| Id | Name | Line Code | Nickname | Notes |
|---|---|---|---|---|
| 1 | Cyber Liability | CYBR | Cyber | Data breach, ransomware, media liability |
| 2 | Workers Compensation | WCO | Work Comp | Includes employer liability |
| 3 | General Liability | GLI | GL | Third-party BI/PD/advertising |
| 4 | Commercial Auto | AUT | Auto | Company-owned/used vehicles |
| 5 | Professional Liability | E&O | E&O | Errors & omissions |
| 6 | Business Owner''s Package | BOP | BOP | Bundled property + GL |
| 7 | Commercial Umbrella | UMB | Umbrella | Excess over GL/Auto/EL |
| 8 | Employer Practices Liability | EPLI | EPLI | Employment practices |
| 9 | Group Medical | MED | Group Med | Employee health benefits |
| 10 | Other | N/A | Other | Catch-all |
| 11 | Accidental Death | ACC | AD&D | AD&D add-ons |
| 12 | Bond | BND | Bond | Surety/fidelity |
| 13 | Commercial Package | PKG | Package | Multi-line custom bundle |
| 14 | Property | PROP | Property | Buildings, contents, BI |
| 15 | Dental | DEN | Dental | Group dental |
| 16 | Inland Marine | INL | Inland | Movable property |
| 17 | Equipment Floater | FLT | Tools | Contractor equipment |
| 18 | Earthquake | EQUK | EQ | Cat coverage |
| 19 | Directors & Officers | DOLI | D&O | Executive protection |
| 20 | Life | LIFE | Life | Term/permanent life |
| 21 | Personal Homeowners | HOME | Home | Residential coverage |
- Open
Data/SeedInitialData.csand updateSeedProducts(Id, Code, Description). - Run the seeding script or EF migration to add any new rows (IDs are ints; keep them stable for references).
- Update dropdowns/templates referencing product codes (Renewal tasks, Proposler templates, SmartPaste prompts).
- Refresh this wiki table (and any vector data tied to
ProductTypes).
Use this table when building prompts ("Suggest an umbrella upsell"), designing forms, or mapping coverage-specific workflows.
Quickfire Wiki • Generated from Qf-Docs/wiki • Last updated: 2025-11-14.
See the main repo for README + issues.
- Home
- Getting Started
- System Architecture
- Release Notes
- Features
- Agents & AI
- Reference
- Guides
- Integrations
- Archive