{ "info": { "author": "Jacek Artymiak", "author_email": "jacek@artymiak.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Financial and Insurance Industry", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3.7", "Topic :: Office/Business :: Financial" ], "description": "# pyncaids\n\nNational Competent Authority (NCA) identifiers as a Python module\n\n```python\nimport pyncaids\n\nnca = pyncaids.NCA()\n\nauthority_list = nca.nca_by_authority_id(\"GB-FCA\")\n>>> [{'authority_id': 'GB-FCA', 'country': 'United Kingdom', 'authority_name': 'Financial Conduct Authority'}]\n\nauthority_list = nca.nca_by_partial_authority_id(\"FM\")\n>>> [{'authority_id': 'AT-FMA', 'country': 'Austria', 'authority_name': 'Austria Financial Market Authority'},\n>>> {'authority_id': 'IS-FME', 'country': 'Iceland', 'authority_name': 'Financial Supervisory Authority'},\n>>> {'authority_id': 'LI-FMA', 'country': 'Liechtenstein', 'authority_name': 'Financial Market Authority Liechtenstein'}]\n\nauthority_list = nca.nca_by_country(\"United Kingdom\")\n>>> [{'authority_id': 'GB-FCA', 'country': 'United Kingdom', 'authority_name': 'Financial Conduct Authority'}]\n\nauthority_list = nca.nca_by_partial_country(\"it\")\n>>> [{'authority_id': 'LT-BL', 'country': 'Lithuania', 'authority_name': 'Bank of Lithuania'},\n>>> {'authority_id': 'GB-FCA', 'country': 'United Kingdom', 'authority_name': 'Financial Conduct Authority'}]\n\nauthority_list = nca.nca_by_authority_name(\"Financial Conduct Authority\")\n>>> [{'authority_id': 'GB-FCA', 'country': 'United Kingdom', 'authority_name': 'Financial Conduct Authority'}]\n\nauthority_list = nca.nca_by_partial_authority_name(\"Supervisory Authority\")\n>>> [{'authority_id': 'DK-DFSA', 'country': 'Denmark', 'authority_name': 'Danish Financial Supervisory Authority'},\n>>> {'authority_id': 'EE-FI', 'country': 'Estonia', 'authority_name': 'Estonia Financial Supervisory Authority'},\n>>> {'authority_id': 'FI-FINFSA', 'country': 'Finland', 'authority_name': 'Finnish Financial Supervisory Authority'},\n>>> {'authority_id': 'DE-BAFIN', 'country': 'Germany', 'authority_name': 'Federal Financial Supervisory Authority'},\n>>> {'authority_id': 'IS-FME', 'country': 'Iceland', 'authority_name': 'Financial Supervisory Authority'},\n>>> {'authority_id': 'NO-FSA', 'country': 'Norway', 'authority_name': 'The Financial Supervisory Authority of Norway'}]\n```\n\nSource: EBA\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/badmetacoder/pyncaids", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "pyncaids", "package_url": "https://pypi.org/project/pyncaids/", "platform": "", "project_url": "https://pypi.org/project/pyncaids/", "project_urls": { "Homepage": "https://github.com/badmetacoder/pyncaids" }, "release_url": "https://pypi.org/project/pyncaids/0.0.1/", "requires_dist": null, "requires_python": ">=3.7", "summary": "National Competent Authority (NCA) Identifiers as a Python module", "version": "0.0.1" }, "last_serial": 5772440, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "a87ec2ea1b17a34908cbf967542fb79d", "sha256": "a86b14d1f3ae113bce1d7d5781c4e1cf814c8b548bfa01e1ccb2fc7671456bce" }, "downloads": -1, "filename": "pyncaids-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "a87ec2ea1b17a34908cbf967542fb79d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 5230, "upload_time": "2019-09-02T20:04:15", "url": "https://files.pythonhosted.org/packages/07/f2/d5b12a5373b8b0cc4faef2b8034e9d0d8dbd814ec9cdf3202d56d62713fb/pyncaids-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "929ad2c2f69ffceccae658d77aaee3d6", "sha256": "0fba06ead4487afd1af3a5de8274b9b8e38a1679f5a75d03e25ff9b1ca7cdcf2" }, "downloads": -1, "filename": "pyncaids-0.0.1.tar.gz", "has_sig": false, "md5_digest": "929ad2c2f69ffceccae658d77aaee3d6", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 3184, "upload_time": "2019-09-02T20:04:17", "url": "https://files.pythonhosted.org/packages/59/04/4937a79c443ceff93ce1722be195f7541371032af6e290eab1538e7597db/pyncaids-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a87ec2ea1b17a34908cbf967542fb79d", "sha256": "a86b14d1f3ae113bce1d7d5781c4e1cf814c8b548bfa01e1ccb2fc7671456bce" }, "downloads": -1, "filename": "pyncaids-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "a87ec2ea1b17a34908cbf967542fb79d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 5230, "upload_time": "2019-09-02T20:04:15", "url": "https://files.pythonhosted.org/packages/07/f2/d5b12a5373b8b0cc4faef2b8034e9d0d8dbd814ec9cdf3202d56d62713fb/pyncaids-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "929ad2c2f69ffceccae658d77aaee3d6", "sha256": "0fba06ead4487afd1af3a5de8274b9b8e38a1679f5a75d03e25ff9b1ca7cdcf2" }, "downloads": -1, "filename": "pyncaids-0.0.1.tar.gz", "has_sig": false, "md5_digest": "929ad2c2f69ffceccae658d77aaee3d6", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 3184, "upload_time": "2019-09-02T20:04:17", "url": "https://files.pythonhosted.org/packages/59/04/4937a79c443ceff93ce1722be195f7541371032af6e290eab1538e7597db/pyncaids-0.0.1.tar.gz" } ] }