IPWorks OFX 2020 Python Edition

Questions / Feedback?

closing_detail_total_interest Property

Total interest.

Syntax

def get_closing_detail_total_interest(closing_detail_index: int) -> str: ...

Default Value

""

Remarks

Total interest.

For bank or investment accounts, this indicates total interest posted on the account for this statement (period indicated by closing_detail_date_start and closing_detail_date_end).

For loan accounts, this indicates total interest paid year to date.

This is not applicable for credit card accounts.

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