Asset Management
objective
Execute asset management work with reproducible research, explicit controls, and deployable outputs.
workflow
- •define objective function, constraints, and benchmark selection.
- •construct allocations with explicit cost and capacity assumptions.
- •attribute active return into factor, selection, and implementation terms.
- •stress portfolio under macro, liquidity, and concentration shocks.
- •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.jsonand keep the json artifact. - •write an implementation memo using
references/asset-management-playbook.mdwith assumptions, tests, limits, and rollout plan.
resources
- •use
scripts/asset_management_diagnostics.pyfor deterministic diagnostics. - •use
references/asset-management-playbook.mdfor the domain-specific checklist and delivery structure.