Insurance Underwriting and Claims Analytics Set (GB)

FININS998· 1.5M records · 41 tables · v1.0.0 · Updated 2026-09-01
Finance Insurance Underwriting and Claims Dataset API
CSV JSON SQLinsuranceclaims-analyticsunderwritinginsurance-fraudloss-ratioreservingmotor-insurancehome-insurancecounter-frauduk-insurance

Overview

FININS998 follows a synthetic United Kingdom personal and commercial insurer end to end: quotation, underwriting, inception, endorsement, renewal, notification, reserving, settlement, recovery, subrogation, salvage and counter-fraud. Forty-one linked tables cover the customer book with addresses, contacts, named drivers and no-claims history; the insured assets themselves, with vehicle group, value, overnight location and annual mileage, and property construction, rebuild value, EPC band and flood zone; and the full policy lifecycle at the grain an insurer actually holds it. A renewal is a new policy row. That is not a modelling convenience, it is how exposure works: claim frequency is a rate per policy year, not per customer, so twenty-eight thousand policyholders running for two or three years become ninety-three thousand policy years sitting behind seventeen thousand claims. Frequency and severity are set per line and moved by a postcode-level claim index, so motor runs near a fifth of a claim per policy year and home nearer a twentieth, as they really do. The ground truth is where this set differs from the other two financial crime datasets. Most insurance fraud is exaggeration of a genuine loss rather than an invented one, so a model that learns to separate real losses from fabricated ones will find almost nothing. The label table therefore carries the honest value and the claimed value on the same row, so the inflation is separable from the loss underneath it. Ten fraud types are represented, split between dishonesty at application, which corrupts the premium, and dishonesty at claim, which corrupts the loss. Alongside it sits the counter-fraud estate: every rule indicator that fired, on honest claims as well as dishonest ones, and every referral to the special investigations unit with its outcome. The confirm rate runs near half, far better than an anti money laundering rule estate, and the reason matters: an SIU referral is made by a human adjuster who has already read the file. Notification delay is carried as its own column because it is one of the strongest single indicators in general insurance. Identifiers come from keyed hashes, so no column runs 0001, 0002, 0003.

Analytics

Four entries from the packaged tables, with the performance the dataset records for them. Every value below is read from the shipped files.

MotorMOTORprivate and commercial
9,826Claims
221.5%Loss ratio
Claims notified, countClaims notified, count
1 / 4

Row Counts by Table

Counted from the files that ship, not estimated.

TableRows
ins_policyholders28,000
ins_policyholder_addresses35,862
ins_policyholder_contacts56,000
ins_drivers34,844
ins_vehicles20,638
ins_properties14,287
ins_quotes21,136
ins_quote_lines74,032
ins_policies93,162
ins_policy_covers247,546
ins_endorsements22,210
ins_premiums309,014
ins_claims17,171
ins_claim_events80,359
ins_claim_lines34,232
ins_reserves34,546
ins_claim_payments19,613
ins_recoveries1,450
ins_subrogation1,711
ins_salvage1,807
ins_fraud_indicators17,208
ins_siu_referrals823
ins_investigation_actions2,830
ins_fraud_labels562
ins_monthly_line_performance588
ins_policyholder_monthly336,000
ins_brokers140
ins_reinsurers6
ins_product_lines14
ins_perils24
ins_fraud_types10
ins_fraud_rules14
ins_claim_statuses8
ins_policy_statuses7
ins_settlement_types7
ins_vehicle_types12
ins_property_types10
ins_occupations16
ins_channels5
ins_cities46
ins_currencies1

Table Relationships

One parent record and seven child tables, each joined back on the same key.

70%
Loading diagram

Schema

Every table ships with typed columns, referential integrity, and documentation.

ins_policyholders· Rows: 28,000
ColumnTypeDescription
policyholder_idvarchar(24)Policyholder key. Primary key of the customer book and the foreign key on policies, claims and everything else about a customer.
policyholder_numbervarchar(16)Customer number as it appears on correspondence. Sparse, so it carries no information about when they joined.
policyholder_namevarchar(32)Human-readable policyholder name. All people and organisations are modelled.
holder_typevarchar(16)personal or commercial.
sexvarchar(16)Sex recorded at proposal, empty for a commercial customer.
date_of_birthdateDate of birth, empty for a commercial customer.
occupation_codevarchar(24)Declared occupation, empty for a commercial customer. Joins ins_occupations.

