Blog

From the InsightXtract team

Field notes on AI-powered document extraction — domain glossaries, reference data, agentic pipelines, and the path to straight-through processing.

Field Notes — The Challenges

The real problems teams hit automating submission and claims intake — and what separates a slick demo from production.

The Challenges

Why No Two Submissions Look Alike — and Why It Breaks Template OCR

Every broker submits differently: mixed emails, ACORD editions, SOV workbooks, scans, one risk across many files. Template OCR assumes a fixed layout — and shatters.

InsightXtract Product Team  ·  8 min read
Read article
The Challenges

Looks Right, but Isn’t: The Silent-Error Problem in AI Extraction

The scariest failure isn’t an obvious one — it’s a plausible, well-formatted wrong value that sails through unreviewed. Why fluent models make confident mistakes, and what actually catches them.

InsightXtract Product Team  ·  8 min read
Read article
The Challenges

The Normalization Tax: When Clean-Looking Data Still Isn’t Usable

Extracting a value is half the job. Making it consistent — dates, money, codes, conflicting values across documents — is the hidden tax that stalls every downstream system.

InsightXtract Product Team  ·  8 min read
Read article
The Challenges

The ‘Unsupported Document’ Trap in Legacy IDP

The moment a submission contains something off-script, legacy IDP stamps it ‘unsupported’ and dumps it on a human. That long tail is where automation quietly dies.

InsightXtract Product Team  ·  8 min read
Read article
The Challenges

‘How Did It Decide That?’ The Audit Question That Stalls AI Pilots

Many pilots demo well and never ship, because in a regulated line a black box can’t answer the one question that matters. Explainability, audit trails, and reproducible output.

InsightXtract Product Team  ·  8 min read
Read article
The Challenges

The Glue-Code Tax: Why Extraction Projects Stall at the Last Mile

Accurate extraction is the easy part. Getting data into the PAS, rating engine, and claims system — each in its exact shape, reliably, at scale — is where budgets die.

InsightXtract Product Team  ·  8 min read
Read article
The Challenges

Build vs. Buy for Document Automation: The Honest Math

An even-handed framework for deciding whether to build submission extraction in-house or buy — and everything a naive ‘we’ll just call an LLM’ build underestimates.

InsightXtract Product Team  ·  8 min read
Read article
The Challenges

Why the IDP You Bought in 2019 Can’t Handle Submissions

Classic IDP was built for high-volume, fixed-layout documents. Submissions are the opposite: variable, multi-document, semantic. Where template IDP hits a ceiling — and how to tell you’ve outgrown it.

InsightXtract Product Team  ·  8 min read
Read article

Platform & Architecture

How the extraction engine works — agents, agentic pipelines, reasoning, and the data-quality guarantees behind every result.

How It Works

Ask the submission: chat over a folder, with citations you can open

Extraction answers the questions you knew to ask. Point at a submission or claim folder for the other kind — every answer carries the verbatim words it rests on, and clicking a citation opens the document at the page with those words boxed. Prepared once, answered in pennies, and exposed as a REST API for your own workstation.

InsightXtract Product Team  ·  9 min read
Read article
Engineering Notes

A citation you can click: turning a quoted sentence back into a rectangle on the page

Our chat cited the right words and highlighted a paragraph four inches above them. Three unrelated faults — a three-word anchor, a form quoted out of order, and a flex container stretched to the wrong size — and why a missing highlight beats a confident wrong one.

InsightXtract Product Team  ·  10 min read
Read article
Data Quality

One Output Shape, Every Agent: Inside InsightXtract’s Data Contract

Most tools return whatever the model emits. See how every agent produces one canonical shape — dates as YYYY-MM-DD, money as bare numbers, percentages as ratios, booleans as Yes/No, null for not-found — guaranteed regardless of which model ran.

InsightXtract Product Team  ·  9 min read
Read article
Trust & Confidence

Beyond a Confidence Score: How InsightXtract Categorizes What It Extracts

A number like 0.87 isn’t actionable. See how every field gets a standard category — exact, implied, inferred, or uncertain — emitted by the model and validated by the engine, so reviewers know exactly what to check.

InsightXtract Product Team  ·  9 min read
Read article
Governance

Configure Once, Apply Everywhere: Governed Output Standards

Formatting and confidence standards set once at the platform level and inherited by every agent, with overrides only where justified. One admin page, no copy-paste drift, no redeploy to change.

InsightXtract Product Team  ·  9 min read
Read article
The Platform

Beyond a field bag: extracting the connected entity model

