Verisk · JSON Structure

Insurance Analytics Claims Benchmarks Structure

ClaimsBenchmarks schema from Verisk Insurance Analytics API

Type: object Properties: 6
InsuranceAnalyticsRisk ManagementProperty DataCatastrophe ModelingUnderwritingClaims

ClaimsBenchmarks is a JSON Structure definition published by Verisk, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

lineOfBusiness state year metrics sampleSize source

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/verisk/refs/heads/main/json-structure/insurance-analytics-claims-benchmarks-structure.json",
  "description": "ClaimsBenchmarks schema from Verisk Insurance Analytics API",
  "type": "object",
  "properties": {
    "lineOfBusiness": {
      "type": "string",
      "example": "example-value"
    },
    "state": {
      "type": "string",
      "example": "CA"
    },
    "year": {
      "type": "int32",
      "example": 2025
    },
    "metrics": {
      "type": "object",
      "properties": {
        "frequency": {
          "type": "double",
          "description": "Claims frequency per 100 exposures"
        },
        "averageSeverity": {
          "type": "double",
          "description": "Average claim severity in USD"
        },
        "lossRatio": {
          "type": "double",
          "description": "Loss ratio as decimal (0.0-1.0+)"
        },
        "combinedRatio": {
          "type": "double"
        }
      },
      "example": {}
    },
    "sampleSize": {
      "type": "int32",
      "description": "Number of policies in benchmark sample",
      "example": 100
    },
    "source": {
      "type": "string",
      "description": "Data source and vintage",
      "example": "Verisk ISO"
    }
  },
  "name": "ClaimsBenchmarks"
}