+7 more columns in ins_policyholders. The full schema ships with the download.

ins_policyholder_addresses· Rows: 35,862
ColumnTypeDescription
address_idvarchar(24)Stable identifier for address; use it for declared joins.
policyholder_idvarchar(24)Stable identifier for policyholder; use it for declared joins.
address_line_1varchar(32)Street and building number.
city_namevarchar(24)Human-readable city name. All people and organisations are modelled.
city_idvarchar(16)Stable identifier for city; use it for declared joins.
postcodevarchar(16)UK postcode in the real format, with an area that genuinely serves the town and a district inside that area real range.
country_codevarchar(8)ISO 3166-1 alpha-2 country code.

+3 more columns in ins_policyholder_addresses. The full schema ships with the download.

ins_policyholder_contacts· Rows: 56,000
ColumnTypeDescription
contact_idvarchar(24)Stable identifier for contact; use it for declared joins.
policyholder_idvarchar(24)Stable identifier for policyholder; use it for declared joins.
contact_typevarchar(16)email or mobile.
contact_valuevarchar(56)The address or number. Mail domains are generated and were checked as unregistered; mobile numbers sit in the Ofcom 07700 900xxx drama range, which is never allocated.
is_primaryvarchar(16)True for the single row of this type that the ERP treats as the default for the vendor.
verification_statusvarchar(16)Whether the channel has been proven to reach the customer.
ins_drivers· Rows: 34,844
ColumnTypeDescription
driver_idvarchar(24)A driver named on a motor policy.
policyholder_idvarchar(24)Stable identifier for policyholder; use it for declared joins.
driver_namevarchar(32)Human-readable driver name. All people and organisations are modelled.
relationshipvarchar(16)How the driver relates to the policyholder. This column is what makes FRONTING detectable at all: a young son or daughter named while an older parent is shown as the main driver is the classic shape.
date_of_birthdateDriver date of birth. Age is the single largest motor rating factor after postcode.
years_licensedintegerYears since the licence was issued.
convictionsintegerMotoring convictions declared.

+3 more columns in ins_drivers. The full schema ships with the download.

ins_vehicles· Rows: 20,638
ColumnTypeDescription
vehicle_idvarchar(24)An insured vehicle.
policyholder_idvarchar(24)Stable identifier for policyholder; use it for declared joins.
vehicle_typevarchar(24)Body style. Joins ins_vehicle_types.
registrationvarchar(16)Registration in the current UK format. Matches no registered vehicle.
year_of_manufactureintegerYear the vehicle was built.
insurance_groupintegerABI insurance group, 1 to 50. Together with driver age it is most of a motor premium.
market_value_gbpintegerValue at inception, which is what a total loss settles against.

+4 more columns in ins_vehicles. The full schema ships with the download.

ins_properties· Rows: 14,287
ColumnTypeDescription
property_idvarchar(24)An insured property.
policyholder_idvarchar(24)Stable identifier for policyholder; use it for declared joins.
property_typevarchar(24)Construction type. Joins ins_property_types.
year_builtintegerYear of construction. Drives subsidence and escape of water exposure.
bedroomsintegerNumber of bedrooms, a proxy for size and therefore for contents value.
rebuild_value_gbpintegerCost to reinstate the building, which is the buildings sum insured and is not the market value.
contents_value_gbpintegerDeclared contents value.

+4 more columns in ins_properties. The full schema ships with the download.

ins_quotes· Rows: 21,136
ColumnTypeDescription
quote_idvarchar(24)One quotation.
policyholder_idvarchar(24)Stable identifier for policyholder; use it for declared joins.
product_linevarchar(32)Class of business quoted. Joins ins_product_lines.
quoted_atvarchar(32)When the quotation was produced, UTC.
quote_datedatequote date as an ISO 8601 calendar date.
quote_monthvarchar(16)Year and month of the quotation.
sale_channelvarchar(24)Where the quotation came from. Joins ins_channels.

+3 more columns in ins_quotes. The full schema ships with the download.

