Parenting Payment Partnered (PPP)

This page is a direct rule-based guide for AU_FEDERAL_PARENTING_PAYMENT_PARTNERED (rule version 2025-26, effective 1 July 2025). It explains how partnered principal carers qualify, how the formula handles personal and partner income separately, the asset cap of $572,500 for the couple, and how PPP differs from the single-parent PPS path.

Don't want to read the full rule? Get a personalised report on every Australian government benefit you may qualify for in under 3 minutes.

Quick Answer

You may qualify when all of the following conditions are true: you have dependent children; your residency status is one of Australian citizen, permanent resident, special category visa, or other eligible visa; you are living in Australia; your partner status is partnered; your youngest child is under 6; and your combined household assets are below $572,500.

You are blocked if you are currently receiving any payment listed in the exclude set: Age Pension, Disability Support Pension, JobSeeker Payment, or Austudy.

Rate logic summary: base $740.30 per fortnight, then apply personal income reduction above $150 per fortnight at 40 cents per extra $1, with a floor cap at $0. Partner income is tested separately with a $1,415 per fortnight free area applied by the preprocessing layer before this rule runs.

What Is This Payment?

Parenting Payment Partnered (PPP) is the partnered branch of the Parenting Payment cluster. Inside the rule database it is tagged as a monetary primary Federal benefit and the entitlement scope is personal and ongoing. The scope note states that payment continues until the youngest child turns 6, then the person typically transitions to JobSeeker Partnered. This lifecycle window is shorter than the single branch (PPS continues until age 8) and the difference matters for both intake counselling and exit planning.

The administering body is Services Australia. The same policy URL covers PPS and PPP, but the legal classification differs: PPS is a pension-type payment (with pension supplement and a Pensioner Concession Card outcome), and PPP is an allowance-type payment that grants a Health Care Card rather than a Pensioner Concession Card. That allowance-vs-pension distinction also explains why the base rate is materially lower for PPP — there is no pension supplement attached.

The rule is built for partnered principal carers, not single carers. If the relationship status changes during the assessment, the system routes the case to the corresponding rule rather than adjusting the same one. The conflicts list in YAML lists PPS and JobSeeker Partnered as direct conflicts, which means PPP cannot coexist with either of those payments.

How Much Can You Get?

The amount block is defined as a formula paid fortnightly. Base is $740.30 per fortnight, recorded as the Mar 2026 official value confirmed against the Services Australia rate page. The note explicitly flags that PPP is an allowance-type payment and therefore does not attract the pension supplement that PPS includes.

Before income reduction, that base corresponds to about $19,247.80 per year (26 fortnights). The rule output display period is yearly, but the assessment mechanics remain fortnightly. Because the reduction logic is the same shape as PPS — a single taper step with a 40 percent slope — most claimants will receive a partial rate rather than the headline $740.30 once their personal income is considered.

Income reduction mode is cumulative with one step in this rule: when income_fortnightly is above $150, reduce payment by $0.40 for each $1 above threshold. The note clarifies that the personal income free area is $150 per fortnight, while the partner income free area is $1,415 per fortnight. Partner income is not part of this rule's income_reductions.steps list directly; instead it is handled by the preprocessing layer and any reduction is added to income_fortnightly before this rule's taper applies. The result is that the same single-slope formula handles both income streams in a unified way.

The amount floor cap is minimum $0. There is no negative payout path. If the combined personal-plus-partner reduction equals or exceeds the base, the estimated PPP is zero for that assessment point.

You can audit any PPP estimate with a short check: first confirm base $740.30; second compute the assessable excess of personal income over $150; third compute partner income excess over $1,415 (preprocessing layer attaches that to income_fortnightly); fourth multiply the combined excess by 0.4; fifth subtract from base; sixth apply the minimum cap at zero. The shape of the calculation is identical to PPS, but the numbers (base, threshold, asset cap) differ.

The rule stores an empty multiplier, empty reduces_if, and empty date_windows, which means no additional multiplicative factors, conditional penalties, or date-sliced formula branches are active. The core decision variables for amount in this rule version are the defined base $740.30, the single income threshold $150, the partner free area $1,415, the single reduction rate 0.4, and the hard lower bound at zero.

Eligibility Conditions

The eligibility block is an all set, so every item must pass.

  1. Dependent children: dependent_children = true.
  2. Residency status: in australian_citizen, permanent_resident, special_category_visa, other_eligible_visa.
  3. Presence: living_in_australia = true.
  4. Relationship status: partner_status = partnered. Single carers are routed to PPS instead.
  5. Youngest child age: youngest_child_age < 6. The note flags that this cap is two years lower than the PPS path; the difference is by design and reflects the policy choice that partnered carers transition to JobSeeker Partnered earlier.
  6. Combined assets: assets_total < 572500. The note records this as a v1 simplified cutoff for the couple; it is treated as a single hard cap rather than a homeowner-vs-non-homeowner split in this rule version.

