Skip to content

Commit 4768d63

Browse files
authored
Clarify how to calculate funding to keep with a single step.
1 parent 8ab4e2d commit 4768d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bylaws/010-funding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Expenses approved by the Core Committee MUST be listed below, and reported in th
8282

8383
### Overfunding and disbursement
8484

85-
Overfunding SHALL be defined as any amount raised that exceeds the amount needed to cover the existing PHP-FIG's yearly expenses, as defined in the "Approved expenses" section below, for a period of three years with a 10% cost increase year over year. (For example, if the approved budget is $10, the maximum amount before funds are considered overfunding would be $10 + ($10 + $10 × 10% = $11) + ($11 + $11 × 10% = $12.10) = $33.10)
85+
Overfunding SHALL be defined as any amount raised that exceeds the amount needed to cover the existing PHP-FIG's yearly expenses, as defined in the "Approved expenses" section below, for a period of three years with a 10% cost increase year over year. For example, if the approved budget is $10, the maximum amount before funds are considered overfunding would be `$10 + $11 + $12.1 = $33.10`. The amount of funding to keep can be easily calculated by multiplying the total yearly expenses by `3.31` and rounding up.
8686

8787
Every year in January, the Secretaries SHALL review the Open Collective account and disburse any overfunding to the list of recipients defined in the Approved disbursement recipients section below, in the amounts defined in aforementioned section. Disbursements MUST be made in such a way to prevent any additional tax or fees from being incurred by the PHP-FIG or the recipient, such as via [Collective to Collective Donations][c2c].
8888

0 commit comments

Comments
 (0)