IPWorks OFX 2020 Python Edition

Questions / Feedback?

short_balance Property

Market value of all short positions.

Syntax

def get_short_balance() -> str: ...

short_balance = property(get_short_balance, None)

Default Value

""

Remarks

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]