Required fields are explicit: dependent children, residency status, partner status, youngest child age, fortnightly income, total assets, and living-in-Australia status. Partner income details are listed separately in evidence_required because the partner income test happens before this rule runs.

The required-field list and the eligibility list intentionally overlap. The required fields define the minimum data intake; the eligibility conditions define the pass/fail logic. If any required field is missing at intake, the rule cannot be evaluated deterministically. If all required fields are present but one eligibility test fails, the result is not payable under PPP even if every other field passes.

The exclude block disqualifies anyone currently receiving Age Pension, Disability Support Pension, JobSeeker Payment, or Austudy. Claimants moving from JobSeeker Partnered to PPP after a new birth need to close the JobSeeker claim before lodging PPP, otherwise the exclude branch triggers and the new claim returns not eligible until the system reconciles.

How To Apply

Application metadata defines three channels: online, service centre, and phone. The rule apply URL is Services Australia's Parenting Payment claim page, which serves both PPS and PPP intake; the form steers the claimant into the correct branch once partner status is captured.

Evidence requirements are explicitly listed in the rule and should be prepared in advance:

Two practical tips help with PPP. First, prepare partner income evidence at intake even if the partner is not the claimant; the partner income test happens before this rule's amount runs, and missing partner data is a frequent cause of estimate-vs-final mismatches. Second, if either member of the couple is currently receiving an excluded payment (JobSeeker, Austudy, etc.), close that claim or confirm transition timing with Services Australia before lodging the PPP claim.

Apply on the official Services Australia page

Rule-Based Scenarios

Scenario 1: passes core conditions, no reduction

A partnered parent in Adelaide has a 2-year-old child, combined household assets of $180,000, fortnightly personal income of $100, and partner fortnightly income of $1,200. All eligibility gates pass, personal income is below the $150 threshold, and partner income is below the $1,415 free area. Estimated amount remains at the base $740.30 per fortnight.

Scenario 2: personal income above threshold, partial reduction

A partnered parent has a 4-year-old, assets $200,000, personal income $300 per fortnight, partner income $1,000 per fortnight. Personal income is above the $150 threshold by $150; reduction is $60 (40 percent of $150). Partner income is below the $1,415 free area, so no partner-side adjustment flows in. Estimated PPP is $680.30 per fortnight, equal to base $740.30 minus $60.

Scenario 3: partner income high enough to reduce

A partnered parent has a 1-year-old, assets $300,000, personal income $100, partner income $1,800. Personal income is below threshold so personal taper is zero. Partner income is $385 above the $1,415 free area; the preprocessing layer attaches that excess to income_fortnightly before this rule's taper. The combined excess of $385 is multiplied by 0.4 to reduce $154. Estimated PPP is $586.30 per fortnight.

Scenario 4: fails due to youngest child age

A partnered parent has a youngest child aged exactly 6 on the assessment date. The eligibility test youngest_child_age < 6 fails. The rule returns not eligible for PPP. The same household would typically transition to JobSeeker Partnered for ongoing income support, which is the policy-designed exit path captured in the entitlement scope note.

Common Mistakes

Related Rules And Interactions

The conflicts list and affects list in YAML define interaction behavior:

These are direct relationship declarations from the rule and should be treated as deterministic for this policy version.

Frequently Asked Questions

What is the exact base amount recorded for PPP in this rule?

$740.30 per fortnight from 1 July 2025. PPP is allowance-type and does not include the pension supplement.

How does PPP handle partner income differently from personal income?

Personal income has a $150 per fortnight free area and tapers at 40 cents per dollar above. Partner income has a separate $1,415 per fortnight free area and the excess is added to income_fortnightly by the preprocessing layer before this rule applies its 40 cents per dollar taper.

What residency values does this rule accept?

Australian citizen, permanent resident, special category visa, and other eligible visa.

Why is the asset cap higher than for PPS?

PPP assesses combined household assets for a couple, so the $572,500 cap is set higher than the $314,000 PPS single cap. It is still a single hard cutoff in this rule version.

What card does a PPP recipient get?

A Health Care Card. The affects list explicitly auto-includes the HCC because PPP is classified as an allowance-type payment, not a pension-type payment.

What happens when the youngest child turns 6?

PPP eligibility ends because the rule requires youngest_child_age < 6. Most claimants transition to JobSeeker Partnered to continue income support, which is the path identified in both the entitlement scope note and the conflicts list.

Find every Australian government benefit you're entitled to

Benefit Check uses the same rule engine behind this page to scan all 272 federal and state benefits. Answer a short questionnaire and get your full eligibility list with calculated amounts.