moov-io / fincen

Fincen BSA E-Filing forms
https://moov-io.github.io/fincen/
Apache License 2.0
20 stars 7 forks source link

Unable to check Yes to only one indication in Currency Transaction Activity #39

Closed mimy2001 closed 1 year ago

mimy2001 commented 1 year ago

FinCEN Version: 0.2.6

What were you trying to do? Create a CTR report with a Currency Transaction Activity section

What did you expect to see? Only check ArmoredCarServiceIndicator as Y and leave the rest as there but empty

What did you see? I can only put yes or nothing (which means the other options are not there) which is against the user guide The user guide says it must be Y or null and I tried to use the empty indicator in here but it doesn't accept it.

But in the section it says min instance is 1 but the validation also only lets me put in Yes, so now I have Y for a lot of sections.

Screen Shot 2022-11-07 at 6 22 17 PM

How can we reproduce the problem?

Create a CTR report and fill out the Currency Transaction Activity.

mimy2001 commented 1 year ago

Notice in the above screen shot it says null if not applicable but the validation doesn't let me not put it (because it's against the minOccurs) but i'm not sure how to set it to null in the moov library code and still have it filled in.

mfdeveloper508 commented 1 year ago

https://github.com/moov-io/fincen/pull/41