Overview
P & C Insurance is a multi-tenant property-and-casualty operations platform built for Indian insurers, MGAs, and broker networks. It covers the full policy lifecycle — quote intake, underwriting referral, rating, bind, issue, endorsement, renewal, and cancellation — alongside a claims module from first notice of loss (FNOL) through survey, assessment, and settlement.
The platform is designed around IRDAI regulatory expectations: immutable audit trails, role-separated access, consent-aware document handling, and release evidence that survives Technology Risk Assessment (TRA) and annual VAPT reviews. A Bima Sugam integration layer exposes standardised quote and policy APIs so carriers can participate in India's national insurance marketplace without rewriting core policy admin.
Stack:
- Frontend — Next.js (App Router), TypeScript, role-based portals for agents, underwriters, claims adjusters, and operations admins
- Backend — FastAPI, SQLAlchemy 2.x, async Postgres, Redis-backed sessions, structured event log for compliance
- Documents — Intelligent document processing for KYC packs, proposal forms, and claim evidence (OCR + field extraction with human-in-the-loop on low-confidence fields)
- Deployment — Docker Compose on VPS, environment isolation between UAT and production
