Rent Roll Analysis Calculator Formula
Understand the math behind the rent roll analysis calculator. Each variable explained with a worked example.
Formulas Used
Gross Potential Rent (annual)
gross_potential_rent = gross_potentialCurrent Scheduled Income
current_annual_income = current_scheduledEffective Gross Income
effective_gross = effective_incomeAnnual Loss-to-Lease
annual_loss_to_lease = loss_to_leaseOccupancy Rate
occupancy_pct = num_units > 0 ? (occupied_units / num_units) * 100 : 0Average Rent as % of Market
avg_rent_to_market = market_rent > 0 ? (avg_current_rent / market_rent) * 100 : 0Variables
| Variable | Description | Default |
|---|---|---|
num_units | Number of Units | 8 |
avg_current_rent | Average Current Rent(USD) | 1350 |
market_rent | Current Market Rent(USD) | 1550 |
occupied_units | Occupied Units | 7 |
delinquency_pct | Collection Loss Rate(%) | 3 |
gross_potential | Derived value= num_units * market_rent * 12 | calculated |
current_scheduled | Derived value= occupied_units * avg_current_rent * 12 | calculated |
vacancy_loss | Derived value= (num_units - occupied_units) * market_rent * 12 | calculated |
loss_to_lease | Derived value= occupied_units * (market_rent - avg_current_rent) * 12 | calculated |
collection_loss | Derived value= current_scheduled * delinquency_pct / 100 | calculated |
effective_income | Derived value= current_scheduled - collection_loss | calculated |
How It Works
Rent Roll Analysis
A rent roll is a record of all rental income from a property. Analyzing it reveals the gap between current income and market potential, which is critical for investors evaluating acquisitions.
Key Metrics
Formula
Effective Gross Income = Scheduled Rent - Collection Loss GPR = Number of Units x Market Rent x 12 Loss-to-Lease = Occupied Units x (Market Rent - Average Current Rent) x 12
Value-Add Opportunity
The loss-to-lease represents a value-add opportunity. By renovating units and raising rents to market rate over time, investors can increase NOI and property value significantly.
Worked Example
8-unit property, 7 occupied at $1,350 average rent, market rent $1,550, 3% collection loss.
- 01Gross potential rent: 8 x $1,550 x 12 = $148,800
- 02Current scheduled income: 7 x $1,350 x 12 = $113,400
- 03Loss-to-lease: 7 x ($1,550 - $1,350) x 12 = $16,800
- 04Collection loss: $113,400 x 3% = $3,402
- 05Effective gross income: $113,400 - $3,402 = $109,998
- 06Occupancy rate: 7 / 8 = 87.5%
- 07Current rent as % of market: $1,350 / $1,550 = 87.1%
Ready to run the numbers?
Open Rent Roll Analysis Calculator