Skip to content

Commit

Permalink
Docs update BE BBAN validation
Browse files Browse the repository at this point in the history
Indicate in docs that Belgian BBAN is also checked.
  • Loading branch information
mhemeryck committed Feb 27, 2023
1 parent 390c566 commit 90f7718
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schwifty/iban.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ def validate(self, validate_bban: bool = False) -> bool:
"""Validate the structural integrity of this IBAN.
This function will verify the country specific format as well as the Luhn checksum in the
3rd and 4th position of the IBAN. For some countries (currently Germany and Italy) it will
also verify the correctness of the country specific checksum within the BBAN if the
3rd and 4th position of the IBAN. For some countries (currently Belgium, Germany and Italy)
it will also verify the correctness of the country specific checksum within the BBAN if the
`validate_bban` parameter is set to `True`. For German banks it will pick the appropriate
algorithm based on the bank code and verify that the account code has the correct checksum.
Expand Down

0 comments on commit 90f7718

Please sign in to comment.