B
    	²ô`Ì  ã               @   s2   d dl Z d dlmZ e  e¡ZG dd„ deƒZdS )é    N)ÚProviderc                   s@   e Zd ZdZdZdZdZdZdZ‡ fdd„Z	‡ fd	d
„Z
‡  ZS )r   z-Implement bank provider for ``en_PH`` locale.ZPHz################)5ZANZBZAUBKZBKCHZBKKBZBNORZBNPAZBOFAZBOPIZBOTKZBPDIZBPFSZBPGOZCHASZCHBKZCHSVZCITIZCPHIZCTCBZDBPHZDEUTZEQSNZEWBCZFCBKZHBPHZHNBKZHSBCZIBKOZICBCZINGBZKOEXZMBBEZMBTCZMHCBZPABIZPHSBZPHTBZPHVBZPNBMZPPBUZRCBCZROBPZSCBLZSETCZSHBKZSMBCZSTLAZTACBZTLBPZTYBKZUBPHZUCPBZUOVBZUWCB)Z22Z2XZM1ZMMZMQZMX)ZCBUZEQIZTSUZXXXc                s   t  d¡ tƒ  ¡ S )a:  Generate a Basic Bank Account Number (BBAN).

        .. warning::
           Philippine bank accounts do not have BBANs or IBANs, so any number
           generated by this method is a purely hypothetical number. Local bank
           account numbers are typically 10 or 12 digits long, so the BBAN
           format used in this implementation has been arbitrarily set to 16
           digits to simulate a hypothetical standardization of account numbers.
           Using this method will log a warning regarding the hypotheticality of
           the result.
        z9Numbers generated by this method are purely hypothetical.)ÚloggerÚwarningÚsuperÚbban)Úself)Ú	__class__© úR/home/dcms/DCMS/lib/python3.7/site-packages/faker/providers/bank/en_PH/__init__.pyr      s    
zProvider.bbanc                s   t  d¡ tƒ  ¡ S )aÅ  Generate an International Bank Account Number (IBAN).

        .. warning::
           Philippine bank accounts do not have BBANs or IBANs, so any number
           generated by this method is a purely hypothetical number. This method
           uses hypothetical PH BBANs and the PH country code as inputs to the
           IBAN generation algorithm. Using this method will log a warning
           regarding the hypotheticality of the result.
        z9Numbers generated by this method are purely hypothetical.)r   r   r   Úiban)r   )r   r	   r
   r   -   s    

zProvider.iban)Ú__name__Ú
__module__Ú__qualname__Ú__doc__Zcountry_codeZbban_formatZswift_bank_codesZswift_location_codesZswift_branch_codesr   r   Ú__classcell__r	   r	   )r   r
   r      s   	r   )ÚloggingZfaker.providers.bankr   ZBankProviderÚ	getLoggerr   r   r	   r	   r	   r
   Ú<module>   s   
