The Carrier Lens Chapter 55 24 min read

The five tiers of the insurance technology stack.

Every IDP conversation eventually lands on the same question: where does this plug in? Carriers, brokers, MGAs, and reinsurers do not run on a single system. They run on a layered stack of policy administration, underwriting workstations, broker management systems, document gateways, and reinsurance platforms — each with its own vendor, its own data model, and its own integration surface. This chapter is the map.

5
Tiers of the stack worth knowing
Guidewire
The dominant US carrier PAS
Acturis
The dominant UK broker platform
Verisk
The data spine under everything
§ 01

The five-tier mental model

Carrier technology is not one system, it is five tiers stacked on top of each other. Every IDP engagement integrates with at least two of them, and most touch three or four. Get the layering right and integration conversations become tractable.

From bottom to top: data & reference services feed the stack. Document and email gateways collect inbound work. Underwriting workstations and rating engines do the evaluation work. Policy admin systems hold the contract of record. Broker management systems sit on the distribution side and feed everything inbound. Reinsurance systems sit above policy admin and cede risk outward.

Tier 5 · Distribution
Broker management systems (BMS). Applied Epic, AMS360, EZLynx, HawkSoft (US/CA), Acturis, Open GI, SSP (UK/EU). Where the submission originates, where the policy gets serviced, where the certificate lives.
Tier 4 · Reinsurance
Reinsurance systems. TAI, SICS by Mphasis, Sapiens ReinsuranceMaster, Insurity Reinsurance. Where treaties, bordereaux, ceded retentions, and recoverables live. Critical for carriers, MGAs, and Lloyd's coverholders.
Tier 3 · Policy administration
Policy admin systems (PAS). Guidewire, Duck Creek, Insurity, Majesco, Sapiens, Origami Risk, Socotra. The contract of record. Where the policy is issued, billed, endorsed, renewed, and ultimately closed.
Tier 2 · Workflow
Underwriting workstations, rating engines, claims platforms. Sapiens IDIT, Insurity Sure Underwriting, Earnix, ZestyAI, Hyperexponential, custom in-house tools. Where evaluation, pricing, and decisioning happen.
Tier 1 · Ingestion
Document gateways and ECM. ImageRight, Hyland OnBase, FileNet, OpenText, plus inbound email infrastructure. The plumbing that carries unstructured documents into the stack — and where IDP usually integrates first.

Two cross-cutting layers

Underneath the five tiers, two cross-cutting layers feed the entire stack and are worth keeping in mind:

  • Data & reference services. Verisk / ISO (forms, rating, geocoding), NCCI (class codes), PCS (cat events), RMS / AIR / Moody's (cat models), LexisNexis (loss data, MVRs), Dun & Bradstreet (firmographics). The reference data every other tier consults.
  • Identity, governance, and observability. Okta / Entra ID, audit logging, SOC 2 / ISO 27001 controls, model governance frameworks. The control plane that wraps the workflow tiers and that every InfoSec review examines.
Anchor concept

A carrier "modernization" project almost never replaces all five tiers. It replaces one or two, integrates with the rest, and lives with the legacy parts for years. Indico engagements that respect this — that integrate cleanly with the unchanged tiers — are the ones that ship to production.

§ 02

Policy administration systems

The policy admin system is the contract of record. It holds the named insured, the policy form, the limits, the endorsements, the billing instructions, the producer of record. Everything ultimately reconciles to the PAS. The PAS is also the system most carriers spent the last decade replacing, and the migration is rarely complete.

VendorFootprintWhat to know
GuidewireUS / Canada / Australia carriers, mid-large. Growing in UK.InsuranceSuite: PolicyCenter, ClaimCenter, BillingCenter. The dominant US carrier PAS. Long-running cloud migration (Guidewire Cloud Platform). Heavy partner ecosystem.
Duck CreekUS carriers, mid-large. Strong in commercial.Policy, Billing, Claims. SaaS-first since 2020s. Often a competitive alternative when Guidewire is felt to be over-customized.
InsurityUS carriers, MGAs, specialty.Sure Policy, Sure Claims, plus a specialty-program platform. Heavier in personal and small commercial. Acquired SSI / Tropics, expanded MGA footprint.
MajescoUS / UK / global. Mid-market.L&A and P&C cloud platforms. Notable for a strong life-side practice that Guidewire/Duck Creek do not match.
SapiensEU, UK, Israel, US small commercial.IDIT and CoreSuite. Strong in life and pensions. Common in continental European carriers.
EISUS / global, digital-native carriers.API-first, microservices-based platform. Popular with InsurTech carriers and digital-native business units inside legacy carriers.
SocotraInsurTech / MGA / digital units.API-only PAS. Now part of EIS. Common in newer MGAs and embedded insurance plays.
Origami RiskCaptives, RRGs, public entity, risk pools.RMIS-plus-PAS hybrid. Dominant in the captive and risk-pool segment.
In-house / legacyStill common at large carriers.AS/400 mainframe systems, custom Java estates. Most "modernization" budgets are funded to reduce dependency on these.

