Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle multiple type codes in 03 (Account Identifier) records #54

Closed
barszcz opened this issue Jan 10, 2023 · 0 comments · Fixed by #59
Closed

Handle multiple type codes in 03 (Account Identifier) records #54

barszcz opened this issue Jan 10, 2023 · 0 comments · Fixed by #59
Labels
enhancement New feature or request

Comments

@barszcz
Copy link

barszcz commented Jan 10, 2023

Bai2 Version: 0.1.0

What were you trying to do?

What did you expect to see?

What did you see?

How can we reproduce the problem?

03 (Account Identifier) records in BAI2 may contain sets of (type code, amount, item count, funds type) records multiple times in sequence for an arbitrary number of type codes. Currently, the library treats this sequence as though it can only occur once per record. (Frustratingly, this very important detail about the format is buried in a confusingly worded footnote on page 16 of the spec and is otherwise left unclear.) Once we're returning the "fully parsed" file model from #52 we can enhance the account object to contain a slice of these.

@adamdecaf adamdecaf added the enhancement New feature or request label Jan 11, 2023
@mfdeveloper508 mfdeveloper508 linked a pull request Feb 2, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants