Industry guide · Custom Software

Actuarial Modelling and Reserving Platform: Why the Close Waits Three Days for a Model Run

Actuarial Modeling Platform software visual showing sigma, sliders horizontal, and history.
The short answer

If your actuarial team spends more of the quarter preparing data than analysing results, and reproducing a prior valuation means finding the right folder, build the pipeline around your vendor engine rather than replacing it. A focused first release covering the data pipeline with reconciliation controls, an assumption store with effective dating and approval, and run manifests that pin every result to its inputs runs $110,000 to $250,000 and ships in 16 to 20 weeks in our delivery experience. A full platform adding orchestrated distributed runs, a results warehouse supporting analysis of change, disclosure reporting and segregation of duties lands at $300,000 to $800,000 phased over 9 to 18 months. A small insurer with one product line and a monthly reserving run in a spreadsheet does not need this and should spend the money on a qualified analyst.

Why the actuarial function is a data engineering function wearing a different hat

Quarter end. The valuation actuary needs the policy extract by the third working day. It arrives on the fifth because a field changed in the policy administration system and the extract job failed silently. The data then goes through six preparation steps in a mixture of SQL, a scripting language and two spreadsheets, one of which contains a manual override for a block of legacy business that a former colleague added in 2019 and documented in a cell comment. The model runs overnight, twice, because the first run used the prior quarter's mortality assumption. Results land on day nine. The analysis of movement, which is the part with actual insight in it, gets a day and a half.

The vendor engines are not the problem here. Moody's AXIS, FIS Prophet, WTW RiskAgility and Milliman Arius each do the hard mathematical work competently and are used precisely because nobody sensible rebuilds a projection kernel or a reserving engine from scratch. What surrounds them is where the time and the risk sit: getting data out of policy, claims and general ledger systems into model ready form, holding assumptions with any governance discipline, orchestrating runs at scale, and storing results so that a movement analysis can be produced rather than reconstructed.

The cost of leaving that surround manual is visible in three places. The close is long, which delays every downstream decision. Model risk findings appear in internal audit and regulator feedback, usually about change control and reproducibility rather than about mathematics. And your qualified actuaries spend their expensive time on data preparation, which is both a retention problem and a waste of the thing you are actually paying for.

Problem 1: the data pipeline is a set of scripts nobody owns

Model input comes from policy administration, claims, reinsurance, investments and the general ledger, systems that were never designed to agree with each other. Somebody wrote the extraction and transformation years ago. It has been amended for every product launch since. It runs, and it mostly produces the right answer, and the number of people who genuinely understand it is one.

What a custom build does: treat model data preparation as a controlled pipeline with the same rigour as a financial process. Each step declared and versioned, each run producing a reconciliation to source, meaning policy counts, sums insured and premium reconciled to the administration system and reserves reconciled to the ledger before results are considered valid. Not a report produced afterwards, a gate that fails the run. Overrides remain possible because business reality requires them, but every override is a recorded object with an owner, a reason, an expiry and a value, so the model input file stops carrying invisible history in cell comments.

The immediate payoff is time. In our experience this is where the largest single reduction in close duration comes from, because most reruns are caused by data problems discovered after the run rather than by modelling decisions.

Problem 2: assumptions live in files, and governance is a meeting

A valuation depends on dozens of assumption sets: mortality, lapse, expenses, discount rates, morbidity, claim development factors depending on the business. They are updated through an experience study, discussed at a committee, approved, and then applied by someone copying a table into a location the model reads. The record that a specific approved assumption was used in a specific run is a matter of trust and a folder structure.

What a custom build does: an assumption store where every table is a versioned object with an effective date, an owner, an approval record and a lineage showing which studies supported it. Runs reference assumption versions rather than file paths. Then two questions that are currently hard become trivial: which runs used the superseded lapse table, and what would last quarter's result be under this quarter's assumptions. That second question is the core of movement analysis and today it usually requires a special exercise.

This is also the part that satisfies model governance expectations, including the documentation standards actuaries in several jurisdictions work under. Governance is much easier to demonstrate when it is a by product of how the system works than when it is a policy document describing what people are supposed to do with folders.

Problem 3: runs are long, serial and unrepeatable

A full stochastic run on a large in force book takes hours to days. Teams economise by running less often, which means errors are found late. When a run has to be repeated, reproducing it exactly requires the same model version, the same assumption set, the same data extract and the same settings, and at least one of those is usually reconstructed from memory.

