Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Age pension couple asset test correction #148

Open
MatthewKatzen opened this issue Oct 2, 2018 · 4 comments
Open

Age pension couple asset test correction #148

MatthewKatzen opened this issue Oct 2, 2018 · 4 comments

Comments

@MatthewKatzen
Copy link
Collaborator

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

@HughParsonage
Copy link
Owner

HughParsonage commented Oct 2, 2018 via email

@MatthewKatzen
Copy link
Collaborator Author

Same goes for the income test. Adjusting from a reduction of $0.50 to $0.25 for each member in a couple

@MatthewKatzen
Copy link
Collaborator Author

Unsure whether the income test is calculated separately as suggested here : http://guides.dss.gov.au/guide-social-security-law/4/10/3
or whether it is combined as suggested here: https://www.humanservices.gov.au/individuals/services/centrelink/age-pension/eligibility/income-test-pensions

@MatthewKatzen
Copy link
Collaborator Author

Decided after discussion with Brendan that combining incomes and then splitting the reduction was the best approach

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants