Overview
Foreign Bank and Financial Accounts (FBAR) - Report 114
Create a report
Foreign bank and financial accounts can create using fincen go library
- Create a EFilingBatchXML with
batch.NewReport(fincen.Report114)
. - Create available ActivityType records with
financial_accounts.NewActivity()
. - Append created activities into Batch XML report with
batch.AppendActivity(activity)
. - Validate Batch XML report with
Validate()
and figure out report problems. - Generate Batch XML report attributes with
GenerateAttrs()
- Generate Batch XML report attributes with
GenerateSeqNumbers()
- Getting xml contents from Batch XML report.
Create an acknowledgement
FinCEN SAR XML batch acknowledgement can create using fincen go library
- Create a EFilingBatchXML with
batch.NewReport(fincen.Report114)
. - Create a EFilingSubmissionXML.
- Validate Batch XML report with
Validate()
and figure out report problems. - Generate Batch XML report attributes with
GenerateAttrs()
- Getting xml contents from Batch XML report.
Examples
Filing
Refer to the FinCEN.gov website for more information.