NaturalHazardRow
Natural hazard data for one geography/comparison combination. Used by: GET /v1/natural-hazards
geography_levelGeography Level (string)required
Geography level
comparison_basisComparison Basis (string)required
Comparison basis
total_indexTotal Index (number)nullable
Overall natural hazard index
gradeGrade (string)nullable
Overall letter grade
hazards object
Individual hazard values
property name* IndexValue
Index value, optionally with grade. Used by: Nested in SocioeconomicRow and NaturalHazardRow
valueValue (number)required
Index value (0-100)
gradeGrade (string)nullable
Letter grade (A-F)
NaturalHazardRow
{
"geography_level": "string",
"comparison_basis": "string",
"total_index": 0,
"grade": "string",
"hazards": {}
}