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
Release files for pyncaids 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyncaids-0.0.1.tar.gz | 3.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyncaids-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.4 kB
Release files / pyncaids-0.0.1.tar.gz
| Download URL | pyncaids-0.0.1.tar.gz |
|---|---|
| Size | 3.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0fba06ead4487afd1af3a5de8274b9b8e38a1679f5a75d03e25ff9b1ca7cdcf2
|
|
BLAKE2b-256 checksum How to use checksums |
59044937a79c443ceff93ce1722be195f7541371032af6e290eab1538e7597db
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.2
|
Release files / pyncaids-0.0.1-py3-none-any.whl
| Download URL | pyncaids-0.0.1-py3-none-any.whl |
|---|---|
| Size | 5.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a86b14d1f3ae113bce1d7d5781c4e1cf814c8b548bfa01e1ccb2fc7671456bce
|
|
BLAKE2b-256 checksum How to use checksums |
07f2d5b12a5373b8b0cc4faef2b8034e9d0d8dbd814ec9cdf3202d56d62713fb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.2
|