Difference between revisions of "Template:Watchlist"

From SmartWiki
Jump to: navigation, search
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
==Watchlist==
 
{{Template:Banner-Billable}}
 
{{Template:Banner-Billable}}
  
  
==Watchlist==
+
SmartSimple, in partnership with our Watch List providers (CSI Web or Lexis Nexis) can provide access to more 3rd party services lists than simply the OFAC list, although the client must pay for this service through an agreement with one of the two integrated providers.
  
SmartSimple, in partnership with our Watch List provider (CSI Web) can provide access to a more 3rd party services lists than simply the OFAC list, although the client must pay for the service. The list of supported 3rd party services includes . . .
+
Watch List setting are found in Global Settings, under the Integrations tab.
  
Watch List setting are found in Global Settings, under the Integrations tab.  
+
The settings provide people the ability to enter their own billing id and password for the third party service you are utilizing. 
  
The settings provide people the ability to enter their own billing id and password and the watch list they wish to search against.
 
  
They can also define a Threshold, and they will then only be shown results that match or exceed the threshold.  
+
When utilizing CSI Web, there are settings within the Integrations tab to defined the watch list you wish to search against, and the scan threshold, which will dictate only being shown results that match or exceed the threshold.
  
The list of supported 3rd party services includes . . .
+
The list of supported 3rd party services with CSI Web includes . . .
  
 
:* U.S. Bureau Of Industry and Security
 
:* U.S. Bureau Of Industry and Security
Line 27: Line 27:
 
:* FBI Most Wanted Fugitives
 
:* FBI Most Wanted Fugitives
 
To check values stored as text, rather than actual Organization or Contact records then use $$ssGet(...)$$ instead of @ssGet(...)@. The following syntax example includes a list of Board Directors stored as XML data in a field named '''Board of Directors''':
 
To check values stored as text, rather than actual Organization or Contact records then use $$ssGet(...)$$ instead of @ssGet(...)@. The following syntax example includes a list of Board Directors stored as XML data in a field named '''Board of Directors''':
 +
 +
 +
<span style="color: #000000;">When utilizing Lexis Nexis, the settings for which watch list services will be included, along with threshold settings, will be managed within your Lexis Nexis account and not within SmartSimple.</span>
 +
 +
  
 
===Returning information from Watchlist===
 
===Returning information from Watchlist===
 +
The syntax for configuring the Watch list check is as follows:
  
The syntax for configuring the Watch list check is as follows:
+
:: <span style="font-size: medium;">'''@ssGet(ServiceName,entity;;firstname;;lastname;;search options;;roleslist;;meta template;;line template)@'''</span>
 +
The ServiceName is dependent on which third party service you are utilizing:
  
:: <span style="font-size: medium;">'''@ssGet(WatchList,entity;;firstname;;lastname;;search options;;roleslist;;meta template;;line template)@'''</span>
+
: CSI Web: WatchList
:
+
: Lexis Nexis: LexisNexis
 +
The line template portion of the syntax allows you to include unique values and parameters in the scan criteria, such as date of birth or country. These values and the variables that correspond to them are unique to CSI Web and Lexis Nexis and will require reviewing the individual service provider's fields and available options.
  
  
<pre>@parent.client.xml.Board of Directors XML.boardDirectors.boardDirectorsAdd[#$ssGet(WatchList,company;;owner;;;;3;;Grant Seeker,Executive Director,Board Member;;
+
<pre style="padding-left: 30px;">@parent.client.xml.Board of Directors XML.boardDirectors.boardDirectorsAdd[#$ssGet(WatchList,company;;owner;;;;3;;Grant Seeker,Executive Director,Board Member;;
 
<strong>Board Member Search:</strong> ~Name.nodevalue~<br />Matches Found: [[recordcount]];;</pre>
 
<strong>Board Member Search:</strong> ~Name.nodevalue~<br />Matches Found: [[recordcount]];;</pre>
 
{| class="xmlSectionTable"
 
{| class="xmlSectionTable"
Line 56: Line 64:
 
| class="xmlCell"|[[score]]
 
| class="xmlCell"|[[score]]
 
|}
 
|}
<pre>;;unparsedname=~Name.nodevalue~)$#]@
+
<pre>;;unparsedname=~Name.nodevalue~)$#]@<br /><br />
 +
@ssGet(LexisNexis,people;;@firstname@;;@lastname@;;1;;;;<strong>Applicant Search:</strong> @firstname@ @lastname@<br />Matches Found: [[recordcount]];;</pre>
 +
{| class="xmlSectionTable"
 +
|-
 +
! class="xmlHead"|Result
 +
! class="xmlHead"|ID
 +
! class="xmlHead"|Name
 +
! class="xmlHead"|Type
 +
! class="xmlHead"|Alias
 +
! class="xmlHead"|Details
 +
! class="xmlHead"|Score
 +
||[[alias]]
 +
||[[details]]
 +
| class="xmlCell"|[[score]]
 +
|}
 +
<pre>;;)@[[index]][[id]][[name]][[type]]
 +
 
 
</pre>
 
</pre>

Latest revision as of 12:50, 12 June 2018

Watchlist

Ambox warning yellow.png This article contains information regarding a feature or offering that may be subject to additional fees for professional services or licensing. Please contact your account manager for more information.


SmartSimple, in partnership with our Watch List providers (CSI Web or Lexis Nexis) can provide access to more 3rd party services lists than simply the OFAC list, although the client must pay for this service through an agreement with one of the two integrated providers.

Watch List setting are found in Global Settings, under the Integrations tab.

The settings provide people the ability to enter their own billing id and password for the third party service you are utilizing. 


When utilizing CSI Web, there are settings within the Integrations tab to defined the watch list you wish to search against, and the scan threshold, which will dictate only being shown results that match or exceed the threshold.

The list of supported 3rd party services with CSI Web includes . . .

  • U.S. Bureau Of Industry and Security
  • Department of State - Bureau of International Security & *Nonproliferation list
  • Department of State - Defense Trade Controls Debarred Parties list
  • International Criminal Police Organization (INTERPOL)
  • Politically Exposed Persons, CIA Foreign Officials
  • Office of Inspector General
  • Excluded Parties List System provided by the General Services Administration (GSA)
  • Financial Crimes Enforcement Network
  • FinCEN Money Services Business
  • World Bank Ineligible Firms
  • Terrorist Exclusion List
  • FBI Most Wanted Fugitives

To check values stored as text, rather than actual Organization or Contact records then use $$ssGet(...)$$ instead of @ssGet(...)@. The following syntax example includes a list of Board Directors stored as XML data in a field named Board of Directors:


When utilizing Lexis Nexis, the settings for which watch list services will be included, along with threshold settings, will be managed within your Lexis Nexis account and not within SmartSimple.


Returning information from Watchlist

The syntax for configuring the Watch list check is as follows:

@ssGet(ServiceName,entity;;firstname;;lastname;;search options;;roleslist;;meta template;;line template)@

The ServiceName is dependent on which third party service you are utilizing:

CSI Web: WatchList
Lexis Nexis: LexisNexis

The line template portion of the syntax allows you to include unique values and parameters in the scan criteria, such as date of birth or country. These values and the variables that correspond to them are unique to CSI Web and Lexis Nexis and will require reviewing the individual service provider's fields and available options.


@parent.client.xml.Board of Directors XML.boardDirectors.boardDirectorsAdd[#$ssGet(WatchList,company;;owner;;;;3;;Grant Seeker,Executive Director,Board Member;;
<strong>Board Member Search:</strong> ~Name.nodevalue~<br />Matches Found: [[recordcount]];;
Result ID Name Type Alias Details Score
index id name type alias details score
;;unparsedname=~Name.nodevalue~)$#]@<br /><br />
@ssGet(LexisNexis,people;;@firstname@;;@lastname@;;1;;;;<strong>Applicant Search:</strong> @firstname@ @lastname@<br />Matches Found: [[recordcount]];;
Result ID Name Type Alias Details Score alias details score
;;)@[[index]][[id]][[name]][[type]]