IPWorks OFX 2020 Python Edition

Questions / Feedback?

buying_power Property

Buying power.

Syntax

def get_buying_power() -> str: ...

buying_power = property(get_buying_power, None)

Default Value

""

Remarks

The amount of money available to buy securities. In a margin account, the buying power is the total cash held in the brokerage account plus maximum margin available.

This property is an optional field. When calling the get_statement method, if the server's response does not contain this value, querying the property will return an empty string.

This property is read-only.

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