Compliance Checklist

This checklist summarises the artefacts and controls required for both enterprise deployment and academic publication of the Accounting Conservation Framework.


For Enterprise Deployment

Data Compliance

Security & Supply Chain

Reproducibility

Licensing

Documentation


For Academic Publication

Reproducibility Requirements

Methodology Transparency

Ethical Standards


Quarterly Review Tasks

Maintainer: Complete the following every 90 days.

# Update SBOM artefacts
poetry export -f requirements.txt --without-hashes | cyclonedx-py requirements -i - -o SBOM.json
poetry run cyclonedx-bom -o SBOM.xml

# Check third-party dependencies for CVEs
poetry run pip-audit --desc

# Review SEC EDGAR guidance for policy changes
curl https://www.sec.gov/developer | grep -i "rate limit"

# Verify reproduction guide
git clone https://github.com/nirvanchitnis-cmyk/accounting-conservation-framework.git temp_repro
cd temp_repro
git checkout v0.1.0
poetry install && poetry run python scripts/run_empirical_validation_n500.py

# Update compliance document review date
sed -i '' "s/Last Reviewed: .*/Last Reviewed: $(date +%Y-%m-%d)/" docs/compliance/SEC_EDGAR_COMPLIANCE.md

Review Log

Maintainers should record completion of each quarterly cycle in an internal compliance log (e.g., docs/compliance/REVIEW_LOG.md) to demonstrate continuous monitoring.


Outstanding Actions


Document maintained by the Accounting Conservation Framework team. For questions or proposed updates, open an issue or submit a pull request on GitHub.

Accounting Conservation Framework | Home