Allianz · JSON Structure

Api Connect Rating Factor Structure

An individual factor that contributed to the premium calculation

Type: object Properties: 3
Financial ServicesInsuranceAsset Management

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

Properties

name value description

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

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/allianz-docs/refs/heads/main/json-structure/api-connect-rating-factor-structure.json",
  "description": "An individual factor that contributed to the premium calculation",
  "properties": {
    "name": {
      "type": "string",
      "description": "Name of the rating factor",
      "example": "location_risk"
    },
    "value": {
      "type": "string",
      "description": "Value or level of the rating factor",
      "example": "medium"
    },
    "description": {
      "type": "string",
      "description": "Human-readable description of the factor impact",
      "example": "Medium flood and bushfire risk area"
    }
  },
  "name": "RatingFactor"
}