In December 2024, Microsoft commissioned Cohasset Associates to assess whether Microsoft 365 meets SEC recordkeeping requirements. The resulting report confirmed compliance with Rules 17a-4 and 18a-6 for broker-dealers. What the report didn't address: whether staff members using consumer Copilot accounts to draft client communications were creating compliance gaps that enterprise configurations couldn't fix.
Financial services operates under regulatory frameworks that most industries don't face. When a wealth manager uses AI to summarize a client portfolio, they're not just processing data. They're potentially creating records subject to SEC retention requirements, handling information protected by GLBA, and exercising fiduciary judgment that regulators expect to trace back to human decision-making.
Is Copilot safe for finance? The answer depends on understanding what "safe" means when your regulators include the SEC, FINRA, and state banking authorities.
The short version: If you need to redact sensitive documents before they reach AI systems, PaperVeil handles that layer. The rest of this article explains where it fits in the broader governance architecture.
What "Safe" Actually Means for Financial Services
Financial institutions face overlapping regulatory requirements that define how customer data must be handled:
SEC Recordkeeping (Rules 17a-4, 18a-6). Broker-dealers must maintain records in non-rewriteable, non-erasable format. Communications with customers must be preserved. AI-assisted drafts that become customer communications may fall under these requirements.
GLBA (Gramm-Leach-Bliley Act). Financial institutions must protect nonpublic personal information through administrative, technical, and physical safeguards. This includes explaining information-sharing practices and providing opt-out rights.
Fiduciary Standards. Investment advisers have fiduciary obligations to act in clients' best interests. Using AI in ways that could expose client information or produce unsuitable recommendations creates fiduciary risk.
FINRA Rule 4511. Members must preserve records for specified periods and produce them upon regulatory request. AI interactions that inform customer communications may constitute records.
For an AI tool to be "safe" for finance, it needs to support compliance across all applicable frameworks while maintaining the audit trails regulators expect.
The Data Risk Landscape
Financial documents contain information that's both valuable to criminals and dangerous if mishandled:
Account information. Account numbers, routing numbers, portfolio holdings. The keys to customer assets.
Personal financial profiles. Net worth, income sources, investment objectives, risk tolerance. The information that drives suitability determinations.
Transaction records. Trading activity, wire transfers, cash movements. Evidence of financial behavior that may have regulatory significance.
Advisory communications. Recommendations, analysis, rationale. The documentation that proves (or disproves) suitability.
Material nonpublic information. For firms handling public company clients, any information that could move markets if disclosed.
A single client file might contain information protected by GLBA, subject to SEC recordkeeping requirements, and relevant to fiduciary duties. Process that through an AI system without proper controls, and you've created exposure across multiple regulatory frameworks.
How Microsoft Copilot Handles Data
Microsoft offers multiple Copilot products with significantly different data handling:
Consumer Copilot (Bing, free tier). No enterprise agreements. Data may be used for model improvement. No Data Processing Agreement available. Should never be used with customer financial information.
Microsoft 365 Copilot (Business/Enterprise). Microsoft's December 2024 Cohasset assessment confirms that Microsoft 365 meets SEC Rule 17a-4 recordkeeping requirements. Enterprise customers get Microsoft's Data Processing Addendum. Prompts and responses are not used for training foundation models.
Copilot with Microsoft Purview. Purview Data Loss Prevention now supports Copilot interactions. Organizations can apply DLP policies to prevent sensitive information from being processed through AI.
Finance solution in Microsoft 365 Copilot. As of late 2024, Microsoft released finance-specific Copilot capabilities that connect to Dynamics 365 Finance and SAP. These operate within the enterprise compliance framework.
The distinction between consumer and enterprise Copilot is critical. They share branding but have fundamentally different compliance postures.
Where Copilot Falls Short for Financial Services
Even with enterprise configurations, several gaps require attention:
Consumer Access Creates Shadow AI
The most significant risk isn't enterprise Copilot. It's staff using consumer Copilot because it's easier to access. When an advisor opens a browser and uses free Copilot to draft a client email, they're transmitting customer data to a service with no financial services compliance framework.
Research indicates that 58% of financial services firms implementing Copilot added additional security controls beyond Microsoft's defaults. The remaining 42% may have exposure they haven't addressed.
Web Search Extends Data Flows
When Copilot performs web searches as part of generating responses, query data leaves the Microsoft 365 boundary. For financial institutions with strict data residency requirements, web search functionality may need to be disabled.
Weill Cornell Medicine publicly announced disabling web search in Copilot for this reason. Financial institutions face similar considerations.
Recordkeeping Integration Isn't Automatic
The Cohasset assessment confirms Microsoft 365 can meet SEC recordkeeping requirements. But meeting those requirements requires proper configuration. Organizations must ensure Copilot interactions are captured in their records management systems, retained for required periods, and producible on regulatory request.
Microsoft provides the technical capability. Implementation is your responsibility.
Third-Party Model Providers
As of January 2026, Anthropic became a subprocessor for certain Microsoft 365 Copilot features. This means some Copilot processing occurs on infrastructure outside Microsoft's direct control. For organizations that chose Microsoft specifically for its compliance certifications, the subprocessor relationship introduces variables that require assessment.
Making Copilot Safe for Finance
There are two practical approaches for financial institutions:
Approach 1: Enterprise Configuration with Full Controls
For organizations committed to Microsoft's ecosystem:
-
Deploy Microsoft 365 E5 with compliance features. The enterprise tier includes the security and compliance capabilities financial services requires.
-
Enable Microsoft Purview DLP for Copilot. Apply data loss prevention policies that prevent sensitive customer information from being processed inappropriately.
-
Configure retention policies. Ensure Copilot interactions are retained according to SEC and FINRA requirements.
-
Disable web search if required. For strict data residency, disable features that send data outside your Microsoft 365 boundary.
-
Block consumer Copilot. At the network level, prevent access to consumer Copilot interfaces. Make enterprise Copilot the only option.
-
Update compliance policies. Document approved AI use cases and train staff on which Copilot products are authorized.
This approach is viable for firms with mature compliance programs and dedicated technology teams.
Approach 2: Redact Before Processing
The more practical approach for most financial services organizations:
-
Identify customer data elements. Before any document reaches Copilot, scan for account numbers, names, SSNs, portfolio values, and other identifiers.
-
Replace with consistent placeholders. Convert real data to generic tokens: "[CLIENT-1]", "[ACCOUNT-1]", "[VALUE-1]". Maintain consistency so the same client maps to the same placeholder.
-
Process redacted content. Send sanitized documents to Copilot. The AI can still analyze patterns, draft communications, and summarize information using placeholders.
-
Reconstitute in your environment. If you need output with real client data, map placeholders back to actual values within your controlled systems.
-
Never export the mapping. The placeholder-to-real-data mapping stays within your environment. Copilot never sees customer identifiers.
This approach means Copilot processes information that isn't subject to GLBA, SEC recordkeeping, or fiduciary concerns because it contains no customer data.
Practical Implementation for Finance
Here's what compliant workflows look like for common financial AI use cases:
Portfolio Analysis
Risky workflow: Upload client portfolio to Copilot for analysis recommendations.
Compliant workflow:
- Export portfolio data from your portfolio management system
- Redact client name, account numbers, and specific dollar values (convert to percentages)
- Submit: "Analyze this portfolio allocation for a client in [AGE-RANGE] seeking [RISK-PROFILE] returns"
- Review AI analysis (no customer data included)
- Apply insights to actual client situation in your secure systems
Client Communication Drafting
Risky workflow: Paste client details into Copilot to draft a quarterly review letter.
Compliant workflow:
- Prepare request with placeholders: "Draft a quarterly review letter for [CLIENT] with [PORTFOLIO-PERFORMANCE] returns"
- Copilot produces template with placeholders
- Review and edit the draft
- Mail merge actual client data in your document management system
- Final communication contains real data but never touched external AI without controls
Compliance Review
Risky workflow: Feed customer trading records into Copilot to identify potential issues.
Compliant workflow:
- Export trading data with anonymized identifiers
- Hash or remove account numbers
- Submit: "Analyze these trading patterns for potential compliance issues"
- Review AI flagged items
- Investigate specific cases using full data in your compliance systems
The Cost of Getting This Wrong
Financial services data breaches carry substantial costs:
Direct financial impact. IBM's 2024 Cost of a Data Breach Report found that financial sector breaches average $6.08 million per incident. That's higher than most industries and reflects the sensitivity of financial data.
Regulatory penalties. SEC and FINRA enforcement actions for recordkeeping and supervision failures regularly reach into the millions. The penalties for AI-related compliance failures are still being established, but early enforcement suggests regulators will take these matters seriously.
Reputational damage. Client trust is the foundation of financial services. A data exposure involving AI tools could permanently damage client relationships that took decades to build.
Fiduciary liability. Investment advisers using AI in ways that harm clients face personal liability. "The AI told me to" won't satisfy regulators or courts.
The shadow AI problem is particularly acute in finance. Staff members under deadline pressure may use consumer AI tools if approved alternatives are unavailable or inconvenient. Each unauthorized use creates exposure.
The Regulatory Trajectory
Financial regulators are increasingly focused on AI:
SEC scrutiny. The SEC has signaled interest in how firms use AI for customer interactions and investment recommendations. Examinations are asking about AI governance, data handling, and compliance integration.
FINRA guidance. FINRA has identified AI as an examination priority, focusing on supervision of AI tools in customer communications and trading activity.
State regulators. State banking and insurance regulators are incorporating AI into their examination frameworks, often with specific requirements for third-party vendor oversight.
Emerging requirements. Several regulators have issued guidance requiring firms to maintain inventories of AI tools, document use cases, and demonstrate human oversight of AI-assisted decisions.
The regulatory environment is evolving faster than many AI governance frameworks can adapt. What's acceptable today may face scrutiny tomorrow as regulators develop specific expectations for AI use in financial services.
Organizations using AI with customer data should expect examination questions about:
- What AI tools are used and for what purposes?
- What data flows to AI systems?
- What controls prevent unauthorized use?
- What audit trails exist?
- How are AI interactions supervised?
Moving Forward
Microsoft Copilot can support compliant workflows in financial services when properly configured. The Cohasset assessment confirms the technical capability exists. But capability isn't compliance.
The organizations getting this right share common characteristics:
- Clear policies defining approved AI use cases and prohibited activities
- Technical controls that enforce those policies at the network level
- Retention configurations that capture AI interactions for regulatory production
- Staff training on which Copilot products are authorized
- Ongoing monitoring of regulatory developments
- Redaction infrastructure for sensitive data processing
The organizations at risk assume that enterprise licensing equals regulatory compliance. It doesn't. The gap between "Microsoft says it's compliant" and "our deployment actually meets regulatory requirements" is where enforcement happens.
If you're deploying Copilot in financial services, start with the regulatory framework. What data will the AI touch? What regulations apply? What records do you need? What controls satisfy your obligations?
Build the architecture that answers those questions, and AI becomes a competitive advantage. Skip that work, and AI becomes a regulatory liability waiting to surface in your next examination.
PaperVeil lets you redact all your sensitive information from PDFs in a simple drag and drop flow. Detect and remove PII, match custom patterns, strip metadata, and generate audit trails. The redaction layer that makes AI document processing actually safe.