What a custom build does: a run manifest. Every execution records the model version, the assumption set versions, a fingerprint of the input data, the parameters and the environment, and results are stored against that manifest permanently. Reproducing a prior valuation becomes a command rather than an investigation. Then orchestration on elastic cloud compute turns a serial overnight run into parallel execution across policy segments or scenarios, which is where the close duration collapses. Reporting standards that require multiple measurement bases have made run volume grow substantially, and the teams that handled that well did it by industrialising execution rather than by hiring.

Note what this does not involve: rewriting the calculation. The vendor kernel keeps doing the mathematics. You are building the harness around it.

Problem 4: results go into files, so analysis of change is rebuilt every quarter

The output that matters to the chief actuary is not a reserve number, it is the movement: how much of the change came from new business, from experience variance, from assumption changes, from model changes, from discount rate movements. Producing that requires results from multiple runs on a consistent grain, and if results land as flat files in folders, the analysis is assembled by hand every quarter by a senior person.

What a custom build does: land results in a structured store at the grain you actually analyse, typically product, cohort, measurement basis and reporting period, with the manifest attached. Then movement analysis becomes a query across runs rather than a spreadsheet exercise, and roll forward, sensitivities and disclosure tables are generated rather than assembled. The by product is that the numbers presented to the board and the numbers in the disclosure come from the same source, which removes an entire category of reconciliation work at year end.

Problem 5: segregation of duties barely exists

In many teams the same person can change an assumption, run the model, and produce the reported result. Nobody intends this. It happens because the tooling is files and folders and the controls are conventions. It becomes an audit finding, and the remediation is usually a manual checklist that adds work without much real control.

What a custom build does: make roles explicit. Assumption approval separated from assumption authoring, production runs executable only from approved model and assumption versions, development runs clearly marked and unable to feed reporting, and every state change logged immutably. Actuaries sometimes resist this until they see the version that works, which allows unrestricted experimentation in a sandbox and applies control only at the boundary where a number becomes a reported one.

What this costs and how long it takes

Across the 2,000 plus projects Digital Heroes has delivered, this is the honest shape. A first release covering the data pipeline with source reconciliation gates, a controlled override register, the assumption store with effective dating and approval, and run manifests with reproducible execution runs $110,000 to $250,000 and ships in 16 to 20 weeks. A full platform adding orchestrated parallel runs on elastic compute, a results warehouse supporting movement analysis and sensitivities, disclosure and reporting output, role based segregation of duties, and integration with your vendor engine's automation interface runs $300,000 to $800,000 phased over 9 to 18 months.

What pushes the number up: the number of source systems, particularly if you carry legacy administration platforms from acquisitions, which is common and where the data is worst. Multiple measurement bases running in parallel. Reinsurance, because ceded modelling multiplies the data complexity in ways teams consistently underestimate. And any requirement to run on premises rather than cloud, which removes the elasticity that makes orchestration valuable.

What keeps it down: doing one product line end to end first. A pipeline built for every line at once will be an abstraction nobody trusts, whereas one line proven through a full close gives you a template and a credibility you will need internally.

Build versus buy, and the line we would not cross

Do not build the calculation kernel. AXIS, Prophet, RiskAgility and Arius represent decades of specialised development and validation, and replacing them is a project with a poor risk adjusted return unless you are doing something genuinely unusual. We would talk you out of it.

Do not build at all if you are a small insurer with one product line, a stable book and a reserving process that runs in a day. The overhead of a controlled platform is not justified and the money is better spent on actuarial capability.

Build the surround when two or more of these are true. First, data preparation consumes more actuarial time than analysis. First close after a reporting standard change is a good moment to notice this. Second, you cannot reproduce a valuation from twelve months ago without an investigation. Third, model runs are so long that you run less often than you would like. Fourth, internal audit or a regulator has raised model governance, change control or segregation of duties. Fifth, you carry legacy administration systems whose extracts are maintained by one person.

The framing that helps boards approve this is straightforward. You have already bought the mathematics. What you have not bought is the industrial process around it, and every hour your qualified actuaries spend on data preparation is an hour not spent on the judgement you actually hired them for.

How to choose a developer for an actuarial platform

Ask them what they would not build. A good answer starts by refusing to replace the vendor calculation engine and focusing on data, assumptions, orchestration and results. A developer who offers to rebuild your projection model is either inexperienced or selling you a decade of work.

Ask how they would reproduce a valuation from a year ago. The answer must include a manifest pinning model version, assumption versions, input data fingerprint and parameters. If they describe backups and folders, they have not built a controlled analytical system.

