IPWorks OFX 2020 Python Edition

Questions / Feedback?

margin_balance Property

Margin balance.

Syntax

def get_margin_balance() -> str: ...

margin_balance = property(get_margin_balance, None)

Default Value

""

Remarks

A positive balance indicates a positive cash balance, while a negative balance indicates the customer has borrowed funds.

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]