AgentSkillsCN

reference-data-corporate-actions

适用于量化研究、系统实施及生产管控的参考数据企业行动工作流。当任务涉及模式合约、新鲜度追踪以及血缘关系完整性时,可选用此类工作流。

SKILL.md
--- frontmatter
name: reference-data-corporate-actions
description: "Reference Data Corporate Actions workflows for quantitative research, implementation, and production controls. use when tasks involve schema contracts, freshness tracking, and lineage completeness."

Reference Data Corporate Actions

objective

Execute reference data corporate actions work with reproducible research, explicit controls, and deployable outputs.

workflow

  1. define source contracts, schema versions, and freshness objectives.
  2. ingest data with replay support and deterministic normalization.
  3. validate keys, timestamps, and point-in-time join behavior.
  4. monitor quality metrics continuously and quarantine degraded feeds.
  5. publish only when lineage, ownership, and quality thresholds are satisfied.

required diagnostics

  • freshness, completeness, null-rate, and duplicate-rate trends.
  • schema drift and breaking-change frequency across sources.
  • point-in-time join integrity for features and labels.
  • backfill and replay consistency versus canonical snapshots.

risk controls

  • enforce hard thresholds for freshness and data-quality metrics.
  • enforce quarantine and fallback paths for corrupted feeds.
  • enforce full lineage metadata before downstream release.

outputs

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

resources

  • use scripts/reference_data_corporate_actions_diagnostics.py for deterministic diagnostics.
  • use references/reference-data-corporate-actions-playbook.md for the domain-specific checklist and delivery structure.