Content revision 4e771eaf0390cc87b6c7c6fd8469f3508f6ceeec7119472e6c1ccf17e2e1e5d2 ## Insurance Product Configuration Engine Builds Source ID projects:insurance Original https://www.henryw.me/#/projects?to=insurance One banking app supported many insurance products, each with different screens, fields, and conditional follow-ups. Business requirements described what a product needed to collect, design libraries described reusable screens and UI components, and engineering needed an executable configuration. The key dependency was the mapping between those representations across products and markets. The core mapping was product specification to business scenarios to UI-component requirements. I reorganised the source information into linked libraries and decision tables so each layer could be maintained while the configuration rules connected them. The production tool ran in Excel with a VBA engine. It supported conditional follow-up fields, wildcard matching, right-side rule overrides, and a dynamic form for non-technical users. I developed four versions and added an embedded tutorial so the tool could be maintained after my internship.