返回 Skill 市集

Trading Automation

quant-analysis

Quantitative Analysis Skill provides an end-to-end toolkit for quantitative finance research and production analysis. It automates data ingestion, interactive analysis in Jupyter (jupyter_execute, jupyter_notebook, update_notebook), and research reporting (update_latex, latex_compile, update_notes).

45 天前更新1 分鐘內設定完

總覽

Quantitative Analysis Skill provides an end-to-end toolkit for quantitative finance research and production analysis.

Quantitative Analysis Skill provides an end-to-end toolkit for quantitative finance research and production analysis. It automates data ingestion, interactive analysis in Jupyter (jupyter_execute, jupyter_notebook, update_notebook), and research reporting (update_latex, latex_compile, update_notes). Core features include time-series and cross-sectional econometrics (Fama–MacBeth, panel models), event studies, volatility modeling (GARCH), Monte Carlo simulation, copula dependency modeling, and portfolio construction (Markowitz, Black–Litterman, risk parity, factor portfolios). Typical uses are asset/portfolio performance analysis, risk measurement (VaR/CVaR, stress tests), model building and validation, and generating reproducible notebooks and LaTeX-ready papers with charts and diagnostics. The skill is ideal when you need rigorous, repeatable financial analysis, parameter estimation, backtesting, or polished research output combining code, visualizations, and written findings.

Skill.md

這個 Skill 如何運作

Quantitative Analysis Skill provides an end-to-end toolkit for quantitative finance research and production analysis. It automates data ingestion, interactive analysis in Jupyter (jupyter_execute, jupyter_notebook, update_notebook), and research reporting (update_latex, latex_compile, update_notes).

SKILL.mdALPHIO / 已驗證

Quantitative Analysis Skill

Description

Perform quantitative finance research including data analysis, portfolio optimization, risk modeling, and econometric analysis.

Tools Used

  • jupyter_execute - Execute Python code for financial analysis (auto-switches to Jupyter)
  • jupyter_notebook - Manage analysis notebooks
  • update_notebook - Set up analysis cells in Jupyter
  • update_latex - Write finance paper content to LaTeX editor
  • latex_compile - Compile research papers (auto-switches to LaTeX editor)
  • update_notes - Write analysis summaries and findings

Capabilities

Data Analysis

  • Time series analysis of financial returns
  • Cross-sectional regression (Fama-MacBeth, panel data)
  • Event studies and abnormal return analysis
  • Volatility modeling (GARCH family)

Portfolio Optimization

  • Mean-variance optimization (Markowitz)
  • Black-Litterman model with views
  • Risk parity and equal risk contribution
  • Factor-based portfolio construction

Risk Analysis

  • Value-at-Risk (VaR) and Conditional VaR
  • Stress testing and scenario analysis
  • Copula-based dependency modeling
  • Monte Carlo simulation

Usage Patterns

Analyze Returns

When user says: "Analyze the performance of [asset/portfolio]"

  1. Load price data using pandas/yfinance
  2. Calculate returns, volatility, Sharpe ratio
  3. Plot cumulative returns and drawdowns
  4. Run statistical tests (normality, autocorrelation)
  5. Present findings with charts

Build a Model

When user says: "Build a [pricing/risk/factor] model"

  1. Clarify model specification and data requirements
  2. Load and clean data
  3. Estimate model parameters
  4. Validate with out-of-sample testing
  5. Report results with diagnostics

Tool Examples

Load and analyze stock returns

# via jupyter_execute
import yfinance as yf
import pandas as pd
import numpy as np

data = yf.download("AAPL", start="2023-01-01", end="2024-01-01")
returns = data["Close"].pct_change().dropna()
print(f"Mean: {returns.mean():.4f}, Vol: {returns.std():.4f}, Sharpe: {returns.mean()/returns.std()*np.sqrt(252):.2f}")

Validation checkpoints

  • Verify data has no missing values or extreme outliers before modeling
  • Check model residuals for autocorrelation after estimation
  • Confirm out-of-sample period has no look-ahead bias

最適合用於

何時使用

Quantitative Analysis Skill provides an end-to-end toolkit for quantitative finance research and production analysis. It automates data ingestion, interactive analysis in Jupyter (jupyter_execute, jupyter_notebook, update_notebook), and research reporting (update_latex, latex_compile, update_notes).

01 · 會前準備

準備決策簡報

在投資委員會開會前,把零散證據整理成結構化的論據。

02 · 團隊協作

統一交接標準

讓分析師、投資組合經理與 Agent 產出一致的研究結果。

03 · 即時更新

更新投資邏輯

出現新催化劑、KPI 發布或財報結果後,更新情境假設。

社群回饋

越用越好用。

隨著 Skill 被使用與評審,回饋將顯示在這裡。

提交回饋

探索更多

相關 Skills

查看全部
免費開始