amortization_schedule
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
Loan Amortization Schedule — Full month-by-month amortization table with principal, interest, and balance columns.
Parameters schema
{
"type": "object",
"required": [
"principal",
"annual_rate"
],
"properties": {
"principal": {
"type": "number",
"description": "Loan principal"
},
"term_years": {
"type": "integer",
"description": "Term in years"
},
"annual_rate": {
"type": "number",
"description": "Annual rate as decimal, e.g. 0.05"
},
"term_months": {
"type": "integer",
"description": "Term in months (or use term_years)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries