loan_amortization
Generate a loan amortization schedule with month-wise principal and interest splits, illustrating decreasing interest and increasing principal payments over time.
Instructions
Generate loan amortization schedule showing month-wise principal/interest split. Shows how the interest component decreases and principal component increases over time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| principal | Yes | ||
| annual_rate | Yes | ||
| tenure_years | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |