Status: Approved
Group budget b
is a function of
w
: group weightB
: total group budgett
: total weight, sum of all weights (listed in council plan)b = B * w/t
As formula: round(multiply(59 / 33, prop("Weight")))
Earned budget e
is a function of
b
: group budgets
: group scoree = b * s
Lead reward r
is a function of
b
: published in council plans
: published herebonus
: published in last report, based on Lead Bonusesf
: percentage of earned budget paid to lead, here 10% (could be dynamic too)r = f * s * b + bonus