npv
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
Net Present Value (NPV) Calculator — NPV of a cash-flow series at a discount rate (index 0 = initial outlay).
Parameters schema
{
"type": "object",
"required": [
"discount_rate_pct",
"cash_flows"
],
"properties": {
"cash_flows": {
"type": "array",
"description": "Array of cash flows; index 0 is t=0 (often negative)"
},
"discount_rate_pct": {
"type": "number",
"description": "Discount rate as a PERCENT (10 = 10%)"
}
},
"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