The Renewable Energy Target (RET) is Australia’s two-scheme renewable certificate framework:
Liable entities (mostly electricity retailers) must surrender LGCs to meet the annual LRET target and STCs to meet the annual small-scale percentage. The shortfall charge caps the price: AUD 65 per MWh (pre-tax) for LGCs; AUD 40 per STC.
A retailer with 10 TWh (= 10,000,000 MWh) of liable acquisitions and an LRET target of 18 per cent must surrender 1,800,000 LGCs. If they surrender 1,700,000 and no grandfathered arrangements apply, the shortfall is 100,000 LGCs, and the shortfall charge is AUD 6.5m (pre-tax).
# Cumulative LGC issuances
cer_reconcile(
value = sum(stations$capacity_mw, na.rm = TRUE) * 1e3, # rough
quarter = "2024-Q4",
measure = "lgc_cumulative_issuances_millions"
)The rough check using capacity is a weak proxy; real reconciliation would use the published LGC issuance register. This vignette is illustrative of the reconciliation pattern.