Skip to content

EndorsementChange

An atomic change within an endorsement, scoped to a single coverage. Captures what was modified, added, or removed, along with the premium impact attributable to this specific change.

Structure

NameCard.TypeDescription
REndorsementChangeAn atomic change within an endorsement, scoped to a single coverage.
coverage1..1ReferenceReference to the coverage being changed
action1..1add | modify | removeThe action being performed on the coverage.
[ ]limits0..*CoverageLimitModified or new coverage limits (values after the endorsement takes effect)
deductible0..1DeductibleModified or new deductible
[ ]coverageExtensions0..*CoverageExtensionModified, added, or removed coverage extensions
[ ]classifications0..*ClassificationModified classifications
premiumChange0..1MoneyPremium change attributable to this specific coverage change
description0..1stringHuman-readable description of this specific change

Example

json
{
  "coverage": {
    "reference": "Coverage/cov-gl-001",
    "display": "General Liability"
  },
  "action": "modify",
  "limits": [
    {
      "type": {
        "text": "Each Occurrence"
      },
      "amount": {
        "value": 2000000,
        "currency": "USD"
      }
    }
  ],
  "premiumChange": {
    "value": 2500,
    "currency": "USD"
  },
  "description": "Increase each-occurrence limit from $1M to $2M"
}

JSON Schema

Full JSON Schema: EndorsementChange.schema.json