annuity
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
Annuity Present / Future Value — Compute the present or future value of an ordinary annuity or annuity-due.
Parameters schema
{
"type": "object",
"required": [
"payment",
"rate",
"periods"
],
"properties": {
"due": {
"type": "boolean",
"description": "True for annuity-due (default ordinary)"
},
"mode": {
"enum": [
"pv",
"fv"
],
"type": "string",
"description": "pv or fv"
},
"rate": {
"type": "number",
"description": "Rate per period as a decimal"
},
"payment": {
"type": "number",
"description": "Payment per period"
},
"periods": {
"type": "integer",
"description": "Number of periods"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries