Mandatory Corporate Actions

Frequently Asked Mandatory Corporate Action Questions

Mandatory Corporate Actions

What are the most common corporate actions Alpaca handles, and what are they?

  • Dividends - Dividends are payments made by companies to shareholders to account for their share of profits made by the company. The usual timeline for dividend payments is quarterly payments, but this is fully dependent on the companies themselves. There are 3 main types of dividends; a brief overview of each is added below:
  • Cash - Cash dividends are when companies pay out cash to their shareholders to account for their profits.
  • Stock - Stock dividends are when companies pay out stock to their shareholders to account for their profits.
  • SPLITs - Splits are events in which a company changes its number of shares, either by splitting a share into multiple shares, or combining multiple shares into 1. In both events, the quantity that a user owns in a stock will be affected and updated according to the SPLIT ratio.
    • Forward - A forward split is when the company splits 1 share into multiple shares, resulting in a lower price per share.
    • Reverse - A reverse split is when the company combines multiple shares into 1 share, resulting in a higher price per share.
  • SPIN - Spinoffs occur when a company provides its shareholders shares in a subsidiary or business division. Clients will continue to hold original shares and cost basis may be adjusted due to the new spin off security.
  • Mergers - A merger is when 2 companies join to become 1 new company.
    For the explanations below, assume company A and company B are participants in a merger, with company B being the larger of the 2 companies. Company A is being merged into company B.
    • Stock Merger - This is when a shareholder of a company receives shares in another company due to the participation in a merger. For example, company B allocates 2 shares of B to a shareholder in company A after the merger is done.
    • Cash Merger - This is when the shareholders of a company receive cash due to participation in a merger. For example, company B pays 100$ to a shareholder in company A after the merger is done.
    • Stock and Cash Merger - This is when the shareholders of a company receive both stock & cash due to participation in a merger. For example, company B allocates 2 shares of B & pays 100$ to a shareholder in company A after the merger is done.
  • Full Call - This is when the shareholders of a company receive cash due to the company exercising their right to purchase shares from shareholders. This is usually done on preferred shares.
  • Final Liquidation - This is when the shareholders of a company receive cash and the underlying shares are removed. This is usually done on SPACs or securities such as CVRs and escrow shares.
  • Partial Liquidation - This is when the shareholders of a company receive cash, but the underlying shares continue to be held in anticipation of potential future distributions. This is usually done on securities such as CVRs and escrow shares.
  • NC - A name change occurs when a company changes its legal name, regardless of the reason behind the change. When this happens, the underlying asset might be affected in multiple ways:
    • Symbol change - This is when the symbol of the underlying asset changes as part of the name change event.
    • CUSIP change - This is when the CUSIP of the underlying asset changes as part of the name change event.
    • Symbol & CUSIP change - This is when both the symbol & CUSIP of the underlying asset change as part of the name change event.
      Note: There might also be no change in either CUSIP or symbol, in which case the update to the asset will occur without triggering an NC event.

Examples of each type of Mandatory Event above are available in the docs here.


Which of all the dates in the response body should we use in each transaction detail?

Settle date.


How does Alpaca handle stock-and-cash mergers?

Stock and cash mergers are mandatory events, so they are handled like all other mandatory events.


For stock and cash mergers, what would we receive as NTAs?

You should receive 3 NTA events:

  • 1 for the removal of the original security
  • 1 for the allocation of new shares
  • 1 for the allocation of cash

A sample is added below. This was a stock-and-cash merger with 5 shares of 384CVR015 and $9.95 allocated for every 1 share of GRCL:

Removal of original security:

{  
    "id": "",  
    "qty": -284.678660686,  
    "price": 6.04,  
    "status": "correct",  
    "symbol": "GRCL",  
    "entry_type": "MA",  
    "net_amount": 0,  
    "description": "Stock Merger 5 384CVR015 for 1 GRCL",  
    "settle_date": "2024-02-29",  
    "system_date": "2024-02-29",  
    "per_share_amount": null  
}

Allocation of new shares:

{  
    "id": "",  
    "qty": 1423.39330343,  
    "price": 1.21,  
    "status": "correct",  
    "symbol": "384CVR015",  
    "entry_type": "MA",  
    "net_amount": 0,  
    "description": "Stock Merger 5 384CVR015 for 1 GRCL",  
    "settle_date": "2024-02-29",  
    "system_date": "2024-02-29",  
    "per_share_amount": null  
}

In the removal & allocation of shares events, the quantity field represents the number of shares removed or allocated.

Allocation of cash:

{  
    "id": "",  
    "qty": 0,  
    "price": null,  
    "status": "executed",  
    "symbol": "GRCL",  
    "entry_type": "MA",  
    "net_amount": 2832.55,  
    "description": "Stock Cash Merger 5 384CVR015 and $9.95 for 1 GRCL",  
    "settle_date": "2024-02-29",  
    "system_date": "2024-02-29",  
    "per_share_amount": null  
}

In the cash events, net_amount will reflect the cash amount allocated.


At a user level, are cash mergers always for 100% of the position, or are there cases where a user might keep 50% of their position and receive cash for the remaining 50%?

On a stock and cash merger, all shares of the old security are removed. The new stock and cash allocation are based on a ratio determined by the company based on current market conditions.


Does Alpaca handle recapitalization?

Alpaca does not currently handle debt instruments. Recapitalization events deal with debt instruments and, accordingly, are not available on Alpaca.


How does Alpaca handle tax withholding?

We receive a net rate per share from DTC based on the country of the company.

  1. If it is a foreign company, then there may be a foreign dividend withholding tax that is withheld from the payment we receive from DTC. This payment would represent the DIV NTA entry.
  2. With a foreign partner, there may be an additional withholding (the DIVNRA entry) based on their country and the withholding percentage for that country. If the company that paid the dividend has a tax exempt foreign status, then the DIVNRA entry may not apply.

In summary, you would receive a DIV event (the dividend) and a DIVNRA (the tax withholding) event. Noting that if a DIVNRA value is < 0.01, however, you will not receive a DIVNRA activity.


Are there any cases where Alpaca does not withhold taxes on dividends?

If the company is a foreign company, then there may not be any DIVNRA withholdings


Does the amount sent in the DIV event include the tax? In other words, to calculate the final amount, the amount in the DIVNRA event needs to be deducted from the amount on DIV event.

Yes, the amount sent in the DIV event is without the tax DIVNRA, so you need to determine the net amount after the DIVNRA by taking the DIV and reducing it by the DIVNRA.


Are symbol changes notified via the SSE Events?

No, as of now the symbol changes need to be seen via the Assets API. Syncing at regular intervals is what is recommended to make sure you are up-to-date with the symbol changes.


Do we have a new asset object, if there is a symbol change?

The answer is a YES and a NO. The reason for that is, if there is simply a symbol change without the CUSIP being updated, in that case, we just update the existing asset by updating the Symbol. If there is a CUSIP change, the current asset becomes INACTIVE and a new Asset Object is added the the response of the Assets API.


Please note that this piece is for general informational purposes only. The examples above are for illustrative purposes only. Alpaca does not provide investment, tax, or legal advice. Please consult your own independent advisor as to any investment, tax, or legal statements made herein.