The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 2 new columns ({'oep_loss_usd', 'exceedance_probability'}) and 76 missing columns ({'forward_speed_knots', 'fault_name', 'aep_percentile', 'building_age_median_years', 'drainage_basin_id', 'commercial_loss_usd', 'peril_subtype', 'marine_cargo_loss_usd', 'epicenter_longitude', 'loss_ratio_insured_economic', 'loss_amplification_flag', 'coefficient_of_variation_loss', 'aftershock_sequence_flag', 'occupancy_class', 'rainfall_inches_72hr', 'modified_mercalli_intensity', 'radius_max_winds_nm', 'liquefaction_risk', 'tail_value_at_risk_tvar', 'track_id', 'business_interruption_loss_usd', 'industry_loss_usd', 'demand_surge_multiplier', 'insured_loss_usd', 'auto_loss_usd', 'velocity_ft_per_sec', 'economic_loss_usd', 'antecedent_soil_saturation', 'max_wind_speed_knots', 'central_pressure_mb', 'oep_percentile', 'construction_type_dominant', 'mitigation_credit_applied', 'inundation_area_sq_miles', 'peak_ground_acceleration_g', 'vulnerability_curve_id', 'landfall_latitude', 'landfall_longitude', 'cat_bond_trigger_flag', 'industrial_loss_usd', 'track_curvature', 'affected_policies_count', 'geographic_region', 'peak_discharge_cfs', 'rupture_length_km', 'epicenter_latitude', 'scenario_year', 'mean_damage_ratio', 'country_iso3', 'tsunami_trigger_flag', 'storm_surge_ft', 'moment_magnitude_mw', 'reinsurance_recoveries_usd', 'event_id', 'residential_loss_usd', 'hypocenter_depth_km', 'regulatory_stress_test_tier', 'shake_map_zone', 'flood_type', 'aal_contribution_usd', 'floodway_breach_flag', 'inundation_depth_ft', 'net_retained_loss_usd', 'landfall_state_county', 'total_insured_value_usd', 'fema_flood_zone', 'flood_duration_days', 'probable_maximum_loss_pml_pct', 'secondary_peril_flag', 'loss_development_factor', 'event_probability', 'inland_penetration_miles', 'simulation_catalog_id', 'solvency_ii_scr_event', 'hurricane_category', 'replacement_cost_usd_per_sqft'}).
This happened while the csv dataset builder was generating data using
hf://datasets/xpertsystems/ins003-sample/ep_curve_summary.csv (at revision 3a434c04d00849c2797fd1735f1c7135c9ac87d9), [/tmp/hf-datasets-cache/medium/datasets/15130128514950-config-parquet-and-info-xpertsystems-ins003-sampl-2ac3060b/hub/datasets--xpertsystems--ins003-sample/snapshots/3a434c04d00849c2797fd1735f1c7135c9ac87d9/cat_scenarios.csv (origin=hf://datasets/xpertsystems/ins003-sample@3a434c04d00849c2797fd1735f1c7135c9ac87d9/cat_scenarios.csv), /tmp/hf-datasets-cache/medium/datasets/15130128514950-config-parquet-and-info-xpertsystems-ins003-sampl-2ac3060b/hub/datasets--xpertsystems--ins003-sample/snapshots/3a434c04d00849c2797fd1735f1c7135c9ac87d9/ep_curve_summary.csv (origin=hf://datasets/xpertsystems/ins003-sample@3a434c04d00849c2797fd1735f1c7135c9ac87d9/ep_curve_summary.csv)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1800, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 765, in write_table
self._write_table(pa_table, writer_batch_size=writer_batch_size)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
peril_type: string
return_period_years: int64
oep_loss_usd: double
exceedance_probability: double
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 785
to
{'event_id': Value('string'), 'peril_type': Value('string'), 'peril_subtype': Value('string'), 'scenario_year': Value('int64'), 'return_period_years': Value('float64'), 'event_probability': Value('float64'), 'geographic_region': Value('string'), 'country_iso3': Value('string'), 'simulation_catalog_id': Value('string'), 'track_id': Value('string'), 'landfall_latitude': Value('float64'), 'landfall_longitude': Value('float64'), 'landfall_state_county': Value('string'), 'max_wind_speed_knots': Value('float64'), 'central_pressure_mb': Value('float64'), 'storm_surge_ft': Value('float64'), 'hurricane_category': Value('float64'), 'radius_max_winds_nm': Value('float64'), 'forward_speed_knots': Value('float64'), 'track_curvature': Value('string'), 'rainfall_inches_72hr': Value('float64'), 'inland_penetration_miles': Value('float64'), 'fault_name': Value('string'), 'moment_magnitude_mw': Value('float64'), 'epicenter_latitude': Value('float64'), 'epicenter_longitude': Value('float64'), 'hypocenter_depth_km': Value('float64'), 'rupture_length_km': Value('float64'), 'peak_ground_acceleration_g': Value('float64'), 'modified_mercalli_intensity': Value('float64'), 'liquefaction_risk': Value('string'), 'aftershock_sequence_flag': Value('string'), 'tsunami_trigger_flag': Value('string'), 'shake_map_zone': Value('string'), 'flood_type': Value('string'), 'fema_flood_zone': Value('string'), 'inundation_depth_ft': Value('float64'), 'inundation_area_sq_miles': Value('float64'), 'flood_duration_days'
...
per_sec': Value('float64'), 'insured_loss_usd': Value('float64'), 'economic_loss_usd': Value('float64'), 'loss_ratio_insured_economic': Value('float64'), 'residential_loss_usd': Value('float64'), 'commercial_loss_usd': Value('float64'), 'industrial_loss_usd': Value('float64'), 'auto_loss_usd': Value('float64'), 'marine_cargo_loss_usd': Value('float64'), 'business_interruption_loss_usd': Value('float64'), 'industry_loss_usd': Value('float64'), 'loss_development_factor': Value('float64'), 'demand_surge_multiplier': Value('float64'), 'loss_amplification_flag': Value('string'), 'affected_policies_count': Value('int64'), 'construction_type_dominant': Value('string'), 'occupancy_class': Value('string'), 'building_age_median_years': Value('int64'), 'replacement_cost_usd_per_sqft': Value('float64'), 'total_insured_value_usd': Value('float64'), 'mean_damage_ratio': Value('float64'), 'coefficient_of_variation_loss': Value('float64'), 'vulnerability_curve_id': Value('string'), 'secondary_peril_flag': Value('string'), 'mitigation_credit_applied': Value('string'), 'aal_contribution_usd': Value('float64'), 'oep_percentile': Value('float64'), 'aep_percentile': Value('float64'), 'probable_maximum_loss_pml_pct': Value('float64'), 'tail_value_at_risk_tvar': Value('float64'), 'reinsurance_recoveries_usd': Value('float64'), 'net_retained_loss_usd': Value('float64'), 'cat_bond_trigger_flag': Value('string'), 'regulatory_stress_test_tier': Value('string'), 'solvency_ii_scr_event': Value('string')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 882, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 943, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1646, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1802, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 2 new columns ({'oep_loss_usd', 'exceedance_probability'}) and 76 missing columns ({'forward_speed_knots', 'fault_name', 'aep_percentile', 'building_age_median_years', 'drainage_basin_id', 'commercial_loss_usd', 'peril_subtype', 'marine_cargo_loss_usd', 'epicenter_longitude', 'loss_ratio_insured_economic', 'loss_amplification_flag', 'coefficient_of_variation_loss', 'aftershock_sequence_flag', 'occupancy_class', 'rainfall_inches_72hr', 'modified_mercalli_intensity', 'radius_max_winds_nm', 'liquefaction_risk', 'tail_value_at_risk_tvar', 'track_id', 'business_interruption_loss_usd', 'industry_loss_usd', 'demand_surge_multiplier', 'insured_loss_usd', 'auto_loss_usd', 'velocity_ft_per_sec', 'economic_loss_usd', 'antecedent_soil_saturation', 'max_wind_speed_knots', 'central_pressure_mb', 'oep_percentile', 'construction_type_dominant', 'mitigation_credit_applied', 'inundation_area_sq_miles', 'peak_ground_acceleration_g', 'vulnerability_curve_id', 'landfall_latitude', 'landfall_longitude', 'cat_bond_trigger_flag', 'industrial_loss_usd', 'track_curvature', 'affected_policies_count', 'geographic_region', 'peak_discharge_cfs', 'rupture_length_km', 'epicenter_latitude', 'scenario_year', 'mean_damage_ratio', 'country_iso3', 'tsunami_trigger_flag', 'storm_surge_ft', 'moment_magnitude_mw', 'reinsurance_recoveries_usd', 'event_id', 'residential_loss_usd', 'hypocenter_depth_km', 'regulatory_stress_test_tier', 'shake_map_zone', 'flood_type', 'aal_contribution_usd', 'floodway_breach_flag', 'inundation_depth_ft', 'net_retained_loss_usd', 'landfall_state_county', 'total_insured_value_usd', 'fema_flood_zone', 'flood_duration_days', 'probable_maximum_loss_pml_pct', 'secondary_peril_flag', 'loss_development_factor', 'event_probability', 'inland_penetration_miles', 'simulation_catalog_id', 'solvency_ii_scr_event', 'hurricane_category', 'replacement_cost_usd_per_sqft'}).
This happened while the csv dataset builder was generating data using
hf://datasets/xpertsystems/ins003-sample/ep_curve_summary.csv (at revision 3a434c04d00849c2797fd1735f1c7135c9ac87d9), [/tmp/hf-datasets-cache/medium/datasets/15130128514950-config-parquet-and-info-xpertsystems-ins003-sampl-2ac3060b/hub/datasets--xpertsystems--ins003-sample/snapshots/3a434c04d00849c2797fd1735f1c7135c9ac87d9/cat_scenarios.csv (origin=hf://datasets/xpertsystems/ins003-sample@3a434c04d00849c2797fd1735f1c7135c9ac87d9/cat_scenarios.csv), /tmp/hf-datasets-cache/medium/datasets/15130128514950-config-parquet-and-info-xpertsystems-ins003-sampl-2ac3060b/hub/datasets--xpertsystems--ins003-sample/snapshots/3a434c04d00849c2797fd1735f1c7135c9ac87d9/ep_curve_summary.csv (origin=hf://datasets/xpertsystems/ins003-sample@3a434c04d00849c2797fd1735f1c7135c9ac87d9/ep_curve_summary.csv)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
event_id string | peril_type string | peril_subtype string | scenario_year int64 | return_period_years float64 | event_probability float64 | geographic_region string | country_iso3 string | simulation_catalog_id string | track_id string | landfall_latitude float64 | landfall_longitude float64 | landfall_state_county string | max_wind_speed_knots float64 | central_pressure_mb float64 | storm_surge_ft float64 | hurricane_category float64 | radius_max_winds_nm float64 | forward_speed_knots float64 | track_curvature string | rainfall_inches_72hr float64 | inland_penetration_miles float64 | fault_name string | moment_magnitude_mw float64 | epicenter_latitude float64 | epicenter_longitude float64 | hypocenter_depth_km float64 | rupture_length_km float64 | peak_ground_acceleration_g float64 | modified_mercalli_intensity float64 | liquefaction_risk string | aftershock_sequence_flag string | tsunami_trigger_flag string | shake_map_zone string | flood_type null | fema_flood_zone null | inundation_depth_ft null | inundation_area_sq_miles null | flood_duration_days null | peak_discharge_cfs null | floodway_breach_flag null | antecedent_soil_saturation null | drainage_basin_id null | velocity_ft_per_sec null | insured_loss_usd float64 | economic_loss_usd float64 | loss_ratio_insured_economic float64 | residential_loss_usd float64 | commercial_loss_usd float64 | industrial_loss_usd float64 | auto_loss_usd float64 | marine_cargo_loss_usd float64 | business_interruption_loss_usd float64 | industry_loss_usd float64 | loss_development_factor float64 | demand_surge_multiplier float64 | loss_amplification_flag string | affected_policies_count int64 | construction_type_dominant string | occupancy_class string | building_age_median_years int64 | replacement_cost_usd_per_sqft float64 | total_insured_value_usd float64 | mean_damage_ratio float64 | coefficient_of_variation_loss float64 | vulnerability_curve_id string | secondary_peril_flag string | mitigation_credit_applied string | aal_contribution_usd float64 | oep_percentile float64 | aep_percentile float64 | probable_maximum_loss_pml_pct float64 | tail_value_at_risk_tvar float64 | reinsurance_recoveries_usd float64 | net_retained_loss_usd float64 | cat_bond_trigger_flag string | regulatory_stress_test_tier string | solvency_ii_scr_event string |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
EA-5926-ASI-CFCD208495D5 | earthquake | thrust | 5,926 | 43.4 | 0.023041 | Asia-Pacific | JPN | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | Hayward | 5.67 | 42.386 | 141.3821 | 21 | 3.2 | 0.501 | 7 | none | no | no | USGS-814-D | null | null | null | null | null | null | null | null | null | null | 11,274,177 | 26,398,332 | 0.4271 | 7,917,392 | 495,508 | 248,990 | 930,000 | 123,130 | 482,048 | 192,967,433 | 1.243 | 1.05 | no | 284 | wood_frame | residential_single | 2 | 160.9 | 122,254,933 | 0.0878 | 0.198 | VERISK-STL-US-01 | none | no | 259,774 | 97.696 | 96.586 | 9.22 | 25,877,456 | 1,045,995 | 10,228,182 | no | Tier 2 | no |
TO-5156-US--C4CA4238A0B9 | tornado | EF3_EF5 | 5,156 | 230 | 0.004348 | US-Pacific | USA | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 5,350,818 | 9,392,540 | 0.5697 | 3,988,805 | 557,555 | 163,267 | 564,717 | 59,012 | 637,325 | 63,641,651 | 1.008 | 1.14 | no | 150 | masonry | residential_multi | 11 | 178.78 | 38,983,842 | 0.1204 | 1.079 | AIR-WF-US-01 | none | no | 23,264 | 99.565 | 96.453 | 13.73 | 8,310,780 | 756,801 | 4,594,017 | yes | Tier 4 | yes |
HU-8318-US--C81E728D9D4C | hurricane | Cat_2 | 8,318 | 3.2 | 0.3125 | US-Atlantic | USA | CAT-INS003-10000YR | TRK-F445F52A | 35.5323 | -70.6333 | AL-Mobile | 84.8 | 982.4 | 7.2 | 2 | 40.8 | 16.9 | straight | 16.6 | 42.2 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 42,799,743 | 69,343,725 | 0.6172 | 2,230,484 | 22,687,262 | 2,098,107 | 1,266,167 | 972,534 | 11,906,416 | 534,038,667 | 1.125 | 1.11 | yes | 1,608 | wood_frame | commercial_office | 26 | 113.64 | 160,430,748 | 0.2126 | 0.951 | AIR-WF-US-01 | storm_surge | no | 13,374,920 | 68.75 | 69.705 | 26.68 | 100,349,231 | 1,916,004 | 40,883,739 | no | Tier 1 | no |
WI-6119-EUR-ECCBC87E4B5C | wildfire | surface_fire | 6,119 | 61.6 | 0.016234 | Europe | DEU | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 586,118,567 | 1,136,628,909 | 0.5157 | 416,251,163 | 30,710,422 | 13,293,809 | 42,178,878 | 5,909,846 | 24,194,463 | 14,297,875,613 | 1.232 | 1.11 | no | 9,144 | wood_frame | residential_single | 43 | 430.37 | 775,475,777 | 0.6809 | 0.277 | AIR-WF-US-01 | none | no | 9,514,912 | 98.377 | 98.208 | 75.58 | 1,263,401,293 | 210,766,431 | 375,352,136 | no | Tier 2 | no |
EA-1605-US--A87FF679A2F3 | earthquake | strike_slip | 1,605 | 69.1 | 0.014472 | US-Pacific | USA | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | Nankai Trough | 6.6 | 38.513 | -123.2454 | 95.5 | 6.2 | 0.556 | 8 | none | yes | no | USGS-462-D | null | null | null | null | null | null | null | null | null | null | 7,091,016 | 22,091,701 | 0.321 | 307,815 | 4,545,898 | 386,523 | 187,794 | 128,699 | 2,250,948 | 78,847,110 | 1.531 | 1.13 | no | 98 | wood_frame | commercial_office | 1 | 202.26 | 32,803,884 | 0.1913 | 1.028 | VERISK-STL-US-01 | none | yes | 102,620 | 98.553 | 94.145 | 21.62 | 16,093,959 | 910,451 | 6,180,565 | no | Tier 2 | no |
HU-1344-US--E4DA3B7FBBCE | hurricane | Cat_1 | 1,344 | 9.3 | 0.107527 | US-Atlantic | USA | CAT-INS003-10000YR | TRK-CC9DE593 | 35.422 | -72.7723 | FL-Miami-Dade | 81.2 | 987.1 | 1 | 1 | 26.4 | 10.9 | looping | 17.6 | 106.6 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 1,480,598 | 3,558,269 | 0.4161 | 1,195,539 | 64,189 | 29,682 | 130,933 | 12,889 | 51,548 | 33,536,916 | 1.101 | 1.01 | no | 19 | masonry | residential_single | 113 | 370.5 | 32,804,854 | 0.0447 | 0.699 | RMS-WF-US-01 | none | no | 159,204 | 89.247 | 88.344 | 4.51 | 2,953,353 | 8,826 | 1,471,772 | no | Tier 1 | no |
TO-1698-US--1679091C5A88 | tornado | EF0_EF2 | 1,698 | 10.3 | 0.097087 | US-Atlantic | USA | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 16,110,796 | 38,986,697 | 0.4132 | 897,580 | 10,766,340 | 774,009 | 433,698 | 354,477 | 4,273,638 | 296,414,835 | 1.247 | 1.01 | no | 280 | wood_frame | commercial_office | 25 | 449.43 | 858,001,694 | 0.0186 | 0.271 | AIR-WF-US-01 | none | no | 1,564,155 | 90.291 | 85.826 | 1.88 | 36,741,072 | 723,485 | 15,387,311 | no | Tier 2 | no |
FL-5795-EUR-8F14E45FCEEA | flood | flash | 5,795 | 1.8 | 0.555556 | Europe | DEU | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 79,650,061 | 149,155,549 | 0.534 | 3,428,172 | 45,914,985 | 4,045,257 | 2,339,169 | 1,374,041 | 19,103,977 | 1,900,649,276 | 1.243 | 1.02 | no | 4,527 | wood_frame | commercial_office | 112 | 393.06 | 199,020,039 | 0.3924 | 0.577 | AIR-WF-US-01 | none | no | 44,250,034 | 44.444 | 43.335 | 40.02 | 168,737,063 | 37,178,527 | 42,471,534 | no | Tier 1 | no |
EA-4280-US--C9F0F895FB98 | earthquake | strike_slip | 4,280 | 1.7 | 0.588235 | US-Atlantic | USA | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | New Madrid | 5.2 | 43.0825 | -74.2422 | 24.3 | 2.3 | 0.362 | 6 | none | no | no | USGS-304-D | null | null | null | null | null | null | null | null | null | null | 912,235 | 1,876,749 | 0.4861 | 764,825 | 44,222 | 17,033 | 63,552 | 9,870 | 34,860 | 15,197,741 | 1.17 | 1.05 | no | 13 | concrete | residential_single | 174 | 369.48 | 21,476,710 | 0.0405 | 0.429 | RMS-CON-GL-01 | none | no | 536,609 | 41.176 | 40.072 | 4.25 | 1,216,119 | 120,010 | 792,225 | no | Tier 1 | no |
HU-5280-CAR-45C48CCE2E2D | hurricane | Cat_3 | 5,280 | 165.5 | 0.006042 | Caribbean | BHS | CAT-INS003-10000YR | TRK-8E3A8D38 | 24.8724 | -81.6992 | GA-Chatham | 111 | 955.2 | 12.2 | 3 | 19.9 | 13.6 | looping | 35.8 | 100.8 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 91,469,012 | 151,361,663 | 0.6043 | 64,993,222 | 4,464,300 | 2,071,058 | 7,706,779 | 1,025,223 | 3,785,553 | 1,199,721,087 | 1.137 | 1.05 | yes | 6,087 | manufactured_housing | residential_single | 23 | 272.37 | 132,771,696 | 0.5909 | 0.374 | VERISK-STL-US-01 | storm_surge | no | 552,683 | 99.396 | 96.422 | 68.89 | 166,095,449 | 39,514,056 | 51,954,956 | yes | Tier 3 | no |
EA-9756-ASI-D3D9446802A4 | earthquake | strike_slip | 9,756 | 3.1 | 0.322581 | Asia-Pacific | JPN | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | Nankai Trough | 4.37 | 39.3669 | 135.7597 | 348.7 | 1.3 | 0.099 | 5 | none | no | no | USGS-349-B | null | null | null | null | null | null | null | null | null | null | 196,883 | 674,347 | 0.292 | 138,917 | 9,623 | 3,555 | 17,915 | 1,979 | 6,813 | 2,409,133 | 1.212 | 1.1 | no | 4 | steel_frame | residential_single | 59 | 134.52 | 21,712,131 | 0.0082 | 0.615 | AIR-WF-US-01 | none | no | 63,511 | 67.742 | 68.155 | 0.91 | 413,670 | 29,175 | 167,708 | no | Tier 1 | no |
WI-6884-EUR-6512BD43D9CA | winter_storm | blizzard | 6,884 | 361.5 | 0.002766 | Europe | DEU | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 1,392,504 | 3,002,592 | 0.4638 | 25,632 | 728,161 | 124,535 | 97,383 | 24,933 | 335,910 | 14,757,325 | 1.053 | 1.22 | no | 33 | wood_frame | retail | 55 | 363.35 | 21,621,960 | 0.0528 | 1.143 | VERISK-STL-US-01 | none | no | 3,852 | 99.723 | 97.047 | 6.44 | 2,588,817 | 13,006 | 1,379,498 | yes | Tier 4 | yes |
FL-7706-EUR-C20AD4D76FE9 | flood | riverine | 7,706 | 2.4 | 0.416667 | Europe | DEU | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 5,771,780 | 9,868,986 | 0.5848 | 112,963 | 3,523,848 | 417,655 | 428,519 | 109,457 | 1,423,335 | 79,289,882 | 1.22 | 1.14 | no | 174 | concrete | retail | 74 | 161.6 | 77,289,267 | 0.0655 | 1.2 | AIR-MAS-US-02 | none | no | 2,404,908 | 58.333 | 59.301 | 7.47 | 10,423,129 | 722,838 | 5,048,942 | no | Tier 1 | no |
EA-2507-ASI-C51CE410C124 | earthquake | strike_slip | 2,507 | 520.1 | 0.001923 | Asia-Pacific | JPN | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | Nankai Trough | 8.27 | 25.5136 | 134.6794 | 678.2 | 19.9 | 0.841 | 12 | high | yes | no | USGS-506-F | null | null | null | null | null | null | null | null | null | null | 2,312,243 | 4,168,136 | 0.5547 | 2,118,298 | 125,415 | 44,125 | 181,005 | 22,225 | 123,833 | 51,893,174 | 1.711 | 1.27 | yes | 105 | wood_frame | residential_single | 0 | 327.7 | 1,596,987 | 1 | 1.164 | VERISK-STL-US-01 | fire_following_quake | no | 4,446 | 99.808 | 99.999 | 100 | 4,769,469 | 287,426 | 2,024,817 | yes | Tier 4 | yes |
EA-5633-EUR-AAB3238922BC | earthquake | strike_slip | 5,633 | 21.5 | 0.046512 | Europe | DEU | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | Wasatch | 5.45 | 43.2048 | -78.9645 | 42.7 | 2.8 | 0.355 | 7 | none | no | no | USGS-669-A | null | null | null | null | null | null | null | null | null | null | 53,184 | 133,815 | 0.3974 | 43,251 | 2,452 | 1,056 | 4,525 | 524 | 1,819 | 691,499 | 1.101 | 1.08 | no | 1 | masonry | residential_single | 17 | 357.68 | 2,241,557 | 0.022 | 0.497 | VERISK-STL-US-01 | none | no | 2,474 | 95.349 | 95.013 | 2.37 | 92,690 | 4,415 | 48,769 | no | Tier 2 | no |
EA-879-US--9BF31C7FF062 | earthquake | strike_slip | 879 | 3.9 | 0.25641 | US-Pacific | USA | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | San Andreas | 4.9 | 43.3283 | -122.9873 | 25 | 1.9 | 0.3 | 6 | none | no | no | USGS-155-E | null | null | null | null | null | null | null | null | null | null | 1,034,040 | 3,497,103 | 0.2957 | 45,538 | 529,643 | 48,357 | 30,823 | 19,693 | 294,611 | 12,710,557 | 1.215 | 1.04 | no | 46 | wood_frame | commercial_office | 21 | 348.1 | 18,172,427 | 0.0547 | 1.147 | VERISK-STL-US-01 | none | no | 265,138 | 74.359 | 70.981 | 5.69 | 1,954,435 | 89,499 | 944,541 | no | Tier 1 | no |
HU-4353-US--C74D97B01EAE | hurricane | Cat_3 | 4,353 | 190.9 | 0.005238 | US-Atlantic | USA | CAT-INS003-10000YR | TRK-034FAD12 | 35.5199 | -79.2781 | NC-New Hanover | 97 | 951.6 | 11 | 3 | 16.5 | 20.3 | curved | 25.7 | 36.5 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 2,666,397 | 4,206,965 | 0.6338 | 2,265,556 | 141,439 | 52,593 | 225,303 | 30,055 | 115,865 | 49,664,274 | 1.165 | 1.07 | yes | 35 | concrete | residential_single | 68 | 446.31 | 8,076,245 | 0.2821 | 0.324 | RMS-WF-US-01 | storm_surge | no | 13,968 | 99.476 | 97.463 | 33.02 | 5,208,739 | 259,028 | 2,407,369 | yes | Tier 3 | no |
HU-4723-ASI-70EFDF2EC9B0 | hurricane | Cat_5 | 4,723 | 359.8 | 0.002779 | Asia-Pacific | JPN | CAT-INS003-10000YR | TRK-82864BCE | 30.2952 | 132.8568 | MS-Harrison | 172.3 | 921.3 | 16.6 | 5 | 5.9 | 9.6 | curved | 36.8 | 2.5 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 110,128,562 | 229,266,894 | 0.4804 | 99,100,009 | 4,980,271 | 2,258,955 | 9,166,532 | 1,098,552 | 3,864,952 | 1,532,476,159 | 1.083 | 1.21 | yes | 1,880 | masonry | residential_single | 23 | 109.76 | 88,029,167 | 0.9227 | 0.949 | AIR-WF-US-01 | storm_surge | no | 306,083 | 99.722 | 99.999 | 100 | 186,752,094 | 52,583,026 | 57,545,536 | yes | Tier 4 | yes |
HU-7737-US--6F4922F45568 | hurricane | Cat_2 | 7,737 | 24.4 | 0.040984 | US-Gulf | USA | CAT-INS003-10000YR | TRK-15AE2B14 | 24.2021 | -86.2896 | TX-Galveston | 89 | 977.9 | 4.9 | 2 | 18.8 | 10.3 | straight | 20.1 | 81.4 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 1,102,814 | 1,451,755 | 0.7596 | 697,043 | 101,173 | 36,473 | 97,493 | 12,507 | 126,685 | 11,709,138 | 1.233 | 1.11 | no | 32 | masonry | residential_multi | 36 | 149.41 | 9,753,046 | 0.1019 | 0.553 | RMS-WF-US-01 | none | no | 45,197 | 95.902 | 95.842 | 11.31 | 1,983,508 | 79,816 | 1,022,998 | no | Tier 2 | no |
WI-5214-EUR-1F0E3DAD9990 | winter_storm | blizzard | 5,214 | 1.3 | 0.769231 | Europe | DEU | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 46,597 | 108,958 | 0.4277 | 917 | 25,508 | 3,540 | 4,022 | 898 | 13,162 | 1,061,630 | 1.245 | 1.13 | no | 1 | concrete | retail | 72 | 184.65 | 3,934,864 | 0.0105 | 1.002 | RMS-WF-US-01 | none | no | 35,844 | 23.077 | 22.542 | 1.18 | 108,441 | 2,871 | 43,726 | no | Tier 1 | no |
HU-475-ASI-98F137082101 | hurricane | Cat_2 | 475 | 36.4 | 0.027473 | Asia-Pacific | JPN | CAT-INS003-10000YR | TRK-278ED9F9 | 32.1868 | 115.2004 | LA-Jefferson | 84.9 | 977.5 | 9.4 | 2 | 50.9 | 11.8 | curved | 14.8 | 143.2 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 248,878,601 | 485,118,951 | 0.513 | 206,118,836 | 11,453,780 | 5,252,931 | 18,640,284 | 2,285,318 | 8,731,794 | 6,130,313,335 | 1.19 | 1.09 | yes | 4,096 | manufactured_housing | residential_single | 18 | 249.06 | 699,377,595 | 0.2907 | 0.458 | AIR-MAS-US-02 | storm_surge | yes | 6,837,324 | 97.253 | 93.074 | 35.59 | 373,227,744 | 79,588,000 | 169,290,601 | no | Tier 2 | no |
HU-804-US--3C59DC048E88 | hurricane | Cat_2 | 804 | 18.6 | 0.053763 | US-Atlantic | USA | CAT-INS003-10000YR | TRK-364855D3 | 39.8765 | -77.7093 | NC-New Hanover | 88.5 | 974.3 | 4 | 2 | 48.5 | 14.3 | straight | 21 | 158.8 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 5,206,772 | 8,656,498 | 0.6015 | 4,789,447 | 287,935 | 91,847 | 401,717 | 49,865 | 195,517 | 103,550,950 | 1.005 | 1.1 | no | 75 | wood_frame | residential_single | 143 | 132.95 | 33,302,273 | 0.1421 | 1.024 | RMS-CON-GL-01 | none | no | 279,934 | 94.624 | 92.514 | 15.63 | 6,819,401 | 675,631 | 4,531,141 | no | Tier 2 | no |
FL-9132-US--B6D767D2F8ED | flood | riverine | 9,132 | 17.7 | 0.056497 | US-Atlantic | USA | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 4,375,293 | 15,583,588 | 0.2808 | 217,573 | 2,866,552 | 234,946 | 124,908 | 77,403 | 1,245,720 | 45,471,848 | 1.242 | 1.14 | no | 61 | steel_frame | commercial_office | 46 | 94.59 | 56,462,335 | 0.068 | 0.165 | RMS-CON-GL-01 | none | no | 247,192 | 94.35 | 94.416 | 7.75 | 10,832,922 | 634,813 | 3,740,480 | no | Tier 2 | no |
HU-7265-CAR-37693CFC7480 | hurricane | Cat_2 | 7,265 | 44.7 | 0.022371 | Caribbean | BHS | CAT-INS003-10000YR | TRK-052FAEB6 | 30.9715 | -95.026 | TX-Galveston | 90.8 | 974.8 | 6.2 | 2 | 33.2 | 19 | curved | 25.8 | 6.3 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 654,670 | 1,377,808 | 0.4752 | 35,121 | 445,356 | 31,939 | 21,068 | 11,736 | 159,488 | 6,339,410 | 1.122 | 1.13 | yes | 15 | masonry | commercial_office | 11 | 407.17 | 3,847,703 | 0.1347 | 0.531 | VERISK-STL-US-01 | storm_surge | yes | 14,646 | 97.763 | 99.386 | 17.01 | 876,773 | 36,386 | 618,284 | no | Tier 2 | no |
WI-2859-US--1FF1DE774005 | wildfire | crown_fire | 2,859 | 679.3 | 0.001472 | US-Pacific | USA | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 15,401,298 | 23,814,206 | 0.6467 | 13,540,148 | 782,588 | 316,008 | 1,347,818 | 141,676 | 666,760 | 329,694,721 | 1.379 | 1.18 | yes | 466 | masonry | residential_single | 3 | 316.61 | 18,767,640 | 0.6954 | 0.288 | AIR-WF-US-01 | none | yes | 22,672 | 99.853 | 99.999 | 82.06 | 38,272,730 | 1,248,003 | 14,153,295 | yes | Tier 4 | yes |
FL-9920-US--8E296A067A37 | flood | riverine | 9,920 | 2.1 | 0.47619 | US-Atlantic | USA | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 5,018,250 | 13,678,104 | 0.3669 | 3,662,779 | 437,615 | 131,614 | 518,129 | 43,644 | 514,750 | 94,153,934 | 1.137 | 1.07 | no | 138 | wood_frame | residential_multi | 38 | 213.95 | 61,049,418 | 0.0768 | 0.27 | VERISK-STL-US-01 | none | no | 2,389,643 | 52.381 | 53.409 | 8.22 | 9,718,685 | 341,529 | 4,676,721 | no | Tier 1 | no |
WI-843-EUR-4E732CED3463 | winter_storm | blizzard | 843 | 2.8 | 0.357143 | Europe | DEU | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 55,898 | 128,461 | 0.4351 | 39,261 | 2,457 | 1,198 | 4,890 | 568 | 2,294 | 980,840 | 1.082 | 1.02 | no | 2 | wood_frame | residential_single | 14 | 237.9 | 6,298,015 | 0.0087 | 0.519 | RMS-WF-US-01 | none | yes | 19,964 | 64.286 | 62.663 | 0.89 | 117,297 | 6,291 | 49,607 | no | Tier 1 | no |
HU-2550-US--02E74F10E032 | hurricane | Cat_3 | 2,550 | 21.9 | 0.045662 | US-Atlantic | USA | CAT-INS003-10000YR | TRK-B9626406 | 33.0898 | -77.2619 | FL-Miami-Dade | 105.8 | 956.7 | 9.9 | 3 | 13.9 | 23.6 | curved | 25.4 | 106.8 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 36,647,066 | 50,701,308 | 0.7228 | 25,542,601 | 4,183,421 | 964,764 | 3,698,220 | 352,859 | 3,975,119 | 391,242,526 | 1.078 | 1.03 | yes | 1,015 | masonry | residential_multi | 3 | 238.77 | 98,325,110 | 0.315 | 0.858 | VERISK-STL-US-01 | storm_surge | no | 1,673,382 | 95.434 | 96.951 | 37.27 | 73,861,008 | 4,855,785 | 31,791,281 | no | Tier 2 | no |
FL-6627-ASI-33E75FF09DD6 | flood | flash | 6,627 | 56.1 | 0.017825 | Asia-Pacific | JPN | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 4,367,676 | 7,962,117 | 0.5486 | 2,866,740 | 401,404 | 133,339 | 458,787 | 41,766 | 465,609 | 90,038,342 | 1.109 | 1.02 | no | 97 | wood_frame | residential_multi | 47 | 299.46 | 16,960,267 | 0.2525 | 0.271 | VERISK-STL-US-01 | none | no | 77,855 | 98.217 | 93.842 | 25.75 | 7,318,796 | 281,246 | 4,086,430 | no | Tier 2 | no |
EA-7683-US--6EA9AB1BAA0E | earthquake | strike_slip | 7,683 | 730 | 0.00137 | US-Pacific | USA | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | Hayward | 8.92 | 37.59 | -118.181 | 479.9 | 31.3 | 1.378 | 12 | low | no | no | USGS-341-A | null | null | null | null | null | null | null | null | null | null | 18,269,726 | 70,854,206 | 0.2578 | 15,176,802 | 903,608 | 372,381 | 1,496,423 | 192,625 | 814,548 | 345,861,646 | 1.496 | 1.28 | yes | 507 | steel_frame | residential_single | 18 | 273.87 | 29,576,326 | 0.4547 | 0.438 | RMS-CON-GL-01 | fire_following_quake | no | 25,027 | 99.863 | 99.999 | 61.77 | 30,681,569 | 1,205,152 | 17,064,574 | yes | Tier 4 | yes |
FL-9142-EUR-34173CB38F07 | flood | coastal | 9,142 | 5.8 | 0.172414 | Europe | DEU | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 3,561,724 | 11,643,469 | 0.3059 | 3,269,081 | 179,372 | 73,581 | 273,304 | 40,083 | 137,657 | 75,387,099 | 1.17 | 1.01 | no | 193 | masonry | residential_single | 34 | 294.72 | 16,927,696 | 0.2083 | 0.91 | AIR-WF-US-01 | none | no | 614,090 | 82.759 | 82.275 | 21.04 | 6,060,556 | 176,140 | 3,385,584 | no | Tier 1 | no |
EA-2963-EUR-C16A5320FA47 | earthquake | thrust | 2,963 | 16.7 | 0.05988 | Europe | DEU | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | Wasatch | 5.77 | 37.6273 | -99.4531 | 668.3 | 3.5 | 0.188 | 7 | low | no | no | USGS-284-B | null | null | null | null | null | null | null | null | null | null | 219,968,889 | 879,862,699 | 0.25 | 157,758,793 | 10,324,654 | 4,779,643 | 17,638,107 | 2,225,934 | 9,428,687 | 3,728,700,931 | 1.165 | 1.05 | no | 3,056 | wood_frame | residential_single | 170 | 194.55 | 1,402,657,229 | 0.1494 | 0.999 | RMS-CON-GL-01 | none | no | 13,171,790 | 94.012 | 93.379 | 15.68 | 443,610,319 | 57,566,101 | 162,402,788 | no | Tier 2 | no |
HU-7392-CAR-6364D3F0F495 | hurricane | Cat_3 | 7,392 | 19.4 | 0.051546 | Caribbean | BHS | CAT-INS003-10000YR | TRK-C60AC307 | 25.1344 | -93.6051 | MS-Harrison | 99.1 | 956.1 | 9.3 | 3 | 33 | 13.8 | curved | 27.7 | 63.6 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 32,064,950 | 75,318,654 | 0.4257 | 1,629,480 | 16,945,241 | 1,769,613 | 1,063,290 | 599,947 | 8,649,000 | 405,219,269 | 1.226 | 1.02 | yes | 1,304 | manufactured_housing | commercial_office | 22 | 379.19 | 48,799,887 | 0.562 | 0.586 | RMS-CON-GL-01 | storm_surge | no | 1,652,832 | 94.845 | 93.008 | 65.71 | 78,100,468 | 1,067,946 | 30,997,004 | no | Tier 2 | no |
EA-8577-US--182BE0C5CDCD | earthquake | thrust | 8,577 | 4,374.2 | 0.000229 | US-Pacific | USA | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | Java Trench | 7.52 | 45.3594 | -119.6096 | 13.5 | 11.8 | 1.736 | 9 | none | yes | yes | USGS-640-D | null | null | null | null | null | null | null | null | null | null | 6,651,063 | 20,332,475 | 0.3271 | 57,787 | 1,830,716 | 2,992,825 | 336,150 | 553,148 | 1,618,502 | 86,142,066 | 1.301 | 1.3 | yes | 175 | wood_frame | industrial | 10 | 419.44 | 7,449,473 | 0.5994 | 0.702 | RMS-CON-GL-01 | liquefaction | no | 1,521 | 99.977 | 98.972 | 89.28 | 10,141,386 | 666,651 | 5,984,412 | yes | Tier 4 | yes |
WI-718-EUR-E369853DF766 | winter_storm | blizzard | 718 | 14.4 | 0.069444 | Europe | DEU | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 2,337,803 | 3,163,522 | 0.739 | 829,526 | 767,304 | 168,794 | 177,350 | 46,260 | 445,471 | 43,809,281 | 1.203 | 1.12 | no | 122 | steel_frame | mixed_use | 41 | 207.58 | 219,774,901 | 0.0095 | 0.481 | AIR-WF-US-01 | none | no | 162,347 | 93.056 | 93.459 | 1.06 | 4,323,102 | 102,902 | 2,234,901 | no | Tier 2 | no |
TO-1681-CAR-1C383CD30B7C | tornado | EF0_EF2 | 1,681 | 10.1 | 0.09901 | Caribbean | BHS | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 116,705 | 285,668 | 0.4085 | 88,856 | 5,287 | 2,469 | 8,965 | 1,271 | 4,342 | 1,097,540 | 1.106 | 1.07 | no | 2 | concrete | residential_single | 43 | 181.09 | 5,553,923 | 0.0196 | 0.472 | RMS-WF-US-01 | none | no | 11,555 | 90.099 | 91.87 | 2.1 | 176,989 | 5,143 | 111,562 | no | Tier 2 | no |
HU-1930-CAR-19CA14E7EA63 | hurricane | Cat_2 | 1,930 | 13.9 | 0.071942 | Caribbean | BHS | CAT-INS003-10000YR | TRK-22A86A75 | 29.4496 | -90.7724 | NC-New Hanover | 92.6 | 974.1 | 7.2 | 2 | 38.3 | 20.6 | straight | 22.7 | 11.3 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 8,362,446 | 15,386,124 | 0.5435 | 80,387 | 2,055,451 | 3,285,434 | 372,676 | 642,293 | 1,263,486 | 106,518,546 | 1.24 | 1.14 | yes | 501 | steel_frame | industrial | 181 | 107.77 | 72,819,041 | 0.0939 | 0.619 | RMS-CON-GL-01 | storm_surge | no | 601,615 | 92.806 | 89.374 | 11.48 | 16,066,720 | 1,145,917 | 7,216,529 | no | Tier 2 | no |
WI-9377-US--A5BFC9E07964 | wildfire | crown_fire | 9,377 | 2,801.6 | 0.000357 | US-Pacific | USA | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 1,865,695 | 3,075,476 | 0.6066 | 1,402,983 | 83,700 | 39,660 | 158,221 | 16,833 | 71,527 | 22,037,790 | 1.496 | 1.27 | yes | 28 | wood_frame | residential_single | 68 | 438 | 1,469,051 | 1 | 0.729 | RMS-WF-US-01 | none | no | 666 | 99.964 | 96.623 | 100 | 3,531,437 | 100,998 | 1,764,697 | yes | Tier 4 | yes |
HU-9514-US--A5771BCE93E2 | hurricane | Cat_2 | 9,514 | 19.3 | 0.051813 | US-Gulf | USA | CAT-INS003-10000YR | TRK-E2F8903C | 30.0775 | -82.8664 | GA-Chatham | 89.2 | 982.9 | 7.3 | 2 | 37.6 | 20.4 | straight | 15.1 | 84.5 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 697,510 | 1,500,483 | 0.4649 | 432,438 | 78,977 | 23,404 | 76,990 | 6,453 | 79,835 | 12,111,776 | 1.031 | 1.02 | yes | 20 | masonry | residential_multi | 96 | 317.67 | 4,578,119 | 0.136 | 0.907 | RMS-CON-GL-01 | storm_surge | no | 36,140 | 94.819 | 93.619 | 15.24 | 1,327,423 | 17,644 | 679,866 | no | Tier 2 | no |
FL-6851-EUR-D67D8AB4F4C1 | flood | coastal | 6,851 | 112.2 | 0.008913 | Europe | DEU | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 71,742,713 | 133,382,024 | 0.5379 | 1,590,458 | 37,319,641 | 6,579,708 | 5,473,172 | 1,391,256 | 39,555,951 | 868,771,514 | 1.031 | 1.06 | no | 1,622 | manufactured_housing | retail | 35 | 308.7 | 71,262,713 | 0.9498 | 0.318 | AIR-WF-US-01 | none | no | 639,418 | 99.109 | 95.131 | 100 | 97,622,200 | 41,478,333 | 30,264,380 | yes | Tier 3 | no |
WI-3190-EUR-D645920E395F | winter_storm | ice_storm | 3,190 | 1.6 | 0.625 | Europe | DEU | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 1,683,396 | 3,188,138 | 0.528 | 1,219,715 | 176,130 | 50,056 | 170,193 | 18,587 | 181,336 | 38,721,050 | 1.182 | 1.03 | no | 26 | manufactured_housing | residential_multi | 91 | 267.01 | 188,908,515 | 0.0087 | 0.556 | AIR-MAS-US-02 | none | no | 1,052,122 | 37.5 | 36.586 | 0.89 | 2,997,620 | 144,001 | 1,539,395 | no | Tier 1 | no |
FL-437-EUR-3416A75F4CEA | flood | flash | 437 | 7,123.6 | 0.00014 | Europe | DEU | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 65,158,272 | 218,169,338 | 0.2987 | 21,431,833 | 18,587,936 | 5,726,040 | 4,605,330 | 1,384,772 | 27,030,853 | 1,267,635,199 | 1.494 | 1.25 | yes | 1,230 | wood_frame | mixed_use | 151 | 359.34 | 68,066,551 | 0.7658 | 0.838 | AIR-MAS-US-02 | none | no | 9,147 | 99.986 | 99.999 | 95.73 | 141,418,800 | 30,964,349 | 34,193,923 | yes | Tier 4 | yes |
WI-8735-EUR-A1D0C6E83F02 | winter_storm | ice_storm | 8,735 | 68.8 | 0.014535 | Europe | DEU | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 450,703 | 807,864 | 0.5579 | 24,394 | 304,537 | 25,056 | 14,478 | 7,830 | 100,442 | 5,194,266 | 1.081 | 1.05 | no | 7 | wood_frame | commercial_office | 19 | 339.19 | 40,603,574 | 0.0106 | 0.961 | AIR-MAS-US-02 | none | yes | 6,551 | 98.547 | 97.244 | 1.11 | 755,605 | 11,708 | 438,995 | no | Tier 2 | no |
HU-8701-ASI-17E62166FC85 | hurricane | Cat_1 | 8,701 | 2.9 | 0.344828 | Asia-Pacific | JPN | CAT-INS003-10000YR | TRK-5150D079 | 31.3675 | 138.1844 | TX-Harris | 70.3 | 988.1 | 3.5 | 1 | 25.3 | 18.5 | straight | 15.9 | 180.3 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 2,194,488 | 4,733,444 | 0.4636 | 1,674,674 | 107,828 | 40,683 | 174,457 | 19,983 | 88,795 | 52,363,571 | 1.174 | 1.04 | no | 91 | manufactured_housing | residential_single | 22 | 156.69 | 29,079,584 | 0.0726 | 0.255 | RMS-CON-GL-01 | none | no | 756,720 | 65.517 | 65.065 | 7.55 | 4,398,185 | 79,811 | 2,114,677 | no | Tier 1 | no |
HU-2199-CAR-F7177163C833 | hurricane | Cat_3 | 2,199 | 100.8 | 0.009921 | Caribbean | BHS | CAT-INS003-10000YR | TRK-94A84DB2 | 25.2255 | -82.0018 | TX-Harris | 106.3 | 952.5 | 11.3 | 3 | 31.7 | 19.5 | looping | 31.6 | 138.8 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 1,421,507 | 3,192,069 | 0.4453 | 12,877 | 381,924 | 711,122 | 66,586 | 97,941 | 213,685 | 25,938,679 | 1.232 | 1.14 | yes | 38 | masonry | industrial | 70 | 359.69 | 3,492,729 | 0.3037 | 0.352 | RMS-WF-US-01 | storm_surge | no | 14,102 | 99.008 | 97.206 | 40.7 | 2,941,915 | 111,798 | 1,309,709 | yes | Tier 3 | no |
TO-3872-US--6C8349CC7260 | tornado | EF0_EF2 | 3,872 | 78.9 | 0.012674 | US-Atlantic | USA | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 560,227 | 1,178,217 | 0.4755 | 405,799 | 24,991 | 10,612 | 41,431 | 5,200 | 20,631 | 11,660,488 | 1.239 | 1.12 | no | 16 | wood_frame | residential_single | 52 | 316.33 | 13,685,042 | 0.0366 | 0.472 | RMS-CON-GL-01 | none | no | 7,100 | 98.733 | 98.792 | 4.09 | 735,983 | 54,932 | 505,295 | no | Tier 2 | no |
WI-8973-EUR-D9D4F495E875 | wildfire | crown_fire | 8,973 | 442.5 | 0.00226 | Europe | DEU | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 10,750,160 | 25,750,463 | 0.4175 | 579,006 | 7,034,465 | 590,012 | 347,840 | 226,635 | 2,764,792 | 229,895,415 | 1.131 | 1.35 | no | 217 | steel_frame | commercial_office | 9 | 129.42 | 21,821,009 | 0.3649 | 0.713 | AIR-MAS-US-02 | none | yes | 24,294 | 99.774 | 97.312 | 49.27 | 25,807,841 | 180,939 | 10,569,221 | yes | Tier 4 | yes |
WI-2219-EUR-67C6A1E7CE56 | winter_storm | blizzard | 2,219 | 78.8 | 0.01269 | Europe | DEU | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 6,539,450 | 11,608,429 | 0.5633 | 71,603 | 1,755,419 | 3,011,888 | 282,369 | 498,755 | 909,379 | 162,832,974 | 1.234 | 1.07 | no | 335 | masonry | industrial | 14 | 233.71 | 335,238,766 | 0.0182 | 0.828 | VERISK-STL-US-01 | none | yes | 82,988 | 98.731 | 99.999 | 1.95 | 8,750,319 | 401,065 | 6,138,385 | no | Tier 2 | no |
HU-3840-CAR-642E92EFB794 | hurricane | Cat_5 | 3,840 | 344.4 | 0.002904 | Caribbean | BHS | CAT-INS003-10000YR | TRK-87FD6956 | 27.2244 | -94.3629 | TX-Galveston | 177.1 | 918.9 | 17.7 | 5 | 30.2 | 13.5 | straight | 28.8 | 27.6 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 139,212,429 | 316,203,467 | 0.4403 | 47,543,865 | 45,097,144 | 12,419,163 | 8,328,879 | 2,538,746 | 22,057,990 | 1,193,161,425 | 1.149 | 1.43 | yes | 2,292 | wood_frame | mixed_use | 4 | 278.79 | 92,808,286 | 1 | 0.965 | VERISK-STL-US-01 | storm_surge | yes | 404,217 | 99.71 | 95.064 | 100 | 304,687,184 | 50,242,620 | 88,969,809 | yes | Tier 4 | yes |
EA-7370-US--F457C545A9DE | earthquake | thrust | 7,370 | 394 | 0.002538 | US-Pacific | USA | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | Puente Hills | 6.86 | 42.7415 | -117.7136 | 205.1 | 7.4 | 0.517 | 8 | high | no | no | USGS-813-D | null | null | null | null | null | null | null | null | null | null | 685,934 | 1,442,122 | 0.4756 | 12,588 | 417,730 | 49,020 | 54,266 | 11,898 | 166,991 | 10,344,319 | 1.132 | 1.17 | no | 17 | masonry | retail | 10 | 324.28 | 2,092,900 | 0.2801 | 0.911 | AIR-MAS-US-02 | none | yes | 1,741 | 99.746 | 96.539 | 32.77 | 1,163,561 | 8,136 | 677,798 | yes | Tier 4 | yes |
EA-2391-US--C0C7C76D30BD | earthquake | strike_slip | 2,391 | 28 | 0.035714 | US-Pacific | USA | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | New Madrid | 5.25 | 43.2603 | -120.8269 | 22.2 | 2.4 | 0.383 | 7 | low | no | no | USGS-665-C | null | null | null | null | null | null | null | null | null | null | 2,812,844 | 6,745,619 | 0.417 | 52,233 | 1,553,013 | 224,844 | 197,930 | 64,380 | 696,775 | 62,657,310 | 1.229 | 1.12 | no | 71 | wood_frame | retail | 191 | 192.18 | 89,601,687 | 0.028 | 0.763 | AIR-WF-US-01 | none | no | 100,459 | 96.429 | 94.401 | 3.14 | 5,555,450 | 93,361 | 2,719,483 | no | Tier 2 | no |
EA-4502-US--2838023A778D | earthquake | thrust | 4,502 | 12.6 | 0.079365 | US-Pacific | USA | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | San Andreas | 5.88 | 45.4251 | -123.4054 | 210.4 | 3.7 | 0.285 | 9 | low | no | no | USGS-882-A | null | null | null | null | null | null | null | null | null | null | 3,303,906 | 10,796,913 | 0.306 | 1,831,298 | 330,959 | 95,347 | 342,070 | 34,692 | 376,134 | 53,571,087 | 1.122 | 1.06 | no | 214 | concrete | residential_multi | 71 | 261.52 | 24,999,977 | 0.1247 | 0.677 | AIR-MAS-US-02 | none | no | 262,215 | 92.063 | 91.015 | 13.22 | 4,342,063 | 262,372 | 3,041,534 | no | Tier 2 | no |
FL-1219-CAR-9A1158154DFA | flood | riverine | 1,219 | 276.8 | 0.003613 | Caribbean | BHS | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 12,471,672 | 19,002,157 | 0.6563 | 8,993,722 | 623,557 | 244,488 | 1,082,853 | 127,181 | 1,025,693 | 108,795,133 | 1.053 | 1.19 | no | 174 | wood_frame | residential_single | 73 | 178.91 | 14,784,264 | 0.7089 | 0.72 | RMS-CON-GL-01 | none | no | 45,057 | 99.639 | 99.999 | 84.36 | 23,329,514 | 87,106 | 12,384,566 | yes | Tier 4 | yes |
EA-4038-US--D82C8D1619AD | earthquake | thrust | 4,038 | 24.2 | 0.041322 | US-Atlantic | USA | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | Nankai Trough | 5.65 | 44.6148 | -98.3891 | 22.2 | 3.2 | 0.487 | 7 | none | no | no | USGS-337-A | null | null | null | null | null | null | null | null | null | null | 36,326,081 | 90,515,789 | 0.4013 | 786,145 | 17,160,013 | 2,708,467 | 3,335,536 | 724,474 | 8,688,684 | 871,805,179 | 1.108 | 1.05 | no | 613 | masonry | retail | 17 | 289.68 | 150,361,189 | 0.2301 | 0.312 | RMS-CON-GL-01 | none | no | 1,501,078 | 95.868 | 95.508 | 24.16 | 50,959,423 | 3,370,784 | 32,955,297 | no | Tier 2 | no |
EA-2220-ASI-A684ECEEE76F | earthquake | strike_slip | 2,220 | 12.2 | 0.081967 | Asia-Pacific | JPN | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | Sumatra Megathrust | 5.61 | 40.5834 | 140.8727 | 68.8 | 3.1 | 0.339 | 7 | none | no | no | USGS-348-E | null | null | null | null | null | null | null | null | null | null | 47,610,395 | 103,423,938 | 0.4603 | 443,025 | 10,638,310 | 19,285,685 | 2,220,522 | 3,580,019 | 8,263,641 | 673,169,255 | 1.236 | 1.08 | no | 769 | wood_frame | industrial | 14 | 149.33 | 319,840,408 | 0.1378 | 0.499 | RMS-CON-GL-01 | none | no | 3,902,491 | 91.803 | 90.399 | 14.89 | 97,125,327 | 3,269,846 | 44,340,549 | no | Tier 2 | no |
WI-3435-US--B53B3A3D6AB9 | wildfire | surface_fire | 3,435 | 21.5 | 0.046512 | US-Pacific | USA | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 23,518,511 | 46,826,652 | 0.5022 | 1,085,059 | 13,586,408 | 1,287,578 | 682,893 | 415,886 | 5,992,253 | 424,929,154 | 1.136 | 1.04 | no | 396 | steel_frame | commercial_office | 9 | 196.25 | 267,288,131 | 0.0846 | 0.877 | RMS-CON-GL-01 | none | no | 1,093,884 | 95.349 | 94.253 | 8.8 | 57,469,964 | 1,628,500 | 21,890,011 | no | Tier 2 | no |
FL-9143-CAR-9F61408E3AFB | flood | coastal | 9,143 | 2.2 | 0.454545 | Caribbean | BHS | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 509,886 | 1,612,124 | 0.3163 | 367,078 | 26,356 | 10,391 | 42,566 | 5,323 | 23,252 | 6,953,389 | 1.199 | 1.14 | no | 23 | wood_frame | residential_single | 40 | 301.24 | 11,038,967 | 0.0405 | 0.618 | VERISK-STL-US-01 | none | no | 231,766 | 54.545 | 52.195 | 4.62 | 798,686 | 57,121 | 452,765 | no | Tier 1 | no |
FL-479-ASI-72B32A1F754B | flood | riverine | 479 | 11.9 | 0.084034 | Asia-Pacific | JPN | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 10,588,758 | 33,808,298 | 0.3132 | 7,618,029 | 606,296 | 195,505 | 764,369 | 95,091 | 431,155 | 257,241,853 | 1.058 | 1.02 | no | 256 | wood_frame | residential_single | 186 | 132.42 | 28,658,232 | 0.3622 | 0.622 | RMS-WF-US-01 | none | no | 889,812 | 91.597 | 88.199 | 36.95 | 21,903,636 | 686,365 | 9,902,393 | no | Tier 2 | no |
TO-1932-US--66F041E16A60 | tornado | EF0_EF2 | 1,932 | 4 | 0.25 | US-Gulf | USA | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 1,903,654 | 3,934,720 | 0.4838 | 1,567,227 | 98,361 | 39,067 | 145,344 | 21,010 | 78,827 | 41,563,525 | 1.176 | 1.04 | no | 55 | concrete | residential_single | 40 | 152.92 | 90,767,127 | 0.0202 | 0.542 | AIR-WF-US-01 | none | no | 475,914 | 75 | 74.476 | 2.1 | 2,668,356 | 38,249 | 1,865,405 | no | Tier 1 | no |
HU-6011-CAR-093F65E080A2 | hurricane | Cat_1 | 6,011 | 2.5 | 0.4 | Caribbean | BHS | CAT-INS003-10000YR | TRK-F762EAA7 | 27.4421 | -84.9276 | SC-Charleston | 79.6 | 987.8 | 3 | 1 | 38 | 8.9 | straight | 11.2 | 75.3 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 16,256,511 | 21,735,489 | 0.7479 | 876,484 | 9,145,526 | 757,924 | 493,198 | 292,768 | 4,012,092 | 335,254,942 | 1.191 | 1.07 | no | 320 | wood_frame | commercial_office | 32 | 149.23 | 289,456,271 | 0.0525 | 0.948 | RMS-CON-GL-01 | none | no | 6,502,604 | 60 | 57.475 | 5.62 | 23,361,386 | 1,890,095 | 14,366,416 | no | Tier 1 | no |
WI-4795-US--072B030BA126 | wildfire | surface_fire | 4,795 | 4.3 | 0.232558 | US-Atlantic | USA | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 1,326,286 | 2,659,878 | 0.4986 | 1,013,483 | 70,507 | 27,582 | 95,471 | 11,827 | 48,382 | 15,276,197 | 1.015 | 1.12 | no | 35 | concrete | residential_single | 56 | 112.18 | 21,104,987 | 0.0561 | 1.051 | AIR-WF-US-01 | none | no | 308,439 | 76.744 | 74.417 | 6.28 | 2,581,645 | 64,389 | 1,261,897 | no | Tier 1 | no |
HU-7040-ASI-7F39F8317FBD | hurricane | Cat_2 | 7,040 | 4 | 0.25 | Asia-Pacific | JPN | CAT-INS003-10000YR | TRK-56B1C624 | 32.6025 | 103.7238 | GA-Chatham | 92.1 | 974.2 | 5.6 | 2 | 34.1 | 16.5 | straight | 16.5 | 106.4 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 4,541,883 | 10,686,055 | 0.425 | 3,584,122 | 226,280 | 93,071 | 403,564 | 50,149 | 159,500 | 111,396,743 | 1.159 | 1.11 | no | 75 | masonry | residential_single | 48 | 172.38 | 35,796,025 | 0.1143 | 0.489 | RMS-WF-US-01 | none | no | 1,135,471 | 75 | 75.713 | 12.69 | 10,241,099 | 270,957 | 4,270,926 | no | Tier 1 | no |
WI-849-EUR-44F683A84163 | winter_storm | ice_storm | 849 | 61.4 | 0.016287 | Europe | DEU | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 76,792 | 191,228 | 0.4016 | 3,756 | 52,927 | 4,311 | 2,568 | 1,445 | 21,354 | 1,758,699 | 1.023 | 1.14 | no | 1 | wood_frame | commercial_office | 46 | 250.05 | 6,825,189 | 0.0099 | 0.884 | AIR-WF-US-01 | none | no | 1,251 | 98.371 | 94.02 | 1.13 | 161,064 | 7,475 | 69,317 | no | Tier 2 | no |
EA-7036-ASI-03AFDBD66E79 | earthquake | strike_slip | 7,036 | 1.9 | 0.526316 | Asia-Pacific | JPN | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | Hayward | 4.72 | 27.7426 | 141.6019 | 86.4 | 1.7 | 0.185 | 6 | moderate | no | no | USGS-756-F | null | null | null | null | null | null | null | null | null | null | 173,383 | 541,831 | 0.32 | 8,513 | 110,972 | 9,002 | 4,657 | 3,376 | 45,772 | 3,921,813 | 1.022 | 1.02 | no | 8 | wood_frame | commercial_office | 15 | 124.62 | 5,805,763 | 0.0293 | 0.441 | RMS-CON-GL-01 | none | no | 91,254 | 47.368 | 47.495 | 2.99 | 348,064 | 9,988 | 163,395 | no | Tier 1 | no |
WI-2831-EUR-EA5D2F1C4608 | winter_storm | blizzard | 2,831 | 46.4 | 0.021552 | Europe | DEU | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 2,583,573 | 4,100,671 | 0.63 | 1,996,101 | 119,145 | 53,812 | 180,086 | 28,849 | 88,216 | 36,528,285 | 1.079 | 1.1 | no | 64 | manufactured_housing | residential_single | 21 | 356.7 | 215,846,927 | 0.0109 | 0.959 | RMS-WF-US-01 | none | no | 55,680 | 97.845 | 98.699 | 1.2 | 4,663,443 | 211,733 | 2,371,840 | no | Tier 2 | no |
HU-186-US--FC490CA45C00 | hurricane | Cat_1 | 186 | 4.7 | 0.212766 | US-Gulf | USA | CAT-INS003-10000YR | TRK-BA8F0E76 | 28.1051 | -84.0252 | AL-Mobile | 73.7 | 1,000.6 | 3.7 | 1 | 53.2 | 24.5 | straight | 23.6 | 60.1 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 42,590,687 | 91,076,396 | 0.4676 | 36,423,130 | 2,350,879 | 738,839 | 2,984,291 | 417,536 | 1,679,796 | 781,545,532 | 1.077 | 1.1 | no | 673 | manufactured_housing | residential_single | 35 | 339.67 | 574,359,242 | 0.0674 | 0.699 | AIR-WF-US-01 | none | no | 9,061,848 | 78.723 | 78.869 | 7.42 | 61,472,485 | 4,522,496 | 38,068,191 | no | Tier 1 | no |
EA-3679-ASI-3295C76ACBF4 | earthquake | strike_slip | 3,679 | 20 | 0.05 | Asia-Pacific | JPN | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | Hayward | 5.32 | 42.1872 | 132.5032 | 18.8 | 2.5 | 0.42 | 6 | none | no | no | USGS-361-A | null | null | null | null | null | null | null | null | null | null | 1,379,464 | 4,623,894 | 0.2983 | 58,680 | 916,742 | 58,881 | 35,747 | 26,463 | 388,343 | 15,232,505 | 1.24 | 1.13 | no | 79 | concrete | commercial_office | 41 | 180.63 | 43,921,537 | 0.0278 | 0.906 | AIR-WF-US-01 | none | no | 68,973 | 95 | 95.591 | 3.14 | 2,975,262 | 135,678 | 1,243,786 | no | Tier 2 | no |
FL-5039-US--735B90B45681 | flood | riverine | 5,039 | 3.7 | 0.27027 | US-Gulf | USA | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 41,123,505 | 117,876,337 | 0.3489 | 35,819,957 | 1,840,626 | 929,160 | 2,819,997 | 416,361 | 1,712,025 | 813,786,202 | 1.002 | 1.15 | no | 1,118 | wood_frame | residential_single | 27 | 184.45 | 304,412,053 | 0.1175 | 0.4 | RMS-WF-US-01 | none | no | 11,114,461 | 72.973 | 73.201 | 13.51 | 72,029,044 | 4,552,882 | 36,570,623 | no | Tier 1 | no |
WI-2231-US--A3F390D88E4C | winter_storm | blizzard | 2,231 | 2.1 | 0.47619 | US-Gulf | USA | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 1,002,554 | 2,015,409 | 0.4974 | 696,723 | 52,571 | 17,830 | 75,192 | 11,081 | 45,228 | 14,717,689 | 1.208 | 1.08 | no | 27 | wood_frame | residential_single | 138 | 111.41 | 95,867,579 | 0.0097 | 0.313 | AIR-WF-US-01 | none | no | 477,407 | 52.381 | 51.422 | 1.05 | 1,584,370 | 141,895 | 860,659 | no | Tier 1 | no |
HU-1229-CAR-14BFA6BB1487 | hurricane | Cat_2 | 1,229 | 2.4 | 0.416667 | Caribbean | BHS | CAT-INS003-10000YR | TRK-C80303BC | 24.2176 | -90.1253 | SC-Charleston | 86.9 | 983.5 | 6.4 | 2 | 25.7 | 12.1 | curved | 21.3 | 166.4 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 2,147,830 | 3,054,835 | 0.7031 | 1,519,145 | 190,391 | 55,962 | 232,887 | 19,689 | 214,865 | 31,809,128 | 1.172 | 1.08 | yes | 28 | concrete | residential_multi | 14 | 333.84 | 15,655,268 | 0.1194 | 1.098 | VERISK-STL-US-01 | storm_surge | yes | 894,929 | 58.333 | 55.76 | 13.72 | 4,302,839 | 295,572 | 1,852,258 | no | Tier 1 | no |
HU-5270-US--7CBBC409EC99 | hurricane | Cat_4 | 5,270 | 221.3 | 0.004519 | US-Atlantic | USA | CAT-INS003-10000YR | TRK-DB8A5255 | 36.4728 | -75.5122 | GA-Chatham | 122.8 | 943.3 | 11.8 | 4 | 40.8 | 10.5 | straight | 34.6 | 83.9 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 86,616,836 | 156,177,239 | 0.5546 | 903,237 | 23,584,885 | 36,044,292 | 4,972,786 | 7,020,101 | 11,861,088 | 1,256,157,843 | 1.178 | 1.32 | yes | 1,875 | wood_frame | industrial | 76 | 226.15 | 95,826,100 | 0.6183 | 0.485 | AIR-WF-US-01 | storm_surge | no | 391,400 | 99.548 | 99.999 | 90.39 | 148,360,863 | 36,921,331 | 49,695,505 | yes | Tier 4 | yes |
EA-2908-US--E2C420D928D4 | earthquake | thrust | 2,908 | 5,764.9 | 0.000173 | US-Pacific | USA | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | San Andreas | 9.38 | 43.162 | -116.6882 | 29.5 | 43.2 | 3 | 12 | none | yes | no | USGS-820-F | null | null | null | null | null | null | null | null | null | null | 484,767,248 | 1,741,158,934 | 0.2784 | 185,468,130 | 165,952,744 | 39,271,475 | 30,630,839 | 8,351,465 | 108,971,509 | 4,042,365,410 | 1.539 | 1.36 | no | 13,258 | concrete | mixed_use | 5 | 277.47 | 796,708,468 | 0.4474 | 0.49 | AIR-WF-US-01 | none | no | 84,089 | 99.983 | 99.282 | 60.85 | 1,099,323,411 | 163,028,979 | 321,738,269 | yes | Tier 4 | yes |
WI-30-EUR-32BB90E8976A | winter_storm | blizzard | 30 | 1.4 | 0.714286 | Europe | DEU | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 542,079 | 1,021,624 | 0.5306 | 409,892 | 28,789 | 11,043 | 48,435 | 5,606 | 20,752 | 10,469,735 | 1.204 | 1.11 | no | 13 | masonry | residential_single | 2 | 191.65 | 46,877,421 | 0.0104 | 0.561 | AIR-MAS-US-02 | none | no | 387,199 | 28.571 | 28.611 | 1.16 | 896,285 | 14,450 | 527,629 | no | Tier 1 | no |
FL-548-EUR-D2DDEA18F006 | flood | riverine | 548 | 94.1 | 0.010627 | Europe | DEU | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 702,222,515 | 1,137,859,345 | 0.6171 | 551,366,042 | 34,264,806 | 12,638,622 | 54,728,737 | 7,826,489 | 41,936,646 | 15,511,897,764 | 1.197 | 1.05 | no | 13,356 | manufactured_housing | residential_single | 49 | 168.06 | 835,793,511 | 0.8002 | 1.149 | RMS-WF-US-01 | none | no | 7,462,513 | 98.937 | 99.242 | 84.02 | 1,102,980,394 | 267,206,178 | 435,016,337 | no | Tier 2 | no |
WI-63-US--AD61AB143223 | winter_storm | ice_storm | 63 | 1.3 | 0.769231 | US-Atlantic | USA | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 4,227 | 7,175 | 0.5891 | 1,690 | 1,234 | 344 | 334 | 86 | 798 | 55,187 | 1.024 | 1.09 | no | 1 | manufactured_housing | mixed_use | 34 | 91.47 | 447,751 | 0.0087 | 0.845 | AIR-MAS-US-02 | none | no | 3,252 | 23.077 | 22.811 | 0.94 | 7,985 | 35 | 4,192 | no | Tier 1 | no |
HU-6469-US--D09BF41544A3 | hurricane | Cat_1 | 6,469 | 3.6 | 0.277778 | US-Atlantic | USA | CAT-INS003-10000YR | TRK-C5637A2D | 35.6425 | -79.3376 | AL-Mobile | 71 | 997.1 | 2.5 | 1 | 22.6 | 13.8 | straight | 25.5 | 154 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 18,049,751 | 40,969,617 | 0.4406 | 11,429,597 | 1,943,845 | 497,228 | 1,567,251 | 174,384 | 1,998,924 | 440,696,781 | 1.172 | 1.01 | no | 237 | manufactured_housing | residential_multi | 24 | 324.58 | 219,520,915 | 0.0814 | 0.677 | AIR-WF-US-01 | none | no | 5,013,820 | 72.222 | 71.507 | 8.22 | 28,568,612 | 809,131 | 17,240,620 | no | Tier 1 | no |
WI-1844-EUR-FBD7939D6749 | winter_storm | ice_storm | 1,844 | 34 | 0.029412 | Europe | DEU | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 673,668 | 1,134,254 | 0.5939 | 575,652 | 36,789 | 11,804 | 54,805 | 6,842 | 29,830 | 11,340,998 | 1.229 | 1.12 | no | 42 | concrete | residential_single | 5 | 109 | 58,481,340 | 0.0103 | 0.767 | RMS-CON-GL-01 | none | yes | 19,814 | 97.059 | 96.965 | 1.15 | 1,350,766 | 78,989 | 594,679 | no | Tier 2 | no |
EA-6672-US--28DD2C7955CE | earthquake | thrust | 6,672 | 32.6 | 0.030675 | US-Gulf | USA | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | Wasatch | 5.04 | 30.7394 | -85.7435 | 4.3 | 2.1 | 0.528 | 5 | low | no | no | USGS-481-A | null | null | null | null | null | null | null | null | null | null | 1,327,601 | 4,788,811 | 0.2772 | 955,681 | 140,122 | 45,474 | 121,925 | 12,481 | 156,714 | 28,090,079 | 1.08 | 1.05 | no | 21 | wood_frame | residential_multi | 56 | 291.65 | 29,189,521 | 0.0433 | 1.061 | RMS-CON-GL-01 | none | no | 40,724 | 96.933 | 96.191 | 4.55 | 1,868,126 | 87,964 | 1,239,637 | no | Tier 2 | no |
EA-3689-EUR-35F4A8D465E6 | earthquake | thrust | 3,689 | 3.8 | 0.263158 | Europe | DEU | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | San Andreas | 4.05 | 39.5311 | -96.2838 | 43.9 | 1 | 0.152 | 5 | none | no | no | USGS-347-C | null | null | null | null | null | null | null | null | null | null | 2,699,947 | 7,253,288 | 0.3722 | 54,831 | 1,415,585 | 237,875 | 200,357 | 59,359 | 592,043 | 22,859,529 | 1.012 | 1.07 | no | 38 | masonry | retail | 52 | 389.68 | 58,979,646 | 0.0428 | 0.58 | AIR-MAS-US-02 | none | no | 710,512 | 73.684 | 74.022 | 4.58 | 4,204,310 | 89,645 | 2,610,302 | no | Tier 1 | no |
EA-5237-ASI-D1FE173D08E9 | earthquake | thrust | 5,237 | 411.8 | 0.002428 | Asia-Pacific | JPN | CAT-INS003-10000YR | null | null | null | null | null | null | null | null | null | null | null | null | null | Puente Hills | 7.66 | 25.147 | 144.9914 | 13.8 | 13 | 1.876 | 10 | none | yes | no | USGS-674-F | null | null | null | null | null | null | null | null | null | null | 966,493 | 2,262,279 | 0.4272 | 721,348 | 45,790 | 18,036 | 80,941 | 10,976 | 51,545 | 16,231,275 | 1.42 | 1.31 | no | 51 | steel_frame | residential_single | 171 | 317.81 | 1,397,100 | 0.5281 | 0.838 | RMS-CON-GL-01 | none | no | 2,347 | 99.757 | 99.999 | 69.18 | 2,195,906 | 58,584 | 907,909 | yes | Tier 4 | yes |
INS-003 — Synthetic Catastrophe Scenarios Dataset (Sample)
XpertSystems.ai Synthetic Data Platform · SKU: INS003-SAMPLE · Version 1.0.0
This is a free preview of the full INS-003 — Synthetic Catastrophe Scenarios Dataset product. It contains roughly ~10% of the full dataset at identical schema, peril taxonomy, and actuarial calibration, so you can evaluate fit before licensing the full product.
| File | Rows (sample) | Rows (full) | Description |
|---|---|---|---|
cat_scenarios.csv |
~5,000 | ~50,000 | Per-event stochastic cat scenarios (78 cols) |
ep_curve_summary.csv |
~48 | ~48 | OEP exceedance probability curves by peril |
Dataset Summary
INS-003 generates stochastic catastrophe scenarios from a 10,000-year event catalog spanning 6 perils, 6 geographic regions, and full actuarial reinsurance pipeline modeling — the kind of data RMS, AIR, KCC, and Verisk catastrophe models produce, but synthetic and freely usable for research.
6 perils with peril-specific physics:
- Hurricane: max wind speed (knots), central pressure (mb), storm surge (ft), Saffir-Simpson category 1-5, radius of max winds, forward speed, track curvature, rainfall (72hr), inland penetration
- Earthquake: moment magnitude (Mw), hypocenter depth, rupture length, peak ground acceleration (g), Modified Mercalli Intensity, liquefaction risk, aftershock/tsunami flags, fault name
- Flood: flood type (riverine/coastal/flash/pluvial/dam failure), FEMA flood zone (A/AE/V/VE/X), inundation depth (ft), inundation area, duration, peak discharge (cfs), floodway breach
- Wildfire: acres burned, structures affected, fire severity
- Tornado: EF-scale category, path width, path length
- Winter storm: snowfall, ice accumulation, wind chill
6 geographic regions with peril affinity:
- US-Gulf, US-Atlantic, US-Pacific, Caribbean, Europe, Asia-Pacific
- Region-peril affinity matrices reflect real-world geographic risk (e.g. US-Pacific is 40% earthquake, Caribbean is 60% hurricane)
Full actuarial reinsurance pipeline:
- Loss decomposition: insured loss, economic loss, residential, commercial, industrial, auto, marine cargo, business interruption
- EP curve metrics: OEP percentile, AEP percentile, PML%, TVaR
- Reinsurance recoveries and net retained loss (cedant accounting)
- Cat bond trigger flag (OEP > 99th percentile)
- AAL (Average Annual Loss) contribution per event
- Mean damage ratio (MDR) with vulnerability curve linkage
- Demand surge multiplier and loss amplification flag
- Loss development factor (IBNR-style)
Climate scenarios (configurable in full product):
- baseline (current climate)
- RCP 4.5 (moderate climate change)
- RCP 8.5 (high emissions scenario) — frequency and severity uplifts per peril (e.g. hurricane intensity +6%, flood frequency +18% by 2050)
Exposure characteristics:
- 5 construction types (wood frame, masonry, steel frame, concrete, manufactured)
- 6 occupancy classes (residential single/multi, commercial office, retail, industrial, mixed use)
- 8 FEMA flood zones
- 4 liquefaction risk categories
- Replacement cost per square foot, building age, total insured value
Regulatory metrics:
- Regulatory stress test tier
- Solvency II SCR event flag
- Cat bond attachment threshold ($2B default)
Validation Results
INS-003 is built around actuarial hard constraints rather than calibrated benchmarks. Each generated record is validated against 3 mandatory rules:
→ insured_loss ≤ economic_loss (insured cannot exceed total economic)
→ net_retained = insured − reinsurance_recoveries (cedant accounting identity)
→ return_period_years = 1 / event_probability (Poisson rate consistency)
Records that fail any constraint are rejected and regenerated (10 attempts max before accepting). Edge cases (tail events, mega-cats, near-misses) are injected at ~1.5% rate to ensure rare-event coverage.
Sample validation results:
| Metric | Observed | Target | Source | Verdict |
|---|---|---|---|---|
| n_perils_represented | 6 | 6 | 6 peril types in PERILS | ✓ PASS |
| n_regions_represented | 6 | 6 | 6 GEOGRAPHIC_REGIONS | ✓ PASS |
| insured_loss_constraint_violations | 0 | 0 | Hard constraint: insured ≤ economic | ✓ PASS |
| net_retained_constraint_violations | 0 | 0 | Hard constraint: net = insured − recoverie | ✓ PASS |
| cat_bond_trigger_rate_pct | 25.640 | 15.000 | OEP percentile > 99 (industry: 10-40%) | ✓ PASS |
| loss_ratio_mean | 0.473 | 0.620 | Insured/economic ratio (Munich Re / Swiss | ✓ PASS |
| hurricane_cat45_mdr_min | 0.325 | 0.250 | Cat 4/5 minimum MDR — actuarial floor | ✓ PASS |
| n_climate_scenarios | 1 | 1 | 1 climate scenario per sample run | ✓ PASS |
| return_period_max | 9944 | 10000 | Stochastic catalog horizon (years) | ✓ PASS |
| edge_cases_injected | 75 | 75 | ~1.5% of records get edge case injection | ✓ PASS |
Schema Highlights
cat_scenarios.csv (primary file, 78 columns)
Event identification:
| Column | Type | Description |
|---|---|---|
| event_id | string | Unique scenario identifier (MD5-hashed) |
| peril_type | string | hurricane / earthquake / flood / wildfire / tornado / winter_storm |
| peril_subtype | string | Subtype (e.g. "saffir_simpson_4", "subduction") |
| scenario_year | int | Stochastic catalog year |
| return_period_years | int | Event return period |
| event_probability | float | Annual exceedance probability |
| geographic_region | string | 1 of 6 regions |
| country_iso3 | string | ISO 3166 country code |
Peril-specific intensity fields (populated based on peril_type):
Hurricane: max_wind_speed_knots, central_pressure_mb, storm_surge_ft,
hurricane_category (1-5), rainfall_inches_72hr, inland_penetration_miles
Earthquake: moment_magnitude_mw, peak_ground_acceleration_g,
modified_mercalli_intensity, liquefaction_risk, aftershock_sequence_flag,
tsunami_trigger_flag
Flood: flood_type, fema_flood_zone, inundation_depth_ft,
inundation_area_sq_miles, flood_duration_days, peak_discharge_cfs
Loss decomposition (USD):
| Column | Description |
|---|---|
| insured_loss_usd | Total insured loss |
| economic_loss_usd | Total economic loss (insured + uninsured) |
| residential_loss_usd | Residential portion |
| commercial_loss_usd | Commercial portion |
| industrial_loss_usd | Industrial portion |
| auto_loss_usd | Auto portion |
| marine_cargo_loss_usd | Marine/cargo portion |
| business_interruption_loss_usd | BI portion |
| industry_loss_usd | Industry-wide loss for trigger purposes |
Actuarial pipeline:
| Column | Description |
|---|---|
| aal_contribution_usd | Average Annual Loss contribution |
| oep_percentile | OEP curve percentile |
| aep_percentile | AEP curve percentile |
| probable_maximum_loss_pml_pct | PML as % of TIV |
| tail_value_at_risk_tvar | TVaR (CVaR) |
| reinsurance_recoveries_usd | Reinsurance recoveries |
| net_retained_loss_usd | Net retained loss (cedant) |
| cat_bond_trigger_flag | yes/no — OEP > 99th percentile |
| regulatory_stress_test_tier | Regulatory stress test classification |
| solvency_ii_scr_event | Solvency II SCR event flag |
ep_curve_summary.csv
| Column | Type | Description |
|---|---|---|
| peril_type | string | Peril |
| return_period_years | int | Return period (10, 25, 50, 100, 200, 500, 1000) |
| oep_loss_usd | float | OEP loss at this return period |
| exceedance_probability | float | 1/return_period |
Suggested Use Cases
- Training catastrophe loss prediction models — predict insured loss from intensity features
- EP curve construction & validation — model OEP/AEP curves at multiple return periods (10-1000 year)
- Reinsurance pricing models — train layer attachment and recovery models
- Cat bond trigger prediction — multi-peril 99th-percentile detection
- Climate scenario stress testing — comparison across baseline / RCP4.5 / RCP8.5 climate scenarios (full product)
- Peril-specific vulnerability curve fitting by construction type
- Geographic risk concentration analysis — region × peril modeling
- Solvency II SCR event classification
- PML / TVaR computation for portfolio risk
- Demand surge multiplier modeling post-event
- Mean damage ratio (MDR) prediction by intensity and construction
- Wildfire/flood frequency forecasting under climate scenarios
- Hurricane track-curvature & forward-speed modeling
- Earthquake liquefaction risk + tsunami trigger correlation
- Insurtech catastrophe model training without proprietary RMS/AIR licenses
Loading the Data
import pandas as pd
scenarios = pd.read_csv("cat_scenarios.csv")
ep_curve = pd.read_csv("ep_curve_summary.csv")
# Multi-class peril classification target
y_peril = scenarios["peril_type"]
# Regression: insured loss prediction
y_loss = scenarios["insured_loss_usd"]
# Binary cat bond trigger prediction (rare event ~10-40%)
y_cat_bond = (scenarios["cat_bond_trigger_flag"] == "yes").astype(int)
# Hurricane-only analysis
hurricanes = scenarios[scenarios["peril_type"] == "hurricane"]
hurricane_severity = hurricanes["hurricane_category"] # 1-5
# Build your own EP curve by peril
peril = "hurricane"
sub = scenarios[scenarios["peril_type"] == peril].sort_values("insured_loss_usd",
ascending=False)
n = len(sub)
ranks = (n - sub.reset_index().index) / n # exceedance probability
return_periods = 1 / ranks
License
This sample is released under CC-BY-NC-4.0 (free for non-commercial research and evaluation). The full production dataset is licensed commercially — contact XpertSystems.ai for licensing terms.
Full Product
The full INS-003 dataset includes ~50,000 catastrophe scenarios across all 6 perils, with configurable climate scenarios (baseline / RCP4.5 / RCP8.5), configurable catalog horizons (10,000-100,000 years), and per-peril deep dives for the catastrophe modeling community.
📧 pradeep@xpertsystems.ai 🌐 https://xpertsystems.ai
Citation
@dataset{xpertsystems_ins003_sample_2026,
title = {INS-003: Synthetic Catastrophe Scenarios Dataset (Sample)},
author = {XpertSystems.ai},
year = {2026},
url = {https://huggingface.co/datasets/xpertsystems/ins003-sample}
}
Generation Details
- Generator version : 1.0.0
- Random seed : 42
- Generated : 2026-05-16 19:59:28 UTC
- Climate scenario : baseline
- Catalog horizon : 10,000 years
- Architecture : Stochastic event catalog with hard actuarial constraints
- Overall validation: 100.0 / 100 (grade A+)
- Downloads last month
- 7