← Back to list
fixed-income Checked
[STUB] Bond pricing, yield curves, duration and convexity analysis, and DeFi lending rate modeling
7.7Overall rating
Installation
🤖 Install via AI
Copy the prompt below and send it to your AI assistant (e.g. Claude Code) — it will follow the instructions and install automatically.
Install the "fixed-income" skill by following the instructions at https://skill123.me/install/fixed-income.
⌨️ Command line install
Run in your terminal — downloads and installs to ~/.claude/skills/.
curl -fsSL https://skill123.me/install/fixed-income.sh | bash
📦 Download ZIP
Download the zip and extract it into your skills directory (e.g. ~/.claude/skills/), then restart your session.
⬇ Download v1.0.0 · 10 KBAbout this skill
Overview
[STUB] Bond pricing, yield curves, duration and convexity analysis, and DeFi lending rate modeling
Source
- Repo: https://github.com/agiprolabs/claude-trading-skills
- Path: skills/fixed-income
Score breakdown
Trigger
6.0
Description tagged [STUB] lists intended scope (bond pricing, yield curves, duration/convexity, DeFi lending rates) but no when/when-not; much of the promised scope is unimplemented, though the STUB tag mitigates the promise gap.
Structure
8.7
202-line SKILL.md, one reference (planned features/roadmap), one script; structure is clean but planned_features.md is largely roadmap documentation rather than usable reference material.
Workflow
5.6
Current executable capability is limited to running bond_calculator.py --demo; no workflow for the advertised yield-curve or DeFi rate analysis; Newton-solver convergence handling and the demo mode are the main guards/verification; most sections describe future work instead of how to do things now.
Content
8.0
Formulas are clearly presented and the calculator docstrings are precise; heavy planned-features tables are background rather than action guidance.
Engineering
10.0
Valid frontmatter; script has shebang, stdlib-only, usage example; all referenced paths exist.
Security
10.0
6.0 manifest: no network destinations, no credential access, no side effects, no persistence. Capabilities match declared scope. Explicit no-financial-advice disclaimer included. No injection, no secrets, no destructive commands.
Self-declared STUB: a working stdlib bond calculator (price, YTM via Newton solver, duration, convexity) plus extensive planned-features documentation (yield curve bootstrapping, Nelson-Siegel, DeFi lending rate analysis). Honesty about stub status is good and the [STUB] tag in the description manages expectations, but most content is aspirational rather than executable. Positive compliance note: explicit 'informational and analytical only, does not provide financial advice' disclaimer. 6.0 manifest: no network, no env/credential reads, no file writes, no persistence; script is pure-stdlib offline; capabilities (modest) match declared scope with no undeclared gaps.
