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

Balance missing types (FWAV, INFO, ITAV, ITBD and XPCD) when using with CAMT.053.001.02 file #156

Closed
DannyvdSluijs opened this issue Jul 25, 2024 · 3 comments

Comments

@DannyvdSluijs
Copy link
Contributor

As per specification of the external code set (which can be downloaded from https://www.iso20022.org/sites/default/files/media/file/ExternalCodeSets_JSON.zip) the Balance types (ExternalBalanceType1Code) you can read the following:

Specifies the balance type, as published in an external balance type code set.
External code sets can be downloaded from www.iso20022.org.

  • CLAV-Closing balance of amount of money that is at the disposal of the account owner on the date specified.
  • CLBD-Balance of the account at the end of the pre-agreed account reporting period. It is the sum of the opening booked balance at the beginning of the period and all entries booked to the account during the pre-agreed account reporting period.
  • FWAV-Forward available balance of money that is at the disposal of the account owner on the date specified.
  • INFO-Balance for informational purposes.
  • ITAV-Available balance calculated in the course of the account servicer's business day, at the time specified, and subject to further changes during the business day. The interim balance is calculated on the basis of booked credit and debit items during the calculation time/period specified.
  • ITBD-Balance calculated in the course of the account servicer's business day, at the time specified, and subject to further changes during the business day. The interim balance is calculated on the basis of booked credit and debit items during the calculation time/period specified.
  • OPAV-Opening balance of amount of money that is at the disposal of the account owner on the date specified.
  • OPBD-Book balance of the account at the beginning of the account reporting period. It always equals the closing book balance from the previous report.
  • PRCD-Balance of the account at the previously closed account reporting period. The opening booked balance for the new period has to be equal to this balance.
    Usage: the previously booked closing balance should equal (inclusive date) the booked closing balance of the date it references and equal the actual booked opening balance of the current date.
  • XPCD-Balance, composed of booked entries and pending items known at the time of calculation, which projects the end of day balance if everything is booked on the account and no other entry is posted.

This library only supports: OPBD, PRCD, OPAV, CLBD and CLAV.
Leaving no support for FWAV, INFO, ITAV, ITBD and XPCD.

@PowerKiKi
Copy link
Collaborator

PowerKiKi commented Jul 29, 2024 via email

@DannyvdSluijs
Copy link
Contributor Author

DannyvdSluijs commented Jul 30, 2024

Cool, I will work an a PR to add those. At first I was curious if the repository was tulle active before putting in the time.

@PowerKiKi
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants