rent_vs_buy_calc
Compare the financial outcomes of renting versus buying a home using key inputs like rent, price, down payment, interest rate, and time horizon.
Instructions
Compare the financial impact of renting vs buying a home.
Parameters:
monthly_rent — Monthly rent amount.
home_price — Home purchase price.
down_payment — Down payment amount.
rate — Mortgage interest rate.
years — Time horizon in years (default: 5).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| monthly_rent | Yes | ||
| home_price | Yes | ||
| down_payment | Yes | ||
| rate | Yes | ||
| years | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |