SAPTO with user-defined thresholds
new_sapto(
rebate_income,
new_sapto_tbl,
sapto.eligible = TRUE,
Spouse_income = 0,
fill = 0,
family_status = "single"
)
The rebate income of the individual.
Having the same columns as grattan:::sapto_tbl
, keyed on family_status.
Is the individual eligible for sapto?
Spouse income whose unutilized SAPTO may be added to the current taxpayer. Must match family_status
; i.e. can only be nonzero when family_status != "single"
.
If SAPTO was not applicable, what value should be used?
Family status of the individual.