ins_quote_lines· Rows: 74,032
ColumnTypeDescription
quote_line_idvarchar(24)One priced option inside a quotation.
quote_idvarchar(24)Stable identifier for quote; use it for declared joins.
quoted_premium_gbpnumeric(8,2)Premium offered for this option.
quoted_excess_gbpintegerExcess offered on this option. Excess and premium trade off, which is what makes the option set worth modelling.
is_selectedvarchar(16)True on the option the customer took, where they took one.
cover_tiervarchar(16)essentials, standard or enhanced.
ins_policies· Rows: 93,162
ColumnTypeDescription
policy_idvarchar(24)Policy key. ONE ROW PER POLICY YEAR: a renewal is a new row, because claim frequency is a rate per policy year and exposure has to be countable.
policy_numbervarchar(16)Policy number as it appears on the certificate.
policyholder_idvarchar(24)Stable identifier for policyholder; use it for declared joins.
product_linevarchar(32)Class of business written. Joins ins_product_lines.
insured_asset_idvarchar(24)The vehicle or property insured. Empty on lines with no physical asset, such as travel or liability.
inception_datedateFirst day of cover for this policy year.
expiry_datedateLast day of cover.

+10 more columns in ins_policies. The full schema ships with the download.

ins_policy_covers· Rows: 247,546
ColumnTypeDescription
cover_idvarchar(24)One peril bought on one policy.
policy_idvarchar(24)Stable identifier for policy; use it for declared joins.
peril_codevarchar(32)Stable code for peril; its companion description carries the meaning.
sum_insured_gbpintegerThe limit for that peril.
excess_gbpintegerExcess applying to that peril.
is_activevarchar(16)Whether the cover is in force.
ins_endorsements· Rows: 22,210
ColumnTypeDescription
endorsement_idvarchar(24)A mid-term change to the policy.
policy_idvarchar(24)Stable identifier for policy; use it for declared joins.
effective_atvarchar(32)When the change took effect, UTC.
effective_datedateeffective date as an ISO 8601 calendar date.
endorsement_reasonvarchar(24)What changed. A vehicle or address change mid-term is a rating event and sometimes a disclosure event.
premium_adjustment_gbpnumeric(7,2)Premium charged or refunded for the change. Negative on a refund.
ins_premiums· Rows: 309,014
ColumnTypeDescription
premium_idvarchar(24)One premium due, annually or by instalment.
policy_idvarchar(24)Stable identifier for policy; use it for declared joins.
policyholder_idvarchar(24)Stable identifier for policyholder; use it for declared joins.
due_atvarchar(32)When the premium fell due, UTC.
due_datedatedue date as an ISO 8601 calendar date.
due_monthvarchar(16)Year and month it fell due.
premium_gbpnumeric(8,2)Amount due before tax.

+4 more columns in ins_premiums. The full schema ships with the download.

ins_claims· Rows: 17,171
ColumnTypeDescription
claim_idvarchar(24)Claim reference in the form an adjuster quotes. Primary key of the claim spine.
policy_idvarchar(24)Stable identifier for policy; use it for declared joins.
policyholder_idvarchar(24)Stable identifier for policyholder; use it for declared joins.
product_linevarchar(32)Class of business the claim falls under. Joins ins_product_lines.
insured_asset_idvarchar(24)The vehicle or property the loss happened to.
peril_codevarchar(32)What caused the loss. Joins ins_perils.
loss_atvarchar(32)When the loss happened.

+14 more columns in ins_claims. The full schema ships with the download.

ins_claim_events· Rows: 80,359
ColumnTypeDescription
event_idvarchar(24)One step in the claim lifecycle, in order.
claim_idvarchar(24)Stable identifier for claim; use it for declared joins.
event_atvarchar(32)When the step happened, UTC. Steps are in order within a claim.
event_statusvarchar(24)The status the claim moved into. Joins ins_claim_statuses.
adjuster_idvarchar(16)Stable identifier for adjuster; use it for declared joins.
event_notetextHandler note. Empty where the status change speaks for itself.
ins_claim_lines· Rows: 34,232
ColumnTypeDescription
claim_line_idvarchar(24)One head of damage inside a claim.
claim_idvarchar(24)Stable identifier for claim; use it for declared joins.
head_of_damagevarchar(24)What the money is for: vehicle damage, third party damage, personal injury, contents, buildings, medical, legal costs or hire.
amount_gbpnumeric(10,2)Amount attributed to this head of damage.
agreement_statusvarchar(16)agreed or disputed. A disputed head is where the exaggeration usually sits.
ins_reserves· Rows: 34,546
ColumnTypeDescription
reserve_idvarchar(24)One reserve movement.
claim_idvarchar(24)Stable identifier for claim; use it for declared joins.
set_atvarchar(32)When the reserve was set, UTC.
set_monthvarchar(16)Year and month it was set.
reserve_gbpnumeric(10,2)Amount held against the claim at that point.
reserve_stagevarchar(16)initial, revision or final. The distance between the initial reserve and the final settlement is what a reserving model exists to predict.
ins_claim_payments· Rows: 19,613
ColumnTypeDescription
payment_idvarchar(24)One payment against a claim.
claim_idvarchar(24)Stable identifier for claim; use it for declared joins.
paid_atvarchar(32)When the payment was made, UTC.
paid_datedatepaid date as an ISO 8601 calendar date.
paid_monthvarchar(16)Year and month of payment.
amount_gbpnumeric(10,2)Amount paid.
settlement_typevarchar(24)How it was settled. Joins ins_settlement_types.

