Flat rate

One rate on everything. The simplest plan that pays anyone.

Worked example

A rep closing $50,000 earns $2,500 at 5%.

The plan definition

This is the plan exactly as the product would create it. Rates are decimal strings rather than numbers throughout, because binary floating point cannot represent most of them exactly and a commission rate is not a place to discover that.

id: flat-simple
version: 1
effective_from: 2026-01-01
period: monthly
currency: USD

components:
  - id: commission
    label: Commission
    basis: allocation.amount
    rate:
      type: flat
      rate: "0.05"

Starting from this template gives you an editable copy, it is not locked, and the editor validates as you type.

← All templates