A submission isn’t a flat list of 40 fields — it’s a graph of parties, places, coverages, and claims with real cardinality: parent plus subsidiaries, many locations, many claims. See how InsightXtract extracts into a typed, connected entity model that maps into your PAS.

InsightXtract Product Team  ·  10 min read
Read article
The Platform

Master data at extraction time: resolving every broker and insured to one identity

“Apex Ins. Brokers” and “Apex Insurance Brokers LLC” are one broker. See how InsightXtract resolves extracted parties to a canonical identity — Broker #B-1024 — with a confidence score, so dedupe, write-back, and analytics work at carrier scale.

InsightXtract Product Team  ·  10 min read
Read article
The Platform

Folder-native intake and round-trip: read your file tree, write back

Carriers already file work in folders — year/insured/submission-id. See how InsightXtract reads that tree as run metadata (no re-keying) and writes structured results back to the source: SharePoint, cloud storage, or the policy system.

InsightXtract Product Team  ·  9 min read
Read article
The Platform

The agentic API: extraction as a service your systems call

Your workbench or claims system posts a bundle of documents; the API detects the line of business, classifies, extracts, consolidates, and returns a structured record with citations and confidence — by poll or webhook. Embed extraction in your own automation.

InsightXtract Product Team  ·  9 min read
Read article
How It Works

Config-driven agents, no code: building an extraction agent in a UI

In legacy IDP every new document type is a data-science project. In InsightXtract a business analyst builds an agent in an afternoon — upload a sample, let AI discover the fields, refine, bind glossaries, add rules, test, publish. All serialized to YAML the same engine runs.

InsightXtract Product Team  ·  10 min read
Read article
How It Works

No “unsupported document”: freeform extraction from context

Template IDP marks anything it doesn’t recognize “unsupported” and drops it on a human. See how InsightXtract routes unclassified documents through the same engine using project context as hints — so the long tail automates too.

InsightXtract Product Team  ·  9 min read
Read article
How It Works

Domain skills: encoding underwriting expertise as reusable playbooks

A loss run, an ACORD, a financial statement each have conventions an expert applies by reflex. See how InsightXtract packages that as skills — focused, versioned playbooks with machine-checkable invariants, loaded only when relevant. Not prompt spaghetti.

InsightXtract Product Team  ·  10 min read
Read article
How It Works

The glass-box trace: watch the agent reason, step by step

“How did it decide that?” is the question that stalls AI pilots in regulated lines. Every extraction records an ordered, append-only trace of its reasoning — perceive, plan, extract, validate, re-extract, reflect — live and persisted for audit.

InsightXtract Product Team  ·  9 min read
Read article
How It Works

Output contracts: shaping many documents into one governed record

Most tools hand you their JSON and leave you to build glue code. InsightXtract inverts it — you declare the target record (fields, source priority, lookups, validation, provenance) and the agent conforms. One run, one governed record, many consumers.

InsightXtract Product Team  ·  11 min read
Read article
Engineering Notes

Why a field description won’t stop a model copying the wrong number

We told the schema, in plain words, that directors and shareholders are different figures. It returned 84 for both — while the schedule beneath listed five directors. Four times a description failed and a deterministic rule fixed it. When to describe, and when to compute.

InsightXtract Product Team  ·  8 min read
Read article
How It Works

From raw values to decision-ready data: declarative post-processing

An extractor that hands you “Calif,” “$1,234.5,” and no total isn’t finished — it’s handed you a cleanup project. See how standardize, format, derive, and validate rules turn raw values into clean, checked, decision-ready data in the same run.

InsightXtract Product Team  ·  10 min read
Read article
How It Works

Confidence as a first-class output: routing straight-through vs. review by number

STP is only as good as the number it’s built on. See how grounded, field-level confidence lets a document clear automatically while its two shaky fields — and only those two — route to a human. Automation as an objective decision.

InsightXtract Product Team  ·  11 min read
Read article
How It Works

The architecture behind hard P&C documents: how InsightXtract reads what breaks everything else

The full architecture — an agentic reasoning loop, an agent-of-agents for whole submissions, dynamic domain skills, a governance-first core, adaptive token models for cost, and provenance, guardrails & citations — that handles over-running tables, charts, badly scanned pages, mixed-language bordereaux, dynamic Excel and 300-page files. With examples throughout.

InsightXtract Product Team  ·  26 min read
Read article
How It Works

How an extraction agent actually thinks: perceive → plan → extract → validate → reflect

