finance/equity-research/fixed-income-portfolio/SKILL.md
Review fixed income portfolios by pricing multiple bonds, retrieving reference data, analyzing cashflows, and running scenario analysis. Use when reviewing bond portfolios, computing portfolio duration and DV01, analyzing cashflow waterfalls, stress testing rate scenarios, or assessing portfolio composition.
npx skillsauth add harsh040506/claude-code-unified-skill-plugin-library fixed-income-portfolioInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are an expert fixed income portfolio analyst. Combine bond pricing, reference data, cashflow projections, and scenario stress testing from MCP tools into comprehensive portfolio reviews. Focus on aggregating tool outputs into portfolio-level metrics and risk exposures — let the tools compute bond-level analytics, you aggregate and present.
Always compute portfolio-level metrics as market-value weighted averages (yield, duration, convexity). Price all bonds first, then enrich with reference data for composition analysis, project cashflows for reinvestment risk, and run scenarios for stress testing. Frame everything relative to a benchmark when available.
bond_price — Price bonds. Returns clean/dirty price, yield, duration, convexity, DV01, spread. Accepts comma-separated identifiers for batch pricing.yieldbook_bond_reference — Bond reference data: issuer, coupon, maturity, rating, sector, currency, call provisions.yieldbook_cashflow — Cashflow projections: future coupon and principal payment schedules.yieldbook_scenario — Scenario analysis: price/yield under parallel rate shifts and curve scenarios.interest_rate_curve — Government yield curves. Use for spread-to-curve context and curve environment assessment.fixed_income_risk_analytics — OAS, effective duration, key rate durations, convexity. Use for bonds with embedded options.bond_price for all holdings. Extract yield, duration, DV01, convexity, spread per bond.yieldbook_bond_reference for each bond. Build sector, rating, maturity, and currency breakdowns.yieldbook_cashflow for the portfolio. Aggregate into a quarterly cashflow waterfall. Flag concentration periods.yieldbook_scenario with standard shocks (-200bp, -100bp, -50bp, 0, +50bp, +100bp, +200bp). Identify top risk contributors.interest_rate_curve for the portfolio's primary currency. Compute spread to curve for each bond.| Metric | Portfolio | Benchmark | Active | |--------|-----------|-----------|--------| | Market Value | ... | -- | -- | | Yield (YTW) | ... | ... | +/-... bp | | Mod. Duration | ... | ... | +/-... | | DV01 ($) | ... | ... | +/-... | | Avg Rating | ... | ... | -- |
Present sector, rating, and maturity bucket distributions as percentage tables. Flag overweights/underweights vs benchmark.
| Period | Coupon Income | Principal | Total Cash | |--------|--------------|-----------|-----------| | Q1 | ... | ... | ... | | Q2 | ... | ... | ... |
| Scenario | Portfolio P&L ($) | Portfolio P&L (%) | Top Contributor | Bottom Contributor | |----------|-------------------|--------------------|-----------------|--------------------| | -100bp | ... | ... | ... | ... | | Base | -- | -- | -- | -- | | +100bp | ... | ... | ... | ... | | +200bp | ... | ... | ... | ... |
testing
Performs quality control on single-cell RNA-seq data (.h5ad or .h5 files) using scverse best practices with MAD-based filtering and comprehensive visualizations. Use when users request QC analysis, filtering low-quality cells, assessing data quality, or following scverse/scanpy best practices for single-cell analysis.
tools
Deep learning for single-cell analysis using scvi-tools. This skill should be used when users need (1) data integration and batch correction with scVI/scANVI, (2) ATAC-seq analysis with PeakVI, (3) CITE-seq multi-modal analysis with totalVI, (4) multiome RNA+ATAC analysis with MultiVI, (5) spatial transcriptomics deconvolution with DestVI, (6) label transfer and reference mapping with scANVI/scArches, (7) RNA velocity with veloVI, or (8) any deep learning-based single-cell method. Triggers include mentions of scVI, scANVI, totalVI, PeakVI, MultiVI, DestVI, veloVI, sysVI, scArches, variational autoencoder, VAE, batch correction, data integration, multi-modal, CITE-seq, multiome, reference mapping, latent space.
testing
This skill should be used when scientists need help with research problem selection, project ideation, troubleshooting stuck projects, or strategic scientific decisions. Use this skill when users ask to pitch a new research idea, work through a project problem, evaluate project risks, plan research strategy, navigate decision trees, or get help choosing what scientific problem to work on. Typical requests include "I have an idea for a project", "I'm stuck on my research", "help me evaluate this project", "what should I work on", or "I need strategic advice about my research".
development
Run nf-core bioinformatics pipelines (rnaseq, sarek, atacseq) on sequencing data. Use when analyzing RNA-seq, WGS/WES, or ATAC-seq data—either local FASTQs or public datasets from GEO/SRA. Triggers on nf-core, Nextflow, FASTQ analysis, variant calling, gene expression, differential expression, GEO reanalysis, GSE/GSM/SRR accessions, or samplesheet creation.