+2 more columns in ins_claim_payments. The full schema ships with the download.

ins_recoveries· Rows: 1,450
ColumnTypeDescription
recovery_idvarchar(24)Money recovered against a claim.
claim_idvarchar(24)Stable identifier for claim; use it for declared joins.
recovered_atvarchar(32)When the money was recovered, UTC.
amount_gbpnumeric(10,2)Amount recovered.
recovery_sourcevarchar(24)third_party_insurer, uninsured_driver, reinsurance or other.
ins_subrogation· Rows: 1,711
ColumnTypeDescription
subrogation_idvarchar(24)Recovery pursued against the party at fault.
claim_idvarchar(24)Stable identifier for claim; use it for declared joins.
pursued_atvarchar(32)When recovery was pursued, UTC.
amount_gbpnumeric(10,2)Amount pursued.
subrogation_outcomevarchar(24)recovered, partial or unrecoverable.
ins_salvage· Rows: 1,807
ColumnTypeDescription
salvage_idvarchar(24)Value realised from damaged property or a written-off vehicle.
claim_idvarchar(24)Stable identifier for claim; use it for declared joins.
realised_atvarchar(32)When the salvage was realised, UTC.
amount_gbpnumeric(9,2)Amount realised.
salvage_typevarchar(24)vehicle_salvage, contents_salvage or scrap.
ins_fraud_indicators· Rows: 17,208
ColumnTypeDescription
indicator_idvarchar(24)One counter-fraud rule firing on one claim.
claim_idvarchar(24)Stable identifier for claim; use it for declared joins.
rule_codevarchar(8)Stable code for rule; its companion description carries the meaning.
indicator_scorenumeric(6,3)What the rule scored.
fired_atvarchar(32)When the rule fired, UTC, normally within days of notification.
is_primary_rulevarchar(16)True on the rule that drove the referral, where there was one. Indicators fire on honest claims too, and that noise is the actual modelling problem.
ins_siu_referrals· Rows: 823
ColumnTypeDescription
referral_idvarchar(24)A referral to the special investigations unit.
claim_idvarchar(24)Stable identifier for claim; use it for declared joins.
policyholder_idvarchar(24)Stable identifier for policyholder; use it for declared joins.
referred_atvarchar(32)When the claim was referred, UTC.
referred_datedatereferred date as an ISO 8601 calendar date.
referred_monthvarchar(16)Year and month of referral.
trigger_rulevarchar(16)The rule that prompted the referral.

+4 more columns in ins_siu_referrals. The full schema ships with the download.

ins_investigation_actions· Rows: 2,830
ColumnTypeDescription
action_idvarchar(24)One step in an investigation, in order.
referral_idvarchar(24)Stable identifier for referral; use it for declared joins.
action_atvarchar(32)When the step was taken, UTC.
action_typevarchar(24)What the investigator did, from desktop review through medical report to surveillance.
investigator_idvarchar(16)Stable identifier for investigator; use it for declared joins.
ins_fraud_labels· Rows: 562
ColumnTypeDescription
label_idvarchar(24)One confirmed fraudulent claim. The ground truth table.
claim_idvarchar(24)Stable identifier for claim; use it for declared joins.
policyholder_idvarchar(24)Stable identifier for policyholder; use it for declared joins.
fraud_typevarchar(32)The confirmed pattern. Joins ins_fraud_types.
fraud_stagevarchar(16)application or claim, copied from the type. Dishonesty at application corrupts the premium; at claim it corrupts the loss.
confirmed_atvarchar(32)When the fraud was proved, weeks or months after notification. Features observable only at this timestamp leak the future.
honest_value_gbpnumeric(10,2)What the loss would have cost had it been claimed honestly. THIS IS THE COLUMN THAT MAKES THE SET USABLE: the loss is real, and this is its real size.

