AgentSkillsCN

fixed-income-bonds

适用于量化研究、系统实施及生产管控的固定收益债券工作流。当任务涉及曲线构建、久期—凸性风险以及利差分解时,可选用此类工作流。

SKILL.md
--- frontmatter
name: fixed-income-bonds
description: "Fixed Income Bonds workflows for quantitative research, implementation, and production controls. use when tasks involve curve construction, duration-convexity risk, and spread decomposition."

Fixed Income Bonds

objective

Execute fixed income bonds work with reproducible research, explicit controls, and deployable outputs.

workflow

  1. define objective function, constraints, and benchmark selection.
  2. construct allocations with explicit cost and capacity assumptions.
  3. attribute active return into factor, selection, and implementation terms.
  4. stress portfolio under macro, liquidity, and concentration shocks.
  5. rebalance only when expected benefit exceeds turnover and impact costs.

required diagnostics

  • active-risk attribution by factor, sector, and region.
  • tracking-error drift and benchmark mismatch diagnostics.
  • turnover concentration and implementation-cost drag.
  • scenario outcomes for correlated drawdown events.
  • curve-fit stability across tenors
  • duration and spread shocks under liquidity stress

risk controls

  • enforce concentration, leverage, and liquidity constraints.
  • enforce turnover caps and rebalance cooldown windows.
  • enforce benchmark and mandate compliance checks.

outputs

  • run python scripts/fixed_income_bonds_diagnostics.py input.csv --output diagnostics.json and keep the json artifact.
  • write an implementation memo using references/fixed-income-bonds-playbook.md with assumptions, tests, limits, and rollout plan.

resources

  • use scripts/fixed_income_bonds_diagnostics.py for deterministic diagnostics.
  • use references/fixed-income-bonds-playbook.md for the domain-specific checklist and delivery structure.