A representation of an asset report historical balance.
Attributes
[R] | current | The total amount of funds in the account, calculated from the current balance in the balance object by subtracting inflows and adding back outflows according to the posted date of each. |
[R] | date | The date of the calculated historical balance. |
[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. |