+4 more columns in ins_fraud_labels. The full schema ships with the download.

ins_monthly_line_performance· Rows: 588
ColumnTypeDescription
performance_idvarchar(24)One product line, one month.
product_linevarchar(32)Class of business. Joins ins_product_lines.
performance_monthvarchar(16)Year and month.
earned_premium_gbpnumeric(11,2)Premium earned in the month.
incurred_claims_gbpnumeric(11,2)Claims incurred in the month.
claim_countintegerClaims notified in the month.
loss_ratio_pctnumeric(8,2)Incurred over earned, as a percentage. Compare against target_loss_ratio on ins_product_lines.

+1 more columns in ins_monthly_line_performance. The full schema ships with the download.

ins_policyholder_monthly· Rows: 336,000
ColumnTypeDescription
activity_idvarchar(24)One policyholder, one month.
policyholder_idvarchar(24)Stable identifier for policyholder; use it for declared joins.
activity_monthvarchar(16)Year and month.
premium_gbpnumeric(8,2)Premium due that month.
claim_countintegerClaims notified that month.
incurred_gbpnumeric(10,2)Value incurred that month.
ins_brokers· Rows: 140
ColumnTypeDescription
broker_idvarchar(16)A broker introducing business.
broker_namevarchar(64)Human-readable broker name. All people and organisations are modelled.
fca_firm_referencevarchar(8)Format-correct FCA firm reference. Not an allocated reference and in no real register.
city_idvarchar(16)Stable identifier for city; use it for declared joins.
web_domainvarchar(40)Broker domain. Every one was resolved at build time and any that answered was discarded.
broker_typevarchar(16)regional, national or specialist.
commission_pctnumeric(5,1)Commission the broker earns on gross premium.

+2 more columns in ins_brokers. The full schema ships with the download.

