To change your portfolio, go to the Home tab and tap "Invest." Then, tap into the Invest goal you'd like to change the portfolio for, then tap the three dots in the top right corner. From there, tap "Manage portfolio," and you may browse the portfolio options and choose a new portfolio. Tap "Select," then confirm the portfolio change.
It may take up to 4 business days for changes to your portfolio to be reflected in your account.
Search
<% if (previousArticle) { %>
<% } %>
<% if (allItems.length > 1) { %>
<% if (previousTitle) { %>
<% } %>
<% if (nextArticle) { %>
<%= previousTitle %>
<% } %> <%= previousArticle.title %>
<% if (nextTitle) { %>
<% } %>
<%= nextTitle %>
<% } %> <%= nextArticle.title %>In this article
-
<% allItems.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>
-
<% items.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>