rent_vs_buy
Compare total costs of renting versus buying a home over time, accounting for mortgage payments, equity, rent increases, and home appreciation to determine the more economical option.
Instructions
Compare total cost of renting vs buying over a given number of years.
Accounts for mortgage payments, equity built, opportunity cost of down payment, rent increases over time, and home appreciation. Returns which option is cheaper and by how much over the analysis period.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| home_price | Yes | Purchase price of the home | |
| down_payment_pct | Yes | Down payment percentage | |
| annual_rate_pct | Yes | Mortgage annual interest rate % | |
| years | Yes | Years of comparison (how long you plan to stay) | |
| monthly_rent | Yes | Current monthly rent for equivalent property | |
| annual_home_appreciation_pct | No | Expected annual home value appreciation % (historical avg ~3-4%) | |
| annual_rent_increase_pct | No | Expected annual rent increase % (historical avg ~3%) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||