Workflow for life and P&C insurers · life & P&C
From rebuilding actuarial packs to reviewing what changed
Actuarial teams often spend the first week of every month assembling review packs from model outputs, reconciling differences, and preparing material for sign-off. This representative workflow shows how that effort can shift from manual assembly to automated preparation—leaving actuaries to focus on reviewing exceptions instead of rebuilding reports.
The problem: assembly work crowding out actuarial judgment
For many actuarial teams, monthly reporting is dominated by assembly work. Model outputs are collected, compared with prior periods, reconciled by hand, and copied into review packs before anyone begins evaluating what actually changed.
By the time the pack is complete, only a small portion of the cycle remains for the work that matters most: challenging assumptions, investigating anomalies, and making informed decisions.
A typical monthly actuarial cycle
typical effortIllustrative effort distribution. Actual results depend on workflow complexity and model landscape.
The review pack was never the product. The judgment was.
Working the problem
Here is the post-close question worked end to end as one governed session, drawn from real customer conversations. The overnight workflow below runs the same stages on schedule.
The review starts from validated knowledge—the reserving basis, the triangle template, and the assumption memo—with model changes connected to everything they affect.
Validated institutional knowledge can include:
- Approved assumption methodologies
- Model-specific caveats
- Historical restatement boundaries
- Sign-off conventions
- Regulatory documentation
- Review thresholds and tolerance rules
Claims and premium pull read-only from the governed stores—the loss side and the denominator on the same accident-year basis.
SELECT c.uw_year,
SUM(p.earned_premium) / 1e6 AS earned_m,
SUM(c.incurred) / SUM(p.earned_premium) AS loss_ratio,
pl.plan_loss_ratio,
pl.plan_loss_ratio
- SUM(c.incurred) / SUM(p.earned_premium) AS margin_pp
FROM claims c
JOIN policies p USING (uw_year)
JOIN plan_ratios pl USING (uw_year)
WHERE c.line = 'motor' AND c.eval_date = '2026-06-30'
GROUP BY c.uw_year, pl.plan_loss_ratio
ORDER BY c.uw_year;| Cohort | Earned | Loss ratio | Plan | Margin (pp) |
|---|---|---|---|---|
| UY 2022 | €412m | 68.1% | 69.0% | +0.9 |
| UY 2023 | €438m | 70.4% | 70.5% | +0.1 |
| UY 2024 | €471m | 74.2% | 73.0% | -1.2 |
| UY 2025 | €502m | 77.9% | 74.5% | -3.4 |
| UY 2026 | €260m | 79.4% | 75.0% | -4.4 |
Evaluated Jun 30, 2026 · net of salvage & subrogation
Development against prior cohorts and the frequency/severity split—computed in the record, not in a side spreadsheet.
Margin vs plan — frequency / severity split
Percentage points of loss ratio by underwriting year
Negative = adverse to plan. Demo data.
Claim severity vs assumption path
Average repair cost, indexed · assumption memo AM-2026-03
Demo data.
The drift lands as a finding with its evidence attached, flagged for actuarial judgement—no automatic assumption change.
Severity inflation is running at 7.2% against the 4.5% assumption
Repair-cost severity on recent cohorts is 7.2% annualised versus the 4.5% in assumption memo AM-2026-03 — past the memo's +100 bp review threshold. Frequency remains within normal variation. UY 2025 and UY 2026 are 3.4 and 4.4 pp adverse to plan; this is flagged for the reserving committee, with no automatic assumption change.
The review pack stages itself, and the meeting starts with the exceptions.
What the overnight workflow does
The session above is a one-off investigation. The same stages run unattended as a scheduled workflow - deterministic, with its parameters pinned, so no run brings surprises:
- Rebuild review packs after month-end close
- Compare every result against the previous cycle
- Highlight changes beyond defined tolerances
- Attach the model run, assumptions, and supporting evidence behind every flagged difference
- Stage a review-ready draft while preserving previously distributed versions
- Summarize what changed and what requires human attention
The review meeting starts with the interesting questions—not with assembling the pack.
The deployment: one governed view across every model
DataQube runs inside the insurer's own environment—on-premise, in private cloud, or across multiple data centers for resilience.
Model outputs remain read-only. Scheduled workflows rebuild review packs after every reporting cycle, while validated institutional knowledge connects models, assumptions, methodologies, and prior decisions into one governed analytical record.
Deploy into the existing environment
Install the platform, connect approved model repositories and data sources, and integrate identity, audit, and monitoring.
Automate the first monthly review pack
Connect one group of actuarial models and automate the first monthly review pack.
Add more models and reusable knowledge
Add life, P&C, capital, and group models while validating assumptions and review conventions as reusable institutional knowledge.
Prepare review packs after every cycle
Scheduled workflows prepare review packs after every reporting cycle, highlighting material changes for human review.
What changes for the actuarial team
Review, not assembly
The purpose of an actuarial review is not to rebuild reports.
It is to understand what changed, why it changed, and whether it should change the business decision.
DataQube prepares the evidence. Actuaries apply the judgment.
Request a walkthrough of the insurance workflow.
See your data answer questions - without leaving your infrastructure
Thirty minutes with an engineer: live product, deployment options, and your security team's questions answered by someone who wrote the code.