calculate_home_vs_rent
Decide whether to buy or rent a home by comparing financial outcomes, including loan costs, rent, property appreciation, and investment returns, with a yearly breakdown and break-even analysis.
Instructions
Compare buying vs renting financial outcome.
Use when deciding between buying a home or renting.
Args: home_price: Property price in INR down_payment_percent: Down payment as % loan_interest_rate: Home loan interest rate % loan_tenure_years: Loan tenure monthly_rent: Current monthly rent annual_rent_increase: Expected rent increase %/year expected_property_appreciation: Property appreciation %/year investment_return: Return on invested down payment % analysis_years: Years to compare
Returns: Buy/rent comparison with yearly breakdown and break-even analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| home_price | Yes | Property price in INR | |
| monthly_rent | No | Current monthly rent in INR | |
| analysis_years | No | Years to compare | |
| investment_return | No | Return on invested down payment percentage | |
| loan_tenure_years | No | Loan tenure in years | |
| loan_interest_rate | No | Home loan interest rate percentage | |
| annual_rent_increase | No | Expected rent increase percentage/year | |
| down_payment_percent | No | Down payment as percentage | |
| expected_property_appreciation | No | Property appreciation percentage/year |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||