StaxIQ
Method

How the hotel incentive fee calculator works

Every formula the calculator applies, what an owner's priority is actually worth in cash, the precision it works to, and the tests it has to pass. Published so the numbers can be checked rather than trusted.

Method version 1.0 · published 28 July 2026 · last reviewed 28 July 2026. Changes to the method are versioned here, so a figure you cite today can be checked against the method that produced it.

What this page is

This is the method behind the hotel incentive fee calculator: the formulas it applies, the precision it works to, the rules that must always hold, and how those rules were tested. It exists so that a figure the calculator produces can be verified rather than believed.

The calculator answers one question. An incentive fee is meant to reward performance. Whether it actually does depends on a single clause, the owner's priority, and this page sets out exactly how that clause is modelled.

What the calculator computes

All inputs are amounts or percentages greater than or equal to zero. The basis selector chooses whether the incentive fee is tested against adjusted gross operating profit or against GOP itself, which is a negotiated point in most agreements.

OutputFormula
Base management feebase% × total revenue
Adjusted GOPGOP − base fee
Test baseadjusted GOP, or GOP, per the basis selected
Owner's prioritypriority% × owner's investment
Incentive fee without a hurdleincentive% × max(0, test base)
Incentive fee with the hurdleincentive% × max(0, test base − priority)
What the hurdle savesfee without hurdle − fee with hurdle
Total to the operatorbase fee + incentive with hurdle
Left to the ownerGOP − total to operator
Share of GOP retainedleft ÷ GOP × 100
Hurdle clearedtest base > priority

The invariant worth knowing

One relationship in this model is worth carrying into a negotiation, because it turns a clause into a number.

When the hurdle is cleared, the saving to the owner is exactly the incentive fee percentage multiplied by the priority amount, and it does not depend on the basis chosen or on how profitable the year was:

Saving, once clearedincentive% × priority amount

So a ten per cent incentive fee over a nine per cent priority on a forty million investment saves the owner ten per cent of 3.6 million, which is 360,000, in every year the hurdle is cleared. That figure is what the clause is worth, and it is the number to put on the table rather than an argument about principle.

Below the hurdle the relationship is different: the fee is zero, and the saving equals the whole fee that would otherwise have been payable.

Precision and rounding

All arithmetic uses IEEE-754 double precision. Inputs are bounded around one trillion, which keeps every product and sum far inside the range where doubles are exact for values of this magnitude. No intermediate rounding is applied.

Rounding is display only: whole currency units through the browser's internationalisation formatter, percentages to one decimal place. Where GOP is zero, the retained share is reported as zero rather than producing an undefined result.

What must always be true

How it was verified

The page's model was checked against an independent re-implementation of the same specification, written separately and constructed differently, so that a shared error could not validate itself.

That check ran 21 assertions across a hand-verified golden data set, financial extremes including all-zero inputs, a negative adjusted GOP, an uncleared hurdle, a deal with no stated investment and trillion-scale values, plus every invariant listed above.

It then ran 100,000 randomised valid scenarios through both implementations and compared them. Maximum drift was zero against a tolerance of one part in ten billion. Not close to zero: zero.

Scope, and what this deliberately does not do

How to cite this

Stax IQ (2026). Hotel incentive fee calculator, method version 1.0. Available at: https://staxiq.app/incentive-fee-calculator/methodology/ (Accessed: date).

Cite the method version alongside any figure taken from the calculator. The version changes whenever a formula or a rounding rule changes, so a number quoted against version 1.0 stays checkable afterwards.

The calculator is free and needs no account. If it helps your readers, a link is welcome.

Common questions

What is the difference between GOP and adjusted GOP here?

Adjusted GOP is gross operating profit less the base management fee. Which of the two the incentive fee is tested against is a negotiated point, and it matters: testing against GOP rather than adjusted GOP means the operator earns an incentive on profit that its own base fee has already consumed. The basis selector lets you model both.

What is the owner's priority worth in cash terms?

Once the hurdle is cleared, exactly the incentive fee percentage multiplied by the priority amount, every year. A ten per cent fee over a nine per cent priority on a forty million investment is worth 360,000 a year to the owner. That relationship holds regardless of the basis chosen or how good the year was.

Does the calculator handle deferral or catch-up clauses?

No, and that is a deliberate limit. Where unearned incentive fees accrue and become payable later, the single-year saving shown here overstates the saving across the life of the agreement. The calculator flags this on screen when the hurdle is not cleared.

Can the incentive fee be negative?

No. Where the test base is negative, the fee is zero rather than negative, because a standard incentive clause does not require the operator to pay the owner in a loss-making year. The asymmetry is real and the calculator flags it.

Back to the calculator