Alpaca Documentation Beta

Structure Account

public struct Account: Codable, Identifiable
Account Account Codable Codable Account->Codable Identifiable Identifiable Account->Identifiable

Nested Types

Account.Status

Conforms To

Codable
Identifiable

Properties

id

let id: UUID

account​Number

let accountNumber: String

currency

let currency: String

cash

let cash: NumericString<Double>

status

let status: Status

pattern​Day​Trader

let patternDayTrader: Bool

trade​Suspended​ByUser

let tradeSuspendedByUser: Bool

trading​Blocked

let tradingBlocked: Bool

transfers​Blocked

let transfersBlocked: Bool

account​Blocked

let accountBlocked: Bool

created​At

let createdAt: Date

shorting​Enabled

let shortingEnabled: Bool

long​Market​Value

let longMarketValue: NumericString<Double>

short​Market​Value

let shortMarketValue: NumericString<Double>

equity

let equity: NumericString<Double>

last​Equity

let lastEquity: NumericString<Double>

multiplier

let multiplier: NumericString<Double>

buying​Power

let buyingPower: NumericString<Double>

initial​Margin

let initialMargin: NumericString<Double>

maintenance​Margin

let maintenanceMargin: NumericString<Double>

sma

let sma: NumericString<Double>

daytrade​Count

let daytradeCount: Int

last​Maintenance​Margin

let lastMaintenanceMargin: NumericString<Double>

daytrading​Buying​Power

let daytradingBuyingPower: NumericString<Double>

regt​Buying​Power

let regtBuyingPower: NumericString<Double>