Skip to content

Age pension couple asset test correction #148

@MatthewKatzen

Description

@MatthewKatzen

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions