File:Elterngeld.png

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(2,300 × 3,150 pixels, file size: 510 KB, MIME type: image/png)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description
Deutsch: Höhe des Elterngeldes in Abhängigkeit vom Nettoeinkommen (Quelle 1) inkl. Gehaltsklassen aller Erwerbspersonen aus Hauptwohnsitzhaushalten (Quelle 2)
English: Elterngeld depending on net income (Source 1) and histogram of German income classes (Source 2)
Date
Source 1: §§ 2 ff. BEEG (https://www.gesetze-im-internet.de/beeg/__2.html, 20.07.2023; 2: https://www-genesis.destatis.de/genesis//online?operation=table&code=12211-0003&bypass=true&levelindex=0&levelid=1689882435945#abreadcrumb)
Author Mozi
Remarks
InfoField
English: This figure was made with GNU R version 4.3.1 (2023-06-16).
inc_net_euro <- seq(0, 4000, b=0.1) # 1 cent interval

# (1) part 1
fac <- rep(0.67, t=length(inc_net_euro))
# (2) part 1
inds <- which(inc_net_euro < 1000)
if (length(inds) > 0) { 
    diff_euro <- 1000 - inc_net_euro[inds]
    fac[inds] <- 0.67 + 0.001*floor(diff_euro/2) # 67 % + multiple of 2 * 0.1 %
    fac <- sapply(fac, min, 1)
}
# (2) part 2
inds <- which(inc_net_euro > 1200)
if (length(inds) > 0) { 
    diff_euro <- inc_net_euro[inds] - 1200
    fac[inds] <- 0.67 - 0.001*floor(diff_euro/2) # 67 % - multiple of 2 * 0.1 %
    fac <- sapply(fac, max, 0.65)
}
elterngeld <- fac*inc_net_euro
# (1) part 2
elterngeld <- sapply(elterngeld, min, 1800)
# (4)
elterngeld <- sapply(elterngeld, max, 300)

Licensing[edit]

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

Original upload log[edit]

Transferred from de.wikipedia to Commons by Wdwdbot using script bot_filetrans.pl (r94M).

The original description page was here. All following user names refer to de.wikipedia.
  • 2017-08-21 09:56:01 Mozi (465043 Bytes)
  • 2017-08-21 08:29:28 Mozi (210752 Bytes) {{Information |Beschreibung = Grafische Umsetzung des §§ 2 ff. BEEG zur Höhe des Elterngeldes |Quelle = §§ 2 ff. BEEG |Urheber = Mozi |Datum = 21.08.2017 |Genehmigung = |Andere Versionen = |Anmerkungen…

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current20:45, 20 July 2023Thumbnail for version as of 20:45, 20 July 20232,300 × 3,150 (510 KB)Mozi (talk | contribs)
09:35, 27 August 2017Thumbnail for version as of 09:35, 27 August 20172,666 × 5,333 (454 KB)Wdwdbot (talk | contribs)Bot Move: Original uploader of this revision (#2) was Mozi at de.wikipedia
09:35, 27 August 2017Thumbnail for version as of 09:35, 27 August 20172,666 × 5,333 (206 KB)Wdwdbot (talk | contribs)Bot Move: Original uploader of this revision (#1) was Mozi at de.wikipedia

The following page uses this file:

File usage on other wikis

The following other wikis use this file:

Metadata