What this means for IDP

An IDP platform almost never writes into the PAS at first. It extracts data from inbound documents, normalizes it, and hands it to an upstream system — the underwriting workstation, the broker portal, or a routing layer — which then writes to the PAS through that system's normal interface. Trying to write directly to PolicyCenter or Duck Creek triggers an integration project measured in quarters, not weeks.

Where carriers actually let IDP touch the PAS

Renewal pre-fill, policy comparison, and endorsement processing are the three workflows where IDP most frequently reads from the PAS. The pattern is: extract structured data from the existing policy via PAS APIs, compare to inbound renewal documents, surface deltas to the underwriter. This is a read-heavy integration and easier to get through architecture review than a write-heavy one.

§ 03

Underwriting workstations & rating

The underwriting workstation is where the actual evaluation work happens. It is the screen the underwriter looks at to triage a submission, request additional information, apply schedule modifications, and bind. Some carriers buy this layer from a vendor. Many build it themselves, especially in commercial and specialty. The rating engine — which computes the actual premium given exposure inputs — sometimes lives inside the workstation, sometimes separately.

Vendor workstations
Sapiens IDIT, Insurity Sure Underwriting, Duck Creek Producer/UW, Guidewire's underwriting modules. Common in small-commercial and personal lines.
Rating engines
Earnix, hyperexponential (hx Renew), Akur8 (pricing), in-house Python/R notebooks. Increasingly cloud-native and ML-augmented.
Submission triage tools
Cytora, Send Technology, Convr (now part of CCC), plus internal builds. The layer that increasingly competes with — or partners with — IDP platforms.
Custom in-house
Common at major commercial carriers (Chubb, AIG, Travelers, Liberty Mutual, Zurich). Often built on top of low-code platforms (Appian, Pega) or modern web stacks.

Where IDP fits

The underwriting workstation is the highest-leverage integration target for IDP at most commercial carriers. Pre-populating the workstation from inbound submissions is the canonical "submission triage" use case. The pattern: inbound email or broker portal lands a submission → IDP extracts ACORD, supplemental, loss runs, narrative → structured fields are pushed to the workstation, often via a thin queue or message bus → underwriter opens an already-populated workspace.

The integration interface varies enormously. Mature vendor workstations have REST APIs. In-house workstations may have only a database write or a file drop. The most common pattern in production: IDP writes to a staging table that the workstation reads, with a clear handoff schema.

§ 04

Broker management systems

The broker side of the wire runs on a completely different software ecosystem. Brokers — retail and wholesale — use broker management systems (BMS) to handle the client relationship, the placement workflow, the certificate issuance, and the commission accounting. For US/Canada, the market is dominated by three or four vendors. For UK/EU, the landscape is different and Acturis is dominant.

VendorRegionWhat to know
Applied EpicUS / Canada / UKThe dominant mid-market and large-broker platform in the US. Cloud-native deployments now standard. Heavy ecosystem of integrations.
AMS360US / CanadaVertafore's flagship. Strong in the mid-market independent agency segment. Pairs with Sagitta for larger firms.
EZLynxUSComparative rater + management system for small agencies. Personal lines dominant. Owned by Applied.
HawkSoftUSSmall-agency BMS. Loyal customer base. Common for sub-$5M-revenue agencies.
ActurisUK (dominant), parts of EU and CanadaOwned by Astorg and management. The de facto UK broker platform. Massive market share, strong API surface. Where most UK submission and placement work originates.
Open GIUKSME/personal lines BMS. Common at consumer-facing brokers.
SSPUK / parts of EUOlder platform, still substantial footprint at mid-market UK brokers.
Power BrokerUS (wholesale)Wholesale broker management. Common at large wholesalers (CRC, Amwins, Brown & Riding).
Whitespace, PPLLondon marketElectronic placement platforms (not BMS exactly). The digital placement layer for Lloyd's. PPL is the legacy/dominant; Whitespace is the modern challenger.

What this means for IDP

