calculate_hajj_savings
Calculate monthly savings needed for Hajj pilgrimage, factoring in existing savings and halal investment returns to reach a target cost by a set year.
Instructions
Calculate the monthly savings needed to fund a Hajj pilgrimage by a target year. Accounts for existing savings and halal investment returns (sukuk/equity). Example queries: 'how much to save monthly for Hajj costing $8000 in 5 years', 'hajj savings plan with ₹50000 already saved, 6% return, 3 years'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hajj_cost_target | Yes | Total estimated cost of Hajj in today's currency. | |
| years_to_hajj | Yes | Number of years until Hajj trip. | |
| current_savings | No | Existing savings already set aside. | |
| expected_annual_return | No | Expected annual halal investment return as decimal (e.g. 0.06 for 6%). |