Back to Blog
Compliance by Priya Chandrasekaran

SEC Rule 17a-4: Record-Keeping Requirements Your Data Layer Must Meet

17a-4 is not just about storing data. It specifies format, durability, access controls, and the exact conditions under which records can be altered. Here is what that means for your data infrastructure.

SEC Rule 17a-4: Record-Keeping Requirements Your Data Layer Must Meet

SEC Rule 17a-4 is one of the most specifically written data requirements in financial regulation. Unlike regulatory principles that require interpretation, 17a-4 states explicit requirements about format, retention duration, location, access controls, and the conditions under which records may and may not be altered. For firms subject to the rule, the question is not whether to comply but how deeply those requirements reach into the data systems that generate and store ownership and transaction records.

The rule has been substantially updated in the past few years. The 2023 amendments, which took effect in 2024, updated the electronic records requirements to address modern data storage practices while preserving the core principle that certain categories of business records must be maintained in a non-alterable format for defined periods. Understanding what the current rule requires, and what the common implementation gaps are, is worth spending time on carefully.

Which Records Fall Under 17a-4

Rule 17a-4 applies to broker-dealers registered under Section 15 of the Securities Exchange Act of 1934, and through related regulations, to investment advisers registered under the Investment Advisers Act. The records covered include communications, order tickets, account records, and, critically for asset managers holding real-world assets, ownership and position records that reflect customer holdings.

The retention periods vary by record type. Communications and blotter records: generally three years. Account records and ownership records: generally six years. Records reflecting the firm's financial condition: generally six years. The rule distinguishes between records that must be accessible for the first two years of the retention period, meaning they can be retrieved promptly, and records that must be retained but may be in offline storage for years three through six.

The specific records most relevant to RWA back-office operations are those that reflect ownership interests, position changes, and the audit trail of reconciliation activity. These are ownership records in the regulatory sense, and they carry the full six-year retention obligation with two-year accessibility requirements.

The Non-Alterable Format Requirement

The most technically demanding requirement in 17a-4 is the prohibition on alteration. Records must be stored in a non-alterable format, which the rule describes as write-once, read-many (WORM) storage, meaning that once a record is written, neither the record nor its metadata can be modified or deleted before the retention period expires.

The 2023 amendments updated the WORM requirement to recognize "audit trail systems" as an acceptable alternative to traditional WORM storage media. An audit trail system qualifies if it records all modifications to records in an unalterable log, including the original content, the modified content, the identity of the person who made the modification, and the timestamp. Importantly, the original record must be preserved as well; the audit trail supplements but does not replace it.

This matters for database-based ownership record systems. A conventional relational database where records can be updated in place does not satisfy the non-alterable requirement unless an audit trail system is implemented on top of it and that audit trail itself is maintained in a non-alterable format. Many firms implement logging without understanding that the log itself has to be tamper-proof. A log that an administrator can modify or delete does not satisfy the audit trail alternative.

Third-Party Storage Provider Requirements

Rule 17a-4 allows firms to use third-party electronic storage providers, but it imposes specific requirements on those arrangements. The firm must enter into a written agreement with the storage provider that includes: notification to the SEC and applicable SRO of the relationship, undertaking by the storage provider to allow examination access, and agreement that the provider will not alter or destroy the records before the retention period expires.

For asset managers using cloud storage or third-party data platforms to store ownership records, this means that the storage agreement needs to specifically address the 17a-4 requirements. A standard cloud storage agreement that does not include the SEC examination access provision and the non-alteration undertaking does not satisfy the rule. Firms that have migrated ownership records to cloud platforms without updating their storage agreements to include these provisions may be out of compliance regardless of whether the records are technically stored in WORM format.

The storage provider notification requirement is also an ongoing obligation. When the storage provider changes, when the system configuration changes in a material way, or when records are migrated to a different storage system, the notification requirement applies again.

Accessibility and Retrieval Standards

The rule requires that records be readily accessible for the first two years of the retention period. The SEC has interpreted "readily accessible" to mean that records can be produced promptly in response to an examination request, which in practice means within hours to a few business days, not weeks.

For ownership records at asset managers with large portfolios, this accessibility requirement creates a practical infrastructure challenge. Records cannot simply be archived to cold storage at the end of the active period. The accessible period starts from the date of creation or last modification, not from when the record became inactive. A position record created in January 2023 that was last updated in November 2023 has its two-year accessible period running from November 2023.

This means that the retrieval system needs to be able to identify the last modification date of any record and ensure that records within their accessible window can be retrieved quickly. Systems that archive records on a calendar schedule rather than based on the record's modification timestamp may move records to slower storage while they are still within their accessible period.

What the Examination Questions Actually Look Like

When SEC examiners review 17a-4 compliance for an asset manager's ownership data systems, the typical examination questions cluster around a few specific areas. Can the firm produce ownership records as of a specific past date? Are the records in a format that cannot have been altered? Can the firm show the full modification history of any record that was updated after initial creation? Has the firm entered into written agreements with its electronic storage providers that satisfy the rule's requirements?

The question that firms most frequently struggle to answer fully is the modification history question. Many systems maintain audit logs, but the logs are not comprehensive. A log that captures updates to position quantities but not updates to identifier fields, or that captures data changes but not schema migrations that affected the records, does not provide the complete picture the rule requires.

The standard the examination team applies is whether the log is sufficient to reconstruct the complete history of every modification to every in-scope record. If the answer is anything other than yes, the record-keeping system has a gap relative to the rule's requirements, regardless of whether records are currently stored in a formally compliant storage tier.

Practical Implementation Guidance

For teams building or evaluating ownership data systems, the 17a-4 requirements translate into a specific set of infrastructure properties. The storage system must support a WORM-equivalent write path for designated record categories. Every modification to an in-scope record must be captured in an unalterable audit log. Retention periods and accessibility tier classifications must be enforced at the record level. Third-party storage agreements must include the required regulatory provisions.

We are not suggesting that every asset manager needs a dedicated 17a-4 compliance platform running separately from their operational systems. The requirements can be met within a well-designed data layer that builds these properties in from the start. The critical point is that these properties need to be in the data layer's architecture, not added to an existing system through a separate compliance application that captures data after the fact. A compliance wrapper around a non-compliant data store is not a 17a-4 compliant solution.

The firms that handle 17a-4 examination questions most smoothly are those where the compliance properties are visible in the system's design rather than documented in a policy manual that describes what the system is supposed to do. Examiners read systems, not policies.

See OpenAssets in practice

Request early access to see how the platform handles your specific custody structure and reconciliation workflow.

Request Early Access

More from the OpenAssets Blog