Package Exports
- fints-institute-db
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (fints-institute-db) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
FinTS Institute DB 
List of German Banks
Install via npm
$ npm install --save fints-institute-dbUsage
var banks = require( 'fints-institute-db' )var dsgv = banks.filter( function( bank ) {
return bank.organisation === 'DSGV'
})Format
[
...,
{
"number": 11,
"blz": "10030600",
"bic": "GENODEF1OGK",
"name": "Bankhaus Kruber",
"location": "Berlin",
"serviceProvider": "Fiducia & GAD IT AG",
"organisation": "BVR",
"hbciDomain": "hbci01.fiducia.de",
"hbciAddress": null,
"hbciVersion": "3.0",
"pinTanURL": "https://hbci11.fiducia.de/cgi-bin/hbciservlet",
"protocol": "FinTS V3.0",
"updated": null,
"ddv": false,
"rdh1": false,
"rdh2": false,
"rdh3": false,
"rdh4": false,
"rdh5": false,
"rdh6": false,
"rdh7": true,
"rdh8": false,
"rdh9": true,
"rdh10": true,
"rah7": false,
"rah9": false,
"rah10": false
},
...
]