Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def bic(self):
"""BIC: The BIC associated to the IBAN´s bank-code."""
return BIC.from_bank_code(self.country_code, self.bank_code)