iza-institute-of-labor-economics / gettsim

The GErman Taxes and Transfers SIMulator
https://gettsim.readthedocs.io/
GNU Affero General Public License v3.0
56 stars 33 forks source link

BUG: Minimum Values for Transfers #661

Open MImmesberger opened 1 year ago

MImmesberger commented 1 year ago

Bug description

Several transfers are only paid out if they are larger than some threshold. Here is an incomplete list:

MImmesberger commented 12 months ago

@hmgaudecker I distantly remember that you said this might be not as trivial as it seems. But I don't see a reason why something like out = wohngeld if wohngeld > min_wohngeld else 0 wouldn't do the job?

hmgaudecker commented 12 months ago

Should be turned off along with rounding, original idea was to include it in rounding, that was not trivial!