• contact@verticalserve.com
Home / Engineering / Post 33
Engineering Blog · Post #33

The Clearance Flag: How InsightUW Signals When a Submission is Authorized to Proceed

How an Environmental Liability submission for TerraClean Remediation clears all 11 corporate clearance rules — triggering a CLEARED banner on the detail page, a notification to the underwriter that the submission is authorized to proceed, and an alert to the Underwriting Assistant team that the submission is ready for processing — all within seconds of the final rule evaluation.


The Problem

In most organizations, there is no definitive moment when a submission transitions from "being screened" to "authorized to proceed." The clearance process ends with ambiguity:

  • No visible signal. The clearance analyst finishes their review and sends an email: "OK to proceed." The email sits in the underwriter's inbox alongside 200 other messages. There is no banner, no badge, no status change in the system.
  • No timestamp. When did clearance complete? The email timestamp is a proxy, but it does not represent the actual moment of clearance — it represents when the analyst got around to sending the email. The gap between decision and notification can be hours.
  • No downstream trigger. The CBP (Commercial Business Processing) team needs to know when a submission is cleared so they can begin policy setup. They learn this from the underwriter, who learned it from the email, which arrived late. The entire downstream process waits on informal communication.
  • No filterable status. The underwriter cannot filter their submission queue to show only cleared submissions. They cannot see at a glance which submissions are pending clearance, which have issues, and which are ready for underwriting. Every submission looks the same.

The result: clearance completion is an invisible event that depends on email communication to propagate, creating delays, missed handoffs, and no audit record of the exact clearance moment.

The InsightUW Approach

InsightUW implements the clearance flag as a first-class system event. When all clearance rules pass (or all issues are resolved), the system records clearance cleared at and clearance cleared by timestamps, displays a CLEARED banner on the submission detail page, updates the submission's clearance status to one of four filterable states, increments summary cards on the dashboard, and fires auto-notifications to the underwriter and Underwriting Assistant team.

graph TB subgraph Rules["Clearance Rule Evaluation"] A["11 Rules Evaluated<br/>(SAN, DUP, BRK, LOB, etc.)"] B{"All Rules<br/>Passed or<br/>Issues Resolved?"} end subgraph Clearance Flag["Clearance Flag Set"] C["Record clearance cleared at<br/>UTC Timestamp"] D["Record clearance cleared by<br/>(System or Manager)"] E["Set Status: Cleared"] end subgraph UI["UI Updates"] F["Cleared Banner<br/>on Detail Page"] G["Summary Card Count<br/>Incremented"] H["Clearance Filter Updated<br/>(Cleared / Pending /<br/>Issue Found / Blocked)"] end subgraph Notifications["Auto-Notifications"] I["UW Notification:<br/>'Submission authorized<br/>to proceed'"] J["CBP Notification:<br/>'Submission ready<br/>for processing'"] end subgraph Downstream["Downstream Actions"] K["Submission Moves to<br/>UW Review Queue"] L["CBP Begins<br/>Policy Setup"] M["Audit Entry Created:<br/>clearance completed"] end A --> B B -->|Yes| C B -->|No - Issues| H C --> D D --> E E --> F E --> G E --> H E --> I E --> J I --> K J --> L E --> M

The Four Clearance States

Every submission in InsightUW has a clearance status that is filterable in the submission list and visible on the detail page.

Status Definitions

Status Badge Color Meaning Filter Count
Cleared Green All rules passed or all issues resolved. Authorized to proceed. Displayed on summary card
Pending Amber Clearance rules have not yet been evaluated, or evaluation is in progress. Displayed on summary card
Issue Found Orange One or more rules flagged a warning-level issue that requires review but does not block clearance. Included in Pending count
Blocked Red One or more rules failed with BLOCK severity. Submission cannot proceed until resolved. Separate count on summary card

Summary Cards on the Dashboard

The underwriter's dashboard displays summary cards at the top of the submission list:

Card Count Color Description
Total Submissions 47 Blue All submissions in the current view
Cleared 31 Green Authorized to proceed
Pending 12 Amber Awaiting clearance evaluation or issue review
Blocked 4 Red Cannot proceed until issues resolved

These counts update in real-time. When a submission transitions from Pending to Cleared, the Pending count decrements and the Cleared count increments — immediately visible to the underwriter without a page refresh.

The CLEARED Banner

When a submission's clearance status transitions to CLEARED, the detail page displays a prominent banner at the top of the clearance section:

CLEARED — Corporate clearance completed on April 21, 2026 at 10:47 AM EDT. All 11 rules evaluated. 0 issues outstanding. Cleared by: System (auto-clear). This submission is authorized to proceed to underwriting review.

