Account

class pyfolio_performance.Account[source]

The class that manages a money account and its transactions.

getBalance()[source]
Returns:

Balance of the account in cents.

Type:

int

getName()[source]
Returns:

Name of the account.

Type:

str

getTransactions()[source]
Returns:

list of transactions in the account.

Type:

list(Transaction)