Skip to content

Commit

Permalink
Merge pull request #127 from demvsystems/anpassung-bbg
Browse files Browse the repository at this point in the history
Beitragsbemessungsgrenzen für 2019 angepasst
  • Loading branch information
alexmpunkt authored Jan 2, 2019
2 parents 8841a2c + 6201a5a commit ab562ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Werte/Beitragsbemessung/BBG.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ final class BBG
/**
* Versicherungspflichtgrenze
*/
const JAEG = 59400;
const JAEG = 60750;

/**
* Bemessungsgrenze für Kranken- und Pflegeversicherungen
*/
const KRANKEN_UND_PFLEGE = 53100;
const KRANKEN_UND_PFLEGE = 54450;

/**
* Bemessungsgrenze für die gesetzliche Rentenversicherung
* Hier wird der Durchschnitt von West und Ost genommen
*/
const GESETZLICHE_RENTE = (78000 + 69600) / 2;
const GESETZLICHE_RENTE = (80400 + 73800) / 2;
}

0 comments on commit ab562ea

Please sign in to comment.