brrrr_analysis
Calculate comprehensive metrics for a BRRRR real estate deal: all-in cost, ARV margin, refinance cash-out, monthly cash flow, BRRRR Score (0-100), and 70% rule compliance. Make data-driven investment decisions.
Instructions
Analyze a BRRRR (Buy, Rehab, Rent, Refinance, Repeat) real estate deal. Returns all-in cost, ARV margin, refinance cash-out, monthly cash flow, BRRRR Score (0-100), 70% rule check, and full breakdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| purchasePrice | Yes | Purchase price in dollars | |
| arv | Yes | After Repair Value in dollars | |
| monthlyRent | Yes | Expected monthly rent in dollars | |
| rehabCosts | No | Total rehab costs | |
| closingCostsBuyPct | No | Closing costs percentage on purchase | |
| holdingCosts | No | Total holding costs during rehab | |
| vacancyRatePct | No | Vacancy rate percentage | |
| annualPropertyTax | No | Annual property tax | |
| annualInsurance | No | Annual insurance | |
| propertyMgmtPct | No | Property management as % of rent | |
| maintenancePct | No | Maintenance as % of ARV per year | |
| monthlyHoa | No | Monthly HOA | |
| monthlyUtilities | No | Monthly utilities | |
| monthlyOtherExpenses | No | Other monthly expenses | |
| refiLtvPct | No | Refinance LTV percentage | |
| refiRate | No | Refinance interest rate | |
| refiTermYears | No | Refinance loan term | |
| refiClosingCostsPct | No | Refinance closing costs percentage | |
| useInitialLoan | No | Whether initial purchase used a loan | |
| initialLoanAmount | No | Initial loan amount if used |