-
Notifications
You must be signed in to change notification settings - Fork 10
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
Splitting pass-through businesses #111
Comments
Correction: S corporation data comes from https://www.irs.gov/statistics/soi-tax-stats-returns-of-active-corporations-form-1120s-table-7, and from https://www.irs.gov/statistics/soi-tax-stats-corporation-returns-with-net-income-form-1120s-table-8 for S corporations with net income. |
Due to a complete lack of data, we cannot model farm sole proprietorships. |
The implementation of section 163(j) should be done once the pass-through sector is split. The rules from #110 are:
|
One potential improvement on the model may be splitting pass-through businesses into S corporations, partnerships, and nonfarm sole proprietorships. This would be a useful step toward later splitting these by industry.
Unlike C corporations, all data should be for all of each business type, rather than just those with net income.
Data on S corporations would come from https://www.irs.gov/statistics/soi-tax-stats-table-1-returns-of-active-corporations-form-1120s
Data for partnerships would come from https://www.irs.gov/statistics/soi-tax-stats-partnership-statistics-by-sector-or-industry
Data for nonfarm sole proprietorships would come from https://www.irs.gov/statistics/soi-tax-stats-nonfarm-sole-proprietorship-statistics
Data on these are available beyond 2013, so we should start with 2014 data.
The text was updated successfully, but these errors were encountered: