Financial Regulatory Compliance Assessment
Assess financial regulatory compliance for "$ARGUMENTS". Evaluate FINRA cybersecurity requirements, SOX IT controls, and SEC reporting obligations.
Prerequisites
Read .metapowers/compliance/$ARGUMENTS/00-scope.md. If this file does not exist, tell the user:
Phase 0 (Scope) has not been completed for "$ARGUMENTS". Run /compliance:regulatory-landscape $ARGUMENTS first, or use --skip-checks to bypass.
If --skip-checks is present in $ARGUMENTS, skip this check.
Process
Read context files:
- Read
plugins/compliance/shared/grc-lifecycle-guide.md for GRC methodology reference
- Read
plugins/compliance/shared/assessment-template.md for output structure
- Read
.metapowers/compliance/$ARGUMENTS/00-scope.md for scope and control framework context
Applicable regulation determination:
- Determine entity type (broker-dealer, investment adviser, public company, bank, fintech)
- Identify applicable regulations based on entity type and activities
- Assess regulatory registration status and obligations
- Document applicable regulatory landscape
FINRA compliance assessment:
- Assess cybersecurity program requirements (FINRA Rule 3110, Reg S-P, Reg S-ID)
- Evaluate record retention obligations (SEC Rule 17a-4, FINRA Rule 4511)
- Assess customer data protection and privacy (Reg S-P safeguards rule)
- Review identity theft prevention (Red Flags Rule / Reg S-ID)
- Evaluate breach reporting requirements
- Assess business continuity planning (FINRA Rule 4370)
- Review supervisory procedures for technology and cyber risks
SOX (Sarbanes-Oxley) assessment:
- Assess IT General Controls (ITGCs) for financial reporting systems
- Evaluate access controls to financial systems and data (logical access, segregation of duties)
- Review change management procedures for financial applications and infrastructure
- Assess computer operations (job scheduling, backup, batch processing)
- Evaluate audit trail integrity and log management for financial transactions
- Review IT risk assessment related to financial reporting
- Assess service organization controls (SOC 1 reports from vendors)
- Evaluate management's assessment of internal controls (Section 404)
SEC reporting requirements:
- Assess cybersecurity disclosure rules (2023) compliance
- Evaluate material incident reporting readiness (Form 8-K, 4 business days for material incidents)
- Review annual cybersecurity risk management and strategy disclosure (Form 10-K)
- Assess governance disclosure requirements (board oversight, management role)
- Evaluate materiality determination process for cyber incidents
- Review third-party risk disclosure obligations
Cross-regulation compliance:
- Identify overlapping requirements across FINRA, SOX, and SEC
- Assess unified control framework feasibility
- Map shared controls to reduce compliance burden
- Identify gaps unique to each regulation
Write the artifact to .metapowers/compliance/$ARGUMENTS/01-assess/financial-compliance.md following the assessment template structure with:
- Entity Classification — type, registrations, and applicable regulations
- FINRA Assessment — cybersecurity, record retention, customer protection scoring
- SOX ITGC Assessment — access controls, change management, operations, audit trail
- SEC Reporting Readiness — incident reporting, annual disclosure, governance
- Cross-Regulation Matrix — overlapping controls and unique requirements
- Evidence Inventory — existing evidence and evidence gaps
- Remediation Priorities — ranked list of gaps to address
Output
The financial regulatory compliance assessment written to .metapowers/compliance/$ARGUMENTS/01-assess/financial-compliance.md. Present a summary to the user highlighting:
- Applicable regulations by entity type
- Compliance score per regulatory framework (FINRA, SOX, SEC)
- SOX ITGC readiness level
- Top 3 gaps requiring remediation
1---2name: financial-compliance3description: Assess financial regulatory compliance — FINRA, SOX, SEC reporting requirements4---56# Financial Regulatory Compliance Assessment78Assess financial regulatory compliance for "$ARGUMENTS". Evaluate FINRA cybersecurity requirements, SOX IT controls, and SEC reporting obligations.910## Prerequisites1112Read `.metapowers/compliance/$ARGUMENTS/00-scope.md`. If this file does not exist, tell the user:1314> Phase 0 (Scope) has not been completed for "$ARGUMENTS". Run `/compliance:regulatory-landscape $ARGUMENTS` first, or use `--skip-checks` to bypass.1516If `--skip-checks` is present in $ARGUMENTS, skip this check.1718## Process19201. **Read context files:**21 - Read `plugins/compliance/shared/grc-lifecycle-guide.md` for GRC methodology reference22 - Read `plugins/compliance/shared/assessment-template.md` for output structure23 - Read `.metapowers/compliance/$ARGUMENTS/00-scope.md` for scope and control framework context24252. **Applicable regulation determination:**26 - Determine entity type (broker-dealer, investment adviser, public company, bank, fintech)27 - Identify applicable regulations based on entity type and activities28 - Assess regulatory registration status and obligations29 - Document applicable regulatory landscape30313. **FINRA compliance assessment:**32 - Assess cybersecurity program requirements (FINRA Rule 3110, Reg S-P, Reg S-ID)33 - Evaluate record retention obligations (SEC Rule 17a-4, FINRA Rule 4511)34 - Assess customer data protection and privacy (Reg S-P safeguards rule)35 - Review identity theft prevention (Red Flags Rule / Reg S-ID)36 - Evaluate breach reporting requirements37 - Assess business continuity planning (FINRA Rule 4370)38 - Review supervisory procedures for technology and cyber risks39404. **SOX (Sarbanes-Oxley) assessment:**41 - Assess IT General Controls (ITGCs) for financial reporting systems42 - Evaluate access controls to financial systems and data (logical access, segregation of duties)43 - Review change management procedures for financial applications and infrastructure44 - Assess computer operations (job scheduling, backup, batch processing)45 - Evaluate audit trail integrity and log management for financial transactions46 - Review IT risk assessment related to financial reporting47 - Assess service organization controls (SOC 1 reports from vendors)48 - Evaluate management's assessment of internal controls (Section 404)49505. **SEC reporting requirements:**51 - Assess cybersecurity disclosure rules (2023) compliance52 - Evaluate material incident reporting readiness (Form 8-K, 4 business days for material incidents)53 - Review annual cybersecurity risk management and strategy disclosure (Form 10-K)54 - Assess governance disclosure requirements (board oversight, management role)55 - Evaluate materiality determination process for cyber incidents56 - Review third-party risk disclosure obligations57586. **Cross-regulation compliance:**59 - Identify overlapping requirements across FINRA, SOX, and SEC60 - Assess unified control framework feasibility61 - Map shared controls to reduce compliance burden62 - Identify gaps unique to each regulation63647. **Write the artifact** to `.metapowers/compliance/$ARGUMENTS/01-assess/financial-compliance.md` following the assessment template structure with:65 - **Entity Classification** — type, registrations, and applicable regulations66 - **FINRA Assessment** — cybersecurity, record retention, customer protection scoring67 - **SOX ITGC Assessment** — access controls, change management, operations, audit trail68 - **SEC Reporting Readiness** — incident reporting, annual disclosure, governance69 - **Cross-Regulation Matrix** — overlapping controls and unique requirements70 - **Evidence Inventory** — existing evidence and evidence gaps71 - **Remediation Priorities** — ranked list of gaps to address7273## Output7475The financial regulatory compliance assessment written to `.metapowers/compliance/$ARGUMENTS/01-assess/financial-compliance.md`. Present a summary to the user highlighting:76- Applicable regulations by entity type77- Compliance score per regulatory framework (FINRA, SOX, SEC)78- SOX ITGC readiness level79- Top 3 gaps requiring remediation