Skip to content

Commit

Permalink
Update DB
Browse files Browse the repository at this point in the history
  • Loading branch information
khasanovbi committed Feb 18, 2020
1 parent 36bbe7f commit d083f3a
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 1 deletion.
93 changes: 92 additions & 1 deletion banks.go
Original file line number Diff line number Diff line change
Expand Up @@ -1587,6 +1587,17 @@ var banksByCountry = map[Country][]Bank{
627381,
},
},
{
Name: "ayandeh",
Country: "ir",
LocalTitle: "بانک آینده",
EngTitle: "Ayandeh Bank",
URL: "https://www.ba24.ir/",
Color: "#e1b466",
Prefixes: []int{
636214,
},
},
{
Name: "central",
Country: "ir",
Expand Down Expand Up @@ -1619,7 +1630,6 @@ var banksByCountry = map[Country][]Bank{
Prefixes: []int{
627412,
627884,
639194,
},
},
{
Expand Down Expand Up @@ -1702,6 +1712,17 @@ var banksByCountry = map[Country][]Bank{
639217,
},
},
{
Name: "kosar",
Country: "ir",
LocalTitle: "مؤسسه اعتباری کوثر",
EngTitle: "Kosar Financial and Credit Institution",
URL: "http://www.kosarfci.ir/",
Color: "#802b68",
Prefixes: []int{
505801,
},
},
{
Name: "maskan",
Country: "ir",
Expand All @@ -1713,6 +1734,28 @@ var banksByCountry = map[Country][]Bank{
628023,
},
},
{
Name: "mehreghtesad",
Country: "ir",
LocalTitle: "بانک مهر اقتصاد",
EngTitle: "Mehr Eqtesad Bank",
URL: "http://bank-maskan.ir/",
Color: "#00a651",
Prefixes: []int{
639370,
},
},
{
Name: "melal",
Country: "ir",
LocalTitle: "مؤسسه اعتباری ملل",
EngTitle: "Melal Credit Institution",
URL: "https://bank-melal.ir/",
Color: "#f9bb08",
Prefixes: []int{
606256,
},
},
{
Name: "mellat",
Country: "ir",
Expand All @@ -1734,6 +1777,30 @@ var banksByCountry = map[Country][]Bank{
Color: "#dc3c00",
Prefixes: []int{
603799,
589905,
170019,
},
},
{
Name: "middleeast",
Country: "ir",
LocalTitle: "بانک خاورمیانه",
EngTitle: "Middle East Bank",
URL: "https://www.middleeastbank.ir/",
Color: "#f39200",
Prefixes: []int{
505809,
},
},
{
Name: "noor",
Country: "ir",
LocalTitle: "مؤسسه اعتباری نور",
EngTitle: "Noor Credit Institution",
URL: "https://noorbank.ir/",
Color: "#0bbbb9",
Prefixes: []int{
507677,
},
},
{
Expand All @@ -1745,6 +1812,7 @@ var banksByCountry = map[Country][]Bank{
Color: "#ffc41e",
Prefixes: []int{
622106,
639194,
},
},
{
Expand Down Expand Up @@ -1792,6 +1860,17 @@ var banksByCountry = map[Country][]Bank{
589463,
},
},
{
Name: "resalat",
Country: "ir",
LocalTitle: "بانک قرض الحسنه رسالت",
EngTitle: "Resalat Gharzolhasaneh Bank",
URL: "https://www.rqbank.ir/",
Color: "#0098a7",
Prefixes: []int{
504172,
},
},
{
Name: "saderat",
Country: "ir",
Expand Down Expand Up @@ -1871,6 +1950,17 @@ var banksByCountry = map[Country][]Bank{
627353,
},
},
{
Name: "tosee",
Country: "ir",
LocalTitle: "مؤسسه اعتباری توسعه",
EngTitle: "Tosee Credit Institution",
URL: "http://www.cid.ir/",
Color: "#a41b1b",
Prefixes: []int{
628157,
},
},
{
Name: "toseetaavon",
Country: "ir",
Expand Down Expand Up @@ -2350,6 +2440,7 @@ var banksByCountry = map[Country][]Bank{
427667,
427668,
427669,
427670,
427672,
427680,
427683,
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ require (
gopkg.in/src-d/go-billy.v4 v4.3.2
gopkg.in/src-d/go-git.v4 v4.13.1
)

go 1.13

0 comments on commit d083f3a

Please sign in to comment.