Flood Risk in NYC: A Product for Insurance Professionals

Author

Team Krijudato (Kristin L, Julia F, David G, Tony F)

Published

December 10, 2023

Introduction

According to Swiss Re, flooding is classified as a secondary peril, posing greater modeling challenges compared to hurricanes and earthquakes. The unpredictability of flood occurrences, both in terms of timing and location, adds to the complexity. The limited adoption of flood catastrophe models by insurance professionals can be attributed to these difficulties. Current flood catastrophe models do not have a high degree of confidence, as U.S. flood models are still in their infancy.

The product we’ve created proves valuable for insurance professionals by offering insights into the locations outlined in a schedule of values. While it doesn’t fall under the category of a catastrophe model, it furnishes valuable information. This information aids insurance professionals, including underwriters and actuaries, in making well-informed decisions regarding the provision of flood insurance for individuals, groups, companies, or government entities.

As a Product

This section explains where in the product development life cycle this product currently stands.

Genesis: Class Project to Product

Our team initiated this project by exploring numerous publicly available NYC datasets. After extensive discussions, we collectively decided to transform our final class project into a product roadmap and a startup idea. This document marks the beginning of that journey. It serves as our running Proof of Concept (POC) for a new Software as a Service (SaaS) product.

There’s a wealth of free information provided by the City of New York, ripe for businesses to leverage. Navigating this data is not straightforward, given the various ways of describing geographic data, such as block IDs, zone IDs, addresses, grid coordinates, etc. However, mastering this allows for the creation of an elegant and integrated information symphony.

Phase 1: POC (Completed)

This phase involved our initial end-to-end process to ensure data linkability.

  1. Compile a list of precisely formatted addresses (for our demo, we used all CUNY campuses).
  2. Look up these addresses in the NYC “master” address API system to obtain primary keys and grid coordinates for linking to other systems.
  3. Cross-reference these addresses with a major NYC Dataset, Pluto.
  4. Merge this data with Pluto and filter it to focus on insurance data.
  5. Implement an underlying polygon system, akin to outlining zip codes on a map.
  6. Determine if the target element (i.e., the CUNY address) falls within the specified polygon.

Phase 2: Alpha - The Working Product

The alpha version needs to operate in a more real-time manner, such as uploading a spreadsheet of addresses and receiving output instantly.

To progress from POC to alpha release, we need to add:

  1. A database, such as Postgres Aurora.
  2. A modern authentication system.
  3. A method for correcting ambiguous addresses (e.g., “W 4th St” - is it West 4th Street?). NYC offers an API for this.
  4. A web framework to facilitate CSV uploads into the system.
  5. A display mechanism for output, which will be in HTML format, with one HTML file generated per run.
  6. Integration of the runtime R code with AWS Lambda.

Future Development

Once the foundational elements are operational, we plan to incorporate additional datasets, such as crime statistics, school literacy rates, and building and fire code violations.

Raw Product Demonstration



Demonstration for Insurance Professionals

In our demonstration, we are using the schedule of values for the City University of New York (CUNY).

Schedule of Values: Mapped

This map offers a comprehensive overview of all locations listed in a schedule of values. The hover-over feature provides additional property details, with a key focus on whether the property is situated in a flood zone.

Overview: CUNY Property Values

Property Value by Flood Zone

Risk Scoring

Risk scores can prove to be a useful tool for underwriters to determine the complexity of the flood risk for the schedule. We’ve developed a risk scoring system that is assigned as follows:

  • Properties not in a flood zone and without a basement receive a risk score of 0.
  • Properties not in a flood zone but with a basement are assigned a risk score of 1.
  • Properties in a flood zone and without a basement are given a risk score of 2.
  • Properties in a flood zone and with a basement receive a risk score of 3.

Summary of Values by Risk Score

Summary of Values by Risk Score
Risk Score Values
0 $0.00
1 $1,424,265,300.00
3 $371,933,100.00

Conclusion

We are confident that our product serves as a valuable tool for insurance professionals. By utilizing provided schedules of values, our product generates detailed maps and charts that analyze flood risk and offer additional property insights. These resources empower insurance professionals to make informed decisions on flood insurance risk and coverage. Our aim is to enhance the decision-making process, ultimately contributing to more effective risk management strategies.

Future Improvements

Improving this product in the future may entail incorporating data at the national level and potentially expanding it globally. However, challenges arise when applying it nationally and globally due to varying levels of detail in flood information from different countries and regions.

Another improvement would be to add another data source that provides building construction. The type of construction can significantly impact the extent of losses in the event of a flood. Assessing the materials and design of structures would help insurance professionals estimate potential damage and calculate appropriate coverage.

Additionally, future iterations of the product could benefit from the incorporation of:

  • building code violations
  • fire code violations
  • flood history

These enhancements would contribute to a more comprehensive tool, providing insurance professionals with a nuanced understanding of properties and facilitating more accurate risk assessments.

Sources

PLUTO

Flood Plain NYC Open Data

Challenge of Understanding Secondary Perils