Prerequisites: API credentials from the sandbox environment. Familiarity with the self-directed quick start (account creation and funding are the same).
Step 1 — Create an investment account
Create anindividual account (rather than trading) for wealth management:
Complete KYC (Step 2 of the self-directed quick start) and bank linking (Step 3) before continuing. Fund the account with at least $10,000 for a meaningful portfolio.
Step 2 — Build the investor profile
The investor profile captures the user’s full financial picture. This data drives risk assessment, financial planning, and portfolio construction.Step 3 — Run a risk assessment
Submit the risk questionnaire to determine the investor’s risk tolerance. This score drives portfolio allocation.Step 4 — Create goals
Define the investor’s financial objectives. Goals anchor the financial plan.Step 5 — Generate a financial plan
The financial plan maps the investor’s goals, risk profile, and financial situation into an actionable strategy:Step 6 — Create an Investment Policy Statement
The IPS formalizes the investment strategy based on the financial plan and risk assessment:Step 7 — Create a managed portfolio
Create a portfolio governed by the IPS:Step 8 — Set up auto-invest
Configure recurring investments into the portfolio:Step 9 — Monitor with insights
Check portfolio insights and recommendations:Summary
| Step | Endpoint | What it does |
|---|---|---|
| 1 | POST /accounts | Create an individual account |
| 2 | PUT /wealth/accounts/{id}/profile | Build comprehensive investor profile |
| 3 | POST /wealth/accounts/{id}/risk-assessments | Determine risk tolerance and allocation |
| 4 | POST /wealth/accounts/{id}/goals | Define financial objectives |
| 5 | POST /wealth/accounts/{id}/financial-plan | Generate an investment strategy |
| 6 | POST /wealth/accounts/{id}/investment-policy | Formalize the IPS |
| 7 | POST /wealth/accounts/{id}/portfolios | Create a managed portfolio |
| 8 | POST /wealth/accounts/{id}/auto-invest | Set up recurring investments |
| 9 | GET /wealth/accounts/{id}/insights | Monitor and optimize |
Next steps
- Wealth Management Overview — Understand the wealth data model
- Portfolio Management — Rebalancing, performance, and holdings
- Going Live — Production readiness checklist