|
1
|
|
|
2
|
{
|
|
3
|
"graphs": [
|
|
4
|
{
|
|
5
|
"data": [
|
|
6
|
{
|
|
7
|
"gap": "Brut Fixe", /*salary*/
|
|
8
|
"gap_interne": "42885.960", /*market_median*/
|
|
9
|
"societe": "60000.000", /*society_median/
|
|
10
|
"variation": "39.91%" /*gap*/
|
|
11
|
},
|
|
12
|
{
|
|
13
|
"gap": "Brut Totale", /*salary*/
|
|
14
|
"gap_interne": "42885.960", /*market_median*/
|
|
15
|
"societe": "60000.000", /*society_median/
|
|
16
|
"variation": "39.91%" /*gap*/
|
|
17
|
}
|
|
18
|
],
|
|
19
|
"name": "gap_general"
|
|
20
|
},
|
|
21
|
|
|
22
|
],
|
|
23
|
"tables": [
|
|
24
|
{
|
|
25
|
"criteria": [
|
|
26
|
"collaborative_path"
|
|
27
|
],
|
|
28
|
"graph_data": [
|
|
29
|
{
|
|
30
|
"data": [
|
|
31
|
{
|
|
32
|
"base_salary": "218.95%", /*fixed_gross*/
|
|
33
|
"gaps_distribution": "positive", /*market_spread*/
|
|
34
|
"total_compensation": "217.80%" /*total_gross*/
|
|
35
|
},
|
|
36
|
{
|
|
37
|
"base_salary": "-51.98%", /*fixed_gross*/
|
|
38
|
"gaps_distribution": "negative", /*market_spread*/
|
|
39
|
"total_compensation": "-55.27%" /*total_gross*/
|
|
40
|
}
|
|
41
|
],
|
|
42
|
"name": "repartition_gap"
|
|
43
|
},
|
|
44
|
{
|
|
45
|
"data": [
|
|
46
|
{
|
|
47
|
"gaps_distribution": "Positif", /*gap_type*/
|
|
48
|
"total_compensation": "67.80%" /*positions_percentage*/
|
|
49
|
},
|
|
50
|
{
|
|
51
|
"gaps_distribution": "Négatif", /*gap_type*/
|
|
52
|
"total_compensation": "32.20%" /*positions_percentage*/
|
|
53
|
}
|
|
54
|
],
|
|
55
|
"name": "repartition_data_bf"
|
|
56
|
},
|
|
57
|
{
|
|
58
|
"data": [
|
|
59
|
{
|
|
60
|
"gaps_distribution": "Positif", /*gap_type*/
|
|
61
|
"total_compensation": "70.80%" /*positions_percentage*/
|
|
62
|
},
|
|
63
|
{
|
|
64
|
"gaps_distribution": "Négatif", /*gap_type*/
|
|
65
|
"total_compensation": "29.20%" /*positions_percentage*/
|
|
66
|
}
|
|
67
|
],
|
|
68
|
"name": "repartition_data_bt"
|
|
69
|
}
|
|
70
|
],
|
|
71
|
|
|
72
|
}
|
|
73
|
]
|
|
74
|
}
|