View Source ExTrade.Accounts.Computed (ExTrade v0.0.1)
A struct representing an E*TRADE ComputedBalance model.
Note: Keys have been re-formatted for snake_casing
. In some instances, they have also been updated for clarity and consistency.
Link to this section Summary
Link to this section Types
@type t() :: %ExTrade.Accounts.Computed{ account_balance: term(), cash_available_for_investment: term(), cash_available_for_withdrawal: term(), cash_balance: term(), cash_buying_power: term(), funds_withheld_from_purchase_power: term(), funds_withheld_from_withdrawal: term(), margin_balance: term(), margin_buying_power: term(), net_cash: term(), open_calls: term(), portfolio_margin: term(), real_time_values: term(), reg_t_equity: term(), reg_t_equity_percent: term(), settled_cash_for_investment: term(), short_adjusted_balance: term(), total_available_for_withdrawal: term(), unsettled_cash_for_investment: term() }