AgentSkillsCN

asset-management

资产管理工作流,适用于量化研究、实施与生产控制。适用于在涉及委托约束与基准相对配置决策的任务。

SKILL.md
--- frontmatter
name: asset-management
description: "Asset Management workflows for quantitative research, implementation, and production controls. use when tasks involve mandate constraints and benchmark-relative allocation decisions."

Asset Management

objective

Execute asset management work with reproducible research, explicit controls, and deployable outputs.

workflow

  1. define objective function, constraints, and benchmark selection.
  2. construct allocations with explicit cost and capacity assumptions.
  3. attribute active return into factor, selection, and implementation terms.
  4. stress portfolio under macro, liquidity, and concentration shocks.
  5. rebalance only when expected benefit exceeds turnover and impact costs.

required diagnostics

  • active-risk attribution by factor, sector, and region.
  • tracking-error drift and benchmark mismatch diagnostics.
  • turnover concentration and implementation-cost drag.
  • scenario outcomes for correlated drawdown events.

risk controls

  • enforce concentration, leverage, and liquidity constraints.
  • enforce turnover caps and rebalance cooldown windows.
  • enforce benchmark and mandate compliance checks.

outputs

  • run python scripts/asset_management_diagnostics.py input.csv --output diagnostics.json and keep the json artifact.
  • write an implementation memo using references/asset-management-playbook.md with assumptions, tests, limits, and rollout plan.

resources

  • use scripts/asset_management_diagnostics.py for deterministic diagnostics.
  • use references/asset-management-playbook.md for the domain-specific checklist and delivery structure.