IPWorks OFX 2020 Python Edition

Questions / Feedback?

message_set_name Property

Name of a message set supported by the given FI.

Syntax

def get_message_set_name(message_set_index: int) -> str: ...

Default Value

""

Remarks

Name of a message set supported by the given FI.

Each message_set_aggregate corresponds to a different OFX command. For example, SIGNONMSGSET corresponds to SignOn Request Message. The message_set_name is used to retrieve the name of the command associated with this Message Set.

The following table lists each message set, along with its aggregate name and the OFX Versions that support it.

Message Set Message Set Aggregate OFX Version support
Signon SIGNONMSGSETV1 1.0.2, 1.0.3, 1.5.1, 1.6, 2.0, 2.0.1, 2.0.2, 2.0.3, 2.1, 2.1.1
Signup SIGNUPMSGSETV1 1.0.2, 1.0.3, 1.5.1, 1.6, 2.0, 2.0.1, 2.0.2, 2.0.3, 2.1, 2.1.1
Banking BANKMSGSETV1 1.0.2, 1.0.3, 1.5.1, 1.6, 2.0, 2.0.1, 2.0.2, 2.0.3, 2.1, 2.1.1
Credit Card Statements CREDITCARDMSGSETV1 1.0.2, 1.0.3, 1.5.1, 1.6, 2.0, 2.0.1, 2.0.2, 2.0.3, 2.1, 2.1.1
Loan Statements LOANMSGSETV1 2.1, 2.1.1
Investment Statements INVSTMTMSGSETV1 1.0.2, 1.0.3, 1.5.1, 1.6, 2.0, 2.0.1, 2.0.2, 2.0.3, 2.1, 2.1.1
Interbank Funds Transfers INTERXFERMSGSETV1 1.0.2, 1.0.3, 1.5.1, 1.6, 2.0, 2.0.1, 2.0.2, 2.0.3, 2.1, 2.1.1
Payments BILLPAYMSGSETV1 1.0.2, 1.0.3, 1.5.1, 1.6, 2.0, 2.0.1, 2.0.2, 2.0.3, 2.1, 2.1.1
Investment security list SECLISTMSGSETV1 1.0.2, 1.0.3, 1.5.1, 1.6, 2.0, 2.0.1, 2.0.2, 2.0.3, 2.1, 2.1.1
FI Profile PROFMSGSETV1 1.0.2, 1.0.3, 1.5.1, 1.6, 2.0, 2.0.1, 2.0.2, 2.0.3, 2.1, 2.1.1
Image download IMAGEMSGSETV1 2.1, 2.1.1

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