💻 Tilores Studio is now available. Run entity resolution locally on your machine.Download free

← Back to Blog
Financial Services July 23, 2026 · 10 min read

Why Insurance Underwriters Can't Trust a Single Applicant Record

Steven Renwick
Steven Renwick
CEO, Tilores
Why Insurance Underwriters Can't Trust a Single Applicant Record

TL;DR: A single insurance application is one claim about a person at one moment, not a reliable view of that person’s history across quotes, policies, claims, vehicles, providers, and contact details. Entity resolution links records at ingestion so underwriting and claims systems can query current, explainable context without treating one shared field as proof of identity or fraud.

Evaluate the identity layer behind your underwriting workflow. Book a Demo or Try Tilores Studio (Free).

An application can be complete and still be misleading. The name may be spelled differently from a prior policy. The address may be new. A phone number may belong to a household. A driver’s licence number may lack the issuing jurisdiction. A claimant, vehicle, repairer, provider, or attorney may already appear elsewhere under a different record.

Underwriters do not need more faith in the form. They need a controlled way to establish which records refer to the same person and which records are merely related. That distinction matters before a policy is bound, and it matters again when a claim arrives.

Why can’t an underwriter trust one applicant record?

An underwriter cannot trust one applicant record as the whole identity because the record only reflects one source, one schema, and one point in time.

The application may be accurate on its own terms. It still cannot show whether the applicant quoted previously with another email address, appears on an older policy after a name change, shares an address with a different policyholder, or is linked to a prior claim through a vehicle or contact detail. Those facts live in other records.

A strong identifier does not solve every case. Driver’s licence numbers can be scoped by jurisdiction. Phone numbers and email addresses change or get reused. Names, dates, and postcodes contain typing errors. Household members share contact details. A clean exact match can miss the person, while a broad fuzzy match can merge two people who should stay separate.

Entity resolution treats the application as evidence to be linked, not as a ready-made customer truth. Tilores applies configured deterministic rules, fuzzy matching, and probabilistic scoring when records are ingested. The resulting entity has a persistent ID, linked source records, and graph edges that explain how records connect. The underwriting application queries that current resolved context.

What changes when records are resolved before underwriting?

Resolution before underwriting changes the unit of review from one application row to an entity with source evidence.

QuestionSingle applicant recordResolved entity context
Who is applying?The identity asserted on the current formA persistent entity linked across approved source records
Has this person appeared before?Only if a hard identifier matches the same wayDeterministic rules, fuzzy matching, and probabilistic scoring can connect changed and noisy records
Which facts disagree?Disagreement stays hidden in other systemsSource records remain visible for review
Which relationships matter?Shared addresses, vehicles, providers, and contacts look isolatedGraph edges expose links without declaring every related record the same person
What does the decision system receive?A point-in-time applicationThe current resolved context after ingestion

This does not mean every field becomes a golden fact. The source records still matter. An underwriter may need the latest value, the most trusted source, every observed value, or a conflict flag, depending on the field and the product. The identity layer should preserve enough evidence for that choice.

Tilores sits beside policy administration, claims, MDM, warehouse, and decision systems. It does not replace their rules, pricing, governance, or case workflow. It supplies the resolved person and relationship context those systems need.

Which identifiers should an insurance identity model compare?

An insurance identity model should compare several independent identifiers and tune the rule shapes to the product, jurisdiction, and data quality.

For a person, useful fields can include name, date of birth, address, postcode, email, mobile number, driver’s licence number and issuing jurisdiction, and approved national identifier fields. For a claim, the model can also retain claim-specific and supporting-entity fields such as policy number, vehicle identification number, provider identifier, repairer identifier, attorney identifier, and loss jurisdiction.

Those fields do not all serve the same purpose. A claim number identifies a claim, not a claimant. A vehicle identifies an involved asset, not automatically its driver. A shared mobile number can support an analyst search but is too weak to merge every record that uses it. A driver’s licence number is safer when paired with the issuing jurisdiction and another corroborating field.

The production rule set should therefore use several differently shaped link rules. One rule may combine date of birth, licence number, and jurisdiction. Another may use date of birth, email, and a fuzzy surname. An identifier-free fallback may combine date of birth, exact surname, postcode, and fuzzy first name. Consistency rules can block a merge when reliable fields conflict.

The goal is not the largest possible entity. The goal is the right entity.

How does entity resolution support underwriting without making the decision?

Entity resolution supports underwriting by returning current identity and relationship evidence; the underwriting system still owns eligibility, pricing, and referral decisions.

The sequence is straightforward:

  1. The application service submits the new applicant record through the Tilores GraphQL API.
  2. Tilores resolves and assembles that record at ingestion using the configured rules.
  3. The underwriting service queries the current entity by source record ID, entity ID, or approved search parameters.
  4. The decision workflow inspects the returned records, edges, scores, hits, and relevant connected entities.
  5. The insurer applies product rules, risk models, data permissions, and human review.

This boundary protects both explainability and ownership. The entity layer can show why records linked. The underwriting model can show how that context affected the decision. Neither layer has to pretend it performed the other’s job.

It also supports correction. If a prior merge was wrong, a controlled split can repair the entity. If a source record changes or is removed, the entity graph can update. The next query retrieves the current context rather than rebuilding identity from a fresh subset of rows.

How is underwriting fraud different from claims fraud?

Underwriting fraud concerns the identity and facts presented before cover; claims fraud concerns the people, assets, providers, and events presented after a loss.

