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

Account for FICA tax when calculating Profit Share Pool #58

Merged
merged 1 commit into from
Nov 25, 2019

Conversation

hhff
Copy link
Member

@hhff hhff commented Nov 11, 2019

In our first two years of sharing profit, I did not account for FICA tax. When paying bonuses (the way we distribute profit share), we were incurring an additional 7.65% fee to pay those bonuses out (roughly an extra $3,901 USD in 2018).

This was an oversight on my behalf when I first wrote the calculator code.

As our profit share pool is growing, this is becoming more important to calculate for. If I didn't account for it, this year (2019) we may end up pay like $8k or $9k extra, which risks our ability to make payroll in January. As such, we now need to absorb that amount in the profit share pool.

https://www.accountingcoach.com/terms/F/federal-insurance-contributions-act

image
** Please note, the values in this screenshot aren't indicative of anything real

@hhff hhff merged commit 2d2940f into master Nov 25, 2019
@hhff hhff deleted the feature/account-for-FICA-tax branch November 25, 2019 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants