Skip to content

Commit

Permalink
fix: update new smic value
Browse files Browse the repository at this point in the history
  • Loading branch information
Pomarom committed Nov 12, 2024
1 parent 63b6511 commit 4033350
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,26 @@ const LATEST_AVAILABLE_SMIC_YEAR = 2024;
const SMICs = {
2024: {
smics: [
{
annee: 2024,
mensuel: 1801.8,
horaire: 11.88,
heuresHebdomadaires: 35,
minimumGaranti: 4.22,
dateEntreeEnVigueur: "01/11/2024",
dateEntreeEnVigueurObj: parseDate("01/11/2024"),
dateParutionJo: "24/10/2024",
dateParutionJoObj: parseDate("24/10/2024"),
exceptions: {
976: {
departement: 976,
nomDepartement: "Mayotte",
mensuel: 1361.97,
horaire: 8.98,
heuresHebdomadaires: 35,
},
},
},
{
annee: 2024,
mensuel: 1766.92,
Expand Down

0 comments on commit 4033350

Please sign in to comment.