Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Analyzing Convertible Bonds

ASecurity

Evaluates convertible bond structures with equity sensitivity, credit floor, and Greeks calculation. Use when analyzing convertibles, calculating conversion premiums, or evaluating hybrid instruments.

22 stars
0 votes
0 copies
0 views
Added 9/20/2026
researchexpress

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add lev-os/agents --skill analyzing-convertible-bonds --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Analyzing Convertible Bonds?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Analyzing Convertible Bonds
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/lev-os-analyzing-convertible-bonds/badge)](https://www.skillsdirectory.com/skills/lev-os-analyzing-convertible-bonds)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: analyzing-convertible-bonds
description: Evaluates convertible bond structures with equity sensitivity, credit floor, and Greeks calculation. Use when analyzing convertibles, calculating conversion premiums, or evaluating hybrid instruments.
tags:
  - analysis
  - fixed-income
  - credit
metadata:
  author: casemark
  practice_areas:
    - Fixed Income
    - Credit Research
    - Bond Trading
  document_types:
    - Analysis Report
  skill_modes:
    - Analysis
---
# Analyzing Convertible Bonds

## When To Use

- Evaluating a new convertible bond issuance for investment suitability
- Calculating conversion premium, parity, and breakeven horizon for an existing position
- Determining the credit floor (bond floor / investment value) to assess downside protection
- Analyzing equity sensitivity (delta) and Greeks for hedging or relative-value trades
- Comparing convertible structures across issuers or maturities (mandatory vs. optional conversion, contingent conversion triggers, make-whole provisions)
- Assessing forced-conversion risk or call-spread overlay economics

## Inputs To Gather

- **Bond terms**: coupon rate, maturity, par value, conversion ratio, conversion price, call schedule (hard call / soft call dates and prices), put schedule if any
- **Issuer credit profile**: credit rating (Moody's/S&P/Fitch), CDS spread or comparable straight-debt spread, sector, leverage metrics
- **Equity data**: current stock price, dividend yield, historical and implied volatility, borrow cost
- **Market data**: risk-free rate curve, credit spread curve for the issuer's rating tier, recovery assumption
- **Structure specifics**: contingent conversion (CoCo) triggers, make-whole fundamental change provisions, cash/share/combo settlement, reset features, cap/floor on conversion ratio
- **Portfolio context** (if applicable): existing equity or credit exposure to the issuer, hedging objectives

## Workflow

1. **Parse the indenture terms**
   - Extract conversion ratio, conversion price, coupon, maturity, call/put schedule, and any contingent features
   - Identify settlement method (physical, cash, net-share) — this affects delta hedging and tax treatment [VERIFY: settlement method and tax treatment vary by jurisdiction]

2. **Calculate core metrics**
   - **Conversion parity** = conversion ratio × current stock price
   - **Conversion premium** = (bond price − parity) / parity, expressed as %
   - **Premium payback period** = conversion premium / (coupon yield − dividend yield on equivalent shares); flag if dividend yield exceeds coupon yield (negative carry)
   - **Bond floor (investment value)** = PV of coupon and principal cash flows discounted at issuer's straight-debt yield; this is the credit floor
   - **Risk premium over bond floor** = (bond price − bond floor) / bond floor

3. **Assess equity sensitivity and Greeks**
   - **Delta**: estimate via a convertible pricing model (binomial tree or Black-Scholes adjusted for credit) — typical ranges: busted (<0.2), hybrid (0.3–0.7), equity-like (>0.8)
   - **Gamma**: rate of delta change; highest near the conversion price — relevant for gamma-trading strategies
   - **Vega**: sensitivity to implied vol; long vega is a core convertible feature
   - **Rho**: interest-rate sensitivity of the bond floor component
   - **Theta**: time decay of the embedded option; accelerates approaching maturity or hard-call date

4. **Evaluate credit component**
   - Compare bond floor to par to gauge downside cushion
   - Stress-test the bond floor under spread-widening scenarios (+50 bps, +100 bps, +200 bps)
   - Assess recovery value assumption in default scenario (typically 30–40% for unsecured converts) [VERIFY: recovery assumptions against current sector norms]

5. **Analyze call and put features**
   - Determine if the issuer can force conversion (stock trading above call price × conversion ratio for required period)
   - Calculate probability-weighted expected life given soft-call triggers
   - Evaluate investor put rights and their impact on yield-to-put vs. yield-to-maturity

6. **Run scenario analysis**
   - Upside: stock +20%, +50% — compute bond price, delta shift, and forced-conversion likelihood
   - Downside: stock −20%, −50% — compute bond price vs. bond floor, credit deterioration risk
   - Spread scenarios: parallel shift in credit spreads, rating downgrade impact on bond floor
   - Volatility scenarios: vol crush (−10 pts) and vol spike (+10 pts) effect on theoretical value

7. **Relative-value comparison** (if applicable)
   - Compare cheapness/richness vs. theoretical value from a pricing model
   - Benchmark against comparable convertibles (same sector, similar delta profile)
   - Assess vs. synthetic alternative (buying straight bond + equity call option)

## Output

Structure the analysis report as follows:

- **Summary**: one-paragraph investment thesis — is this convert cheap/fair/rich, and what profile does it offer (equity substitute, credit-plus-optionality, busted/distressed)?
- **Term sheet recap**: key terms in tabular format (coupon, maturity, conversion price/ratio, call schedule, settlement)
- **Valuation metrics table**: parity, premium, premium payback, bond floor, risk premium over floor, delta, gamma, vega, theoretical value, cheap/rich assessment
- **Scenario matrix**: bond price, delta, and P&L under the equity/credit/vol scenarios above
- **Risk factors**: forced-conversion risk, credit deterioration, dividend increases reducing option value, liquidity risk, structural subordination
- **Recommendation / positioning**: buy/sell/hold with sizing context, or hedging recommendation (e.g., delta-neutral, credit-hedged)

## Quality Checks

- Verify conversion ratio and conversion price are internally consistent (par / conversion price = conversion ratio)
- Confirm bond floor is calculated using the issuer's straight-debt spread, not the risk-free rate
- Ensure delta and Greeks are derived from a model that incorporates credit risk (not plain Black-Scholes on a risk-free basis)
- Check that premium payback calculation correctly handles the sign when dividend yield exceeds coupon yield
- Validate call schedule dates against the indenture — soft-call trigger conditions (e.g., stock trading above 130% of conversion price for 20 of 30 trading days) must be stated precisely [VERIFY: exact trigger language from the indenture]
- Cross-check theoretical value against at least one independent source or model
- Flag any make-whole or change-of-control provisions that materially affect valuation

Attribution

lev-oslev-os
View sourceMore from lev-os →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Competitor Analysis

This skill provides comprehensive analysis of competitor SEO and GEO strategies, revealing what's working in your market and identifying opportunities to outperform the competition.

1823 votes

Deep Research

Universal deep research agent team. 13-agent pipeline for rigorous academic research on any topic. 7 modes: full research, quick brief, paper review, lit-review, fact-check, Socratic guided research dialogue, and systematic review with optional meta-analysis. Covers research question formulation, Socratic mentoring, methodology design, systematic literature search, source verification, cross-source synthesis, risk of bias assessment, meta-analysis, APA 7.0 report compilation, editorial review...

452202 votes

Paperclip Distill

Use when an operation issue is a Paperclip cursor-window, distill, or backfill — `operationType: "distill"` or `"backfill"` and the body references a Paperclip source bundle for a project or root issue. Turn raw Paperclip activity into a wiki-insightful project page, decisions log, and history note. This skill exists specifically to replace the stiff, datestamp-heavy templated output that the deterministic distiller produces.

805541 votes

Academic Pipeline

Orchestrator for the full academic research pipeline: research -> write -> integrity check -> review -> revise -> re-review -> re-revise -> final integrity check -> finalize. Coordinates deep-research, academic-paper, and academic-paper-reviewer into a seamless 10-stage workflow with mandatory integrity verification, two-stage peer review, and reproducible quality gates. Triggers on: academic pipeline, research to paper, full paper workflow, paper pipeline, end-to-end paper, research-to-publi...

452201 votes

Exa Search

Semantic search, similar content discovery, and structured research using Exa API

304951 votes
View all in research →