forked from andrewnordlund/backpayCalc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathraiseInfo.json
76 lines (74 loc) · 3.56 KB
/
raiseInfo.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
{
"IT" : {
"2018-2021" : {
"salaries" : {
"annual" : [
[56907, 59011, 61111, 63200, 65288, 67375, 69461, 73333],
[70439, 72694, 74947, 77199, 79455, 81706, 83960, 86213],
[83147, 86010, 88874, 91740, 94602, 97462, 100325, 103304],
[95201, 98485, 101766, 105050, 108331, 111613, 114896, 118499],
[108528, 112574, 116618, 120665, 124712, 128759, 132807, 136852, 141426]
],
"daily" : [
[218.13, 226.20, 234.25, 242.26, 250.26, 258.26, 266.26, 281.10],
[270.01, 278.65, 287.29, 295.92, 304.57, 313.19, 321.83, 330.47],
[318.72, 329.69, 340.67, 351.66, 362.63, 373.59, 384.56, 395.98],
[364.92, 377.51, 390.09, 402.68, 415.25, 427.83, 440.42, 454.23],
[416.01, 431.52, 447.02, 462.53, 478.04, 493.56, 509.07, 524.58, 542.11]
],
"hourly" : [
[29.08, 30.16, 31.23, 32.30, 33.37, 34.43, 35.50, 37.48],
[36.00, 37.15, 38.30, 39.46, 40.61, 41.76, 42.91, 44.06],
[42.50, 43.96, 45.42, 46.89, 48.35, 49.81, 51.28, 52.80],
[48.66, 50.33, 52.01, 53.69, 55.37, 57.04, 58.72, 60.56],
[55.47, 57.54, 59.60, 61.67, 63.74, 65.81, 67.88, 69.94, 72.28]
]
},
"periods" : [
{"startDate" : "2018-12-22", "increase":2.816, "reason":"Contractual Increase", "multiplier" : 1},
{"startDate" : "2019-04-01", "increase":0.00, "reason":"Fiscal New Year", "multiplier" : 1},
{"startDate" : "2019-12-22", "increase":2.204, "reason":"Contractual Increase", "multiplier" : 1},
{"startDate" : "2020-04-01", "increase":0.00, "reason":"Fiscal New Year", "multiplier" : 1},
{"startDate" : "2020-12-22", "increase":1.50, "reason":"Contractual Increase", "multiplier" : 1},
{"startDate" : "2021-02-26", "increase":0.00, "reason":"Contract Signed", "multiplier" : 1}
],
"TABegin" : "2018-12-22",
"TAEnd" : "2021-03-17"
},
"2021-2025" : {
"salaries" : {
"annual" : [
[60696, 62940, 65180, 67408, 69634, 71861, 74086, 78216],
[75129, 77535, 79937, 82340, 84745, 87147, 89551, 91953],
[88683, 91737, 94792, 97848, 100901, 103951, 107005, 110182],
[101541, 105042, 108542, 112044, 115545, 119045, 122545, 126390],
[115754, 120070, 124383, 128699, 133016, 137333, 141648, 145964, 150842]
],
"daily" : [
[232.66, 241.26, 249.85, 258.39, 266.92, 275.46, 283.98, 299.82],
[287.98, 297.21, 306.41, 315.62, 324.84, 334.05, 343.27, 352.47],
[339.94, 351.64, 363.35, 375.07, 386.77, 398.46, 410.17, 422.35],
[389.22, 402.64, 416.06, 429.48, 442.90, 456.32, 469.74, 484.48],
[443.71, 460.25, 476.78, 493.33, 509.87, 526.42, 542.96, 559.51, 578.20]
],
"hourly" : [
[31.02, 32.17, 33.31, 34.45, 35.59, 36.73, 37.86, 39.98],
[38.40, 39.63, 40.85, 42.08, 43.31, 44.54, 45.77, 47.00],
[45.33, 46.89, 48.45, 50.01, 51.57, 53.13, 54.69, 56.31],
[51.90, 53.69, 55.47, 57.26, 59.05, 60.84, 62.63, 64.60],
[59.16, 61.37, 63.57, 65.78, 67.98, 70.19, 72.39, 74.60, 77.09]
]
},
"periods" : [
{"startDate" : "2021-12-22", "increase":13.5, "reason":"Contractual Increase", "multiplier" : 1},
{"startDate" : "2022-04-01", "increase":0.00, "reason":"Fiscal New Year", "multiplier" : 1},
{"startDate" : "2022-12-22", "increase":0.00, "reason":"Contractual Increase", "multiplier" : 1},
{"startDate" : "2023-04-01", "increase":0.00, "reason":"Fiscal New Year", "multiplier" : 1},
{"startDate" : "2023-12-22", "increase":0.00, "reason":"Contractual Increase", "multiplier" : 1},
{"startDate" : "2024-02-26", "increase":0.00, "reason":"Contract Signed", "multiplier" : 1}
],
"TABegin" : "2021-12-22",
"TAEnd" : "2024-03-17"
}
}
}