Skip to content

Classification

A classification or class code within a coverage. Used to categorize exposure units, particularly in GL and WC.

Structure

NameCard.TypeDescription
RClassificationA classification or class code within a coverage.
classCode1..1CodeableConceptThe classification or class code
exposure0..1QuantityExposure measure for this classification
rate0..1numberRate applied to this classification
premium0..1MoneyPremium for this classification
location0..1ReferenceLocation reference, if class is location-specific
description0..1stringDescription of operations at this classification

Example

json
{
  "classCode": {
    "code": "91580",
    "display": "Machine Shop NOC"
  },
  "exposure": {
    "value": 1500000,
    "unit": "payroll"
  },
  "rate": 2.45,
  "premium": {
    "value": 36750,
    "currency": "USD"
  }
}

JSON Schema

Full JSON Schema: Classification.schema.json