Ask what they have automated against a vendor engine specifically. Driving AXIS, Prophet or Arius through their automation interfaces is real integration work with real quirks, and the honest answer names the engine and the mechanism. Also ask about their experience with reconciliation controls to a general ledger, because a pipeline without gates is a pipeline that ships bad numbers faster.

Ask who owns the code and settle it in the contract before kickoff. You should own the repository, the cloud accounts and the right to hire anyone else to continue. At Digital Heroes the client owns the code from the first commit. An actuarial platform holds the evidence chain behind reported liabilities, and that chain must remain yours regardless of who you work with next year.

Research & sources

The evidence behind this guide

Independent findings on why this investment pays off. Every link goes to the primary source.

  1. The performance gap between digital and AI leaders and laggards is widening: McKinsey reports leaders pull ahead on shareholder returns, and the average maturity spread between top and bottom performers jumped ~60% (from 10 points in 2016-19 to 16 points in 2020-22), reinforcing that the returns to transformation concentrate among top performers. Source: McKinsey & Company (2023) →
  2. This analysis cites IDC research that companies lose 20-30% of revenue annually to inefficiencies caused by data silos, Gartner's estimate that poor data quality costs organizations at least $12.9 million per year on average, and a Salesforce benchmark that 80% of IT leaders say data silos hinder digital transformation - illustrating the business case for integrating systems. Source: Cherry Bekaert (citing IDC, Gartner, Salesforce, DATAVERSITY) (2024) →
  3. Criteo's Global Commerce Review found retail apps convert at 18% versus 4% on mobile web (roughly 4.5x), and travel apps convert at 20% versus 6% on mobile web (about 3.3x). Source: Criteo (2017) →
  4. The NRF discontinued its long-running annual shrink report, stating that a broad study of retail shrink 'is no longer sufficient for capturing the key challenges and needs of the industry' - important context that qualifies how POS/shrink benchmarks should be cited going forward. Source: Retail Dive (2024) →
Saanvi J. · Senior Shopify Engineer · B2B · Delhi

Saanvi works on B2B Shopify builds at Digital Heroes, where the requirements shift from consumer checkout to company accounts, customer specific pricing, purchase orders and approval steps. Her posts help wholesale businesses see how much of that a commerce platform handles and how much needs building.

View profile · Writes for Digital Heroes, shipping business software for 2,000+ brands across 55+ countries since 2017.

FAQ

Frequently asked questions

