Policy Workflow Design
Design the end-to-end workflow for insurance policy submission, underwriting, binding, issuance, and endorsement. Produces a workflow specification and system integration requirements suitable for automation build.
Scope Definition
Confirm which workflow components are in scope before designing:
Lines of business in scope: [Personal auto / Commercial auto / Homeowners / Commercial property / GL / Professional liability / Workers comp / Other]
Component 1: New Business Intake
Submission form design:
Define required fields by line of business. Group into sections that mirror ACORD form structure so data maps cleanly to carrier systems.
| Section |
Fields |
Required? |
Source of Truth |
| Applicant information |
Full name, DOB, SSN/EIN, address, contact |
Required |
Applicant entry |
| Risk information |
[LOB-specific: vehicle VIN, property address, business description] |
Required |
Applicant entry |
| Prior insurance |
Current carrier, policy #, expiration date, reason for shopping |
Required for most carriers |
Applicant entry |
| Loss history |
Claims in past 3–5 years (dates, types, amounts) |
Required |
Applicant entry + CLUE pull |
| Requested coverage |
Coverage types, limits, deductibles |
Required |
Agent selection |
| Signatures |
Applicant signature, agent certification |
Required |
E-signature |
ACORD form mapping:
| LOB |
ACORD Form |
Fields Mapped |
| Personal lines |
ACORD 80 |
All personal auto fields |
| Commercial lines |
ACORD 125 |
Commercial applicant info |
| Property |
ACORD 140 |
Property details |
| GL |
ACORD 126 |
General liability |
Document collection at intake:
| Document |
Required For |
Collection Method |
Validation |
| Prior dec page |
All renewals and transfers |
Upload |
Policy number matches; not expired |
| MVR authorization |
Personal and commercial auto |
E-signature |
Signed before MVR pull |
| Loss runs |
Commercial lines (3–5 years) |
Upload or carrier request |
Signed by prior carrier |
| Photo inspection |
Property over $[X] |
Upload or inspection order |
4-point completed |
Component 2: Underwriting Routing
Risk appetite rules (work with client underwriting team to define):
| Rule |
Condition |
Action |
| Auto-decline |
[e.g., >2 at-fault accidents in 3 years] |
Decline with adverse action notice |
| Refer to underwriter |
[e.g., prior lapse >60 days] |
Route to UW queue with flagged reason |
| Straight-through quote |
[e.g., preferred risk, no adverse factors] |
Auto-quote, agent notification |
| MGA/carrier referral |
[e.g., risk outside standard appetite] |
Route to E&S market workflow |
Referral queue design:
| Field |
Description |
| Submission ID |
Unique ID for tracking |
| LOB and risk type |
For routing to correct underwriter |
| Flag reason |
Which rule triggered the referral |
| Priority |
Standard / Rush (binding deadline approaching) |
| Assigned underwriter |
Auto-assigned by LOB and territory |
| SLA |
Response required within [N] business hours |
| Escalation trigger |
Unreviewed after [N] hours → supervisor notification |
Declination workflow:
- System flags submission for decline
- Licensed underwriter (never automated system alone) reviews and confirms
- Adverse action notice generated — includes: specific reason(s), right to dispute, date
- Notice delivered to applicant within state DOI time requirement
- Notice copy stored in compliance file with delivery confirmation
- Producer notified of declination
Component 3: Quote Generation
Rating system integration:
| Carrier / Rating Engine |
Connection Method |
Data Format |
Rate Return Format |
| [Carrier 1] |
API / Rater |
JSON / XML |
Quoted premium + tier |
| [Carrier 2] |
|
|
|
Quote workflow:
- Submission passes underwriting routing (either auto-approved or UW approved)
- System submits rating data to configured carriers/raters
- Responses collected; quotes ranked by premium (and optionally by coverage quality)
- Quote comparison generated (side-by-side coverage and premium)
- Agent reviews quotes and selects recommendation
- Quote document generated for client presentation
- Quote delivered to client (email / portal)
Quote document required elements:
- Quoted premium (annual and monthly if payment plan available)
- Coverage summary (limits and deductibles)
- Carrier name and AM Best rating
- Quote expiration date
- Payment options
- Next steps (how to bind)
Component 4: Bind Workflow
Bind authority rules:
| Bind Type |
Authority Level |
Approval Required |
| Preferred risk within appetite |
Agent bind authority |
None — auto-bind |
| Standard risk |
Agency bind authority |
Agency principal approval if over $[X] premium |
| Referral risk |
Carrier/MGA bind authority |
Carrier written approval before binding |
| E&S / surplus lines |
Surplus lines bind authority |
Diligent search documentation + affidavit |
Bind workflow steps:
- Client confirms coverage selection (written or documented phone acknowledgment)
- First premium payment collected (check, ACH, or credit card — confirm carrier acceptance)
- Premium finance agreement executed if applicable
- Binder issued to insured — must include: insured name, carrier, effective date, LOB, limits, policy number (or pending)
- Evidence of insurance (EOI/certificate) issued if required by lienholder or additional insured
- Carrier system submission:
- AMS → carrier portal (automated submission) OR
- AMS → ACORD XML → carrier API OR
- Manual carrier portal entry (legacy carriers)
- Carrier confirmation received and stored
- Agent and insured notified of bind confirmation
Surplus lines bind checklist:
Component 5: Policy Issuance
Issuance workflow:
- Carrier issues policy (typically 1–10 business days post-bind depending on carrier)
- Policy document received from carrier
- Policy data reconciled against AMS:
- Effective date matches bind confirmation
- Coverage limits and deductibles match quote
- Named insured(s) correct
- Additional interests / lienholders correct
- Discrepancies flagged for agent review and correction
- Policy document stored in document management system linked to AMS client record
- Policy delivered to insured:
- Email with PDF attachment (with delivery confirmation tracking)
- Portal upload if insured has portal access
- Mailed copy if required by state law or insured preference
- Agent notification of successful issuance
- Billing confirmed (direct bill carrier vs. agency bill)
- Policy tickler set for renewal (90 days before expiration)
Component 6: Endorsement Workflow
Endorsement intake:
| Change Type |
Intake Method |
Processing Path |
| Driver add/remove |
Online form or phone |
Automated if within appetite; referral if adverse |
| Vehicle add/remove |
Online form or phone |
Automated for standard; referral for high-value or specialty |
| Address change |
Online form or phone |
Automated for most; referral if rate territory impact |
| Coverage change |
Agent-initiated |
Agent submits to carrier; audit trail required |
| Named insured change |
Agent + carrier approval |
Carrier-specific process; may require new application |
Endorsement processing:
- Change request received (channel logged for E&O file)
- Change type classified (in-appetite automatic vs. referral)
- Premium impact calculated (return premium or additional premium)
- Client acknowledgment of premium change (required before processing)
- Endorsement submitted to carrier
- Endorsement document received and reconciled
- AMS updated with endorsement effective date and premium change
- Endorsement confirmation sent to insured with updated coverage summary
- E&O documentation: request logged with date, requestor, change made, confirmation
Output Format
Deliver two artifacts:
Workflow Diagram Specification — For each component in scope, a step-by-step process narrative with decision branches, actor at each step (system / agent / underwriter / insured / carrier), and system interactions
System Integration Requirements — For each system integration point:
- Integration purpose
- Source system and destination system
- Data transferred (field list)
- Connection method (API / file exchange / manual)
- Authentication requirements
- Error handling and retry logic
- SLA / timeout requirements
1---2name: policy-workflow3description: Design policy submission, underwriting review, and issuance workflows for insurance agencies and MGAs. Use when automating new business intake, quote-to-bind processes, or policy change endorsement workflows.4---56# Policy Workflow Design78Design the end-to-end workflow for insurance policy submission, underwriting, binding, issuance, and endorsement. Produces a workflow specification and system integration requirements suitable for automation build.910## Scope Definition1112Confirm which workflow components are in scope before designing:1314- [ ] New business intake (submission form design)15- [ ] Underwriting routing and review16- [ ] Quote generation and delivery17- [ ] Bind workflow18- [ ] Policy issuance and delivery19- [ ] Endorsement workflow (mid-term changes)20- [ ] Cancellation workflow (separate or included)2122Lines of business in scope: [Personal auto / Commercial auto / Homeowners / Commercial property / GL / Professional liability / Workers comp / Other]2324---2526## Component 1: New Business Intake2728**Submission form design:**2930Define required fields by line of business. Group into sections that mirror ACORD form structure so data maps cleanly to carrier systems.3132| Section | Fields | Required? | Source of Truth |33|---------|--------|-----------|----------------|34| Applicant information | Full name, DOB, SSN/EIN, address, contact | Required | Applicant entry |35| Risk information | [LOB-specific: vehicle VIN, property address, business description] | Required | Applicant entry |36| Prior insurance | Current carrier, policy #, expiration date, reason for shopping | Required for most carriers | Applicant entry |37| Loss history | Claims in past 3–5 years (dates, types, amounts) | Required | Applicant entry + CLUE pull |38| Requested coverage | Coverage types, limits, deductibles | Required | Agent selection |39| Signatures | Applicant signature, agent certification | Required | E-signature |4041**ACORD form mapping:**4243| LOB | ACORD Form | Fields Mapped |44|-----|-----------|--------------|45| Personal lines | ACORD 80 | All personal auto fields |46| Commercial lines | ACORD 125 | Commercial applicant info |47| Property | ACORD 140 | Property details |48| GL | ACORD 126 | General liability |4950**Document collection at intake:**5152| Document | Required For | Collection Method | Validation |53|---------|------------|-----------------|------------|54| Prior dec page | All renewals and transfers | Upload | Policy number matches; not expired |55| MVR authorization | Personal and commercial auto | E-signature | Signed before MVR pull |56| Loss runs | Commercial lines (3–5 years) | Upload or carrier request | Signed by prior carrier |57| Photo inspection | Property over $[X] | Upload or inspection order | 4-point completed |5859---6061## Component 2: Underwriting Routing6263**Risk appetite rules (work with client underwriting team to define):**6465| Rule | Condition | Action |66|------|-----------|--------|67| Auto-decline | [e.g., >2 at-fault accidents in 3 years] | Decline with adverse action notice |68| Refer to underwriter | [e.g., prior lapse >60 days] | Route to UW queue with flagged reason |69| Straight-through quote | [e.g., preferred risk, no adverse factors] | Auto-quote, agent notification |70| MGA/carrier referral | [e.g., risk outside standard appetite] | Route to E&S market workflow |7172**Referral queue design:**7374| Field | Description |75|-------|-------------|76| Submission ID | Unique ID for tracking |77| LOB and risk type | For routing to correct underwriter |78| Flag reason | Which rule triggered the referral |79| Priority | Standard / Rush (binding deadline approaching) |80| Assigned underwriter | Auto-assigned by LOB and territory |81| SLA | Response required within [N] business hours |82| Escalation trigger | Unreviewed after [N] hours → supervisor notification |8384**Declination workflow:**85861. System flags submission for decline872. Licensed underwriter (never automated system alone) reviews and confirms883. Adverse action notice generated — includes: specific reason(s), right to dispute, date894. Notice delivered to applicant within state DOI time requirement905. Notice copy stored in compliance file with delivery confirmation916. Producer notified of declination9293---9495## Component 3: Quote Generation9697**Rating system integration:**9899| Carrier / Rating Engine | Connection Method | Data Format | Rate Return Format |100|------------------------|------------------|-------------|-------------------|101| [Carrier 1] | API / Rater | JSON / XML | Quoted premium + tier |102| [Carrier 2] | | | |103104**Quote workflow:**1051061. Submission passes underwriting routing (either auto-approved or UW approved)1072. System submits rating data to configured carriers/raters1083. Responses collected; quotes ranked by premium (and optionally by coverage quality)1094. Quote comparison generated (side-by-side coverage and premium)1105. Agent reviews quotes and selects recommendation1116. Quote document generated for client presentation1127. Quote delivered to client (email / portal)113114**Quote document required elements:**115- Quoted premium (annual and monthly if payment plan available)116- Coverage summary (limits and deductibles)117- Carrier name and AM Best rating118- Quote expiration date119- Payment options120- Next steps (how to bind)121122---123124## Component 4: Bind Workflow125126**Bind authority rules:**127128| Bind Type | Authority Level | Approval Required |129|-----------|----------------|------------------|130| Preferred risk within appetite | Agent bind authority | None — auto-bind |131| Standard risk | Agency bind authority | Agency principal approval if over $[X] premium |132| Referral risk | Carrier/MGA bind authority | Carrier written approval before binding |133| E&S / surplus lines | Surplus lines bind authority | Diligent search documentation + affidavit |134135**Bind workflow steps:**1361371. Client confirms coverage selection (written or documented phone acknowledgment)1382. First premium payment collected (check, ACH, or credit card — confirm carrier acceptance)1393. Premium finance agreement executed if applicable1404. Binder issued to insured — must include: insured name, carrier, effective date, LOB, limits, policy number (or pending)1415. Evidence of insurance (EOI/certificate) issued if required by lienholder or additional insured1426. Carrier system submission:143 - AMS → carrier portal (automated submission) OR144 - AMS → ACORD XML → carrier API OR145 - Manual carrier portal entry (legacy carriers)1467. Carrier confirmation received and stored1478. Agent and insured notified of bind confirmation148149**Surplus lines bind checklist:**150- [ ] Diligent search documented (minimum [N] admitted declinations per state law)151- [ ] Surplus lines broker license confirmed active152- [ ] Premium tax calculated and stamping fee included153- [ ] Stamping office affidavit prepared154- [ ] Disclosure notice to insured signed (risk not covered by state guaranty fund)155156---157158## Component 5: Policy Issuance159160**Issuance workflow:**1611621. Carrier issues policy (typically 1–10 business days post-bind depending on carrier)1632. Policy document received from carrier1643. Policy data reconciled against AMS:165 - Effective date matches bind confirmation166 - Coverage limits and deductibles match quote167 - Named insured(s) correct168 - Additional interests / lienholders correct1694. Discrepancies flagged for agent review and correction1705. Policy document stored in document management system linked to AMS client record1716. Policy delivered to insured:172 - Email with PDF attachment (with delivery confirmation tracking)173 - Portal upload if insured has portal access174 - Mailed copy if required by state law or insured preference1757. Agent notification of successful issuance1768. Billing confirmed (direct bill carrier vs. agency bill)1779. Policy tickler set for renewal (90 days before expiration)178179---180181## Component 6: Endorsement Workflow182183**Endorsement intake:**184185| Change Type | Intake Method | Processing Path |186|------------|--------------|----------------|187| Driver add/remove | Online form or phone | Automated if within appetite; referral if adverse |188| Vehicle add/remove | Online form or phone | Automated for standard; referral for high-value or specialty |189| Address change | Online form or phone | Automated for most; referral if rate territory impact |190| Coverage change | Agent-initiated | Agent submits to carrier; audit trail required |191| Named insured change | Agent + carrier approval | Carrier-specific process; may require new application |192193**Endorsement processing:**1941951. Change request received (channel logged for E&O file)1962. Change type classified (in-appetite automatic vs. referral)1973. Premium impact calculated (return premium or additional premium)1984. Client acknowledgment of premium change (required before processing)1995. Endorsement submitted to carrier2006. Endorsement document received and reconciled2017. AMS updated with endorsement effective date and premium change2028. Endorsement confirmation sent to insured with updated coverage summary2039. E&O documentation: request logged with date, requestor, change made, confirmation204205---206207## Output Format208209Deliver two artifacts:2102111. **Workflow Diagram Specification** — For each component in scope, a step-by-step process narrative with decision branches, actor at each step (system / agent / underwriter / insured / carrier), and system interactions2122132. **System Integration Requirements** — For each system integration point:214 - Integration purpose215 - Source system and destination system216 - Data transferred (field list)217 - Connection method (API / file exchange / manual)218 - Authentication requirements219 - Error handling and retry logic220 - SLA / timeout requirements