Skip to main content
This guide shows how to build insurance underwriting rules that assess risk, calculate premiums, and determine policy terms.

What you’ll build

An underwriting decision that:
  • Evaluates applicant risk factors
  • Calculates risk-adjusted premiums
  • Determines coverage eligibility
  • Applies regulatory constraints
Want to skip ahead? Download the completed decision and import it directly.

Decision flow

Example: Auto insurance quote

Input data

Step 1: Driver risk assessment

Score driver risk factors:

Step 2: Driving history

Assess accidents and violations:

Step 3: Vehicle risk

Assess vehicle factors:

Step 4: Calculate base premium

Step 5: Coverage and deductible adjustments

Step 6: Credit-based adjustment

Step 7: Final premium calculation

Step 8: Eligibility decision

Output structure

Regulatory compliance

State-specific rules

Best practices

Audit all decisions — Log every factor for regulatory review. Version rating tables — Track when rates change for policy renewals. Handle edge cases — New drivers, antique vehicles, rideshare use. Test extensively — Validate against known good quotes.