-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathf1040sses.cue
241 lines (240 loc) · 5.54 KB
/
f1040sses.cue
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
package data
schemas: f1040sses: {
id: "f1040sses"
fields: [{
type: "text"
name: "txtTaxpayerName"
title: "Name - This field is automatically populated for you"
maxlength: 75
readonly: true
tags: [
"UPPERCASE",
]
}, {
type: "text"
name: "txtTaxpayerSSN"
title: "Social security number - This field is automatically populated for you"
maxlength: 11
readonly: true
tags: [
"UPPERCASE",
]
}, {
type: "check"
name: "chkSchSEChurchEmpIncInd"
options: [{
value: "1"
label: "If you are a minister, member of a religious order, or Christian Science practitioner and you filed Form 4361, but you had $400 or more of other net earnings from self-employment, check here and continue with Part I"
}]
}, {
type: "text"
name: "txtSchSENetFarmProfit"
title: "Net farm profit or (loss) from Schedule F, line 34, and farm partnerships, Schedule K-1 (Form 1065),"
maxlength: 10
tags: [
"AMOUNT",
"NEGAMOUNT",
]
}, {
type: "text"
name: "txtSchSEConsResPaySchF"
title: "If you received social security retirement or disability benefits, enter the amount of Conservation Reserve Program payments included on Schedule F, line 4b, or listed on Schedule K-1 (Form 1065), box 20, code AH 1b ( )Skip line 2 if you use the nonfarm optional method in Part II"
maxlength: 10
tags: [
"AMOUNT",
]
}, {
type: "text"
name: "txtSchSENetProfitSchC"
title: "Net profit or (loss) from Schedule C, line 31; and Schedule K-1 (Form 1065), box 14, code A (other than farming)"
maxlength: 10
tags: [
"NEGAMOUNT",
]
}, {
type: "text"
name: "txtSchSESchFProfitSchC"
title: "This field is automatically populated for you"
maxlength: 10
readonly: true
tags: [
"AMOUNT",
]
}, {
type: "text"
name: "txtSchSELn4a"
title: "This field is automatically populated for you"
maxlength: 10
readonly: true
tags: [
"AMOUNT",
]
}, {
type: "text"
name: "txtSchSELn4b"
title: "This field is automatically populated for you"
maxlength: 10
readonly: true
tags: [
"AMOUNT",
]
}, {
type: "text"
name: "txtSchSELn4c"
title: "Combine lines 4a and 4b. If less than $400, stop; you don't owe self-employment tax"
maxlength: 10
tags: [
"AMOUNT",
]
}, {
type: "text"
name: "txtSchSEChurchEmpIncome"
title: "Enter your church employee income from Form W-2. See instructions for definition of church employee income"
maxlength: 10
tags: [
"AMOUNT",
]
}, {
type: "text"
name: "txtSchSELn5b"
title: "This field is automatically populated for you"
maxlength: 10
readonly: true
tags: [
"AMOUNT",
]
}, {
type: "text"
name: "txtSchSENetEarnings"
title: "This field is automatically populated for you"
maxlength: 10
readonly: true
tags: [
"AMOUNT",
]
}, {
type: "text"
name: "txtSelfEmpTaxLimit"
title: "This field is automatically populated for you"
value: "142,800"
maxlength: 10
readonly: true
tags: [
"AMOUNT",
]
}, {
type: "text"
name: "txtSchSESsWagesRrComp"
title: "Total social security wages and tips (total of boxes 3 and 7 on Form(s) W-2)and railroad retirement (tier 1) compensation"
maxlength: 10
tags: [
"AMOUNT",
]
}, {
type: "text"
name: "txtSchSEUnrepTips"
title: "This field is automatically populated for you"
maxlength: 10
readonly: true
tags: [
"AMOUNT",
]
}, {
type: "text"
name: "txtSchSEWagesSubjSsTax"
title: "This field is automatically populated for you"
maxlength: 10
readonly: true
tags: [
"AMOUNT",
]
}, {
type: "text"
name: "txtSchSELn8c"
title: "This field is automatically populated for you"
maxlength: 10
readonly: true
tags: [
"AMOUNT",
]
}, {
type: "text"
name: "txtSchSESubLn8cLn7"
title: "This field is automatically populated for you"
maxlength: 10
readonly: true
tags: [
"AMOUNT",
]
}, {
type: "text"
name: "txtSchSELn10"
title: "This field is automatically populated for you"
maxlength: 10
readonly: true
tags: [
"AMOUNT",
]
}, {
type: "text"
name: "txtSchSELn11"
title: "This field is automatically populated for you"
maxlength: 10
readonly: true
tags: [
"AMOUNT",
]
}, {
type: "text"
name: "txtSchSESelfEmpTax"
title: "This field is automatically populated for you"
maxlength: 10
readonly: true
tags: [
"AMOUNT",
]
}, {
type: "text"
name: "txtSchSEDedOneHalfSeTax"
title: "This field is automatically populated for you"
maxlength: 10
readonly: true
tags: [
"AMOUNT",
]
}, {
type: "text"
name: "txtSchSEMaxIncOptMthd"
title: "This field is automatically populated for you"
value: "5,880"
maxlength: 10
readonly: true
tags: [
"UPPERCASE",
]
}, {
type: "text"
name: "txtSchSEFarmInc"
title: "Enter the smaller of: two-thirds (2/3) of gross farm income1 (not less than zero) or $5, 880"
maxlength: 10
tags: [
"AMOUNT",
]
}, {
type: "text"
name: "txtSchSESubLn15Ln14"
title: "This field is automatically populated for you"
maxlength: 10
tags: [
"AMOUNT",
]
}, {
type: "text"
name: "txtSchSELn17"
title: "Enter the smaller of: two-thirds (2/3) of gross nonfarm income4 (not less than zero) or the amount on line 16"
maxlength: 10
tags: [
"AMOUNT",
]
}]
}