Skip to main content
Back to Valuation App
Valuation method module

Income Capitalisation

Capitalise sustainable net income at a market-derived yield. The primary method for income-producing investment property.

method.income-capitalisationv3.2.0Either: Insitive-hosted OR in-house API

Methodology

The income capitalisation approach values a property by dividing its sustainable net operating income (NOI) by a market-derived capitalisation rate. The cap rate reflects the yield investors are accepting on comparable assets at the valuation date.

The Insitive module assembles the income statement from your tenancy schedule, applies a market-justified vacancy allowance and opex ratio, then derives an indicated value net of stamp duty, legals and agent fees. The gross and net initial yields implied by the result are reported so the cap-rate evidence can be cross-checked against settled investment sales in your sub-market.

When to use it

  • CBD and metropolitan office assets.
  • Retail strips, large-format retail and shopping centres.
  • Industrial, logistics and warehousing.
  • Stabilised build-to-rent and student accommodation.

Standards & references

  • IVS 105 — Valuation Approaches and Methods (Income Approach), IVS 2025.
  • IVS 104 — Bases of Value (Market Value).
  • API Professional Practice 2021 — Australian Property Institute (adopts IVS).
  • AASB 13 — Fair Value Measurement (Level 3 inputs and disclosures).

Plugin interface

Every method is a self-contained module that plugs into the Valuation App. It exposes a typed input/output schema so it can be invoked from a report writer, a workflow, or your own backend.

Inputs
  • tenancy : TenancySchedule
    Per-tenant gross income, lease term, reviews.
  • vacancy : Ratio
    Long-run vacancy and bad debt allowance.
  • opex : Ratio | Money
    Operating expenses (ratio of EGI or absolute).
  • capRate : Ratio
    Market capitalisation rate at the valuation date.
Outputs
  • noi : Money
    Net operating income.
  • grossValue : Money
    Gross capitalised value.
  • netValue : Money
    Net of acquisition costs.