WorkflowIdentity questionUseful resolved contextDecision owner
Quote and applicationHas this applicant appeared before under changed details?Prior quotes, policies, contact history, and entity evidenceUnderwriting and fraud controls
Policy changeDoes the requested change belong to the current policyholder?Current person entity, approved contacts, and related policiesPolicy administration and authentication
First notice of lossWhich claimant, policy, vehicle, and event belong together?Resolved claimant and connected policy or asset recordsClaims intake
Claims investigationDo providers, repairers, vehicles, contacts, or attorneys recur across cases?Cross-claim entity and relationship graphFraud investigation and case management
Ongoing reviewDid new evidence change the entity or relationships?Current resolved context after each new ingestion eventUnderwriting, claims, and compliance teams

Claims investigation benefits from graph structure because organised fraud is rarely contained in one claimant row. A phone number, address, vehicle, provider, payment instrument, repairer, or attorney can recur across otherwise separate claims. The useful signal is the pattern and its supporting evidence, not the presence of one shared field.

Our guide to fraud detection with entity resolution and graph neural networks covers how graph analysis can sit on top of resolved entities. Entity resolution prepares the graph. A fraud model, rule engine, or investigator decides what the pattern means.

What false positives should insurers design against?

Insurers should design against over-merging legitimate people who share common or household-level identifiers.

Families share addresses. Couples share phone numbers. Fleets share vehicles and company contacts. Medical groups share provider details. Repair networks share business information. Common names and dates of birth collide. If a rule links on one shared anchor, the system can collapse related people into one entity and poison every downstream decision.

The control is corroboration. Strong link rules combine independent fields. Search rules can remain broad enough to find a cohort without turning that cohort into one person. Consistency rules block merges that conflict with reliable identity fields. Human review handles the ambiguous middle.

This is especially important in regulated decisions. A relationship can justify a closer look, but it is not proof of fraud. The system should expose the record IDs, field evidence, graph edges, and match scores behind the relationship. Reviewers need to distinguish “same person,” “related person,” and “shared attribute.”

How does the resolved context fit beside credit, KYC, and policy systems?

The resolved context feeds existing credit, KYC, policy, claims, and data systems rather than replacing them.

An insurer may already use a customer master, policy administration platform, warehouse, fraud rules, KYC checks, and external data. Each system has a different view and a different duty. Tilores provides a dedicated resolution layer that can connect those records into persistent entities and return the current result through GraphQL.

The pattern is similar to the one used for consumer credit data. Source history needs to stay available, matching must tolerate noisy records, and the consuming decision remains outside the resolution layer. Where customer review continues after onboarding, perpetual KYC shows why fresh entity context matters whenever new information arrives.

For insurance, the practical result is continuity. The underwriter, claims handler, fraud investigator, and customer service team can work from the same entity ID while still seeing the source evidence relevant to their own workflow.

What should an insurer test in an evaluation?

An insurer should test identity accuracy, relationship quality, correction behaviour, and query usefulness on representative records.

Start with known matches and known non-matches. Include name changes, typographical errors, old addresses, shared households, recycled phone numbers, jurisdiction-scoped licence numbers, multiple vehicles, recurring providers, and deliberately conflicting fields. Add prior policies and claims so the test measures continuity, not only deduplication within the current application file.

Measure false merges and missed links separately. Review which rules fired. Check whether the GraphQL response supplies the entity ID, source records, edges, scores, and fields the consuming workflow needs. Then correct a bad merge, split the entity, ingest a new record, and confirm that the next query returns the updated context.

Finally, keep the decision boundary visible. The evaluation should prove that the identity layer delivers explainable context. It should not use a successful match as a substitute for underwriting judgement or a fraud finding.

FAQ

Why is a single insurance application not a trusted customer view?

It contains only the fields collected by one process at one time. It cannot show prior records under changed details, conflicts across sources, or relationships to policies, claims, vehicles, and supporting parties held elsewhere.

Does entity resolution decide whether an applicant is fraudulent?

No. Entity resolution links and separates records, maintains entity context, and exposes evidence. Underwriting rules, fraud models, case systems, and human reviewers decide how to act on that context.

When does Tilores resolve an insurance applicant?

Tilores resolves and assembles the applicant record at ingestion. The underwriting or claims system then retrieves the current resolved context through a GraphQL query.

A shared phone number can support search or investigation, but it should not normally merge people by itself. Households, businesses, and recycled numbers create collisions, so link rules need corroborating fields.

What is the difference between an entity and a relationship?

An entity groups records that refer to the same person, company, or object. A relationship connects separate entities, such as a claimant to a vehicle or a provider to several claims, without declaring that they are the same thing.

How does entity resolution help claims fraud teams?

It connects claimant, policy, vehicle, provider, repairer, contact, and other approved records across claims. Investigators can then inspect repeated entities and shared relationships with the underlying source evidence.

Does Tilores replace policy administration or claims case management?

No. Tilores sits beside those systems as the entity resolution layer. Policy systems keep policy state, claims systems keep case workflow, and fraud systems keep alerts and decisions.

What should an underwriting evaluation include?

Use representative messy data with known matches and non-matches. Test shared households, changed identifiers, conflicting fields, prior policies, claim relationships, false merges, missed links, correction behaviour, and the GraphQL context returned to the decision workflow.

See what resolved entity data does for your business — and your AI.