Legacy IDP runs one OCR pass and one prompt. InsightXtract runs a reasoning loop — it looks at the document, plans a per-field strategy, extracts, checks itself against your rules, re-extracts what failed, and scores its own confidence. A worked walk-through with the live agent trace.

InsightXtract Product Team  ·  12 min read
Read article
How It Works

Self-checking extraction: cross-field validation and the re-extract loop

Any tool returns a number and a score; the question is whether it can tell when the number is wrong. See how the agent validates a loss run must foot and a date must precede its expiry — then re-extracts only the failed fields before a human sees them. With worked invariants.

InsightXtract Product Team  ·  11 min read
Read article
How It Works

Vision or text, per field: how the agent decides how to read

A typed policy number and a rubber-stamped date want to be read in completely different ways. See how the agent chooses, field by field, whether to read the text layer or look at the page image — faster, cheaper, and more accurate than OCR-everything.

InsightXtract Product Team  ·  10 min read
Read article
Extraction Quality

When documents disagree: resolving conflicts to the correct value — with reasoning

A submission that argues with itself — three revenues, a fleet count that doesn’t match, a loss run that won’t sum. Six worked examples of how InsightXtract resolves each to the right value with a declared source-of-truth, flags rather than “fixes,” and attaches the reasoning to every answer.

InsightXtract Product Team  ·  14 min read
Read article
Extraction

Multi-document submissions, handled as one

A submission is an email, a few ACORDs, an SOV, and a loss run about one risk. Extract each once, cache it, consolidate into a single record — so a fix never re-runs the whole packet.

InsightXtract Product Team  ·  8 min read
Read article

Solutions & Integrations

Where InsightXtract fits in the business — underwriting and claims workstations, FNOL, PAS, and API-first integration.

Solutions

Put the submission extraction agent inside your underwriting workstation

Behind a versioned Extraction API, submissions arrive pre-read, pre-validated, and cited — a panel in the desk underwriters already live in, not a detour away from it.

InsightXtract Product Team  ·  8 min read
Read article
Solutions

Renewals in the workstation: last year vs. this year, automatically

Pull the updated SOV, loss runs, and exposure data straight from brokers, extract them, and hand the underwriter a year-over-year delta — the renewal pack builds itself.

InsightXtract Product Team  ·  8 min read
Read article
Solutions

FNOL, structured: agentic extraction for first notice of loss

Email, ACORD FNOL form, API payload, or call transcript — every one becomes the same validated, coverage-aware claim record, routed to the right adjuster queue without retyping.

InsightXtract Product Team  ·  8 min read
Read article
Solutions

Straight-through to your PAS and claims system

Validated submissions and FNOLs post straight into your PAS and claims platform, with output contracts and version-pinning keeping the mapping stable under a running system.

InsightXtract Product Team  ·  8 min read
Read article
Solutions

The agent that runs other agents: submission extraction as orchestration

The submission extractor is an orchestrator — it classifies each document, hands it to the agent configured for that type, and consolidates the envelope into one clean record.

InsightXtract Product Team  ·  8 min read
Read article
Integration

Agents your other systems can call: extraction as a versioned API

Each extraction agent is a scoped, version-pinnable API — so policy-admin, claims, and data platforms request the fields they need and write results straight to their own tables.

InsightXtract Product Team  ·  8 min read
Read article
Integration

From inbound document to system of record, no glue code

Connect intake, extraction, transformation, and delivery on one visual canvas — a broker submission email becomes validated JSON in your PAS and warehouse, no integration scripts.

InsightXtract Product Team  ·  8 min read
Read article
Solutions

Bordereaux at scale: per-MGA agents, called by API

Give each MGA its own configured agent, invokable by API key — it normalizes any layout into your treaty schema, validates it, and flags variance versus prior periods, at volume.

InsightXtract Product Team  ·  8 min read
Read article

Trust, Governance & Human-in-the-Loop

The controls that make automation trustworthy — auditability, separation of duties, versioning, evaluation, and human review.

The Platform

Governance-first: Org → Business Unit → Project, RBAC, and versioning

A multi-division carrier can’t run on one flat config or a free-for-all. See how InsightXtract layers configuration and reference data with most-specific-wins resolution, role-based access, and draft/publish versioning — define once, override locally, change with control.

InsightXtract Product Team  ·  10 min read
Read article
Buyer’s Guide

How to evaluate a data-extraction product for P&C insurance

A detailed rubric for carriers, MGAs, and TPAs: the criteria that actually matter for automating submissions and claims at high accuracy with minimal human involvement — and the concrete problems that arise if you skip each one.

