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 at 0x7f8f70827d10>, 'account_id': <sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7f8f70827f50>, 'avail': <sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7f8f707cf1d0>, 'avail_date': <sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7f8f707cf290>, 'id': <sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7f8f70827e90>, 'ledger': <sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7f8f707cf050>, 'ledger_date': <sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7f8f707cf110>, 'overall_date': <sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7f8f707cf350>}
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