Frequently Asked Questions
How do you integrate with a legacy policy administration system?
We start by mapping the PAS API surface: what events the PAS emits, what operations it supports via API vs. file-based integration, and what the latency and reliability characteristics of each are. From that mapping, we design a canonical domain model and integration layer in the new platform that isolates the PAS-specific implementation details. This means the digital experience is not tightly coupled to PAS version upgrades, and the integration layer can be tested independently with contract tests against the PAS API. For platforms where the PAS has limited API capability, we have built event-based integration using database change streams and batch file exchange as reliable intermediate approaches.
Can you build a real-time quoting engine for a new MGA?
Yes. A quoting engine for a new MGA typically requires: a configurable rating rule service, integration with third-party data enrichment APIs (MVR, credit, geodata), a product configuration layer that business users can operate without code deployments, and an API that the distribution channel (direct web, broker portal, comparison aggregator) can call with sub-second response time expectations. We design the rating engine architecture before beginning development to confirm that the data enrichment latency budget is compatible with the response time requirement, as third-party API latency is often the binding constraint.
How do you handle US state-by-state regulatory requirements in the platform architecture?
State-specific requirements (rates, forms, coverage options, exclusions) are implemented as configuration data rather than code, managed through a product configuration layer with version control and approval workflows. This means adding a new state or updating an existing one is a configuration change with audit trail, not a code deployment. The platform maintains a record of the approved form version effective in each state, which is the evidence base for regulatory examinations. SERFF filing export is built into the form management workflow.
What is your approach to straight-through processing for claims?
Straight-through processing (STP) requires a scoring model that assesses each FNOL against a set of complexity and fraud signals and routes qualifying claims to automated settlement without adjuster review. The STP model must be designed with the compliance and fraud team, not just engineering, because the settlement authority rules and fraud tolerance thresholds are business and regulatory decisions. We build the FNOL intake and triage routing infrastructure, integrate the fraud scoring model, and implement the payment disbursement flow for settled claims, with a manual review fallback for claims outside the STP criteria.
What engagement model do you use for insurance platform projects?
We deploy dedicated teams assigned exclusively to your project for its duration: typically a technical lead, two or three senior engineers, and a QA engineer. For insurance platform work, we recommend a discovery phase before the first build sprint to map the PAS integration surface, define the canonical domain model, and agree the regulatory compliance architecture. This prevents the most common failure mode in insurance platform projects, which is discovering PAS integration constraints mid-build that require architectural rework. Engagements start within 21 days of contract signature. See our dedicated team model for details.