For carrier-facing IDP, the BMS is the system the submission came from. Understanding which BMS a key broker uses lets you predict the submission format. Acturis exports look one way; Applied Epic exports look another. Many brokers have email submissions that bypass the BMS entirely for non-standard placements.

A growing pattern: carriers building BMS-integrated submission portals (often using Acturis APIs in the UK or Applied integrations in the US) so submissions arrive as structured data instead of email attachments. IDP still has a role here — supplementals and narrative content rarely come through the structured pipe — but the value proposition shifts from "extract data" to "fill the gaps."

§ 05

Document gateways & ECM

Below the workflow tiers, carriers run an enterprise content management (ECM) layer that holds every inbound document, every issued policy, every claim file. Historically this was an imaging system; today it is a content services platform. The ECM is rarely talked about by name in sales conversations, but it is almost always the first system an IDP platform integrates with.

ImageRight (Insurity)
The dominant ECM in US commercial carriers. Specialty-built for insurance. Where most carrier document files actually live.
Hyland OnBase
Cross-industry ECM with a deep insurance practice. Common in mid-market and life carriers.
IBM FileNet
Legacy enterprise ECM. Still substantial footprint in large carriers and reinsurers.
OpenText Documentum
Enterprise ECM. Common in older deployments at large carriers, especially in claims.
Microsoft SharePoint
Increasingly the document store at smaller carriers, MGAs, and broker programs. Lower-cost, more accessible.
Email infrastructure
Microsoft Exchange / Outlook is the dominant inbound channel. Every IDP platform needs a clean story for inbound email handling.

The intake pipeline pattern

The standard pattern at a commercial carrier: a shared mailbox (e.g., newbusiness@carrier.com) receives broker submissions → an email gateway parses attachments → documents are stored to the ECM → metadata is generated → a routing engine assigns the file to an underwriting team → IDP runs against the documents to classify and extract → results flow into the underwriting workstation. Five systems just to land a submission in front of an underwriter.

Most IDP integrations sit at the "documents are stored to ECM" or "routing engine assigns" stage. Integrating earlier in the pipeline (at email landing) is technically possible but often touches more InfoSec surface than carriers want to open.

§ 06

Reinsurance systems

Above the policy admin tier sits the reinsurance system. This is where the carrier or MGA tracks what they have ceded to reinsurers (treaty and facultative), what they have retained, what they expect to recover on a given loss, and what bordereaux they owe to which reinsurance partner. It is its own ecosystem, distinct from the primary PAS, and increasingly an IDP target as ceded data flows become more automated.

VendorFootprintWhat to know
TAI Reinsurance SolutionsGlobal, especially mid-market carriersTreaty Pro, FacPro, and CedeRight. Long-standing dominant treaty admin platform.
SICS (by Mphasis)Global carriers and reinsurersSpecialty system for ceded and assumed reinsurance. Heavy in life as well as P&C.
Sapiens ReinsuranceMasterContinental EU, UK, parts of USTreaty and facultative administration. Pairs with Sapiens P&C suite.
Insurity ReinsuranceUS mid-market carriers, MGAsInsurity's offering for ceded admin. Common where Insurity is the PAS.
Verisk SequelLondon market, MGAs, BermudaSequel Re, Sequel Impact, Sequel Eclipse. The dominant London-market admin stack.
In-house bordereauxMGAs especiallyMassive Excel + access database estates. The single biggest IDP opportunity in the MGA segment.

The reinsurance system is where bordereaux land. Premium bordereaux, claims bordereaux, risk bordereaux — all flow from MGAs into carriers, and from carriers into reinsurers. IDP plays an enormous role here: bordereaux normalization across hundreds of MGA partners with hundreds of slightly different Excel templates is one of the highest-ROI use cases in the entire stack.

§ 07

Data & reference services

Underneath the entire stack sits a layer of reference and external data services. Every workflow tier consults them. Knowing which carriers subscribe to which ones lets you predict what data is available natively versus what needs to be extracted from inbound documents.

Verisk / ISO
The largest insurance data company. ISO forms library, ISO rating, geocoding, building data (360Value), Sequel admin. Most US carriers consume Verisk data in some form.
NCCI
Workers' comp class codes, experience modifications, advisory loss costs. The data spine under WC underwriting.
PCS (Property Claim Services)
Cat event identification and industry loss estimates. The reference for what counts as a cat event.
RMS / Moody's, AIR / Verisk, KCC
Cat models. Hurricane, EQ, wildfire, severe convective storm, terror. Used by every property and reinsurance underwriter.
LexisNexis Risk Solutions
MVRs, public-records, loss runs, fraud indicators. Heavy on the personal-lines side, growing in commercial.
Dun & Bradstreet, Experian
Firmographics, financial stability indicators, business credit. Used in commercial submission enrichment.
CoreLogic, RiskMeter
Property data and hazard scores. Wildfire, flood, crime, distance-to-coast.
SNL / S&P Global Market Intelligence
Carrier financial data, A.M. Best ratings, competitor data. Used in market intelligence and reinsurance counterparty analysis.
§ 08

