A representation of an asset report balance.

Attributes
[R] available

The available balance as reported by the financial institution. This is usually, but not always, the current balance less any outstanding holds or debits that have not yet posted to the account.

[R] current

The total amount of funds in the account.

[R] iso_currency_code

The ISO currency code of the transaction, either USD or CAD. Always nil if #unofficial_currency_code is non-nil.

[R] unofficial_currency_code

The unofficial currency code associated with the transaction. Always nil if #iso_currency_code is non-nil.