Territory Restrictions, Aggregate Capacity, and Broker Standing: The Hidden Clearance Checks Most Platforms Miss
How InsightUW enforces TERR-001, CAP-001, LIM-001, BRK-002, and LOB-001 — five clearance rules that catch risks before they become regulatory problems, compliance failures, or capacity surprises.
The Problem
Sanctions screening gets all the attention. Every carrier knows they need OFAC checks. But sanctions are only one category of corporate clearance. The issues that actually cause the most operational damage are the quieter ones: a submission bound in a sanctioned territory because no one checked the domicile, an LOB that blew past its aggregate capacity because no one tracked the running total, a broker with an expired license that invalidates the placement, or a line of business under moratorium that an underwriter did not know about.
These checks are not glamorous. They do not involve AI or fuzzy matching. But they are the checks that regulators ask about, that reinsurers audit, and that cause E&O claims when missed. Most platforms either skip them entirely — leaving them to manual processes — or implement them as one-time hardcoded rules that cannot adapt to changing business conditions.
The InsightUW Approach
InsightUW implements five clearance rules that cover the operational checks most platforms overlook. Each rule is configurable, LOB-aware, and produces structured issues with AI-generated recommendations when triggered.
TERR-001: Sanctioned Territory Check
InsightUW maintains a list of 8 sanctioned territories where underwriting is restricted or prohibited. The check compares the insured's domicile, risk location, and operational territories against this list.
Sanctioned Territories:
| Territory | Restriction Level | Regulatory Basis |
|---|---|---|
| Cuba | Comprehensive | OFAC |
| Iran | Comprehensive | OFAC, EU, UK |
| North Korea | Comprehensive | OFAC, EU, UK, UN |
| Syria | Comprehensive | OFAC, EU |
| Crimea Region | Comprehensive | OFAC, EU |
| Russia | Sectoral | OFAC (certain sectors), EU |
| Venezuela | Sectoral | OFAC (government sector) |
| Myanmar | Sectoral | OFAC, EU, UK |
Comprehensive vs. Sectoral:
- Comprehensive sanctions prohibit virtually all transactions. A submission with any nexus to these territories triggers a critical-severity issue with a "decline" recommendation.
- Sectoral sanctions restrict specific industries or entities. A submission involving a sanctioned sector in these territories triggers a high-severity issue with an "investigate" recommendation. Non-sanctioned sectors may proceed with documentation.
The territory list is admin-configurable. When OFAC updates sanctions, the compliance team adds or modifies territories through the Platform Features UI — no code deployment required.
CAP-001: Aggregate LOB Capacity
Every LOB has a maximum aggregate capacity — the total limit the carrier is willing to have in force across all policies in that line. CAP-001 tracks the running total and flags any submission that would push the LOB over its limit.
How it works:
- The engine sums all bound policy limits for the submission's LOB
- It adds the requested limit from the new submission
- It compares the projected total against the configured LOB capacity
- If projected utilization exceeds 100%, the rule fires
Configured LOB Capacities (example):
| LOB | Aggregate Capacity | Current Bound | Utilization | Remaining |
|---|---|---|---|---|
| Property | $100M | $88M | 88% | $12M |
| General Liability | $75M | $52M | 69% | $23M |
| Excess Casualty | $60M | $48M | 80% | $12M |
| Cyber | $50M | $31M | 62% | $19M |
| D&O | $80M | $67M | 84% | $13M |
| Professional Liability | $45M | $28M | 62% | $17M |
The capacity threshold is per-LOB and admin-configurable. A carrier growing its Cyber book can increase the limit from $50M to $75M through the UI; a carrier pulling back from Property after catastrophe losses can reduce it.
LIM-001: Large Limit Review
Any individual submission requesting a limit at or above $25M triggers an automatic large-limit review. This rule exists because large limits carry outsized tail risk and typically require reinsurance treaty notification.
| Threshold | Severity | Required Action |
|---|---|---|
| $25M - $49M | medium | Senior underwriter review |
| $50M - $99M | high | Head of LOB review |
| $100M+ | critical | CUO review + reinsurance notification |
The $25M default threshold is configurable. Carriers with larger risk appetites can raise it; specialty carriers writing smaller limits can lower it.
BRK-002: Broker Standing Check
BRK-002 validates three aspects of the submitting broker's standing:
| Check | What It Validates | Failure Condition |
|---|---|---|
| Licensing | Broker holds valid license in the risk state | Expired, suspended, or not licensed |
| Appointment | Broker is appointed with the carrier | Not appointed, suspended, or terminated |
| Balance | Broker's accounts receivable is current | Overdue balance exceeds configurable threshold (default: $50K) |
A failure in any of the three checks creates a clearance issue. Licensing failures are critical (regulatory violation risk). Appointment failures are high (potential E&O exposure). Balance failures are medium (operational concern).
LOB-001: LOB Moratorium
When a carrier decides to pause writing a line of business — after a major catastrophe, during a market correction, or by strategic decision — the compliance team activates an LOB moratorium through the Platform Features UI. LOB-001 checks for active moratoria before any submission proceeds.
| Moratorium Status | Effect on New Submissions |
|---|---|
| No moratorium | Rule passes silently |
| Active moratorium | Critical issue — "decline" recommendation |
| Partial moratorium (geographic) | Issue only for matching territories |
| Partial moratorium (size) | Issue only for limits above threshold |
Excess Casualty: $25M Submission Triggers Both Capacity and Large-Limit Rules
Scenario: Summit Steel Corporation submits a $25M Excess Casualty request through broker Atlantic Risk Group. The Excess Casualty LOB has a $60M aggregate capacity with $48M currently bound.
All 5 checks execute:
| Rule | Input | Result | Severity |
|---|---|---|---|
| TERR-001 | Domicile: Delaware, USA | PASS — not sanctioned | — |
| CAP-001 | Current: $48M + Request: $25M = $73M vs. $60M limit | FAIL — 122% utilization | high |
| LIM-001 | Requested limit: $25M vs. $25M threshold | FAIL — triggers large limit review | medium |
| BRK-002 | Atlantic Risk Group: licensed, appointed, balance current | PASS | — |
| LOB-001 | Excess Casualty moratorium: none active | PASS | — |
CAP-001 Issue Detail:
| Field | Value |
|---|---|
| Issue | "Adding $25M limit would exceed Excess Casualty aggregate capacity of $60M by $13M (122% utilization)" |
| Current utilization | $48M / $60M = 80% |
| Projected utilization | $73M / $60M = 122% |
| Overage | $13M |
| AI Action | Escalate |
| AI Confidence | 89% |
| AI Narrative | "The Excess Casualty book is at 80% utilization. This $25M submission would push it to 122%. Escalate to Head of Casualty to determine if capacity can be expanded, if reinsurance can absorb the excess, or if the requested limit should be negotiated down to $12M to stay within current capacity." |
LIM-001 also fires at medium severity, recommending senior underwriter review of the $25M limit with 95% AI confidence. The review should cover reinsurance treaty terms, clash exposure, and underlying program adequacy.
Combined clearance status: PENDING — two issues require escalation. Both must be resolved before clearance can be granted.
What This Means for Underwriters
- No blind spots — the five checks cover the operational risks that sanctions screening alone does not address.
- Real-time capacity visibility — underwriters see LOB utilization percentages before committing capacity, not after.
- Broker risk management — licensing and appointment issues are caught at submission intake, not at binding when it is too late.
- Strategic control — moratoria take effect immediately across all submissions, ensuring no leakage during market corrections.
- Threshold flexibility — every rule adapts to the carrier's size, risk appetite, and regulatory environment through admin configuration.
What's Next
In the next post, we will explore Role-Based Clearance Acknowledgment — how InsightUW matches issue severity to minimum authorization roles, generates attestation text, and creates a complete audit trail from sign-off to cleared status.
InsightUW is an AI-powered underwriting workstation for P&C carriers. Request a demo to see territory, capacity, and broker standing checks in action.