Methodology

PlainStudentAid is built on three official Australian government datasets. This page explains exactly how we collect, store, transform and present each one, so you can verify our work against the original source at any time.

1. HECS-HELP Repayment Thresholds and Rates

Source: Australian Taxation Office, HELP, TSL and SFSS repayment thresholds and rates (ato.gov.au).

The ATO publishes each financial year's repayment schedule after the Federal Budget. From 1 July 2025 the Making Student Loan Repayments Fairer reform replaced the old stepped schedule with a marginal system; we mirror its bands (nil below $67,000, 15% from $67,000 to $125,000, 17% from $125,000 to $179,285, then 10% of total income above $179,285) into our hecs_thresholds table, primary-keyed on (tax_year, threshold_min). The calculator reads this table at render time, there is no hard-coded copy of the rates inside the page templates.

2. Indexation Rules

From 1 June 2024 onwards, the indexation factor applied to outstanding HECS-HELP balances is the lower of CPI or WPI, measured over the year to 31 March, per the Higher Education Support Amendment Act 2024. We display the indexed balance projection alongside your repayment schedule using the published indexation factor for the most recent cycle and a smoothed forward projection for future years.

3. University and Course Data

Source: Department of Education, Higher Education Statistics (data.gov.au).

We pull the annual enrolment release (typically published in November), normalise the institution names, infer slugs from canonical names, and store the cleaned data in our universities and degrees tables. We surface state grouping (NSW, VIC, QLD, WA, SA, TAS, ACT, NT), institution type (Group of Eight, ATN, IRU, Regional Universities Network), and indicative student-contribution amount per cluster.

Coverage: we currently profile 39 of Australia's roughly 43 TEQSA-registered universities, all Table A public universities plus Bond University and the University of Notre Dame Australia (the two largest private universities by enrolment). We do not yet include the smaller specialist private universities or international branch campuses operating in Australia, since verified degree-level Commonwealth Supported Place cost data was not yet available for those at launch. See the TEQSA national register for the complete list of all registered higher-education providers.

Average rankings: when we rank fields or states by a mean (average indicative HECS-HELP cost by field; mean international share by state), we apply a minimum-sample floor, state that floor in the lede, anchor #1 to the eligible cohort median, and note that averages remain volatile just above the floor. Absolute enrolment totals are not floored. Field averages require at least 10 programs; state mean international-share rankings require at least 3 universities in the state.

Corpus placement (#N of M)

Every university profile states where that provider sits in PlainStudentAid's own profiled corpus. Placement is computed with SQL ROW_NUMBER over the same universities rows the detail pages render, never hand-picked and never invented as a quality score.

  • Enrolment size - rank among all profiled universities with a positive enrolment figure, largest first. This is a size ladder from the Department of Education higher-education statistics release, not a judgment that bigger is better.
  • QS World University Ranking placement - rank among universities with a published QS world rank in our table, best (lowest) QS number first. Enrolment size and QS placement often diverge (a large metropolitan provider can lead enrolment while a smaller research university leads QS).

The Callout on each university page names the applicable signals and links here so the derivation stays visible.

4. Services Australia Youth Payment Rates

Source: Services Australia, Youth Allowance, Austudy and ABSTUDY payment rates (servicesaustralia.gov.au).

Services Australia updates these rates twice a year on 20 March and 20 September. Our centrelink_rates table is keyed on (effective_from, payment_type, situation), allowing historical comparison and forward-looking estimates.

Verification and Quality Checks

Every processing stage records its version internally. Before any release, we run an automated check that the record count in each source dataset matches expectations, and that no threshold or rate value is missing or out of expected range. If any check fails, the release is held until our editorial process has inspected the discrepancy against the original government source.

Editorial pipeline

Explanatory prose on this site is compiled by our editorial process from official source data - ATO published rate tables, data.gov.au higher- education statistics, and Services Australia rate notices. Every numeric value - every threshold, every rate, every calculator output, every chart - is drawn directly from the current dataset, with the official source publication as the authoritative reference. Any number you see on PlainStudentAid is traceable to a source record, which is itself traceable to a published government dataset.

Independence

PlainStudentAid is not affiliated with the Australian Taxation Office, Services Australia, the Department of Education, or any university listed on this site. We accept no payment from any entity we cover. Our only revenue source is Google AdSense and standard programmatic display advertising. Editorial decisions about what to cover, how to frame it, and which datasets to include are made by PlainStudentAid staff without input from any third party.

Update cadence

Each dataset has its own update cadence driven by the upstream publisher: ATO repayment thresholds update annually in May or June after the Federal Budget; Services Australia rates update twice a year on 20 March and 20 September with the CPI indexation cycle; data.gov.au higher-education statistics update annually with a typical 6-12 month publication lag from reference year. We refresh our data after each upstream release and bump the data-vintage timestamp on every affected page. The site footer shows the date of the most recent successful pipeline run for the underlying dataset, and the per-page modifiedTime in our metadata reflects the last time that particular page's data was refreshed.

Reproducibility

Our data-loading scripts are version-controlled and the seed data we use for the calculator is reproducibly listed in our source code. The full schema - tables for HECS thresholds, universities, degrees, Centrelink rates and lookup stats, is documented in the same file. We commit to making any future schema changes transparent here so external researchers can replicate or critique our calculations.

Download the HECS and university extract cited on this page: hecs-university-statistics.csv (CC BY 4.0).

This page identifies the source records and data vintage used for its figures. This methodology page documents exactly how every figure on the site is sourced and computed. Nothing here is financial advice; for any decision that matters, follow the primary source and consult a qualified professional (see our disclaimer). See also our editorial standards & corrections policy, the methodology behind these numbers, or report a data error. Data current as of FY 2025-26.