calculate_recurring_deposit
Calculate the maturity amount of a recurring deposit with quarterly compounding. Input monthly deposit, annual rate, and tenure in months.
Instructions
Recurring Deposit (RD) maturity for a fixed monthly deposit, quarterly compounding. Use for 'monthly bank RD maturity / interest'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| months | Yes | ||
| annual_rate | Yes | ||
| monthly_deposit | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |