biweeklybudget.models.txn_reconcile module

class biweeklybudget.models.txn_reconcile.TxnReconcile(**kwargs)[source]

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

_sa_class_manager = {'id': <sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7fb4e12af308>, 'note': <sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7fb4e12af678>, 'ofx_account_id': <sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7fb4e12af4c0>, 'ofx_fitid': <sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7fb4e12af410>, 'ofx_trans': <sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7fb4e12af150>, 'reconciled_at': <sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7fb4e12af728>, 'rule': <sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7fb4e12af200>, 'rule_id': <sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7fb4e12af570>, 'transaction': <sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7fb4e12af0f8>, 'txn_id': <sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7fb4e12af360>}
id

Primary Key

note

Notes

ofx_account_id

OFX Transaction Account ID

ofx_fitid

OFX Transaction FITID

ofx_trans

Relationship - OFXTransaction

reconciled_at

time when this reconcile was made

rule

Relationship - ReconcileRule that created this reconcile, if any.

rule_id

ReconcileRule ID; set if this reconcile was created by a rule

transaction

Relationship - Transaction

txn_id

Transaction ID