Project description
pyncaids
National Competent Authority (NCA) identifiers as a Python module
import pyncaids nca = pyncaids.NCA() authority_list = nca.nca_by_authority_id("GB-FCA") >>> [{'authority_id': 'GB-FCA', 'country': 'United Kingdom', 'authority_name': 'Financial Conduct Authority'}] authority_list = nca.nca_by_partial_authority_id("FM") >>> [{'authority_id': 'AT-FMA', 'country': 'Austria', 'authority_name': 'Austria Financial Market Authority'}, >>> {'authority_id': 'IS-FME', 'country': 'Iceland', 'authority_name': 'Financial Supervisory Authority'}, >>> {'authority_id': 'LI-FMA', 'country': 'Liechtenstein', 'authority_name': 'Financial Market Authority Liechtenstein'}] authority_list = nca.nca_by_country("United Kingdom") >>> [{'authority_id': 'GB-FCA', 'country': 'United Kingdom', 'authority_name': 'Financial Conduct Authority'}] authority_list = nca.nca_by_partial_country("it") >>> [{'authority_id': 'LT-BL', 'country': 'Lithuania', 'authority_name': 'Bank of Lithuania'}, >>> {'authority_id': 'GB-FCA', 'country': 'United Kingdom', 'authority_name': 'Financial Conduct Authority'}] authority_list = nca.nca_by_authority_name("Financial Conduct Authority") >>> [{'authority_id': 'GB-FCA', 'country': 'United Kingdom', 'authority_name': 'Financial Conduct Authority'}] authority_list = nca.nca_by_partial_authority_name("Supervisory Authority") >>> [{'authority_id': 'DK-DFSA', 'country': 'Denmark', 'authority_name': 'Danish Financial Supervisory Authority'}, >>> {'authority_id': 'EE-FI', 'country': 'Estonia', 'authority_name': 'Estonia Financial Supervisory Authority'}, >>> {'authority_id': 'FI-FINFSA', 'country': 'Finland', 'authority_name': 'Finnish Financial Supervisory Authority'}, >>> {'authority_id': 'DE-BAFIN', 'country': 'Germany', 'authority_name': 'Federal Financial Supervisory Authority'}, >>> {'authority_id': 'IS-FME', 'country': 'Iceland', 'authority_name': 'Financial Supervisory Authority'}, >>> {'authority_id': 'NO-FSA', 'country': 'Norway', 'authority_name': 'The Financial Supervisory Authority of Norway'}]
Source: EBA
Download files
Download the file for your platform. If you're not sure which to choose,
Filename, size & hash | File type | Python version | Upload date |
---|---|---|---|
pyncaids-0.0.1-py3-none-any.whl (5.2 kB) View hashes | Wheel | py3 | |
pyncaids-0.0.1.tar.gz (3.2 kB) View hashes | Source | None |
No comments:
Post a Comment
Thanks for your comments