Skip to content

PremiumAdjustment

A premium adjustment or modification factor. Represents experience modifications, schedule credits/debits, IRPMs, and similar adjustments.

Structure

NameCard.TypeDescription
RPremiumAdjustmentA premium adjustment or modification factor.
type1..1CodeableConceptType of adjustment (experience-mod, schedule-credit, schedule-debit, IRPM, etc.) terminology
factor0..1numberMultiplicative factor (e.g., 0.85 = 15% credit, 1.15 = 15% debit)
amount0..1MoneyFixed dollar adjustment amount
description0..1stringDescription of the adjustment

Example

json
{
  "type": {
    "text": "Experience Modification"
  },
  "factor": 0.85,
  "description": "15% credit based on 3-year loss history"
}

JSON Schema

Full JSON Schema: PremiumAdjustment.schema.json