How much does it cost to build an actuarial modelling and reserving platform?
A first release covering the data pipeline with reconciliation gates, the assumption store with effective dating and approval, and reproducible run manifests runs $110,000 to $250,000 and ships in 16 to 20 weeks, based on Digital Heroes delivery experience. A full platform adding orchestrated parallel runs, a results warehouse for movement analysis, disclosure output and segregation of duties runs $300,000 to $800,000 over 9 to 18 months. The number of legacy source systems is usually the biggest cost driver.
Should we replace Prophet or AXIS with a custom actuarial engine?
No, and we would advise against it. Moody's AXIS, FIS Prophet, WTW RiskAgility and Milliman Arius represent decades of specialised development and validation, and rebuilding a projection or reserving kernel is a poor risk adjusted use of budget. The work worth doing is everything around the kernel: the data pipeline, assumption governance, run orchestration and the results store, which is where actuarial teams actually lose time and where audit findings land.
How do you make a valuation reproducible a year later?
Every execution needs a run manifest recording the model version, the assumption set versions, a fingerprint of the input data, the parameters and the environment, with results stored permanently against that manifest. Reproduction then becomes a command rather than an investigation through folders and email. If a prospective developer answers this question with backups and file naming conventions, they have not built a controlled analytical system before.
What actually shortens the actuarial close?
In our experience the largest single reduction comes from putting reconciliation gates into the data pipeline, because most reruns are caused by data problems discovered after a run rather than by modelling decisions. Policy counts, sums insured, premium and reserves should reconcile to the administration system and the ledger before a run is considered valid, and the gate should fail the run rather than produce a report nobody reads until later.
How should actuarial assumptions be governed in software?
Hold every assumption table as a versioned object with an effective date, an owner, an approval record and lineage back to the experience study that supported it, and have runs reference assumption versions rather than file paths. Two otherwise difficult questions then become trivial: which runs used a superseded table, and what last quarter's result would be under this quarter's assumptions. Governance demonstrated as a by product of the system is far stronger than a policy document about folder discipline.
Can model run times be reduced without changing the actuarial model?
Usually yes, by orchestrating execution rather than rewriting mathematics. Runs are parallelised across policy segments or scenarios on elastic cloud compute, which turns a serial overnight job into something you can execute several times a day. This matters more since reporting standards began requiring multiple measurement bases, because run volume grew and the teams that coped industrialised execution instead of hiring more people to wait for results.
How does a custom platform help with segregation of duties in an actuarial team?
By making roles explicit rather than conventional. Assumption authoring is separated from approval, production runs can only execute from approved model and assumption versions, development runs are marked and cannot feed reporting, and every state change is logged immutably. Good implementations still allow unrestricted experimentation in a sandbox and apply control only at the boundary where a number becomes a reported one, which is what stops actuaries resisting the change.
How long does it take to implement an actuarial data and governance platform?
A first release ships in 16 to 20 weeks in our experience, and it should cover one product line end to end through a full close rather than every line partially. A pipeline designed for all lines simultaneously becomes an abstraction the team does not trust, whereas one line proven through an actual quarter gives you both a template and the internal credibility needed to fund the next phase.
Who owns the code when a firm builds our actuarial platform?
You should own the repository, the cloud infrastructure accounts and the unrestricted right to hire another firm, written into the contract before kickoff. At Digital Heroes the client owns the code from the first commit. This is not negotiable in a regulated setting, because the platform holds the evidence chain behind reported liabilities and that chain has to remain under your control regardless of which developer you work with next.
What does a $50,000 custom software budget actually buy?
One core workflow done properly: 10 to 15 screens, two or three user roles, a couple of integrations, an admin panel, and automated tests, delivered in roughly 12 to 14 weeks. What it does not buy is that workflow plus a mobile app plus AI features plus five more integrations. The discipline of picking the one workflow that matters is what separates $50,000 projects that ship from $50,000 projects that stall at 70% complete.
What should I have ready before I contact a development agency?
Three things, none of them technical: a one-page description of the problem in your own words, a list of the tools and spreadsheets the new system must replace or connect to, and a must-have versus nice-to-have split of features. Add a budget range, even a wide one, because it changes the conversation from fantasy to engineering. You do not need a formal specification; producing that is what a discovery phase is for.
What questions should I ask a development agency on the first call?
Ask who exactly will build it, what happens when scope changes mid-project, what their maintenance terms are after launch, and what they will need from you every week. Then ask them to describe a project that went wrong and what they changed afterward; teams that have shipped at real volume have war stories, and teams claiming a perfect record are hiding something. The scope-change answer matters most: a disciplined shop describes a written change-order process, not a vague promise to be flexible.
How do I make sure custom software is secure and compliant with rules like HIPAA?
Start with the baseline every business system should have: encryption in transit and at rest, role-based access control, and audit logs. If HIPAA applies, the hosting provider must sign a Business Associate Agreement, which AWS, Azure, and Google Cloud all offer, and access controls have to be designed in from day one, not bolted on. SOC 2 certifies a company's operating practices, not a codebase, so ask vendors what they have shipped in your regulated domain rather than which logos are on their website.
We run everything on Airtable and spreadsheets. When is it time to go custom?
The switch usually makes sense when you hit one of two walls: Airtable's record caps (125,000 records per base on the Business plan) or logic the tool cannot express, like multi-step approvals with conditional pricing. There is also a simple cost signal: 25 people on Business at roughly $45 per seat per month is about $13,500 a year, forever, for a tool you are already fighting. Custom is worth it when the workflow is core to how you make money; for peripheral processes, staying on Airtable is the right call.
If an agency builds my software, who actually owns the code?
You should own everything, assigned in writing: the contract transfers full IP to you on final payment, the code lives in your GitHub organization, and hosting runs in cloud accounts you control. The red flag is a proposal that mentions the agency's proprietary platform or framework, which usually means you are renting, not buying. Digital Heroes structures every build this way precisely so a client can fire us and lose nothing but the relationship.
Couldn't I just build my app in Bubble or another no-code tool instead of hiring an agency?
For validating an idea with real users, yes, and we tell clients that honestly. The walls come later: Bubble apps cannot be exported as code to run anywhere else, performance drops on complex data operations, and usage-based pricing climbs as you grow. A meaningful share of Digital Heroes custom builds are rebuilds of no-code MVPs that proved the business worked, which is the system operating as intended: validate cheap, then build the version that scales.
Who owns the code when an agency builds my software?
You should, completely, through a written intellectual property assignment that transfers everything on final payment; without that clause, copyright stays with whoever wrote the code by default. Insist that the repository lives in your own GitHub organization from day one and that hosting, domains, and third-party accounts are registered to you. Also check for licenses to the agency's proprietary frameworks buried in the contract, because those can make switching vendors practically impossible even when you own your own code.
Does the tech stack matter, and which one should I ask for?
It matters less than agencies imply, provided it is boring. A mainstream stack, something like React or Next.js on the front end, Node.js or Python behind it, and PostgreSQL for data, means thousands of developers can maintain your system if you ever change vendors. Apply one test: ask how hard it would be to hire a replacement developer for the proposed stack, and walk away from anything built on an agency's in-house framework.
Is it cheaper to customize Salesforce than to build a custom CRM from scratch?
If you use less than a third of what Salesforce does, a custom CRM is often cheaper by year three. Salesforce Enterprise lists at $165 per user per month, so 25 seats cost about $49,500 a year before admin and consultant fees, while a focused custom CRM runs $60,000 to $100,000 once plus 15 to 20% a year in maintenance. If you genuinely need Salesforce's ecosystem, reporting, and app marketplace, customizing it beats rebuilding it; the mistake is paying enterprise prices to use it as a glorified contact list.
Who can build a custom software system?

