Skip to content

Generating OFX Files with Transaction Lists #176

Answered by csingley
philliphall asked this question in Q&A
Discussion options

You must be logged in to vote

Or is generation of statement transactions even supported?

Have you seen this? There's also a detailed walkthrough of developing an entire messageset here, which includes this note about the semantics of different aggregate types:

The requirement that each *SYNCRQ / *SYNCRS may contain a variable number of transaction wrappers means that we can’t define these wrappers with SubAggregate, which maps every child element to a single class attribute.

Contained aggregates that are allowed to appear more than once are instead defined with a validator of type ListAggregate, and accessed via the Python list API. Unique children are defined in the usual manner, and accessed as instance attributes.

Replies: 6 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by philliphall
Comment options

You must be logged in to vote
1 reply
@philliphall
Comment options

Comment options

You must be logged in to vote
1 reply
@philliphall
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants