-
Notifications
You must be signed in to change notification settings - Fork 127
/
Copy pathdefinition.json
116 lines (116 loc) · 3.09 KB
/
definition.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"attributes": {
"amount": {
"description": "The value of the transaction in local currency.",
"misp-attribute": "text",
"ui-priority": 0
},
"authorized": {
"description": "Person who autorized the transaction.",
"misp-attribute": "text",
"ui-priority": 0
},
"date": {
"description": "Date and time of the transaction.",
"misp-attribute": "datetime",
"ui-priority": 0
},
"date-posting": {
"description": "Date of posting, if different from date of transaction.",
"misp-attribute": "datetime",
"ui-priority": 0
},
"from-country": {
"description": "Origin country of a transaction.",
"misp-attribute": "text",
"ui-priority": 0
},
"from-funds-code": {
"description": "Type of funds used to initiate a transaction.",
"disable_correlation": true,
"misp-attribute": "text",
"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"
],
"ui-priority": 0
},
"location": {
"description": "Location where the transaction took place.",
"misp-attribute": "text",
"ui-priority": 0
},
"teller": {
"description": "Person who conducted the transaction.",
"misp-attribute": "text",
"ui-priority": 0
},
"text": {
"description": "A description of the transaction.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"to-country": {
"description": "Target country of a transaction.",
"misp-attribute": "text",
"ui-priority": 0
},
"to-funds-code": {
"description": "Type of funds used to finalize a transaction.",
"disable_correlation": true,
"misp-attribute": "text",
"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"
],
"ui-priority": 0
},
"transaction-number": {
"description": "A unique number identifying a transaction.",
"misp-attribute": "text",
"ui-priority": 0
},
"transmode-code": {
"description": "How the transaction was conducted.",
"misp-attribute": "text",
"ui-priority": 0
},
"transmode-comment": {
"description": "Comment describing transmode-code, if needed.",
"misp-attribute": "text",
"ui-priority": 0
}
},
"description": "An object to describe a financial transaction.",
"meta-category": "financial",
"name": "transaction",
"requiredOneOf": [
"transaction-number",
"date",
"amount",
"transmode-code"
],
"uuid": "a47fa26a-01b6-4747-a394-5144e34456dc",
"version": 1
}