A worked submission example

Putting the tiers together. A mid-market commercial GL submission from a wholesale broker to a US carrier, end to end:

Submission lifecycle across the tech stack
01
Broker BMS
Submission packaged in Applied Epic. PDFs, Excel, narrative email assembled.
02
Carrier email gateway
Submission lands in newbusiness@carrier.com. Email and attachments forwarded.
03
ECM (ImageRight)
Documents stored. Initial metadata captured. File created.
04
IDP platform
Documents classified. ACORD, loss runs, supplementals identified. Fields extracted.
05
UW workstation
Pre-populated workspace. Verisk / NCCI / D&B enrichment applied. Underwriter takes over.
06
Rating engine
Earnix or in-house. Premium computed from exposure inputs.
07
PAS (Guidewire)
On bind, policy issued. Endorsements, billing, scheduling all live here.
08
Reinsurance system
Ceded portion recorded. Treaty bordereau generated downstream.

This is the canonical flow. Variations are everywhere — a small MGA might compress steps 2 through 5 into a single platform; a London syndicate would replace step 1 with a PPL/Whitespace risk submission and step 7 with the Sequel stack. But the underlying logic — ingestion → classification → enrichment → evaluation → contract of record → cession — is universal across regions.

§ 09

Where IDP plugs in

Mapping Indico-typical use cases to the stack:

Use casePrimary integration tierCommon secondary tier
Submission triage & intakeTier 1 (gateway / ECM)Tier 2 (UW workstation)
Loss run normalizationTier 1 (ECM)Tier 2 (UW workstation)
Certificate (COI) verificationTier 1 (ECM)Tier 5 (BMS / vendor portal)
Policy comparison & renewal pre-fillTier 3 (PAS read)Tier 2 (UW workstation)
Claims FNOL intakeTier 1 (gateway / ECM)Tier 3 (claims platform)
Medical records / repair estimatesTier 1 (ECM)Tier 3 (claims platform)
Bordereaux normalizationTier 4 (reinsurance system)Tier 1 (file drop / SFTP)
Treaty placement supportTier 4 (reinsurance system)Tier 3 (PAS read for exposure data)
The integration heuristic

If a use case lives entirely at Tier 1, it is fastest to deploy and lowest on architecture-review risk. If it requires write access to Tier 3 (the PAS), expect a longer cycle and engage the Head of Systems persona before the COO conversation. Most successful Indico engagements start at Tier 1, prove value, and earn the credibility to expand inward.

The "where is the data" cheat sheet

Six questions to ask in any first technical discovery call. The answers tell you where to integrate.

  1. What is your PAS, and what version? (Guidewire / Duck Creek / Insurity / Majesco / Sapiens / in-house)
  2. What ECM holds inbound documents? (ImageRight / OnBase / FileNet / SharePoint / shared drive)
  3. What underwriting workstation do underwriters use? (Vendor / in-house / browser tabs on the PAS)
  4. Where do brokers submit? (Direct email / broker portal / BMS integration)
  5. What rating engine fires the price? (Earnix / hx / in-house / inside the PAS)
  6. If a ceded business — what reinsurance system holds the treaty book? (TAI / SICS / Sapiens / Sequel / Excel)
Chapter 55 · The Carrier Lens · 24 min read

The five tiers of the — Cheat Sheet

Every IDP conversation eventually lands on the same question: where does this plug in? Carriers, brokers, MGAs, and reinsurers do not run on a single system. They run on a layered stack of policy administration, underwriting workstations, broker management systems, document gateways, and reinsurance platforms — each with its own vendor, its own data model, and its own integration surface. This chapter is the map.

The mental model: A carrier "modernization" project almost never replaces all five tiers. It replaces one or two, integrates with the rest, and lives with the legacy parts for years. Indico engagements that respect this — that integrate cleanly with the unchanged tiers — are the ones that ship to production.

If you remember three things

Five tiers, two cross-cutting layers. Most IDP integrations start at Tier 1 (gateway / ECM) and Tier 2 (workstation). Direct writes to the PAS are a quarter-long project; reads are weeks.