The banner includes:
- The clearance timestamp (clearance cleared at)
- The actor who cleared it (clearance cleared by — either "System" for auto-clear when all rules pass, or the manager's name if issues were manually resolved)
- The rule count and issue count
- The explicit authorization statement

Auto-Notification: Underwriter

When the clearance flag is set, the assigned underwriter receives an immediate notification through InsightUW's notification system (in-app notification, email, or both, depending on user preferences):

The notification links directly to the submission detail page. The underwriter can begin their review immediately.

Auto-Notification: Underwriting Assistant Team

Simultaneously, the CBP (Commercial Business Processing) team receives a notification that the submission is ready for their processing workflow:

The Underwriting Assistant team can begin policy setup in the administration system without waiting for the underwriter to forward the clearance status manually.

Clearance Filter in the Submission List

The submission list includes a clearance status filter that allows underwriters and managers to view submissions by clearance state:

Filter Options

  • All — Show all submissions regardless of clearance status
  • Cleared — Show only submissions that have passed clearance (green badge)
  • Pending — Show submissions awaiting clearance evaluation (amber badge)
  • Issue Found — Show submissions with warning-level issues requiring review (orange badge)
  • Blocked — Show submissions blocked by BLOCK-severity rule failures (red badge)

Typical Underwriter Workflow

  1. Morning triage: Filter by "Cleared" to see which submissions are ready for underwriting review. Start with the oldest cleared submission (FIFO).
  2. Issue review: Filter by "Issue Found" to review warnings that need attention. Resolve issues to move submissions to Cleared.
  3. Escalation check: Filter by "Blocked" to see if any submissions require manager intervention for broker conflicts or sanctions matches.

The Scenario

Rachel Kumar, an Environmental Liability underwriter at Atlantic Mutual, has a new submission for TerraClean Remediation — a soil and groundwater remediation company seeking $5M environmental impairment liability coverage. The submission was created on April 19. Today is April 21.

The Clearance Process

At 2:45 PM, the clearance engine completes evaluation of all 11 rules:

Rule Code Result Detail
OFAC Sanctions SAN-001 PASS No SDN matches for "TerraClean Remediation"
Duplicate Insured DUP-001 PASS No fuzzy matches above 85% threshold
Broker Conflict BRK-001 PASS No competing submissions
LOB Moratorium LOB-001 PASS No moratorium on Environmental LOB
State Licensing LIC-001 PASS Licensed in NJ (submission state)
Minimum Premium PRM-001 PASS $48,000 quoted premium exceeds $10,000 minimum
Coverage Territory TER-001 PASS Coverage territory within approved states
Insured Industry IND-001 PASS SIC 8711 (Environmental Services) is within appetite
Prior Losses LOS-001 PASS No environmental claims in prior 5 years
Reinsurance Treaty REI-001 PASS Within treaty capacity
Aggregate Exposure AGG-001 PASS Environmental LOB aggregate within limit

The Clearance Moment

At 2:47 PM, the system sets the clearance flag:

  • clearance cleared at: 2026-04-21T14:47:33Z
  • clearance cleared by: SYSTEM
  • Status transitions from PENDING to CLEARED
  • The CLEARED banner appears on the submission detail page
  • The dashboard summary card for "Cleared" increments from 31 to 32
  • The "Pending" count decrements from 12 to 11

The Notifications

Rachel receives an in-app notification and email: "Corporate clearance completed for TerraClean Remediation. All 11 rules passed. This submission is authorized to proceed to underwriting review."

The Underwriting Assistant team receives an email: "Submission SUB-ENV-2026-0312 (TerraClean Remediation) has cleared corporate clearance and is ready for processing. policy admin system: PAS-SUB-2026-05891."

The Result

Rachel opens her queue, filtered by "Cleared," and sees TerraClean Remediation at the top. She begins her underwriting review immediately. The Underwriting Assistant team begins policy setup in the policy admin system. No emails were exchanged. No one asked "is this cleared yet?" The system answered the question before anyone needed to ask it.

What This Means for Underwriters

  1. Clearance is a visible, filterable status — not an email. The CLEARED banner, the summary cards, and the status filter make clearance state immediately visible. The underwriter never has to search their inbox to find out if a submission is ready.

  2. The clearance moment is recorded with precision. clearance cleared at is a UTC timestamp, not "sometime on Tuesday." This matters for compliance, for SLA tracking, and for measuring clearance turnaround time.

  3. Downstream teams are notified automatically. The Underwriting Assistant team learns about clearance at the same moment the underwriter does. The handoff is instant and documented.

  4. The filter changes how underwriters work. Instead of scanning an undifferentiated list, the underwriter filters by "Cleared" and works only on submissions that are ready. This is a workflow change that saves minutes per submission and eliminates "am I allowed to start on this?" uncertainty.

  5. Summary cards provide management visibility. The manager sees 31 Cleared, 12 Pending, 4 Blocked — at a glance. They know exactly where the clearance bottleneck is.

What's Next

In the next post, we will explore the complete clearance audit trail — how every screening, decision, and sign-off is recorded as a structured, queryable record that is ready for DOI examination at any time.


Ready to make clearance completion a system event instead of an email? InsightUW's clearance flag, auto-notifications, and filterable status ensure that every cleared submission reaches the right people at the right moment.

Schedule a Clearance Notification Demo →

See InsightUW run on your data

A 45-minute working session with a real broker email and your LOBs.

Request a demo