InsightXtract Product Team  ·  14 min read
Read article
Agent Tuning

Self-improving extraction: turning corrections into fewer corrections

Reviewer fixes shouldn’t evaporate. See how corrections drive reviewer-approved, validated, versioned agent changes on ACORD 131 submissions — so the same P&C mistakes stop recurring.

InsightXtract Product Team  ·  9 min read
Read article
Governance & Audit

Auditability by design: who extracted what, when, and why

Per-field provenance and bounding-box citations, old→new correction history, separation of duties, and versioned records — so every P&C extraction is defensible for exams, disputes, and reinsurance.

InsightXtract Product Team  ·  9 min read
Read article
Governance

Keeping outputs stable while the models keep changing

Separate the agent version from the output contract — so ops can ship a smarter ACORD prompt every month without a downstream system pinned to a stable schema ever noticing.

InsightXtract Product Team  ·  8 min read
Read article
Governance & Audit

Separation of duties for AI data pipelines

Role-based access keeps the reviewer who corrects extracted data from quietly rewriting the agent that produced it — so a correction stays a correction, never a hidden model change.

InsightXtract Product Team  ·  8 min read
Read article
Human-in-the-Loop

Human-in-the-loop that actually closes the loop

Most tools have a review step; few feed what the reviewer learns back to the agent. Turn each correction into tuning fuel, so a recurring mislabel gets fixed once and prevented at source.

InsightXtract Product Team  ·  8 min read
Read article
Human-in-the-Loop

Where AI should stop and a human should step in

Automation is not about removing people — it is about aiming them. Automate the clean majority, route the uncertain by confidence, field by field, so accuracy and throughput both hold.

InsightXtract Product Team  ·  8 min read
Read article
Business Case

The economics of straight-through processing in P&C submissions

Lower cost per submission, minutes instead of days, and more capacity from the same team — here is how the STP math actually works for underwriting intake.

InsightXtract Product Team  ·  9 min read
Read article

Domain & Reference Data

The insurance domain knowledge behind accuracy — document classification, glossaries, lookups, and master data.

Management Liability — Documents & Coverages

Segment by segment — every document in a management-liability submission and what it covers, across D&O, EPL, Fiduciary, Crime, K&R and professional lines.

Management Liability

Private Company D&O: Every Submission Document and What It Covers

A field-level guide to a private-company ML packet — the broker email, the application and its supplements, audited financials, loss runs, ownership and board schedules — and the D&O, EPL, Fiduciary, Crime, K&R and Misc PL coverages each one feeds.

InsightXtract Product Team  ·  16 min read
Read article
Management Liability

Nonprofit D&O: Every Submission Document and What It Covers

Trustees, volunteers, donor-restricted net assets and grant funds change the risk. The full nonprofit ML document set — the Not-for-Profit application, nonprofit financial statements, plan and loss schedules — and the coverages behind each.

InsightXtract Product Team  ·  16 min read
Read article
Management Liability

Public Company D&O: Every Submission Document and What It Covers

Securities claims define public-company D&O. The document set — SEC filings (10-K, 10-Q, proxy, 8-K), the excess tower and Side-A DIC, market data — and the Side A/B/C coverage structure each one informs.

InsightXtract Product Team  ·  16 min read
Read article
Management Liability

Financial Institution D&O: Every Submission Document and What It Covers

Banks, advisers, broker-dealers and funds — regulator- and AUM-driven. Call reports, Form ADV, prospectuses and the financial-institution bond, plus the professional-liability and E&O coverages at the center of the risk.

InsightXtract Product Team  ·  16 min read
Read article

Line Deep-Dives — What InsightXtract Extracts

Field-by-field, line by line — the coded, cited record InsightXtract produces from each type of submission.

Line Deep-Dive

Inside an Inland Marine Submission: What InsightXtract Extracts

Inland marine covers property that moves. See how a broker email and application become one coded record — coverage form, limits, and the equipment, transit, and loss-history schedules row by row.

InsightXtract Product Team  ·  10 min read
Read article
Line Deep-Dive

Inside a Business Owners Policy (BOP) Submission: What InsightXtract Extracts

A BOP looks simple, but the price turns on building values, protection class, per-location construction, and a clean loss run. See it all turned into one coded, cited record.

InsightXtract Product Team  ·  10 min read
Read article
Line Deep-Dive

Inside an Equipment Breakdown Submission: What InsightXtract Extracts

