1
+ <!DOCTYPE html>
2
+ < html >
3
+
4
+ < head >
5
+ < meta charset ="utf-8 ">
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0, shrink-to-fit=no ">
7
+ < title > Global Regulatory & Compliance Utility - Search</ title >
8
+ < link rel ="icon " type ="image/png " sizes ="40x39 " href ="assets/img/favicon.png ">
9
+ < link rel ="icon " type ="image/png " sizes ="40x39 " href ="assets/img/favicon.png ">
10
+ < link rel ="stylesheet " href ="assets/bootstrap/css/bootstrap.min.css ">
11
+ < link rel ="stylesheet " href ="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700 ">
12
+ < link rel ="stylesheet " href ="assets/fonts/fontawesome-all.min.css ">
13
+ < link rel ="stylesheet " href ="assets/fonts/ionicons.min.css ">
14
+ < link rel ="stylesheet " href ="assets/css/styles.css ">
15
+ </ head >
16
+
17
+ < body style ="background-color: rgb(232,232,232); "> < nav class ="navbar navbar-light navbar-expand-md bg-white shadow-sm ">
18
+ < div class ="container ">
19
+ < a href ="home.html " class ="navbar-brand d-block ">
20
+ < img src ="assets/img/logo.png " height ="35px " />
21
+ </ a >
22
+ < button data-toggle ="collapse " data-target ="#navcol-1 " class ="navbar-toggler ">
23
+ < span class ="sr-only "> Toggle navigation</ span >
24
+ < span class ="navbar-toggler-icon "> </ span >
25
+ </ button >
26
+ < div class ="collapse navbar-collapse " id ="navcol-1 ">
27
+ < ul class ="nav navbar-nav ">
28
+ < li role ="presentation " class ="nav-item ">
29
+ < a href ="home.html " class ="nav-link ">
30
+ < i class ="icon ion-home "> </ i >
31
+ Home
32
+ </ a >
33
+ </ li >
34
+ < li role ="presentation " class ="nav-item ">
35
+ < a href ="search.html " class ="nav-link ">
36
+ < i class ="icon ion-search "> </ i >
37
+ Search
38
+ </ a >
39
+ </ li >
40
+ < li role ="presentation " class ="nav-item dropdown ">
41
+ < a href ="# " class ="nav-link dropdown-toggle " data-toggle ="dropdown " role ="button " aria-haspopup ="true " aria-expanded ="false ">
42
+ < i class ="icon ion-flag "> </ i >
43
+ Monitoring
44
+ </ a >
45
+ < div class ="dropdown-menu ">
46
+ < a class ="dropdown-item " href ="sources.html ">
47
+ Sources
48
+ </ a >
49
+ < a class ="dropdown-item " href ="topics.html ">
50
+ Topics
51
+ </ a >
52
+ </ div >
53
+ </ li >
54
+ < li role ="presentation " class ="nav-item dropdown ">
55
+ < a href ="# " class ="nav-link dropdown-toggle " data-toggle ="dropdown " role ="button " aria-haspopup ="true " aria-expanded ="false ">
56
+ < i class ="icon ion-document-text "> </ i >
57
+ Reports
58
+ </ a >
59
+ < div class ="dropdown-menu ">
60
+ < a class ="dropdown-item " href ="reports.html ">
61
+ View
62
+ </ a >
63
+ < a class ="dropdown-item " href ="new_report.html ">
64
+ Create
65
+ </ a >
66
+ </ div >
67
+ </ li >
68
+ < li role ="presentation " class ="nav-item dropdown ">
69
+ < a href ="# " class ="nav-link dropdown-toggle " data-toggle ="dropdown " role ="button " aria-haspopup ="true " aria-expanded ="false ">
70
+ < i class ="icon ion-pie-graph "> </ i >
71
+ Analytics
72
+ </ a >
73
+ < div class ="dropdown-menu ">
74
+ < a class ="dropdown-item " href ="analytics.html ">
75
+ View
76
+ </ a >
77
+ < a class ="dropdown-item " href ="# ">
78
+ Create
79
+ </ a >
80
+ </ div >
81
+ </ li >
82
+ < li role ="presentation " class ="nav-item dropdown ">
83
+ < a href ="# " class ="nav-link dropdown-toggle active " data-toggle ="dropdown " role ="button " aria-haspopup ="true " aria-expanded ="false ">
84
+ < i class ="icon ion-grid "> </ i >
85
+ Workspace
86
+ </ a >
87
+ < div class ="dropdown-menu ">
88
+ < a class ="dropdown-item " href ="collaboration.html ">
89
+ Collaboration
90
+ </ a >
91
+ < a class ="dropdown-item " href ="# ">
92
+ Experts
93
+ </ a >
94
+ < a class ="dropdown-item active " href ="# ">
95
+ Research
96
+ </ a >
97
+ </ div >
98
+ </ li >
99
+ </ ul >
100
+ < ul class ="nav navbar-nav ml-auto ">
101
+ < li role ="presentation " class ="nav-item dropdown ">
102
+ < a href ="# " class ="nav-link dropdown-toggle " data-toggle ="dropdown " role ="button " aria-haspopup ="true " aria-expanded ="false ">
103
+ < i class ="icon ion-person "> </ i >
104
+ Profile
105
+ </ a >
106
+ < div class ="dropdown-menu ">
107
+ < a class ="dropdown-item " href ="settings.html ">
108
+ Settings
109
+ </ a >
110
+ < a class ="dropdown-item " href ="feeds.html ">
111
+ Feeds
112
+ </ a >
113
+ < div class ="dropdown-divider "> </ div >
114
+ < a class ="dropdown-item " href ="index.html ">
115
+ Logout
116
+ </ a >
117
+ </ div >
118
+ </ li >
119
+ </ ul >
120
+ </ div >
121
+ </ div >
122
+ </ nav >
123
+ < div class ="container " style ="padding-top: 15px; padding-bottom: 100px; ">
124
+ < div class ="row " style ="margin-bottom: 15px; ">
125
+ < div class ="col d-flex align-items-center ">
126
+ < h1 class ="mr-3 mb-0 "> Policy 12345 Search</ h1 >
127
+ < ol class ="breadcrumb mb-0 " style ="font-size: 0.8rem;background-color: inherit; ">
128
+ < li class ="breadcrumb-item "> < a href ="home.html "> Home</ a > </ li >
129
+ < li class ="breadcrumb-item "> Workspace</ li >
130
+ < li class ="breadcrumb-item "> < a href ="research.html "> Research</ a > </ li >
131
+ < li class ="breadcrumb-item "> < a href ="policy12345.html "> Policy 12345 Search</ a > </ li >
132
+ </ ol >
133
+ </ div >
134
+ </ div >
135
+ < div class ="row " style ="margin-bottom: 15px; ">
136
+ < div class ="col d-flex align-items-center ">
137
+ < div class ="card shadow-sm w-100 ">
138
+ < div class ="card-body ">
139
+ < div class ="border rounded-0 p-3 ">
140
+ < div class ="row ">
141
+ < div class ="col-md-8 ">
142
+ < div class ="row ">
143
+ < div class ="col ">
144
+ < h5 class ="mb-0 font-weight-bold "> Order Entry</ h5 >
145
+ </ div >
146
+ </ div >
147
+ < div class ="row mb-3 ">
148
+ < div class ="col "> < span > Policy #12345</ span > </ div >
149
+ </ div >
150
+ < div class ="row ">
151
+ < div class ="col ">
152
+ < h4 > Ops Risk Taxonomy: Transaction Capture and Operational Processing Activity</ h4 >
153
+ </ div >
154
+ </ div >
155
+ < div class ="row " style ="margin-bottom:30px ">
156
+ < div class ="col ">
157
+ < h6 class ="font-weight-bold "> Owner/Issuer: Head of DIVISION</ h6 >
158
+ </ div >
159
+ </ div >
160
+ < div class ="row ">
161
+ < div class ="col ">
162
+ < h3 class ="font-weight-normal "> Entering Orders Using Order Audit Trail System and Order Tracking System</ h3 >
163
+ < p > Order Audit Trail System ("OATS") – < a href ="# "> FINRA</ a > requires that all registered members who receive and/or handle any orders in NMS stocks and OTC equity securities comply with < a href ="# "> OATS rules</ a > .
164
+ < a
165
+ href ="# "> Rule 600(b)(47)</ a > of < a href ="# "> Regulation NMS</ a > defines an < a href ="# "> NMS stock</ a > as "any security or class of securities for which < a href ="# "> transaction reports</ a > are collected,
166
+ processed, and made available pursuant to an effective transaction reporting plan, or an effective national market system plan for < a href ="# "> reporting transactions</ a > in listed options.”</ p >
167
+ < p > In accordance with < a href ="# "> FINRA Rules 7410-7470</ a > , the firm is required to electronically capture and report to < a href ="# "> FINRA OATS</ a > specific data related to receiving, handling, and < a href ="# "> execution of orders</ a > .</ p >
168
+ < p
169
+ class ="mb-0 "> As required by FINRA, OATS < a href ="# "> reportable event times</ a > are captured by the firm's order entry and trading systems, which are < a href ="# "> synchronized</ a > to the National Institute of Standards
170
+ & Technology ("NIST") < a href ="# "> atomic clock</ a > .</ p >
171
+ </ div >
172
+ </ div >
173
+ </ div >
174
+ < div class ="col-md-4 border-left ">
175
+ < div class ="row mb-3 ">
176
+ < div class ="col "> < span > Policy #12345</ span > </ div >
177
+ </ div >
178
+ < div class ="row mb-3 ">
179
+ < div class ="col text-center "> < span style ="text-decoration: underline "> Identified Metadata</ span > </ div >
180
+ </ div >
181
+ < div class ="row mb-2 ">
182
+ < div class ="col "> < span class ="text-muted "> Citations Found</ span >
183
+ < ul class ="list-unstyled ">
184
+ < li > < a href ="# "> FINRA Rules 7410-7470</ a > </ li >
185
+ < li > < a href ="# "> Regulation NMS</ a > </ li >
186
+ < li > < a href ="# "> SEC Rule 600(b)(47)</ a > </ li >
187
+ </ ul >
188
+ </ div >
189
+ </ div >
190
+ < div class ="row mb-2 ">
191
+ < div class ="col "> < span class ="text-muted "> Keywords Found</ span >
192
+ < ul class ="list-unstyled ">
193
+ < li > < a href ="# "> Atomic Clock</ a > </ li >
194
+ < li > < a href ="# "> Execution of Orders</ a > </ li >
195
+ < li > < a href ="# "> FINRA</ a > </ li >
196
+ < li > < a href ="# "> NMS Stock</ a > </ li >
197
+ < li > < a href ="# "> OATS</ a > </ li >
198
+ < li > < a href ="# "> OATS Rules</ a > </ li >
199
+ < li > < a href ="# "> Order Entry and Trading Systems</ a > </ li >
200
+ < li > < a href ="# "> Reportable Event Times</ a > </ li >
201
+ < li > < a href ="# "> Synchronized</ a > </ li >
202
+ < li > < a href ="# "> Transaction Reports</ a > </ li >
203
+ </ ul >
204
+ </ div >
205
+ </ div >
206
+ < div class ="row mb-2 ">
207
+ < div class ="col "> < span class ="text-muted "> RCU Reports</ span >
208
+ < ul class ="list-unstyled ">
209
+ < li > < a href ="# "> Change Events (30 Days)</ a > </ li >
210
+ < li > < a href ="# "> Change Events (60 Days)</ a > </ li >
211
+ < li > < a href ="# "> Change Events (90 Days)</ a > </ li >
212
+ < li > < a href ="# "> Change Events (Annual)</ a > </ li >
213
+ < li > < a href ="# "> Regulation Summary</ a > </ li >
214
+ </ ul >
215
+ </ div >
216
+ </ div >
217
+ </ div >
218
+ </ div >
219
+ </ div >
220
+ </ div >
221
+ </ div >
222
+ </ div >
223
+ </ div >
224
+ </ div >
225
+ < footer class ="text-center d-xl-flex justify-content-xl-center align-items-xl-center bg-dark text-light position-fixed ">
226
+ < p class ="d-xl-flex m-0 "> Copyright © 2019 Innodata</ p > < small > < a class ="text-light " href ="# " style ="margin-left: 15px;text-decoration: underline; "> Terms of Use</ a > < span > | </ span > < a class ="text-light " href ="# " style ="text-decoration: underline; "> Privacy Policy</ a > </ small > </ footer >
227
+ < script
228
+ src ="assets/js/jquery.min.js "> </ script >
229
+ < script src ="assets/bootstrap/js/bootstrap.min.js "> </ script >
230
+ < script src ="https://cdn.jsdelivr.net/npm/instantsearch.js@1/dist/instantsearch.min.js "> </ script >
231
+ < script src ="https://code.highcharts.com/highcharts.js "> </ script >
232
+ < script src ="https://code.highcharts.com/modules/exporting.js "> </ script >
233
+ < script src ="assets/js/search.js "> </ script >
234
+ < script src ="assets/js/sources.js "> </ script >
235
+ </ body >
236
+
237
+ </ html >
0 commit comments