Verisk · Example Payload

Verisk Property Risk Example

InsuranceAnalyticsRisk ManagementProperty DataCatastrophe ModelingUnderwritingClaims

Verisk Property Risk Example is an example object payload from Verisk, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

propertyIdaddresscoordinatesconstructionfireProtectionperilScoreslastUpdated

Example Payload

Raw ↑
{
  "propertyId": "PROP-947651",
  "address": "example-value",
  "coordinates": "example-value",
  "construction": "example-value",
  "fireProtection": "example-value",
  "perilScores": {
    "FIRE": "example-value",
    "WIND": "example-value",
    "HAIL": "example-value",
    "FLOOD": "example-value",
    "EARTHQUAKE": "example-value",
    "WILDFIRE": "example-value",
    "HURRICANE": "example-value"
  },
  "lastUpdated": "2025-03-15"
}