fund-advisor-strategy

Automate fund advisor strategy analysis and generate PDF portfolio reports.

31|4|Updated Jun 13, 2026
One-click install
npx skills add https://github.com/r9412460971-cloud/OPC-skill --skill fund-advisor-strategy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fund-advisor-strategy
Source: https://github.com/r9412460971-cloud/OPC-skill/tree/main/skills/fund-advisor-strategy
Command: npx skills add https://github.com/r9412460971-cloud/OPC-skill --skill fund-advisor-strategy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, numpy, requests, reportlab, sseclient, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Fund advisors and investment researchers often spend hours manually on asset allocation scheme design, fund screening, portfolio risk-return diagnosis, and report generation, which is inefficient and prone to subjective errors. This skill automates these core fund advisor workflows to improve work efficiency and analysis consistency.

Core Features & Use Cases

  • Asset Allocation Strategy: Supports strategic asset allocation (SAA) and tactical asset allocation (TAA) for different client risk profiles (conservative to aggressive).
  • Fund Screening & Evaluation: Provides multi-dimensional fund evaluation metrics including return, risk, risk-adjusted returns, and manager stability to screen high-quality funds.
  • Portfolio Diagnosis: Calculates comprehensive portfolio metrics such as annualized return, volatility, maximum drawdown, Sharpe ratio, and correlation matrix to identify portfolio risks and optimization space.
  • Fixed Investment & Rebalancing: Designs optimized fixed investment plans and calculates rebalancing signals based on target allocation deviation thresholds.
  • Real Data Integration: Connects to the Qieman (Yingmi) fund data API to fetch real fund NAV, performance, and market data for accurate analysis.
  • Report Generation: Generates professional PDF analysis reports for fund portfolios with performance, risk, and investment suggestions.
  • Use Case: A fund advisor can use this skill to quickly build a customized asset allocation plan for a new conservative client, or diagnose the risk exposure of an existing portfolio and generate a rebalancing proposal within minutes.

Quick Start

Use the fund-advisor-strategy skill to analyze the risk-return profile of my current fund holdings and generate a portfolio rebalancing plan.

Frequently Asked Questions about fund-advisor-strategy

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

FAQPage Schema
How do I automate fund portfolio risk assessment and rebalancing signal generation?

Fund portfolio risk assessment and rebalancing signals are automated by calculating target allocation deviation thresholds, annualized return, volatility, and maximum drawdown using local Python scripts to identify portfolio risks and output rebalancing proposals.

What is the best way to screen high-quality funds using multi-dimensional metrics?

The best way to screen high-quality funds is by evaluating multi-dimensional metrics including return, risk, risk-adjusted returns, and manager stability. This approach filters funds based on comprehensive performance indicators to optimize portfolio construction.

How do I calculate strategic and tactical asset allocation for different client risk profiles?

Strategic and tactical asset allocation are calculated by matching client risk profiles from conservative to aggressive using Python analysis scripts, yielding customized asset allocation plans tailored to specific risk tolerances.

Does this fund analysis workflow integrate with the Qieman fund data API?

Yes, the fund analysis workflow integrates directly with the Qieman fund data API to fetch real fund NAV, performance, and market data, ensuring accurate portfolio metrics and risk assessments.

Can I generate PDF analysis reports for fund portfolios automatically?

Yes, you can generate professional PDF analysis reports for fund portfolios automatically using the reportlab dependency, producing documents with portfolio performance, risk metrics, and investment suggestions.