View Source ExTrade.Accounts.Lending (ExTrade v0.0.1)
A struct representing an E*TRADE Lending 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.Lending{ amount_past_due: term(), available_credit: term(), credit_line: term(), current_balance: term(), last_payment_received_date: term(), last_ytd_interest_paid: term(), min_payment_due: term(), outstanding_balance: term(), payment_due_date: term(), payment_received_mtd: term(), ytd_interest_paid: term() }