ins_reinsurers· Rows: 6
ColumnTypeDescription
reinsurer_idvarchar(16)A reinsurance counterparty.
reinsurer_namevarchar(32)Human-readable reinsurer name. All people and organisations are modelled.
reinsurer_codevarchar(8)Stable code for reinsurer; its companion description carries the meaning.
country_codevarchar(8)ISO 3166-1 alpha-2 country code.
treaty_typevarchar(24)quota_share, excess_of_loss or catastrophe.
ins_product_lines· Rows: 14
ColumnTypeDescription
product_linevarchar(32)The class of business.
product_line_namevarchar(40)Human-readable product line name. All people and organisations are modelled.
market_segmentvarchar(16)personal or commercial. They behave differently on frequency, severity and fraud, and should rarely be modelled together without a flag.
base_premium_gbpintegerStarting premium before any rating factor is applied.
target_loss_rationumeric(5,2)The loss ratio the line is priced to achieve. Compare it against ins_monthly_line_performance to see where the book actually landed.
ins_perils· Rows: 24
ColumnTypeDescription
peril_codevarchar(40)The insured peril, on the naming a UK policy schedule uses.
peril_namevarchar(40)Human-readable peril name. All people and organisations are modelled.
peril_classvarchar(16)property, motor, travel, pet, liability, cyber or bi. Determines which lines can carry the peril at all.
frequency_sharenumeric(5,2)Share of claims in its class that this peril accounts for.
ins_fraud_types· Rows: 10
ColumnTypeDescription
fraud_typevarchar(32)The fraud pattern, in the vocabulary a UK counter-fraud team uses.
fraud_type_namevarchar(40)Human-readable fraud type name. All people and organisations are modelled.
fraud_stagevarchar(16)application or claim. Dishonesty at application corrupts the PREMIUM, dishonesty at claim corrupts the LOSS, and they need different models.
fraud_descriptionvarchar(144)Human-readable meaning of fraud.
base_rate_per_millenumeric(4,1)Incidence per thousand claims used to drive the simulation. Published so the class balance is reproducible.
ins_fraud_rules· Rows: 14
ColumnTypeDescription
rule_codevarchar(8)Identifier of a counter-fraud rule.
rule_descriptionvarchar(72)What the rule looks for, in the words an adjuster would read on the case.
target_fraud_typevarchar(32)The fraud type the rule was written to catch.
rule_sensitivitynumeric(5,2)How readily the rule fires, 0 to 1.
ins_claim_statuses· Rows: 8
ColumnTypeDescription
claim_statusvarchar(24)Where the claim has got to.
claim_status_namevarchar(24)Human-readable claim status name. All people and organisations are modelled.
lifecycle_statevarchar(16)open or closed. A reopened claim is open again, which is why the two columns are separate.
status_orderintegerThe order statuses normally run in. Sort on this, not alphabetically.
ins_policy_statuses· Rows: 7
ColumnTypeDescription
policy_statusvarchar(24)Where the policy has got to.
policy_status_namevarchar(32)Human-readable policy status name. All people and organisations are modelled.
lifecycle_statevarchar(16)pre_bind, live or ended. Cancellation by the insured and by the insurer are both ended and mean very different things.
ins_settlement_types· Rows: 7
ColumnTypeDescription
settlement_typevarchar(24)How the claim was settled.
settlement_type_namevarchar(40)Human-readable settlement type name. All people and organisations are modelled.
settlement_classvarchar(16)indemnity or goodwill. An ex gratia payment is not an indemnity and should not be treated as one in a loss ratio.
ins_vehicle_types· Rows: 12
ColumnTypeDescription
vehicle_typevarchar(24)Body style of the insured vehicle.
vehicle_type_namevarchar(32)Human-readable vehicle type name. All people and organisations are modelled.
typical_insurance_groupintegerTypical ABI insurance group for the body style, 1 to 50.
rating_factornumeric(5,2)Premium multiplier the body style carries.
ins_property_types· Rows: 10
ColumnTypeDescription
property_typevarchar(24)Construction type of the insured property.
property_type_namevarchar(32)Human-readable property type name. All people and organisations are modelled.
rating_factornumeric(5,2)Premium multiplier the construction carries. A listed building costs materially more to reinstate.
ins_occupations· Rows: 16
ColumnTypeDescription
occupation_codevarchar(24)Occupation group the policyholder declared.
occupation_namevarchar(40)Human-readable occupation name. All people and organisations are modelled.
rating_factornumeric(5,2)Premium multiplier the occupation carries.
ins_channels· Rows: 5
ColumnTypeDescription
channel_codevarchar(24)How the business was acquired.
channel_namevarchar(24)Human-readable channel name. All people and organisations are modelled.
volume_sharenumeric(5,2)Share of new business on the channel. Price comparison business retains and claims differently from direct, and is worth a feature on its own.
ins_cities· Rows: 46
ColumnTypeDescription
city_idvarchar(16)Stable identifier for city; use it for declared joins.
city_namevarchar(24)Human-readable city name. All people and organisations are modelled.
region_namevarchar(32)Human-readable region name. All people and organisations are modelled.
populationintegerApproximate urban population, used to weight where the book sits.
claim_frequency_indexnumeric(5,2)How much more or less often a claim comes from this town, 1.0 being average. Postcode is the strongest single rating factor a UK insurer has, and this is its coarse form.
ins_currencies· Rows: 1
ColumnTypeDescription
currency_codevarchar(8)ISO 4217 alphabetic currency code. Sterling only in this release.
currency_numericintegerISO 4217 numeric currency code.
currency_namevarchar(24)Human-readable currency name. All people and organisations are modelled.
minor_unitsintegerDigits after the decimal point the currency uses.

Sample Data

A snapshot of real rows from the dataset (values are fully synthetic).

claim_idproduct_lineperil_codenotified_dateincurred_gbpclaim_statusnotification_delay_daysis_fraudfraud_type
CLM-2025-FDJFIL065home_combinedfire2025-01-08407.91settled17N
CLM-2023-18UMWC6SJhome_buildingstheft2023-05-2417163.69reserved10N
CLM-2025-0FWIVY0WLmotor_privatefire_theft_motor2025-06-185190.59settled9N

Version History

v1.0.02026-09-01v1.0.0 - first release. Forty-one tables, 1.51 million rows. Policies, claims and monthly line performance across forty-two months with twelve months of quotation detail. Ground-truth fraud labels on 3.3 percent of claims, each carrying the honest value beside the claimed value so the inflation is separable, plus the full counter-fraud indicator and SIU referral estate.

Related Datasets