depreciation
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
Depreciation Schedule Calculator — Straight-line or double-declining-balance schedule for an asset.
Parameters schema
{
"type": "object",
"required": [
"cost",
"useful_life_years"
],
"properties": {
"cost": {
"type": "number",
"description": "Asset cost in USD"
},
"method": {
"enum": [
"straight_line",
"double_declining"
],
"type": "string",
"description": "Depreciation method"
},
"salvage_value": {
"type": "number",
"description": "Salvage value at end of life, USD"
},
"useful_life_years": {
"type": "integer",
"description": "Useful life in years"
}
},
"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