investment_fee
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
Investment Fee Impact Calculator — How much an expense ratio costs over time — ending balance with vs without fees, and total fee drag.
Parameters schema
{
"type": "object",
"required": [
"initial_investment",
"years"
],
"properties": {
"years": {
"type": "number",
"description": "Investment horizon in years"
},
"gross_return": {
"type": "number",
"description": "Gross annual return before fees as a PERCENT (default 7)"
},
"expense_ratio": {
"type": "number",
"description": "Annual fee/expense ratio as a PERCENT (default 0.5)"
},
"initial_investment": {
"type": "number",
"description": "Starting investment in USD"
},
"annual_contribution": {
"type": "number",
"description": "Amount added each year in USD"
}
},
"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