Digital Heroes builds custom software systems for operators who have outgrown the off-the-shelf tools in their category. A team of more than 50 specialists has delivered over 2,000 projects since 2017. Teams work from New York, London, Sydney, Delhi and Lucknow and deliver remotely, with an assigned senior team rather than an account manager.

Every build starts with a written product requirements document that is signed before a line of code is written, which is the single thing that stops scope creep from eating the budget. Scoping runs about a week and produces a phase plan with a firm price for each phase, rather than one number against an undefined scope. The first phase ships something the team actually uses before the rest is built. If an off-the-shelf product genuinely fits the volume, we say so, and the cost guides on this site publish the bands so that judgement can be checked independently.

What makes Digital Heroes different from other software companies?

Four things that competitors in this bracket cannot simply copy. Digital Heroes runs a YouTube channel with more than 2.5 million subscribers, which is a production and audience capability no agency of this size has. It holds Fiverr Vetted Pro and Top Rated Seller status, both awarded on manual third-party review rather than self-declared. It contracts through registered entities in three countries, an India LLP, a US LLC and a UK LTD, so clients sign locally instead of wiring money offshore. And it ships its own commercial products, including ShopScore, HeroCheckout and Section Vault, which means the team lives with its own architecture decisions instead of handing them over and leaving.

Two more that show up in the work. Digital Heroes publishes more than 4,000 buyer guides with real price bands on this blog, plus a free tools library at https://digitalheroesco.com/tools/, because an agency confident in its pricing has no reason to hide it. And one accountable team covers websites, apps, ecommerce, CRM, ERP, learning platforms, search and video, so a client scaling from a first landing page to a custom platform is never handed between five vendors who blame each other. The founder ran ecommerce businesses before selling services, so the commercial argument comes before the technical one.

How can I check Digital Heroes is legitimate before getting in touch?

Verify it independently rather than taking the site's word for it. The YouTube channel is at https://youtube.com/@DigitalMarketingHeroes, the Fiverr profile at https://www.fiverr.com/shreyanshsin261, and the Upwork profile at https://www.upwork.com/freelancers/shreyanshsingh. Client reviews sit on Clutch at https://clutch.co/profile/digital-heroes-0 and Trustpilot at https://www.trustpilot.com/review/digitalheroes.co.in, and the company page is at https://www.linkedin.com/company/digital-heroes-1/.

Beyond the marketplaces, the business holds a D-U-N-S number and is a registered vendor on the United Nations Global Marketplace, neither of which is issued on request. Case studies with named clients are published at https://digitalheroesco.com/case-studies/. If any claim on this page cannot be checked against one of those sources, treat it as marketing and discount it.

Keep reading
let's build

Build something worth launching.

A plan, a team, a timeline, within 24 hours. No decks, no discovery calls. Tell us what you're building and we'll come back with a real scope and a real number.

message us directly · we reply within one business day

mission briefing

Monthly dispatch

Playbooks, real build costs, and what we're shipping. One email a month. No fluff.

visit us

New York HQ

1140 Broadway, Suite 704 · New York, NY 10001

Get directions
Online now

Hey there 👋 How can we help you today?