This skill packages audit domain expertise for the ground-truth project, enabling Claude to understand audit concepts, compliance requirements, and quality validation without re-explanation in each session.
When to Use This Skill
Extracting ground truth data from SEC filings (10-K, 10-Q, DEF 14A)
Analyzing Critical Audit Matters (CAMs)
Validating Internal Controls over Financial Reporting (ICFR)
Building audit intelligence systems (RAG, ML models, partner dashboards)
Core Audit Concepts
1. Critical Audit Matters (CAMs)
Definition: Matters arising from the current period audit of financial statements that were communicated (or required to be communicated) to the audit committee and that:
Related Skills
Relate to accounts/disclosures material to the financial statements
Involved especially challenging, subjective, or complex auditor judgment
Why They Matter:
High audit risk: Areas requiring significant professional judgment
Complexity indicator: More CAMs = more complex client
Churn risk: Clients with increasing CAM count may be at risk
Examples (from ground-truth extractions):
PFSI (PennyMac): Mortgage Servicing Rights (MSRs) valuation
Why critical: "Involved especially challenging, subjective, or complex judgments"
Sector-specific: Unique to mortgage banking
ILMN (Illumina): Revenue recognition for complex multi-element arrangements
Banking sector: Loan loss reserves (CECL calculations)
Typical CAM Counts:
0-1 CAMs: Low complexity (straightforward audits)
2-3 CAMs: Moderate complexity (industry-standard)
4+ CAMs: High complexity (partner-intensive)
Red Flags:
Increasing CAM count year-over-year
Same CAM repeated for 3+ years (unresolved issues)
CAMs related to management estimates (subjectivity risk)
2. Internal Controls over Financial Reporting (ICFR)
Definition (SOX 404): Process designed to provide reasonable assurance regarding reliability of financial reporting and preparation of financial statements.
{
"icfr_effective": true,
"auditor": "Deloitte & Touche LLP",
"opinion_date": "2025-02-19",
"opinion": "In our opinion, the Company maintained, in all material respects, effective internal control over financial reporting..."
}
ICFR Status Distribution (across 13 companies):
Effective: 13/13 (100%) — all test companies have clean controls
Ineffective: 0/13 — no material weaknesses found (expected, these are mature public companies)
3. PCAOB Independence Compliance (Rule 3520)
Rule: Auditors must be independent in fact and appearance
Key Prohibitions:
Cannot audit own firm's clients (independence conflict)
Cannot perform certain non-audit services (e.g., bookkeeping)
Cannot have financial interest in audit client
Rotation requirements (lead partner: 5 years, reviewing partner: 5 years)
Why It Matters for ground-truth:
Testing restriction: Can ONLY use non-PWC clients for development
Deployment restriction: Must get Independence Office approval before using PWC client data
Provenance requirement: Must document that all test data is independence-compliant
Permitted Test Companies (127 total):
Audited by: EY, Deloitte, KPMG (NOT PWC)
Primary test company: PFSI (PennyMac Financial Services) — Deloitte client
Full list: config/test_companies_permitted.csv
Verification Process:
Check PCAOB Form AP (auditor registration)
Cross-reference company CIK with Form AP client list
If PWC is auditor → FAIL (cannot use)
If EY/Deloitte/KPMG → PASS (permitted)
Deployment Checklist (before using PWC clients):
Independence Office consultation
Legal/Compliance sign-off
Client consent (where required)
Bias audit completed
PCAOB consultation (recommended)
4. SEC Filing Types
10-K (Annual Report):
Item 1A: Risk Factors
Item 7: MD&A (Management's Discussion & Analysis)
Item 9A: Controls and Procedures (ICFR opinion)
Critical Audit Matters: In auditor's report (near end of 10-K)
10-Q (Quarterly Report):
Condensed financials (no full CAM disclosure)
ICFR disclosure only if material change
DEF 14A (Proxy Statement):
Auditor information (fees, tenure)
Executive compensation
Board composition
Related party transactions
8-K (Current Report):
Material events (M&A, executive changes, restatements)
Ground Truth Extraction Workflow
Phase 1: Company Resolution
Input: Ticker (e.g., "PFSI") or CIK (e.g., "0001745916")
Process:
Resolve ticker → CIK via SEC API
Fetch company profile (includes SIC code, auditor, fiscal year end)
Check independence: Is company a PWC client? (FAIL if yes)