Payout Rules examples
Here you can view examples of the aggregate and cumulative calculations for a payout rule using 3 fees, with the following formats:
- All fees having a flat amount
- All fees having a percentage amount
- 1 fee with a flat amount and 2 fees with percentage values
For the examples, we'll use $100 as the booking total.
All fees with a flat amount
Fees:
Commission: $15
Management Fee: $10
Other Fee: $5
Aggregate calculation:
= $100 - ($15 + $10 + $5)
= $100 - ($30)
= $70
Cumulative calculation:
= $100 - $15 = $85
= $85 - $10 = $75
= $75 - $5 = $70
All fees with a percentage:
Fees:
Commission: 10%
Management Fee: 5%
Other Fee: 5%
Aggregate:
= $100 - (10% + 5% + 5%)
= $100 - (20% of 100)
= $100 - $20
= $80
Cumulative:
= $100 - (10% of 100) = $100 - $10 = $90
= $90 - (5% of 90) = $90 - $4.50 = $85.50
= $85.50 - (5% of $85.50) = $85.50 - $4.28 = $81.22
1 fee with a flat amount and 2 fees with percentage values:
Fees:
Commission: 10%
Management Fee: $25
Other Fee: 10%
Aggregate:
= $100 - (10% + 10%) - $25 = $100 - (20% of 100) - 25
= $100 - $20 - $25 = $100 - $45
= $55
Cumulative:
= $100 - (10% of 100) = = $100 - $10 = $90
= $90 - $25 = $65
= $65 - (10% of 65) = $65 - $6.50
= $58.50