-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCotisations.xml
136 lines (68 loc) · 1.39 KB
/
Cotisations.xml
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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<cotisations>
<!-- Début Cadres -->
<cotisation>
<libelle>Agirc TB</libelle>
<taux>7.75</taux>
</cotisation>
<cotisation>
<libelle>AGFF TB</libelle>
<taux>0.9</taux>
</cotisation>
<cotisation>
<libelle>Apec</libelle>
<taux>0.024</taux>
</cotisation>
<cotisation>
<libelle>AGFF T2</libelle>
<taux>0.9</taux>
</cotisation>
<cotisation>
<libelle>Arrco T1</libelle>
<taux>3.05</taux>
</cotisation>
<cotisation>
<libelle>AGFF TA</libelle>
<taux>0.8</taux>
</cotisation>
<cotisation>
<libelle>Contribution sociale </libelle>
<taux>7.5</taux>
</cotisation>
<cotisation>
<libelle>Assurance maladie</libelle>
<taux>0.75</taux>
</cotisation>
<cotisation>
<libelle>AGFF T1</libelle>
<taux>0.8</taux>
</cotisation>
<cotisation>
<libelle>Arrco T2</libelle>
<taux>8.05</taux>
</cotisation>
<cotisation>
<libelle>CET</libelle>
<taux>0.13</taux>
</cotisation>
<cotisation>
<libelle>CRDS</libelle>
<taux>0.5</taux>
</cotisation>
<cotisation>
<libelle>Arrco TA</libelle>
<taux>3.05</taux>
</cotisation>
<cotisation>
<libelle>Chômage</libelle>
<taux>2.4</taux>
</cotisation>
<cotisation>
<libelle>Assurance vieillesse plafonnéee</libelle>
<taux>6.8</taux>
</cotisation>
<cotisation>
<libelle>Assurance vieillesse déplafonné</libelle>
<taux>0.25</taux>
</cotisation>
</cotisations>