IPWorks OFX 2020 Python Edition

Questions / Feedback?

broker_id Property

Unique identifier for the FI.

Syntax

def get_broker_id() -> str: ...
def set_broker_id(value: str) -> None: ...

broker_id = property(get_broker_id, set_broker_id)

Default Value

""

Remarks

This property holds the identifier of the OFX Financial Institution and is used during signon. This value is unique for each organization name.

It is required to be specified when the get_statement method is called and is also included in the server response.

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