{"id":16520588,"url":"https://github.com/layflags/elm-bic","last_synced_at":"2026-03-17T01:36:08.519Z","repository":{"id":62418727,"uuid":"268261077","full_name":"layflags/elm-bic","owner":"layflags","description":"Library for parsing Business Identifier Codes (BIC)","archived":false,"fork":false,"pushed_at":"2024-07-10T15:09:03.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-18T11:05:47.433Z","etag":null,"topics":["banking","bic","elm","iso9362","package","parser","swift"],"latest_commit_sha":null,"homepage":"https://package.elm-lang.org/packages/layflags/elm-bic/latest/","language":"Elm","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/layflags.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-31T10:56:37.000Z","updated_at":"2024-07-10T15:09:07.000Z","dependencies_parsed_at":"2022-11-01T16:47:41.546Z","dependency_job_id":null,"html_url":"https://github.com/layflags/elm-bic","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/layflags%2Felm-bic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/layflags%2Felm-bic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/layflags%2Felm-bic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/layflags%2Felm-bic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/layflags","download_url":"https://codeload.github.com/layflags/elm-bic/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243136025,"owners_count":20241990,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["banking","bic","elm","iso9362","package","parser","swift"],"created_at":"2024-10-11T16:51:42.762Z","updated_at":"2025-12-26T02:16:05.355Z","avatar_url":"https://github.com/layflags.png","language":"Elm","funding_links":["https://www.buymeacoffee.com/layflags"],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://www.buymeacoffee.com/layflags\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" alt=\"Buy Me A Coffee\" style=\"height: 60px !important;width: 217px !important;\" \u003e\u003c/a\u003e\n\n# `elm-bic`\n\n[![Build Status](https://travis-ci.org/layflags/elm-bic.svg?branch=master)](https://travis-ci.org/layflags/elm-bic)\n\nThis library is for parsing **Business Identifier Codes** (BIC) used e.g. in\nbanking. The implementation is based on [ISO 9362 Fourth edition 2014-12-01](https://www.iso.org/standard/60390.html)\n\n```\nFormat of the BIC:\n==================\nPPPP CC SS BBB\n  |   |  |  \\___ Branch Identifier (3 alpha-numeric, optional)\n  |   |  \\______ Party Suffix (2 alpha-numeric)\n  |   \\_________ Country Code (ISO 3166-1 alpha 2)\n  \\_____________ Party Prefix (4 alpha-numeric)\n```\n\n## Installation\n\n`elm install layflags/elm-bic`\n\n## Usage\n\n```elm\nBIC.fromString \"FDDO DE MM XXX\" -- Ok (BIC \"FDDO\" Iso3166.DE \"MM\" Nothing)\nBIC.toString bic -- \"FDDODEMM\"\nBIC.toString11 bic -- \"FDDODEMMXXX\"\n```\n\n## Credits\n\nThis package uses [`rl-king/elm-iso3166-country-codes`](https://package.elm-lang.org/packages/rl-king/elm-iso3166-country-codes/2.0.0/Iso3166) for country code parsing.\n\n## License\n\n[BSD 3-Clause](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flayflags%2Felm-bic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flayflags%2Felm-bic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flayflags%2Felm-bic/lists"}