Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
d-oit committed Jun 19, 2024
2 parents 2318abc + aaee560 commit 0f0df4e
Show file tree
Hide file tree
Showing 9 changed files with 189 additions and 139 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Doit.Finance.MonetaryFinancialInstitution
description: "C#: Get the latest monetary financial institutions"
date: 2024-06-14T12:05:24.114Z
slug: csharp-monetary-financial-institutions-list
thumbnail:
url: img/DoitFinanceMonetaryFinancialInstitution.jpg
origin: Copilot Designer
Expand All @@ -11,15 +12,17 @@ tags:
- Banking
- C#
---

https://github.com/d-oit/Doit.Finance.MonetaryFinancialInstitutions

Get the latest Monetary Financial Institutions (MFIs) from https://www.ecb.europa.eu
- Additional support of national bank sort code
- Additional support of national bank sort code (Deutsche Bank)
- [ECB User guide](https://www.ecb.europa.eu/stats/financial_corporations/list_of_financial_institutions/html/mfi_userguide.en.html)

General download information on the [ECB website](https://www.ecb.europa.eu/stats/financial_corporations/list_of_financial_institutions/html/elegass.en.html)

{{< button color="dark" cue=false order="last" icon="fab github" tooltip="Source Code on github" href="https://github.com/d-oit/Doit.Finance.MonetaryFinancialInstitutions" >}}
Source Code
{{< /button >}}


## National Bank sort code support
Additional support of national bank sort code

Expand All @@ -29,4 +32,6 @@ Additional support of national bank sort code
var result = await germanySortCodeHelper.GetCurrentBankSortList(download: true);
```

[Code documenation](https://github.com/d-oit/Doit.Finance.MonetaryFinancialInstitutions/blob/main/Doit.Finance.MonetaryFinancialInstitutions/docs/doc.md)
{{< button color="dark" cue=false order="last" icon="fas book" tooltip="Source Code comments as Markdown documentation on github" href="https://github.com/d-oit/Doit.Finance.MonetaryFinancialInstitutions/blob/main/Doit.Finance.MonetaryFinancialInstitutions/docs/doc.md" >}}
Code documentation
{{< /button >}}
266 changes: 135 additions & 131 deletions public/css/main.css.map

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions public/en/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>http://localhost:1313/tags/banking/</loc>
<<<<<<< HEAD
<lastmod>2024-06-14T14:36:54+02:00</lastmod>
</url><url>
<loc>http://localhost:1313/tags/c%23/</loc>
Expand All @@ -16,6 +17,21 @@
</url><url>
<loc>http://localhost:1313/tags/</loc>
<lastmod>2024-06-14T14:36:54+02:00</lastmod>
=======
<lastmod>2024-06-14T18:35:28+02:00</lastmod>
</url><url>
<loc>http://localhost:1313/tags/c%23/</loc>
<lastmod>2024-06-14T18:35:28+02:00</lastmod>
</url><url>
<loc>http://localhost:1313/projects/csharp-monetary-financial-institutions-list/</loc>
<lastmod>2024-06-14T18:35:28+02:00</lastmod>
</url><url>
<loc>http://localhost:1313/tags/monetary-financial-institutions/</loc>
<lastmod>2024-06-14T18:35:28+02:00</lastmod>
</url><url>
<loc>http://localhost:1313/tags/</loc>
<lastmod>2024-06-14T18:35:28+02:00</lastmod>
>>>>>>> aaee5607e8052894500abeb8072d9969857aeb8b
<xhtml:link
rel="alternate"
hreflang="de"
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@
alt="Doit.Finance.MonetaryFinancialInstitution">
</div><div class="card-body d-flex flex-column p-0">
<p class="card-text"><small class="text-body-secondary text-uppercase">June 14, 2024&nbsp;&bull;
1 min read&nbsp;&bull;&nbsp;<a href="/tags/monetary-financial-institutions/" class="text-decoration-none link-primary tag-link" aria-label="tag: Monetary Financial Institutions">Monetary Financial Institutions</a></small></p><a href="/projects/2024-06-14-doit.finance.monetaryfinancialinstitution/" class="card-body-link stretched-link">
1 min read&nbsp;&bull;&nbsp;<a href="/tags/monetary-financial-institutions/" class="text-decoration-none link-primary tag-link" aria-label="tag: Monetary Financial Institutions">Monetary Financial Institutions</a></small></p><a href="/projects/csharp-monetary-financial-institutions-list/" class="card-body-link stretched-link">
<p class="card-title fs-5 fw-bold">Doit.Finance.MonetaryFinancialInstitution</p>

<div class="card-text card-body-link">
Expand Down
7 changes: 6 additions & 1 deletion public/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,15 @@
<atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Doit.Finance.MonetaryFinancialInstitution</title>
<link>http://localhost:1313/projects/2024-06-14-doit.finance.monetaryfinancialinstitution/</link>
<link>http://localhost:1313/projects/csharp-monetary-financial-institutions-list/</link>
<pubDate>Fri, 14 Jun 2024 12:05:24 +0000</pubDate>
<<<<<<< HEAD
<guid>http://localhost:1313/projects/2024-06-14-doit.finance.monetaryfinancialinstitution/</guid>
<description>https://github.com/d-oit/Doit.Finance.MonetaryFinancialInstitutions&#xA;Get the latest Monetary Financial Institutions (MFIs) from https://www.ecb.europa.eu&#xA;Additional support of national bank sort code ECB User guide General download information on the ECB website&#xA;National Bank sort code support &amp;nbsp; Additional support of national bank sort code&#xA;Deutsche Bundesbank &amp;nbsp; var germanySortCodeHelper = new GermanyBankSortCodeHelper(); var result = await germanySortCodeHelper.GetCurrentBankSortList(download: true);Code documenation</description>
=======
<guid>http://localhost:1313/projects/csharp-monetary-financial-institutions-list/</guid>
<description>Get the latest Monetary Financial Institutions (MFIs) from https://www.ecb.europa.eu&#xA;Additional support of national bank sort code (Deutsche Bank) ECB User guide General download information on the ECB website&#xA;Source Code &amp;nbsp; National Bank sort code support &amp;nbsp; Additional support of national bank sort code&#xA;Deutsche Bundesbank &amp;nbsp; var germanySortCodeHelper = new GermanyBankSortCodeHelper(); var result = await germanySortCodeHelper.GetCurrentBankSortList(download: true); Code documentation &amp;nbsp; </description>
>>>>>>> aaee5607e8052894500abeb8072d9969857aeb8b
</item>
<item>
<title>Extensions for Visual Studio 2022 for solo Developer in 2024</title>
Expand Down
6 changes: 5 additions & 1 deletion public/js/main.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -6690,12 +6690,16 @@ function initIndex() {
{
id: 15,
tag: "en",
href: "/projects/2024-06-14-doit.finance.monetaryfinancialinstitution/",
href: "/projects/csharp-monetary-financial-institutions-list/",
title: "Doit.Finance.MonetaryFinancialInstitution",
description: "C#: Get the latest monetary financial institutions",


<<<<<<< HEAD
content: "https://github.com/d-oit/Doit.Finance.MonetaryFinancialInstitutions\nGet the latest Monetary Financial Institutions (MFIs) from https://www.ecb.europa.eu\nAdditional support of national bank sort code ECB User guide General download information on the ECB website\nNational Bank sort code support \u0026nbsp; Additional support of national bank sort code\nDeutsche Bundesbank \u0026nbsp; var germanySortCodeHelper = new GermanyBankSortCodeHelper(); var result = await germanySortCodeHelper.GetCurrentBankSortList(download: true);Code documenation"
=======
content: "https://github.com/d-oit/Doit.Finance.MonetaryFinancialInstitutions\nGet the latest Monetary Financial Institutions (MFIs) from https://www.ecb.europa.eu\nAdditional support of national bank sort code ECB User guide General download information on the ECB website\nNational Bank sort code support \u0026nbsp; Additional support of national bank sort code\nDeutsche Bundesbank \u0026nbsp; var germanySortCodeHelper = new GermanyBankSortCodeHelper(); var result = await germanySortCodeHelper.GetCurrentBankSortList(download: true); Code documentation \u0026nbsp;"
>>>>>>> aaee5607e8052894500abeb8072d9969857aeb8b
})
.add(

Expand Down
4 changes: 4 additions & 0 deletions public/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
<sitemap>
<loc>http://localhost:1313/en/sitemap.xml</loc>

<<<<<<< HEAD
<lastmod>2024-06-14T14:36:54+02:00</lastmod>
=======
<lastmod>2024-06-14T18:35:28+02:00</lastmod>
>>>>>>> aaee5607e8052894500abeb8072d9969857aeb8b

</sitemap>

Expand Down
8 changes: 8 additions & 0 deletions public/tags/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@
<meta property="og:description" content="Hinode is a clean documentation and blog theme for your Hugo site based on Bootstrap 5.">
<meta property="og:url" content="http://localhost:1313/tags/">
<meta property="og:site_name" content="d.o.it">
<<<<<<< HEAD
<meta property="og:updated_time" content="2024-06-14T14:36:54+02:00">
=======
<meta property="og:updated_time" content="2024-06-14T18:35:28+02:00">
>>>>>>> aaee5607e8052894500abeb8072d9969857aeb8b
<meta property="og:image" content="http://localhost:1313/logo.png">
<meta property="og:image:alt" content="Tags">

Expand Down Expand Up @@ -101,7 +105,11 @@
"@id": "http://localhost:1313/#/schema/organization/1"
},
"datePublished": "2024-06-14T12:05:24CET",
<<<<<<< HEAD
"dateModified": "2024-06-14T14:36:54CET",
=======
"dateModified": "2024-06-14T18:35:28CET",
>>>>>>> aaee5607e8052894500abeb8072d9969857aeb8b
"breadcrumb": {
"@id": "http://localhost:1313/tags/#/schema/breadcrumb/1"
},
Expand Down
4 changes: 4 additions & 0 deletions public/tags/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
<generator>Hugo</generator>
<language>en</language>
<copyright>Copyright © 2024 d.o.</copyright>
<<<<<<< HEAD
<lastBuildDate>Fri, 14 Jun 2024 14:36:54 +0200</lastBuildDate>
=======
<lastBuildDate>Fri, 14 Jun 2024 18:35:28 +0200</lastBuildDate>
>>>>>>> aaee5607e8052894500abeb8072d9969857aeb8b
<atom:link href="http://localhost:1313/tags/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Banking</title>
Expand Down

0 comments on commit 0f0df4e

Please sign in to comment.