> For the complete documentation index, see [llms.txt](https://api-documentation.autoshares.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api-documentation.autoshares.dev/user-guide/web-terminal/user-widgets/trade-ticket/mutual-funds-trade-ticket.md).

# Mutual Funds Trade Ticket

## Introduction

Mutual funds are a popular investment vehicle for investors who wish to delegate the responsibility for management of their funds to a group of professional investment managers that run said mutual funds. The nature of mutual funds somewhat differentiates them from stocks and bonds that can simply be purchased and sold on the exchange. Specifically, mutual funds can be exchanged or liquidated, the dividends received by the mutual fund from its holdings can be further reinvested or distributed back to the stockholder, etc. For this reason Autoshares Trader contains separate user interfaces for trading of mutual funds both in Autoshares Trader Web and in Autoshares Trader for iOS and Android; and in this article we'll demonstrate the process in detail.

## Mutual Funds Trading in Autoshares Trader Web

In Autoshares Trader Web, trading of mutual funds transpires on the \_\_**Mutual Funds Trade Ticket** widget. This widget is responsible for purchasing, selling, exchanging, and liquidating of mutual funds. Here a trader can also indicate if they would like to reinvest dividends and capital gains.

![](/files/-MCzCz3hfws5A5tt0ZZK)

First, you must specify the ticker symbol of the mutual funds that you would like to trade.

Next, specify one of the four target actions:

![](/files/-MCzCz3iCjdXtM0vFq-P)

Depending on the action, the range of configurable options and quantity qualifiers will vary.

### Purchasing Mutual Funds

When you buy a mutual fund, you may instruct the managers of the mutual fund to reinvest the dividends as well as the short-term and the long-term gains by selecting the corresponding checkboxes. The required quantity must be specified in dollars: so if you want to buy $300 worth of this mutual funds, simply enter 300 into the text field titled **Amount in Dollars**.

### Selling Mutual Funds

Mutual funds can be sold in either a specific dollar amount (Even Dollar) or in a specific quantity (Shares):

![](/files/-MCzCz3j-9gwhh2R3ee7)

### Exchanging Mutual Funds

If a mutual fund belongs to a family of funds that can be freely exchanged, you can perform the exchange by specifying the ticker symbols of the mutual funds that you would like to exchange:

![](/files/-MCzCz3kqyfxmjLriZp0)

### Full Liquidation

If you would like to liquidate your position in a mutual fund entirely, select the **Full Liquidation** action, and your shares will be redeemed.

![](/files/-MCzCz3lOCLkXIL-ZD9r)

## Placing an Order

Once you have determined the action you would like to perform on the mutual funds, click **Verify**.

![](/files/-MCzCz3mgPKvKb5XfTT6)

The order will be verified by Autoshares Trader's numerous validators and, if the order is properly configured and there are sufficient funds in the trading account, the order will be green-lighted. Click **Trade**.

![](/files/-MCzCz3nkove4-lPE3ek)

If you navigate to the **Orders** widget, you will notice the newly placed order with the **New** status. It's likely that the order will not be immediately executed since mutual fund orders are usually executed after-hours.

![](/files/-MCzCz3rATJWmhzsNty9)

## Mutual Funds Trading in Autoshares Trader Mobile

Mutual funds trading can also be performed on the go using our mobile apps that have complete functionality on par with their web counterpart. You can use Autoshares Trader for iOS and Android to purchase, sell, exchange, or liquidate mutual funds. Dividends, short-term, and long-term gains can similarly be reinvested.

![](/files/-MCzCz3tMgdcW1_Hyes8)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://api-documentation.autoshares.dev/user-guide/web-terminal/user-widgets/trade-ticket/mutual-funds-trade-ticket.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
