ofxclient.BrokerageAccount

class ofxclient.BrokerageAccount(broker_id, **kwargs)[source]

ofxclient.Account subclass for brokerage/investment accounts

In addition to the parameters it’s superclass requires, the following parameters are needed.

Parameters:broker_id (string) – Broker ID of the account
__init__(broker_id, **kwargs)[source]

Methods

__init__(broker_id, **kwargs)
deserialize(raw) Instantiate ofxclient.Account subclass from dictionary
download([days]) Downloaded OFX response for the given time range
download_parsed([days]) Downloaded OFX response parsed by OfxParser.parse()
from_ofxparse(data, institution) Instantiate ofxclient.Account subclass from ofxparse
local_id() Locally generated unique account identifier.
long_description() Long description of the account (includes institution description).
number_masked() Masked version of the account number for privacy.
serialize() Serialize predictably for use in configuration storage.
statement([days]) Download the ofxparse.Statement given the time range
transactions([days]) Download a a list of ofxparse.Transaction objects