-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
For a couple, assets are reduced by $3 p/fn for every $1000 of assets over the asset limit for the combined rate. Since age_pension calculates pension at the individual level (not at the combined level) the asset test reduction should be halved.
E.g.
age_pension(fy.year = "2016-17", per = 'fortnight', has_partner = TRUE, assets_value = 575000) = 601.50
age_pension(fy.year = "2016-17", per = 'fortnight', has_partner = TRUE, assets_value = 576000) = 598.5
The difference being 3 when it should be 1.50
Metadata
Metadata
Assignees
Labels
No labels