{"id":17473687,"url":"https://github.com/cmdscale/corfin","last_synced_at":"2026-01-23T20:05:58.226Z","repository":{"id":258268559,"uuid":"872272788","full_name":"cmdscale/corfin","owner":"cmdscale","description":"Corporate Finance Go module","archived":false,"fork":false,"pushed_at":"2025-02-14T08:27:12.000Z","size":20,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-22T10:38:11.265Z","etag":null,"topics":["corporate-finance","finance","golang","iso-6166"],"latest_commit_sha":null,"homepage":"https://cmdscale.com/corfin","language":"Go","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/cmdscale.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-10-14T06:40:10.000Z","updated_at":"2025-02-14T08:27:15.000Z","dependencies_parsed_at":"2025-04-23T05:00:39.631Z","dependency_job_id":null,"html_url":"https://github.com/cmdscale/corfin","commit_stats":null,"previous_names":["cmdscale/corfin"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/cmdscale/corfin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmdscale%2Fcorfin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmdscale%2Fcorfin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmdscale%2Fcorfin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmdscale%2Fcorfin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cmdscale","download_url":"https://codeload.github.com/cmdscale/corfin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmdscale%2Fcorfin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28699372,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T17:25:48.045Z","status":"ssl_error","status_checked_at":"2026-01-23T17:25:47.153Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["corporate-finance","finance","golang","iso-6166"],"created_at":"2024-10-18T18:06:27.891Z","updated_at":"2026-01-23T20:05:58.209Z","avatar_url":"https://github.com/cmdscale.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\nSPDX-FileCopyrightText: 2024 CmdScale GmbH\nSPDX-License-Identifier: CC0-1.0\n--\u003e\n\n# Corporate Finance Go module `cmdscale.com/corfin`\n\n[![CmdScale Project](https://github.com/cmdscale/.github/raw/main/profile/assets/CmdShield.svg)](https://cmdscale.com/corfin)\n[![Go Reference](https://pkg.go.dev/badge/cmdscale.com/corfin.svg)](https://pkg.go.dev/cmdscale.com/corfin)\n[![CI Status](https://github.com/cmdscale/corfin/actions/workflows/main.yml/badge.svg)](https://github.com/cmdscale/corfin/actions?query=branch%3Amain)\n[![Go Report Card](https://goreportcard.com/badge/cmdscale.com/corfin)](https://goreportcard.com/report/cmdscale.com/corfin)\n\n## ISIN Validation\n\nEnsures that the check-digit of a given [International Securities Identification Numbers (ISIN)](https://en.wikipedia.org/wiki/International_Securities_Identification_Number) is correct:\n\n```go\npackage main\n\nimport \"fmt\"\nimport \"cmdscale.com/corfin\"\n\nfunc main() {\n\tisin, err := corfin.NewISIN(\"DE000BAY0017\") // non alphanumeric characters will be ignored\n\tif err != nil {\n\t\tfmt.Println(err) // isin is invalid\n\t}\n\tfmt.Println(\"ISIN is well-formed\", isin.String())\n}\n```\n\n## Installation\n\n```sh\ngo get cmdscale.com/corfin\n```\n\n## License\n\nBSD 3-Clause \"New\" or \"Revised\" License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmdscale%2Fcorfin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcmdscale%2Fcorfin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmdscale%2Fcorfin/lists"}