bond_price
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
Bond Price Calculator — Fair value of a fixed-coupon bond given face value, coupon rate, market yield, and maturity.
Parameters schema
{
"type": "object",
"required": [
"coupon_rate",
"market_rate",
"years"
],
"properties": {
"years": {
"type": "number",
"description": "Years to maturity"
},
"frequency": {
"type": "integer",
"description": "Coupons per year (default 2)"
},
"face_value": {
"type": "number",
"description": "Face/par value (default 1000)"
},
"coupon_rate": {
"type": "number",
"description": "Annual coupon rate as a decimal"
},
"market_rate": {
"type": "number",
"description": "Annual market yield as a decimal"
}
},
"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