financial-computing-numpy
Installation
SKILL.md
Financial Computing Numpy
objective
Implement vectorized numerical pipelines for finance with strict correctness and performance diagnostics.
workflow
- define array shapes, broadcasting rules, and memory layout assumptions.
- implement vectorized transforms for returns, covariances, and scenario matrices.
- validate numerical accuracy against reference scalar implementations.
- benchmark throughput and memory allocation under large workloads.
- promote only after stability checks across edge-case numerical regimes.
required diagnostics
- broadcasting correctness and shape invariants across modules.
- floating-point error growth under long-horizon operations.
- covariance and factor decomposition stability diagnostics.
- vectorized-versus-scalar output parity checks.
- performance profile by array size and dtype.