Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update profit-sharing.md #339

Merged
merged 1 commit into from
Jan 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions 5_People/profit-sharing.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Profit Sharing

This document describes how we manage the distribution of the company's profit, on a quarterly basis.
This document describes how we manage the distribution of the company's profit quarterly.

## The Concept

Profit is distributed at the end of each quarter, based on the performance of the company. We believe in donating to good causes and reserve 10% of this profit with the hope of making a big impact upon them. The remaining percentage of the profit is split three-ways (30% per part) based on how we perceive time: the past, the present and the future.
Profit is distributed at the end of each quarter, based on the company's performance. We believe in donating to good causes and reserve 1% of this profit with the hope of making a big impact on them. The remaining percentage of the profit is split three ways (33% per part) based on how we perceive time: the past, the present and the future.

The profit is paid out if cash reserves are high enough to cover nine months of expenses. We define the required reserves as nine months of the last six months' average expenses.

We also pay out a yearly profit. To "force" ourselves into having a yearly profit, we put a pre-defined amount into a separate account ("profit budget") each month, and mark it as an expense. So if we just break zero operationally, we still have some profits to pay from this separate account at the end of the year. The profit from this account is paid out even if the yearly operational profit is negative, but only after we cover cash reserves for nine months of expenses.
We also pay out a yearly profit. To "force" ourselves into having a yearly profit, we put a pre-defined amount into a separate account ("profit budget") each month and mark it as an expense. So if we just break zero operationally, we still have some profits to pay from this separate account at the end of the year. The profit from this account is paid out even if the yearly operational profit is negative, but only after we cover cash reserves for nine months of expenses.

### Past

This part rewards the people that have believed in the company in the past, have invested in it, have lent money to it, etc. The priority of payouts are as follows:
This part rewards the people who have previously believed in the company, invested in it, lent money to it, etc. The priority of payouts are as follows:

1. Bank loans (to decrease interest rates)
2. Business loans
Expand All @@ -21,7 +21,7 @@ This part rewards the people that have believed in the company in the past, have

### Present

This part rewards the work achieved in the past quarter and is a logarithmic points scale based on length of time working for the company. The calculation of profit-share points for a single Nitean is as follows:
This part rewards the work achieved in the past quarter and is a logarithmic points scale based on the length of time working for the company. The calculation of profit-share points for a single Nitean is as follows:

points = months_at_company/log(months_at_company) * (1 - unpaid_vacation_ratio)

Expand All @@ -31,7 +31,7 @@ The resulting profit-share payout is calculated with this formula:

profit-share = (Nitean's points) / (Total points) * (Available profit)

Profit sharing payouts are done once every quarter.
Profit-sharing payouts are done once every quarter.

### Future

Expand All @@ -42,8 +42,8 @@ This part stays in the company's bank account and is used for investing in the f

The remaining part of the profit share is what we donate to charities and causes we believe in. Everyone in the company can submit a potential recipient of these donations with the organization getting the most votes receiving the money.

The organization voting takes place at the end of each quarter with every Nitean casting their votes. There are four votes to cast; Three votes worth 1 point and one vote worth 3 points. The list of organizations and the voting tally is kept in a [Google spreadsheet](https://docs.google.com/spreadsheets/d/1UZl9-uycPe-Ntauqgp2NNabx-NBBlqrI_FH6u5erI1Q/) (for permanent Niteans only).
The organization voting takes place at the end of each quarter, with every Nitean casting a vote. There are four votes to cast: three votes worth 1 point and one vote worth 3 points. The list of organizations and the voting tally is kept in a [Google spreadsheet](https://docs.google.com/spreadsheets/d/1UZl9-uycPe-Ntauqgp2NNabx-NBBlqrI_FH6u5erI1Q/) (for permanent Niteans only).

The organization with the most total "points" (current quarter plus previous quarters) gets the profit share donation. Then its points are reset to zero (if the organization wins by more than 1 point, the difference is carried over to next month). Other organizations keep their points for the next quarter. If there is a tie, the Partners decide the winner.
The organization with the most total "points" (current quarter plus previous quarters) gets the profit share donation. Then, its points are reset to zero (if the organization wins by more than 1 point, the difference is carried over to the next month). Other organizations keep their points for the next quarter. If there is a tie, the Partners decide the winner.

You can see the organizations we've donated to on the [About Niteo page](https://niteo.co/about).
Loading