Insurance distribution concepts
Nextera Link automates insurance distribution. The automation is straightforward once the underlying model is clear, and most implementation friction comes from decisions about that model rather than from the software.
The lifecycle everything hangs off
Section titled “The lifecycle everything hangs off”Quote → Lead → Submission → Issued policy.
Four states, and every distribution system is fundamentally an argument about what happens between them.
- Quote. A price for a described risk, produced from the product’s rating rules. A quote is an offer with a validity period, not a record of intent.
- Lead. A person or organisation who might buy, with an owner and a next action. The critical property of a lead is that it belongs to someone; unowned leads are where pipelines leak.
- Submission. The completed application sent to the insurer for acceptance — underwriting information, declarations, documents.
- Issued policy. The insurer has accepted, the policy is on risk, and the premium is due.
Two failure modes account for most lost business, and both are structural rather than personal. Stalling between states — a quote nobody followed up, a submission waiting on a document nobody chased. And re-keying between states — where the quote lives in one system and the submission in another, so data is retyped and diverges.
Producers, channels and hierarchy
Section titled “Producers, channels and hierarchy”The word for anyone who sells is a producer. Producers are organised into channels, and channels are the axis almost everything else is configured along.
| Channel type | Characteristic |
|---|---|
| Tied agent | Sells for one insurer only |
| Independent agent / broker | Represents the customer, places with several insurers |
| Bancassurance | Distribution through a bank’s channels — see Nextera Flow |
| Direct / digital | The insurer sells without an intermediary |
| Affinity / partnership | Distribution through a non-insurance brand’s customer base |
Producers usually sit in a hierarchy — agent under a unit head under an agency under a region — and that hierarchy does three jobs at once: it determines who can see what, who manages whom, and how override commission flows upward. Getting the hierarchy wrong is expensive to correct later because commission history is calculated against it.
Channel conflict is what happens when two channels can approach the same customer with the same product. It is a commercial decision, not a technical one, but the system has to express whatever the commercial decision was — usually through some combination of lead ownership rules, product eligibility by channel, and territory.
Appointment and licensing. In most markets a producer must be licensed to sell and formally appointed by the insurer. Both have expiry dates. A distribution system that does not track them will eventually let an unlicensed producer bind business, which is a regulatory problem rather than a data problem.
The product catalogue
Section titled “The product catalogue”The catalogue is the single definition of what may be sold, and it carries four distinct kinds of rule that are easy to conflate:
- Product and variants — what is being sold, and the versions of it.
- Eligibility rules — who may buy it (age bands, occupation, sum insured limits, territory) and who may sell it (which channels, which licence classes).
- Rating — how the price is calculated from the rating factors.
- Availability — effective dates. A product version is priced from a date, and quotes produced before a rate change must remain reproducible afterwards.
That last point is the one most often missed at implementation. If you cannot reproduce a quote issued three months ago, you cannot defend it in a complaint.
Commission
Section titled “Commission”Commission is where distribution systems earn their reputation, because it is the number producers check personally.
Structures you will meet:
- First-year and renewal commission — a high percentage in year one, lower thereafter. Standard in life and health.
- Level commission — the same rate every year, used where persistency matters more than acquisition.
- Override — commission paid to a manager or agency on business written by producers beneath them in the hierarchy.
- Bonus and contingent commission — paid on achieving volume, growth or loss-ratio targets, and therefore only calculable after the measurement period closes.
Clawback is the recovery of commission already paid when a policy lapses or is cancelled within a defined period. It is the single most disputed calculation in distribution, for two reasons: it usually runs on a sliding scale by month of cancellation, and it has to reach backwards through the hierarchy to recover override as well. Any commission design should be tested against clawback before it is signed off.
Reconciliation closes the loop: what was calculated, what was approved, what was paid, and what remains. A commission engine that cannot show that chain per producer will generate support tickets forever.
The metrics that actually mean something
Section titled “The metrics that actually mean something”| Metric | What it tells you |
|---|---|
| Quote-to-issue conversion | Whether the pricing and the process are competitive |
| Time in stage | Where the pipeline is stalling, which is almost never where people assume |
| Producer activation rate | The share of appointed producers who wrote anything this period — usually the most uncomfortable number in the pack |
| Persistency | The share of policies still in force after 13 or 25 months. Low persistency turns first-year commission into clawback |
| Average premium per policy | Whether growth is coming from volume or from mix |
Persistency deserves emphasis. A distribution operation optimised only for new business will happily write business that lapses, pay first-year commission on it, and then spend the following year clawing it back. Persistency is what distinguishes a book from a rush.
How these concepts map to Nextera Link
Section titled “How these concepts map to Nextera Link”| Concept on this page | Nextera Link module |
|---|---|
| Producing a consistent price from rating and rules | Quotation |
| Owning and progressing prospects so nothing stalls | Lead management |
| Moving an opportunity through defined stages to issue | Sales workflow |
| Producers, channels, hierarchy, appointment and access | Channel management |
| Products, variants, eligibility and rating rules | Product catalog |
| Calculating and tracking commission by product and channel | Commission tracking |