-
Notifications
You must be signed in to change notification settings - Fork 84
Add support for other time periods #670
Copy link
Copy link
Closed
Description
In this PR, we are attempting to code the NZ Compensation for Live Organ Donors Act 2016. This requires that weekly earnings are calculated.
Income in NZ is typically based on a Weekly, Fortnightly, 4 Weekly or Monthly basis.
OpenFisca Periods currently supports MONTH, YEAR and ETERNITY.
Ideally, we would allow the user to set as input variables the amount of each pay. The code would need to be changed to support this. We suggest that this would require periods of WEEK, FORTNIGHT and 4_WEEKS, in addition to MONTH.
For the output variable weekly_compensation_before_tax, we suggest that this is calculated for a specific point in time immediately after the final pay period which has been entered. This might require a DAY period to be allowed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels