Docs Guides Supported Awards

Supported Awards

The engine supports deterministic pay calculations for 11 Australian Modern Awards.

An additional 111 awards are available for browsing and knowledge queries via the GET /awards endpoint.

Calculation-enabled awards

Award CodeAward NameClassificationsOrdinary HoursDaily MaxCasual Loading
MA000002Clerks — Private Sector Award 20201038h/wk10h25%
MA000003Fast Food Industry Award 2020438h/wk10h25%
MA000004General Retail Industry Award 2020838h/wk9h25%
MA000005Hair and Beauty Industry Award 2020638h/wk10h25%
MA000009Hospitality Industry (General) Award 2020738h/wk11.5h25%
MA000010Manufacturing and Associated Industries Award 20201838h/wk8h25%
MA000020Building and Construction General On-site Award 20201438h/wk8h25%
MA000084Storage Services and Wholesale Award 2020varies38h/wk10h25%
MA000100Professional Employees Award 20201338h/wk10h25%
MA000119Restaurant Industry Award 2020varies38h/wk10h25%
MA000121Cleaning Services Award 2020338h/wk10h25%

How to get classifications

Use the Award Detail endpoint to retrieve valid classification codes:

curl /api/v1/awards/MA000009/classifications \
  -H "Authorization: Bearer ak_KEY:sk_SECRET"

Unsupported awards

If you call calculate-pay with an award code that is not in the list above, you will receive:

{
  "detail": "Award MA000001 is not available for deterministic calculations"
}

Use GET /awards and filter by has_normalized_rules: true to programmatically discover which awards are supported.

Rate sources

All pay rates are sourced from the Fair Work Commission’s published award instruments. Weekly rates are canonical (from Schedule B of each award), and hourly rates are derived as weekly_rate / ordinary_hours_per_week.