IPWorks OFX 2020 Python Edition

Questions / Feedback?

acc_type Property

Indicates the type of account.

Syntax

def get_acc_type(acc_index: int) -> str: ...

Default Value

""

Remarks

Indicates the type of account.

For bank accounts (i.e., when acc_service_type is BANK), the possible values for acc_type are: CHECKING, SAVINGS, MONEYMRKT, CREDITLINE.

If an investment account information is present in the server response (i.e., when acc_service_type is INVESTMENT), the possible values for acc_type are: INDIVIDUAL, JOINT, TRUST, CORPORATE.

This is not applicable for credit card accounts.

The acc_index parameter specifies the index of the item in the array. The size of the array is controlled by the acc_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]