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

A struct representing an E*TRADE Transaction 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.Transaction{
  account_id: term(),
  amount: term(),
  brokerage: term(),
  category: term(),
  description: term(),
  description_2: term(),
  details_uri: term(),
  image_flag: term(),
  institution_type: term(),
  memo: term(),
  post_date: term(),
  transaction_date: term(),
  transaction_id: term(),
  transaction_type: term()
}