The Casualty Actuarial Society awarded its $15,000 2025 Ratemaking Prize to Noa Zamstein of Earnix for "Enhancing Actuarial Ratemaking with Synthetic Data for Privacy Preservation," published in CAS E-Forum Quarter 1, 2025 and presented at the RPM Seminar in Orlando on March 10, 2025. The paper shows kernel density estimation can generate insurance datasets that carry no policyholder personally identifiable information and still support pricing model development. No state department of insurance has yet accepted a rate filing citing synthetic data as a modeling input.
Key Takeaways
- 79% of carriers are open to using or already using synthetic data for privacy and data-quality problems, in SAS survey data cited by Roots Automation.
- Three fidelity levels are tested in the prize paper: univariate distribution matching, bivariate relationship preservation and multivariate structure retention. GLM coefficient comparability is the one that decides whether the data is usable for ratemaking.
- 40,000 observations in a separate Earnix auto renewal database reproduced the result for gradient boosting: comparable feature importance rankings and price elasticity distributions close enough to support scenario testing.
- 24 states have adopted the NAIC Model Bulletin on AI use by insurers, whose data governance provisions cover quality, integrity, bias and privacy but do not name synthetic data as a distinct practice.
What the Prize Paper Demonstrates
Kernel density estimation treats each record in the original dataset as the center of a small distribution, typically Gaussian, and sums those kernels into a smooth estimate of the density the data came from. Synthetic records are sampled from that estimate rather than copied from the source, which is why none of them is a policyholder.
The extension that matters is multivariate. Ratemaking data is correlated by construction: driver age moves with vehicle type, which moves with territory, which moves with frequency. Synthesizing column by column reproduces every marginal distribution and destroys every relationship between them, which leaves a dataset that looks right and prices nothing.
Zamstein's approach preserves all three levels, and the third is the one with a practical test attached. A GLM fitted on the synthetic data returns coefficient estimates close to what the original data produces. That is the claim a pricing actuary can check directly, on their own book, without taking the method on faith.
Earnix reproduced it independently on a different dataset and a different model class, which is what separates a generalizable method from a dataset-specific artifact.
Where the Fidelity Requirement Binds
The comparison that matters is not synthetic against real. It is synthetic against the alternatives, because the privacy problem has several proposed solutions and they fail in different places.
| Method | Fidelity | Privacy Guarantee | Complexity | Insurance Fit |
|---|---|---|---|---|
| Kernel Density Estimation (KDE) | High across univariate, bivariate, and multivariate structure | Empirical (no formal epsilon bound) | Low to moderate; standard statistical libraries | Strong for tabular rating data; CAS prize-validated |
| MICE (Imputation-Based) | High; preserves GLM coefficient comparability | Empirical | Low to moderate; well-understood in actuarial practice | Strong for tabular data with mixed variable types |
| Conditional Tabular GAN (CTGAN) | High for complex non-linear relationships | Empirical; DP-CTGAN variant adds formal bounds | High; requires substantial data and extensive tuning | Better for large datasets with non-linear structure |
| Variational Autoencoder (VAE) | Moderate to high; encodes to latent space | Empirical; DP-TVAE variant adds formal bounds | High; challenges applying text-based architectures to tabular data | Emerging; less validated on insurance-specific data |
| Differential Privacy (noise injection) | Reduced; noise degrades statistical relationships | Formal mathematical guarantee (epsilon-delta) | Moderate; parameter tuning affects utility tradeoff | Treats features independently; can miss dependencies |
Differential privacy is the instructive failure. It offers the only formal guarantee on the list, a mathematical bound on how much any single record can influence the output, and it purchases that guarantee by injecting noise feature by feature. Treating features independently is precisely what a ratemaking dataset cannot survive. The dependency between age, territory and frequency is not a side effect of the data; it is the object of the analysis.
That is the shape of the whole tradeoff. Tighten the privacy bound and the correlations degrade; loosen it and the guarantee stops meaning anything. An actuary who accepts a distorted correlation structure to avoid a privacy exposure has exchanged privacy risk for model risk, and the second one lands in the rate.
Which is why the validation battery has to run past marginal distributions. Kolmogorov-Smirnov or density plots for continuous variables and chi-squared for categoricals establish only the first level. Correlation matrices and cross-tabulations establish the second. The third is the direct comparison of coefficients, standard errors and predicted values between a model fitted on synthetic data and the same specification fitted on the original, and on the privacy side, membership inference tests that should perform no better than random guessing.
ASOP No. 56 already reaches this work, and it reaches it twice. Section 3.2 asks whether the data is appropriate for the intended purpose; Section 3.7 covers reliance when the generation was done by a data science team or a vendor whose method sits outside the actuary's expertise. The documentation load is higher than for real data because the actuary is justifying both the dataset and the process that produced it.
The Filing Has Nowhere to Put It
The bottleneck is not technical. A rate filing is evaluated against rates being adequate, not excessive and not unfairly discriminatory, and the reviewing actuary at the department assesses whether the data, methodology and assumptions supporting the indication are sound. An exhibit reading "model trained on synthetic data generated via KDE from the company's policyholder records" gives that reviewer nothing to work from.
There is no precedent filing to compare it against and no bulletin to cite. The NAIC's AI evaluation tool, piloted across 12 states, addresses model transparency, bias testing and outcome validation, and does not treat synthetic training data as a category needing its own documentation. The Model Bulletin's data governance controls in 24 states cover quality, integrity, bias and suitability without naming the practice.
So the actuary can demonstrate that the model performs comparably to one built on real data and still cannot represent that fact in a filing in a form the reviewer is equipped to evaluate. The gap is between a validated method and an institution with no field for it.
ASOP No. 56 does not close that gap either, for the same reason it does elsewhere: it binds the actuary's professional judgment, not the department's review standard. It predates practical synthetic generation, and the parallel gap in machine learning applied to loss reserving shows the pattern is not specific to this technique. Absent a practice note or a state pilot that establishes what adequate synthetic-data documentation looks like, each actuary who files one is proposing the standard as well as meeting it.
Further Reading
- AI in Insurance Underwriting: 2026 Adoption and Impact Analysis
- Machine Learning for Loss Reserves: The ASOP Compliance Gap
- NAIC AI Evaluation Tool for Predictive Model Rate Filings
- Actuarial AI Model Validation for State Rate Filings
- Carrier Agentic AI Training and Privacy of Policyholder Data
- CAS AI Working Group Funds Domain-Specific LLM Research for Actuarial Practice
Sources
- CAS E-Forum, "Enhancing Actuarial Ratemaking with Synthetic Data for Privacy Preservation," Noa Zamstein, Quarter 1 2025 (2025 Ratemaking Prize winner)
- Actuarial Review, "Zamstein Awarded the CAS 2025 Ratemaking Prize" ($15,000 prize; presented at RPM Seminar, Orlando, March 10, 2025)
- Havrylenko, Käärik, and Tuttar, "Synthetic data for ratemaking: imputation-based methods vs adversarial networks and autoencoders," arXiv:2509.02171, September 2025 (MICE vs. CTGAN vs. VAE comparison)
- Earnix, "Synthetic Data Generation and Its Key Benefits in Insurance" (40,000-observation auto insurance validation; KDE, GAN, and Transformer comparison)
- Roots Automation, "10 Insurance AI Predictions for 2026" (79% carrier synthetic data openness, citing SAS survey data)
- Actuarial Standards Board, ASOP No. 56: Modeling (effective October 2020; data documentation and model testing requirements)
- NAIC, "Members Approve Model Bulletin on Use of AI by Insurers" (December 2023; data governance, bias, and privacy controls; 24-state adoption as of March 2025)
- California Attorney General, California Consumer Privacy Act (automated decision-making provisions; data minimization enforcement)
- EU AI Act High-Level Summary (high-risk classification for insurance access; data governance requirements; synthetic content labeling mandate)
- iCAS, "Call for Presentations: Data Science and Analytics Forum at RPM 2026" (March 16-18, Chicago; synthetic data and AI topics)
- arXiv, "Quantifying Membership Disclosure Risk for Tabular Synthetic Data Using Kernel Density Estimators" (privacy risk assessment methodology for synthetic datasets)
- Syntheticus, "Synthetic Data Generation for Insurance" (commercial synthetic data platform; risk assessment and claims management applications)