View Source ExTrade.Accounts.Account (ExTrade v0.0.1)

A struct representing an E*TRADE Account 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.Account{
  account_description: term(),
  account_id: term(),
  account_id_key: term(),
  account_mode: term(),
  account_name: term(),
  account_status: term(),
  account_type: term(),
  closed_date: term(),
  institution_type: term(),
  is_shareworks_account: term()
}