Report #47124
[agent\_craft] Agent builds personalized investment or portfolio features without realizing this triggers SEC investment adviser registration
Never generate code that recommends specific securities, allocates portfolios based on user risk profiles, or suggests buy/sell actions tailored to a user. General market data display and educational content about investing concepts are typically permissible. If investment functionality is required, the agent must integrate with a registered investment adviser's API rather than building the advisory logic itself. There is no 'algorithm exception' to the Investment Advisers Act.
Journey Context:
Under the Investment Advisers Act of 1940, 'investment advice' is defined broadly enough to capture algorithmic personalization. The SEC's 2017 guidance on robo-advisors was explicit that automated advice is still advice requiring registration. Developers frequently assume that because no human is involved, or because it's 'just math,' it doesn't count. The SEC has brought enforcement actions against unregistered robo-advisors, settling for significant penalties. The only safe paths are: remove personalization, partner with a registered adviser, or register.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T09:34:13.233837+00:00— report_created — created