Merge pull request #82 from chrisr3d/master

Fixed somme bank-account fields
pull/83/head
Alexandre Dulaunoy 2018-02-22 11:24:13 +01:00 committed by GitHub
commit 06f7a0c75a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 2 deletions

View File

@ -9,12 +9,18 @@
"ui-priority": 0,
"misp-attribute": "text"
},
"institution-code": {
"institution-name": {
"description": "Name of the bank or financial organisation.",
"disable_correlation": true,
"ui-priority": 0,
"misp-attribute": "text"
},
"institution-code": {
"description": "Institution code of the bank.",
"disable_correlation": true,
"ui-priority": 0,
"misp-attribute": "text"
},
"swift": {
"description": "SWIFT or BIC as defined in ISO 9362.",
"disable_correlation": true,
@ -58,7 +64,7 @@
"ui-priority": 0,
"misp-attribute": "iban"
},
"client-_number": {
"client-number": {
"description": "Client number as seen by the bank.",
"ui-priority": 0,
"misp-attribute": "text"