forced-redemption-screener

Screen A-share convertible bonds for forced redemption arbitrage opportunities.

Updated Jan 12, 2026
One-click install
npx skills add https://github.com/chinawrj/agent-skills-stock --skill forced-redemption-screener
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: forced-redemption-screener
Source: https://github.com/chinawrj/agent-skills-stock/tree/main/.github/skills/forced-redemption-screener
Command: npx skills add https://github.com/chinawrj/agent-skills-stock --skill forced-redemption-screener

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires akshare, pandas, and includes scripts (resource) components.

What problem does it solve?

This skill helps investors identify A-share convertible bonds with strong redemption arbitrage opportunities by spotting bonds where the underlying stock approaches the redemption trigger, and tracks how many days the conditions are satisfied.

Core Features & Use Cases

  • Batch screening of convertible bonds to find near-trigger redemptions using stock price relative to the redemption trigger, days satisfied, and liquidity signals.
  • Single-bond status checks to inspect redemption progress, trigger price, days counted, remaining duration, and profitability indicators.
  • Composite scoring that combines proximity to the half-journey threshold and potential upside, with data caching from AKShare and historical down-adjustment counts.

Quick Start

Run the batch screening script to generate screened_redemption_bonds.csv and review the results.

Frequently Asked Questions about forced-redemption-screener

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I screen A-share convertible bonds for forced redemption arbitrage opportunities?

To screen A-share convertible bonds for forced redemption arbitrage opportunities, you run the batch screening script to evaluate stock prices against redemption triggers. It outputs a CSV ranking bonds by their composite score for proximity and potential profit.

What data do I need to check single convertible bond redemption progress?

Checking single convertible bond redemption progress requires underlying stock price data and bond terms fetched via AKShare. The system parses redemption day counts, trigger prices, remaining duration, and profitability indicators to output a status check.

How does the composite scoring system rank convertible bond redemption opportunities?

The composite scoring system ranks convertible bond redemption opportunities by combining the bond's proximity to the half-journey threshold with its potential upside profit. It also factors in historical down-adjustment counts and liquidity signals from cached AKShare data.

Can I use AKShare to batch screen near-trigger redemption bonds for A-shares?

Yes, you can use AKShare to batch screen near-trigger redemption bonds for A-shares. The skill ingests historical financial data through AKShare, applies rules on redemption counts and price ratios, and exports the screened results to a CSV file.

What are the limitations of screening convertible bonds for forced redemption arbitrage?

Limitations of screening convertible bonds for forced redemption arbitrage include reliance on cached AKShare data for accuracy and the exclusion of bonds failing liquidity or redemption count rules. The system focuses strictly on quantitative trigger proximity, ignoring qualitative market sentiment.