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 0x7f8004b5ea10>, 'account_id': <sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7f8004b5ec50>, 'avail': <sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7f8004b5ee90>, 'avail_date': <sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7f8004b5ef50>, 'id': <sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7f8004b5eb90>, 'ledger': <sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7f8004b5ed10>, 'ledger_date': <sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7f8004b5edd0>, 'overall_date': <sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7f8004b04050>}
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