Identical to the age_pension except for those under 21.
disability_pension(fortnightly_income = 0, annual_income = 26 * fortnightly_income, assets_value = 0, fy.year = NULL, Date = NULL, age = 21L, has_partner = FALSE, n_dependants = 0L, lives_at_home = FALSE, independent = FALSE, per = c("year", "fortnight"), ...)
| fortnightly_income, annual_income | Income for the means test |
|---|---|
| assets_value | Value of assets for the assets test. |
| fy.year, Date | Either the financial year and Date in which the pension is paid. Only `fy.year = "2015-16"` is implemented. |
| age | Age of the individual, only relevant for those under 21. |
| has_partner | (logical, default: |
| n_dependants | Integer number of dependent children. |
| lives_at_home | (logical, default: |
| independent | (logical, default: |
| per | One of |
| ... | Other arguments passed to |