biweeklybudget.models.account_balance module

class biweeklybudget.models.account_balance.AccountBalance(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base, biweeklybudget.models.base.ModelAsDict

_sa_class_manager = {'account': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'account_id': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'avail': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'avail_date': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'id': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'ledger': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'ledger_date': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'overall_date': <sqlalchemy.orm.attributes.InstrumentedAttribute object>}
account

Relationship to Account this balance is for

account_id

ID of the account this balance is for

avail

Available balance

avail_date

as-of date for the available balance

id

Primary Key

ledger

Ledger balance, or investment account value, or credit card balance

ledger_date

as-of date for the ledger balance

overall_date

overall balance as of DateTime