Equipment Breakdown turns on what mechanical/electrical/pressure equipment runs, and the interruption when it fails. See the object schedule and loss history extracted into one coded record.

InsightXtract Product Team  ·  10 min read
Read article
Line Deep-Dive

Inside a Product Recall Submission: What InsightXtract Extracts

A recall submission is just an email and an application, but the risk hides in the detail — products profile, coverage tower, per-product schedule, and prior-recall history.

InsightXtract Product Team  ·  10 min read
Read article
Line Deep-Dive

Inside a Surety & Fidelity Bond Submission: What InsightXtract Extracts

Surety is a credit decision in disguise. See how a bond application becomes one coded record — principal, bond type, obligee, schedule, and claims history, bond types standardized to a glossary.

InsightXtract Product Team  ·  10 min read
Read article
Line Deep-Dive

Inside a Technology & Misc E&O Submission: What InsightXtract Extracts

A Tech & Misc E&O submission is an email and an application — but the risk lives in the service mix, the claims-made trigger, and the claims history. Every field, coded and cited.

InsightXtract Product Team  ·  10 min read
Read article
Line Deep-Dive

Inside an Architects & Engineers Submission: What InsightXtract Extracts

The price lives in the disciplines, billings, claims-made retro date, project mix, and prior claims. See every field InsightXtract extracts from an A&E submission.

InsightXtract Product Team  ·  10 min read
Read article
Line Deep-Dive

Inside an Ocean Cargo Submission: What InsightXtract Extracts

A marine cargo application hides a lot. See the cargo profile, per-conveyance and per-location limits, war/SRCC terms, the route-by-route conveyance schedule, and loss history — one coded record.

InsightXtract Product Team  ·  10 min read
Read article
Line Deep-Dive

Inside a Builders Risk Submission: What InsightXtract Extracts

Value at completion, hard/soft costs, construction type, term, and the per-project schedule decide the price. See every field InsightXtract extracts from a builders risk submission.

InsightXtract Product Team  ·  10 min read
Read article
Line Deep-Dive

Inside a Commercial Property Submission: What InsightXtract Extracts

The account looks like one number — total insured value — but the risk lives in the schedule. See how the SOV workbook, application, and broker email become one coded, COPE-aware property record.

InsightXtract Product Team  ·  10 min read
Read article
Line Deep-Dive

Inside a General Liability Submission: What InsightXtract Extracts

Primary GL is class-rated, so the price is only as good as the exposure basis behind it. See the fields, the exposure-by-class schedule, and the loss run pulled from every submission.

InsightXtract Product Team  ·  10 min read
Read article
Line Deep-Dive

Inside a Commercial Auto / Fleet Submission: What InsightXtract Extracts

A fleet submission is a packet, not a document. See how the broker email, application, vehicle schedule, driver roster, and loss run become one coded, cited underwriting record.

InsightXtract Product Team  ·  10 min read
Read article
Line Deep-Dive

Inside a Workers’ Compensation Submission: What InsightXtract Extracts

Broker email, ACORD app, a payroll-by-class-code workbook, and a loss run — turned into one coded, cited record. And why payroll-by-class is the price.

InsightXtract Product Team  ·  10 min read
Read article
Line Deep-Dive

Inside a Cyber Submission: What InsightXtract Extracts

A cyber submission is just an email and an application, but the price hides in the controls. See every parameter pulled — records exposure, MFA/EDR/backups, ransomware sublimits — and why each moves the price.

InsightXtract Product Team  ·  10 min read
Read article
Line Deep-Dive

Inside a Lawyers Professional Liability Submission: What InsightXtract Extracts

The risk lives in the detail: the practice mix, the claims-made retro date, every attorney’s seniority, and the firm’s own claims history. See how it becomes one coded record.

InsightXtract Product Team  ·  10 min read
Read article
Line Deep-Dive

Inside a Medical Malpractice Submission: What InsightXtract Extracts

Compact but dense. See how the broker email and med-mal application become one coded record — specialty and provider mix, claims-made coverage, the provider schedule, and claims history.

InsightXtract Product Team  ·  10 min read
Read article
Line Deep-Dive

Inside an Environmental / Pollution Submission: What InsightXtract Extracts

A site pollution submission becomes one coded record: the insured and operations, PLL/CPL limits and retro date, the per-site tank and remediation schedule, and claims history.

InsightXtract Product Team  ·  10 min read
Read article
Excess & Umbrella

Fire protection excess casualty: extracting a multi-entity supplemental

