Commit 0a0f6b4
Add partnership_se_income to SE tax base
- Add partnership_se_income variable for general partners' distributive
share of partnership trade/business income from Schedule K-1 Box 14
- Include partnership_se_income in taxable_self_employment_income
- Remove s_corp_self_employment_income (S-corp distributions are not
subject to SE tax per 26 USC 1402(a))
This correctly implements the SE tax base per 26 USC 1402(a):
- Schedule C net profit (self_employment_income)
- Schedule F net profit (farm_income)
- General partners' K-1 Box 14 income (partnership_se_income)
Requires policyengine-us-data PR #481 for the data source.
Fixes #5273
Closes #7238
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent a44d228 commit 0a0f6b4
4 files changed
Lines changed: 33 additions & 6 deletions
File tree
- policyengine_us
- tests/policy/baseline/gov/irs/self_employment
- variables
- gov/irs/tax/self_employment
- household/income/person/self_employment
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | | - | |
| 6 | + | |
Lines changed: 13 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| 21 | + | |
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
| |||
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments