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 0x7f8f70682050>, 'note': <sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7f8f70682410>, 'ofx_account_id': <sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7f8f70682290>, 'ofx_fitid': <sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7f8f706821d0>, 'ofx_trans': <sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7f8f706e6e90>, 'reconciled_at': <sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7f8f706824d0>, 'rule': <sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7f8f706e6f50>, 'rule_id': <sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7f8f70682350>, 'transaction': <sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7f8f706e6d10>, 'txn_id': <sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7f8f70682110>}
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