Commission
A commission arrangement for a policy. Replaces the simple commissionPercentage field on Policy, supporting standard, contingent, override, and profit-sharing commissions with tiered structures and multi-party splits.
Structure
| Name | Card. | Type | Description |
|---|---|---|---|
| Commission | A commission arrangement for a policy. | ||
| type | 1..1 | CodeableConcept | Type of commission (standard, contingent, override, bonus, profit-sharing). terminology |
| percentage | 0..1 | number | Commission percentage |
| amount | 0..1 | Money | Commission as a fixed dollar amount |
| payableTo | 0..1 | Reference | Organization the commission is payable to (broker/agency) |
| producer | 0..1 | Reference | Individual producer who earned the commission (PersonRole reference) |
| schedule | 0..1 | CodeableConcept | When commission is earned/payable. terminology |
| tiers | 0..* | CommissionTier | Tiered commission schedule based on loss ratio |
| splits | 0..* | CommissionSplit | Commission splits between multiple parties |
Example
json
{
"type": {
"text": "Standard"
},
"percentage": 15,
"payableTo": {
"reference": "Organization/broker-100",
"display": "Marsh McLennan"
},
"schedule": "on-effective"
}JSON Schema
Full JSON Schema: Commission.schema.json