Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

AccountStatus

hallee edited this page May 10, 2020 · 1 revision

AccountStatus

Alpaca account status values.

public enum AccountStatus

Most likely, the account status is active unless there is any problem. The account status may get in accountUpdated when personal information is being updated from the dashboard, in which case you may not be allowed to trade for a short period of time until the change is approved.

Inheritance

Codable, Hashable, String

Enumeration Cases

onboarding

The account is onboarding.

case onboarding

submissionFailed

The account application submission failed for some reason.

case submissionFailed

submitted

The account application has been submitted for review.

case submitted

accountUpdated

The account information is being updated.

case accountUpdated

approvalPending

The final account approval is pending.

case approvalPending

active

The account is active for trading.

case active

rejected

The account application has been rejected.

case rejected