-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathukg_payslip.json
159 lines (158 loc) · 4.59 KB
/
ukg_payslip.json
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
[
{
"accruals": [
{
"amountcurrent": 40,
"amounttype": "hours",
"balance": 80,
"plancode": "VAC",
"plandescription": "Vacation"
}
],
"addressline1": "123 Main St",
"addressline2": "Apt 4B",
"city": "New York",
"companyaddresscity": "New York",
"companyaddresscountry": "USA",
"companyaddresscounty": "New York County",
"companyaddressline1": "456 Corporate Blvd",
"companyaddressline2": "",
"companyaddresspostalcode": "10001",
"companyaddressstateorprovince": "NY",
"companyname": "TechCorp Inc.",
"companyphone": "555-123-4567",
"companyphoneext": "123",
"country": "USA",
"deductions": [
{
"basisamount": 4782.31,
"deductioncode": "401K",
"deductiondescription": "401(k)",
"employeeamount": 551.06,
"employeeamountytd": 551.06,
"employeramount": 0,
"employeramountytd": 0,
"pretax": true
},
{
"basisamount": 4782.31,
"deductioncode": "CS1",
"deductiondescription": "Child Support 1",
"employeeamount": 500.00,
"employeeamountytd": 500.00,
"employeramount": 0,
"employeramountytd": 0,
"pretax": false
},
{
"basisamount": 4782.31,
"deductioncode": "DENTAL",
"deductiondescription": "Dental Plan",
"employeeamount": 26.00,
"employeeamountytd": 26.00,
"employeramount": 0,
"employeramountytd": 0,
"pretax": true
},
{
"basisamount": 4782.31,
"deductioncode": "DCFSA",
"deductiondescription": "Dependent Care FSA",
"employeeamount": 75.00,
"employeeamountytd": 75.00,
"employeramount": 0,
"employeramountytd": 0,
"pretax": true
},
{
"basisamount": 4782.31,
"deductioncode": "HCFSA",
"deductiondescription": "Health Care FSA",
"employeeamount": 75.00,
"employeeamountytd": 75.00,
"employeramount": 0,
"employeramountytd": 0,
"pretax": true
}
],
"deductionscurrent": 1227.06,
"deductionsytd": 1227.06,
"document": "payslip_2023-12-10.pdf",
"earnings": [
{
"amount": 4782.31,
"amountytd": 4782.31,
"hours": 80,
"hoursytd": 80,
"paycode": "REG",
"paydescription": "Regular Pay",
"payrate": 59.78,
"periodend": "2023-12-10T00:00:00.000Z",
"periodstart": "2023-12-04T00:00:00.000Z",
"piececount": 0,
"piecepayrate": 0
}
],
"employeeidentifier": {
"identificationtype": "SSN",
"companyidentifier": "TC123",
"employeeidentifier": "E12345"
},
"employeenumber": "E12345",
"federaladditionalamountWithheld": 0,
"federalallowancesclaimed": 1,
"federalfilingstatus": "Single",
"federaltaxablewagescurrent": 4782.31,
"federaltaxablewagesytd": 4782.31,
"fullname": "John Doe",
"grosswagescurrent": 4782.31,
"grosswagesytd": 4782.31,
"job": "Software Engineer",
"location": "Headquarters",
"netpay": [
{
"accountnumber": "987654321",
"accounttype": "Checking",
"amount": 2007.95
}
],
"netpaycurrent": 2007.95,
"netpayytd": 2007.95,
"orglevel1": "Engineering",
"orglevel2": "Software",
"orglevel3": "Development",
"orglevel4": "Team A",
"paydate": "2023-12-10T00:00:00.000Z",
"payperiodfrequency": "Bi-Weekly",
"paygroup": "FT",
"payidentifier": "2023-12-10",
"payrate": 59.78,
"periodenddate": "2023-12-10T00:00:00.000Z",
"periodstartdate": "2023-12-04T00:00:00.000Z",
"postalcode": "10001",
"residentstateallowancesclaimed": 1,
"residentstatefilingstatus": "Single",
"ssn": "123-45-6789",
"stateorprovince": "NY",
"taxes": [
{
"amount": 500,
"amountytd": 500,
"basisamount": 4782.31,
"taxdescription": "Federal Tax",
"taxcode": "FED"
},
{
"amount": 150,
"amountytd": 150,
"basisamount": 4782.31,
"taxdescription": "State Tax",
"taxcode": "STATE"
}
],
"taxescurrent": 650,
"taxesytd": 650,
"workstateallowancesclaimed": 1,
"workstatefilingstatus": "Single"
}
]