A real fire & life-safety contractor: classification, a complex 8-entity master supplemental (operations mix, occupancy split, systems detail), and the roll-up derivations — extracted, typed, normalized and cited on the same Excess Casualty agent.

InsightXtract Product Team  ·  7 min read
Read article
Excess & Umbrella

Habitational excess casualty: extracting a multifamily portfolio submission

A real 55-property portfolio: classification, an SOV and GL/WC schedules, a premises-driven loss run, and the schedule of underlying — extracted, normalized, and rolled up with citations.

InsightXtract Product Team  ·  8 min read
Read article
Excess & Umbrella

Manufacturing excess casualty: products liability & plant exposure

A real products manufacturer: GL by products class, plant SOV and WC schedules, a products/WC loss run, and the tower — extracted, normalized, and rolled up with citations.

InsightXtract Product Team  ·  8 min read
Read article
Excess & Umbrella

Healthcare excess casualty: extracting a health-system submission

A real 28-facility health system: facility SOV, GL and clinical-WC schedules, a premises/WC loss run, and the tower — with professional liability coded separately.

InsightXtract Product Team  ·  8 min read
Read article
Excess & Umbrella

Energy excess casualty: extracting an oilfield-services submission

A real oilfield-services contractor: GL by energy class, yard/site SOV and field WC, a pollution/auto/WC-heavy 42-claim loss run — extracted in full at a 64K output budget.

InsightXtract Product Team  ·  9 min read
Read article
Excess & Umbrella

Public entity excess casualty: extracting a municipal submission

A real regional authority: municipal GL and WC schedules, a facility SOV, a law-enforcement/auto-heavy 44-claim loss run, and the tower over a self-insured retention.

InsightXtract Product Team  ·  9 min read
Read article
Excess & Umbrella

Trucking excess casualty: extracting a motor-carrier submission

Trucking excess is auto-driven. A worked example on a real motor carrier: classification, the fleet exposure workbook (vehicle schedule, drivers, WC payroll, terminals), the auto-heavy 5-year loss run, and the schedule of underlying — extracted, normalized, and rolled up with citations.

InsightXtract Product Team  ·  7 min read
Read article
Excess & Umbrella

Loss runs without the headache: 5-year currently-valued loss extraction

Carrier PDFs, Excel with stacked claim-identity headers and grouped Loss/ALAE/Total reserves, five years across GL/Auto/WC. How InsightXtract extracts every claim, normalizes status and cause, and rolls up incurred by line — with citations.

InsightXtract Product Team  ·  6 min read
Read article
Extraction Engineering

From rows to rating: deterministic derived exposures, not LLM arithmetic

Underwriters price on totals, but the detail lives in hundred-row schedules. Why declarative sum/count/group_by rules on the document type beat prompt-arithmetic and hand-mapping — exact, reproducible, fuzzy to broker wording, with no fabricated zeros.

InsightXtract Product Team  ·  6 min read
Read article
Excess & Umbrella

Reading the exposure workbook: extracting complex Excel schedules

Payroll by class, vehicle schedules, SOVs, contractor WIP with stacked group headers — where naive extractors fail. How InsightXtract reads every sheet, flattens grouped headers, maps to typed schedules, normalizes codes, and derives header exposures exactly.

InsightXtract Product Team  ·  6 min read
Read article
Excess & Umbrella

Building the tower: schedule of underlying, excess layers & multi-carrier policies

You can't price a layer without seeing the tower beneath and beside it. Extracting the schedule of underlying, the excess structure, and the full carrier-issued layer policies — attachment, limits, follow-form, endorsements — into one coded tower view.

InsightXtract Product Team  ·  6 min read
Read article
Excess & Umbrella

From packet to priced record: an excess casualty extraction walkthrough

A full worked example on a real contractor submission: classification, field & schedule extraction with page-level citations, glossary-normalized codes, deterministic derived exposures, and one governed underwriting record — with sample results shown throughout.

InsightXtract Product Team  ·  9 min read
Read article
Excess & Umbrella

Inside an excess casualty submission: what InsightXtract extracts — and why it matters

A comprehensive walk through the fourteen categories of data pulled from an excess/umbrella packet — ACORD, exposure workbook, vehicle schedule, SOV, five-year loss runs, underlying tower — the current-plus-prior-year time series, and why each parameter moves the price.

InsightXtract Product Team  ·  12 min read
Read article

Claims & FNOL — Intake Extraction

First notice of loss is a pile, not a form. See how InsightXtract classifies a claims packet and consolidates it into one coded claim record — with deterministic reserve inputs and citations.