+ Sales Price{{ main.arv | number:0 }}
Property Income{{ totalRev = finalRev() | number:0 }}
Total Income{{ main.arv + totalRev | number:0 }}
Purchase Price{{ main.purchase | number:0 }}
{{ classB }} Costs{{ totalRehab | number:0 }}
Closing Costs{{ totalAcq | number:0 }}
Financing Costs{{ totalLoan = finalLoan() | number:0 }}
Holding Costs

Also referred to as carrying costs. The cost of holding the property including taxes, insurance and utilities. Enter the annual amount in the Holding tab. This amount will adjust based on your project timeline.

{{ totalHolding = finalHolding() | number:0 }}
Selling Costs{{ totalSelling | number:0 }}
- Total Costs{{ totalDeal = main.purchase + totalAcq + totalRehab + totalLoan + totalHolding + addSelling() | number:0 }}
Profit / Loss{{ result = main.arv + totalRev - totalDeal | number:0 }}
{{ main.term }} Month{{ showPlural }}
Sales Price (ARV)

What you believe the property will sell for once the repairs are complete. Also referred to as the After Repair Value.

Purchase Price
Down Payment
{{ (main.purchase * ((100 - loan.ltv)/100)) + totalAcq | number: 0}}
Financing
{{ propInfo.class }}
Income
Add Row +
Total {{ propInfo.class }}
{{ calcRehab() | number:0 }}
Contingency ({{ settings.contAMT }}%)
{{ contA | number:0 }}
{{ contB | number:0 }}
Total {{ propInfo.class }}
{{ totalRehab = selectRehab() | number:0 }}
Linked to Project
Appraisal
Inspection
Origination Fee (%)

An origination fee is a fee charged by a lender to originate a loan. Also, referred to as points. The fee is a percentage of the total loan amount.

For example, if a lender charges a 1% origination fee and you receive a loan for $100,000, a $1,000 origination fee would be owed.

Lender Fees

Enter fixed fees that a lender charges. For example, many lenders will charge a processing, document or underwriting fee.

Legal Fees
Other
Total Closing
{{ totalAcq = returnAcq() | number:0}}
Loan Amount
{{ loanAmt = (main.purchase * ((loan.ltv)/100)) + (totalRehab * ((loan.rehab)/100)) | number: 0}}
Interest Rate (%)
Amort.(Years)
Interest Only?
Monthly Cost
{{ monthlyLoan = loanResult() | number:0}}
Annual Cost
{{ loanResult() * 12 | number:0}}
Rental
Laundry
Other
Vacancy Loss (%)

The percentage of income you anticipate on losing due to rental vacancies.

Monthly Income
{{ monthlyRev = calcRevenue() | number:0}}
Annual Income
{{ calcRevenue() * 12 | number:0}}
Property Taxes
Insurance
Utilities
Maintenance
HOA
Other
Monthly Cost
{{ monthlyExp = returnHolding() / 12 | number:0}}
Annual Cost
{{ returnHolding() | number:0}}
Realtor Fee (%)
Fixed Costs
Taxes
Include in Summary?
Total Selling
{{ totalSelling = (main.arv * (disp.realtor/100)) + disp.selling + disp.taxes | number:0 }}