diff --git a/objects/transaction/definition.json b/objects/transaction/definition.json index 184ff55..3cf4beb 100644 --- a/objects/transaction/definition.json +++ b/objects/transaction/definition.json @@ -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 Traveler’s 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 Traveler’s 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,