The client firm determined that a focused requirements driven process, supplemented by stakeholder working groups, was the most rational approach to address the ‘build versus buy’ decision and the subsequent design and selection considerations. In this case, the scope of the effort required for the integration of a centralized risk and compliance processing module into a trade order management system platform comprising several in-house and vendor OMSs. The existing data model was separated into distinct entities supporting reference data across this platform as required for position, index, pricing and security master (SMF) data. The client required expertise to address the following business functionality and integration challenges: During the course of an investment management platform integration project, components of a firm’s order management systems (OMS), portfolio accounting systems (PAS) and data warehouse reporting tools (OLAP) are often within the scope of a business analysis effort focused upon workflow optimization and efficiency enhancements that address portfolio risk management protocols. IT project managers and stakeholders are tasked with evaluating requirements with input from legal and compliance subject matter experts, as well as portfolio management, operations and IT stakeholders, in order to implement complex regulatory and risk solutions. In this situation, there may be little understanding on the part of any one stakeholder or group as to the best approach to the business analysis and technical requirements presented by the regulatory framework. In addition, the complexity of the functionality required to provide this system logic for many lines of business demands not only sound legal opinion and well designed business rules, but an understanding of the appropriate data sources to be used in the solution data modeling effort. There are many risk and compliance solutions that project stakeholders will be asked to advise on in an investment management environment, depending on the firm’s line of business and the domicile of its trading activity, or that of the issuers it trades. Some of the common implementations include testing required for: When approaching the requirements effort, there will necessarily be an extensive regulatory review in order to understand the specific testing that applies to the client line of business. Legal definitions and an understanding of the legislative framework are helpful when working with the language of the SEC’s mandate. Securities Act of 1933 Because mutual funds issue shares that constitute publicly traded stock in the investment company itself, they fall under the provisions of the ‘33 Act and its subsequent rules. The prospectus delivered to investors under the ‘33 Act defines the objective of the fund. The Investment Company Act of 1940 described below, under section 35(d) of the ‘40 Act, states that a fund may not use a name that is misleading with respect to the investments selected by the adviser. Common practice in the industry is to review all fund prospectuses and develop a monitoring system in the trade and portfolio management workflow to test for adherence to this rule (which is further described in the test analysis portion below). Securities Exchange Act of 1934 Investment Company Act of 1940 The findings of this study led Congress to conclude that the activities of persons operating mutual funds should be regulated under a new and more specifically crafted set of guidelines, which became known as the Investment Company Act of 1940, deeming it necessary given the aggregate risk undertaken by the investing public. The U.S. Congress observed in section one of the Investment Company Act, “[investment] companies are the media for the investment in the national economy of a substantial part of the national savings, and may have a vital effect upon the flow of such savings into the capital markets…” The act “establishes a comprehensive regulatory framework for investment companies”, “designed to: In order to accomplish this, the Act mandates the safekeeping and proper valuation of fund assets, restricts transactions with affiliates, limits transactions that leverage the funds assets, and imposes governance regulations as a check on fund management(4). The authors of the Mutual Fund Law Handbook concluded that, “The 1940 Act’s main concern is the integrity, accuracy, and security of mutual fund investment portfolios and operations. One aspect of that concern is the Act’s attention to the financial and other records of funds and to their outside accountants.”. (5) Investment Advisers Act of 1940 Investment Company Act (40 Act) Tests Monitored in the Trading Workflow The 40 Act has several sections that can be tested, and these are too numerous to be listed here in their entirety. Here is an example from one section: Section 18 governs the capital structure of investment companies. Section 18(f) in particular, prohibits issuance by the investment company, of “senior securities” unless a fund offsets the obligation. The SEC defines “senior security” broadly based on the potential obligation to someone other than the shareholders. Prior to the act, excessive issuance of these securities had greatly increased the speculative nature both the common stock and the investment portfolios of investment companies. Bank borrowing is allowed, so long as the coverage for all borrowing is, at minimum, 300% of the amount borrowed. (7) These tests can be simple to fairly complex to code in practice. For example test logic for a Section 18 borrowing rule may be structured in this way: A portfolio (holdings) mode test is a component calculation of this test that is evaluated when trades have settled and also to prepare the data for pre-trade evaluations in the following trade cycle. The application of any test and test mode varies with the requirements of the adviser and the specific fund types, instruments types and domicile of the custodied assets. If the fund adviser requires these tests in the pre-trade workflow, the data quality must be reliable in order to have the confidence required to configure and apply tests. Otherwise, trading performance impacts would result if the platform were designed to limit trader control over the order when a test fails. Robust financial risk and compliance management is good business. Talented and effective leaders that understand the scope of the securities industry often manage operations that effectively manage risk and compliance controls. Additionally, risk management tools that focus on credit exposure, issue and issuer concentration and firm-wide leverage can save firms from realizing substantial trading losses and the consequences of inadequately managed client and firm related risk exposure.Executive Summary
Solution
Terms
SEC Regulatory Overview for Mutual Funds
The first of four major securities acts that would come to shape and solidify the securities industry over the coming decades, the Securities Act of 1933 addressed the issuance of securities throughout the industry, including the shares of open-end and closed-end investment companies. It required that any person wishing to offer securities to the public register those securities and provide prospective investors with adequate disclosure in the form of an investment prospectus. (2)
The ‘34 Act broadly addresses rules related to the exchange of securities, as opposed to the issuance of instruments. This act also created the SEC and gave it enforcement powers with respect to federal securities laws. Specifically related to mutual fund investment management, the act requires disclosure of institutional investment manager holdings, as well as provides a framework for transfer agent registration and rules of conduct. (3)
After the stock market declines that occurred in late 1929, the mutual fund industry sustained losses that were severely compounded by the issuance of “senior securities”, used to fund the acquisition activity of the adviser, and which had put the investment company in a heavily leveraged financial position. Investor losses resulting from this financial structure, and the general market decline prompted a SEC study which determined that the governance provided by the Securities Act of 1933 was insufficient to provide the risk management that both investors and the capital markets as a whole required.
Another act requires the registration of anyone in the business of offering investment advice per se, such as the adviser to an investment company, as well as advisers to institutional and individual clients. The Investment Advisers Act of 1940 promulgates disclosure rules with respect to the adviser’s interests in all transactions it undertakes, and also contains anti-fraud provisions. More specifically, it requires that investment guidelines spelled out in the client agreement are adhered to, and prompts the SEC to inspect the operations of the adviser to ascertain that the adviser is in compliance with the act (hedge funds are currently not regulated as investment advisers or as mutual funds due to exemptions provided by federal law). (6)
The tests defined by the Act, which are applicable to the OMS environment, are generally related to these six categories:
However, two exemptions exist to this restriction, provided that either:
Test Name [field data in OMS]: “At least 300% asset coverage for borrowing.”
Test Description [field data in OMS]: “1940 Act Requirement for diversified funds – Sec 18(f). Open-end investment companies should not issue “senior securities”, but a fund may borrow from a bank provided it maintains at least 300% [net] asset coverage.”
Rule Analysis Logic: Net assets (NA) plus borrowing must be at least 300% of borrowing, so NA must be at least twice borrowing, so borrowing must be no more than 50% of NA.
Formula: [absolute value of borrowing at fund level] / [NA, where exception is triggered when 50% of NA is exceeded]
The application of tests related to the above categories can be engineered to operate in a “pre-trade” mode or a “portfolio” mode. A pre-trade mode evaluation is best understood as a test that calculates the position related “bucket” (multiple concurrent trades may be evaluated at once, system-wide) combined with the settled portfolio position quantity prior to the order being placed.Benefits
These are the common results of a successful implementation:Leveraged expertise
Citations

