Added attributes to describe some origin and target fields of a transaction

pull/80/head
chrisr3d 2018-02-14 11:33:37 +01:00
parent 594bf5dcc0
commit 0367068f92
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 20 additions and 0 deletions

View File

@ -56,6 +56,26 @@
"description": "Date of posting, if different from date of transaction.",
"ui-priority": 0,
"misp-attribute": "datetime"
},
"from-funds-code": {
"description": "Type of funds used to initiate a transaction.",
"ui-priority": 0,
"misp-attribute": "text"
},
"to-funds-code": {
"description": "Type of funds used to finalize a transaction.",
"ui-priority": 0,
"misp-attribute": "text"
},
"from-country": {
"description": "Origin country of a transaction.",
"ui-priority": 0,
"misp-attribute": "text"
},
"to-country": {
"description": "Target country of a transaction.",
"ui-priority": 0,
"misp-attribute": "text"
}
},
"version": 1,