Skip to content

Commit

Permalink
Actualización de Salarios segun encuesta de Open Qube 2023.2 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
catrielmuller authored Oct 2, 2023
1 parent 507d004 commit be09d8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion components/inflation-adjusted/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ type InflationAdjustedProps = {
date: string
}

const ANUAL_INFLATION = 108.8
const ANUAL_INFLATION = 113.4
const DAILY_INFLATION = ANUAL_INFLATION / 365
const MILISECONDS_IN_DAY = 1000 * 60 * 60 * 24

Expand Down
8 changes: 4 additions & 4 deletions pages/sueldos.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@ Es importante tener en cuenta que estos números son solo estimaciones y pueden

## Origen de los datos

Los datos fueron extraídos de [Encuesta de Sueldos 2023.01](https://sueldos.openqube.io/encuesta-sueldos-2023.01/) y estan ajustados automaticamente al dia de la fecha segun una inflación anual del `108.8%`.
Los datos fueron extraídos de [Encuesta de Sueldos 2023.02](https://sueldos.openqube.io/encuesta-sueldos-2023.02/) y estan ajustados automaticamente al dia de la fecha segun una inflación anual del `113.4%`.

## Junior

De 0 hasta 2 años de Experiencia.

Media: **<InflationAdjusted value="224315" date="2023-01-31" />**
Media: **<InflationAdjusted value="291000" date="2023-07-01" />**

## Semi-Senior

De 2 años inclusive hasta 5 años de experiencia.

Media: **<InflationAdjusted value="393500" date="2023-01-31" />**
Media: **<InflationAdjusted value="460000" date="2023-07-01" />**

## Senior

Desde 5 años de experiencia.

Media: **<InflationAdjusted value="500000" date="2023-01-31" />**
Media: **<InflationAdjusted value="600000" date="2023-07-01" />**

0 comments on commit be09d8d

Please sign in to comment.