Merge pull request #80 from chrisr3d/transaction_test

Attributes describing "t_to" and "t_from" fields of a transaction
pull/81/head
Alexandre Dulaunoy 2018-02-14 16:27:46 +01:00 committed by GitHub
commit 1c205ef945
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 50 additions and 0 deletions

View File

@ -56,6 +56,56 @@
"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",
"disable_correlation": true,
"sane_default": [
"A Deposit",
"C Currency exchange",
"D Casino chips",
"E Bank draft",
"F Money order",
"G Travelers cheques",
"H Life insurance policy",
"I Real estate",
"J Securities",
"K Cash",
"O Other",
"P Cheque"
]
},
"to-funds-code": {
"description": "Type of funds used to finalize a transaction.",
"ui-priority": 0,
"misp-attribute": "text",
"disable_correlation": true,
"sane_default": [
"A Deposit",
"C Currency exchange",
"D Casino chips",
"E Bank draft",
"F Money order",
"G Travelers cheques",
"H Life insurance policy",
"I Real estate",
"J Securities",
"K Cash",
"O Other",
"P Cheque"
]
},
"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,