-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpayslip.json
56 lines (56 loc) · 1014 Bytes
/
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
{
"last_pay_date": "August 31",
"pay_period": "August 15 - August 31",
"net_pay": "3,008.32",
"earnings_total": "5,188.40",
"earnings": [
{
"name": "Regular Pay",
"amount": "4,969.236"
},
{
"name": "Commission",
"amount": "118.00"
},
{
"name": "Bonus",
"amount": "100"
}
],
"deductions_total": "910.57",
"deductions": [
{
"name": "Health Care SA",
"amount": "165.92"
},
{
"name": "Dep Care SA",
"amount": "34.00"
},
{
"name": "Dental PPO Plan",
"amount": "4.36"
},
{
"name": "Child Support",
"amount": "587.96"
}
],
"taxes_total": "1,269.73",
"taxes": [
{
"name": "Employee Medicare",
"amount": "71.65"
},
{
"name": "Federal Income Tax",
"amount": "891.69"
},
{
"name": "Social Security Income Tax",
"amount": "306.38"
}
],
"previous_period": "Aug 1 - 14",
"next_period": "Sep 1 - 12"
}