Negative-gearing stat
/v1/properties/{gnaf_id}/valuation/negative-gearing20¢ per callNegative-gearing stat at the finest available level: per-property cashflow scenarios (80% + 105% LVR), falling back to mesh-block then suburb investor-exposure.
Price: 20¢ per call.
Authorization
Request
The only values you send. Fields under Responses below are what comes back — you never pass those.
Path parameters
gnaf_idstringrequiredQuery parameters
Responses
Successful Response
levelstringalways returnedResolution the stat was found at: per-property, mesh-block, or suburb.
is_negatively_gearedbooleanmay be nullRent minus interest at 80% LVR is negative (property level).
net_cashflow_80lvrnumbermay be nullNet cashflow AUD/yr at the headline 80% LVR (property level).
net_cashflow_105lvrnumbermay be nullNet cashflow AUD/yr at the 105% equity-release scenario (property level).
net_cashflow_80lvr_wknumbermay be nullNet cashflow AUD/wk at 80% LVR (property level).
gross_yield_pctnumbermay be nullGross rental yield, already a percent (property level).
lvr_defaultnumbermay be nullHeadline-scenario LVR, 0-1 (property level).
rent_estimate_suspectbooleanmay be nullUpstream rent under-predicts — yield/cashflow indicative only (property level).
salstringmay be nullSuburb (SAL) name (mb/suburb level).
exposurenumbermay be nullShare of dwellings held by negatively-geared landlords, 0-1 (mb/suburb level).
tierstringmay be nullExposure tier (e.g. 'Very high', 'High', 'Medium', 'Low') (mb/suburb level).
private_rental_sharenumbermay be nullPrivate-rental share of dwellings, 0-1 (suburb level only).
share_tax_loss_makingnumbermay be nullShare of investor candidates that are tax-loss-making, 0-1 (mb/suburb level).
n_investor_candidatesintegermay be nullNumber of investor candidates scored (mb/suburb level).
realistic_lvrnumbermay be nullMean LVR among candidates, 0-1 (mb level only).
/v1/properties/{gnaf_id}/valuation/negative-gearingcurl --request GET \
--url 'https://api.microburbs.com.au/v1/properties/GANSW704074813/valuation/negative-gearing' \
--header 'Authorization: Bearer test'{
"data": {
"gross_yield_pct": 0.57,
"is_negatively_geared": true,
"level": "property",
"lvr_default": 0.8,
"net_cashflow_105lvr": -255336,
"net_cashflow_80lvr": -189996,
"net_cashflow_80lvr_wk": -3654,
"rent_estimate_suspect": true
}
}