agent402.tools Fixed-Income Desk Workflow is a paid API for AI agents from agent402.tools, paid per call via x402, $0.017/call, status unknown (last checked 2026-09-15).
Runs a bundled fixed-income analysis workflow: fetches the live Treasury curve, recession-signal spread, inflation context, then prices and yields a specific coupon bond at current rates
Bundled execution of the Fixed-income desk workflow - Read the rate environment and price a bond in one workflow: the live Treasury curve, the recession-signal spread, inflation context, then price and yield a specific coupon bond at current rates. One x402 payment runs 5 underlying tools (treasury-yield-curve, yield-curve-spread, bond-price, bond-ytm, cpi-yoy); partial-success per step.
A bundled response containing: the current live Treasury yield curve, a recession-signal credit spread indicator, current inflation context, and the computed price and yield of the specified coupon bond at today's rates.
POSThttps://agent402.tools/api/skill/fixed-income-deskUse this endpoint when you need a one-call bundled fixed-income workflow that combines live macro context (Treasury curve, recession spread, inflation) with bond pricing for a specific coupon — ideal for agents that need end-to-end fixed-income analysis without chaining multiple data calls.
| Field | Type | Description |
|---|---|---|
| couponRate | string | Bond annual coupon rate as a decimal (e.g. 0.05) |
{
"type": "json",
"example": {
"args": {
"couponRate": "0.05"
},
"pack": "fixed-income-desk",
"steps": [
{
"ok": true,
"slug": "treasury-yield-curve",
"result": {}
},
{
"ok": true,
"slug": "yield-curve-spread",
"result": {}
},
{
"ok": true,
"slug": "bond-price",
"result": {}
},
{
"ok": true,
"slug": "bond-ytm",
"result": {}
},
{
"ok": true,
"slug": "cpi-yoy",
"result": {}
}
],
"summary": "5/5 steps succeeded"
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"