IPWorks OFX 2020 Python Edition

Questions / Feedback?

bal_amount Property

The value of the current balance.

Syntax

def get_bal_amount(bal_index: int) -> str: ...

Default Value

""

Remarks

The value of the current balance. Interpretation of this depends on the value of bal_type property:

Value of bal_typeFormat of bal_amount
DOLLARFormatted as DDDD.cc
PERCENTFormatted as XXXX.YYYY
NUMBERFormatted as is

If a balance list is present in the server response, the bal_amount is always present in the response for each balance listed.

The bal_index parameter specifies the index of the item in the array. The size of the array is controlled by the bal_count property.

This property is read-only.

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