IPWorks OFX 2020 Python Edition

Questions / Feedback?

available_cash Property

Cash balance across all sub-accounts.

Syntax

def get_available_cash() -> str: ...

available_cash = property(get_available_cash, None)

Default Value

""

Remarks

This should include sweep funds as well.

This property is always returned with the balance information if such information is requested to be included (include_balances was set to True) in the investment statement download request (when calling the get_statement method).

This property is read-only.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks OFX 2020 Python Edition - Version 20.0 [Build 7941]