defmodule MT940.AccountBalance do @moduledoc ~S""" ## Opening Balance Indicating for the (intermediate) opening balance, whether it is a debit or credit balance, the date, the currency, and the amount of the balance. """ use MT940.Balance end