Passbase::WatchlistResponse
Name
Type
Description
Notes
clean
Boolean
Indicates whether the authentication watchlist check is clean or not
[optional]
listings
Object
Watchlist check findings
[optional]
media
Array<Object>
List of media entries, with the date, title, and url parameters
[optional]
sources
Array<String>
Array of listing sources (eg. sanction lists)
[optional]
types
Array<String>
What kind of alert or warning is associated with the entity (eg. sanction, pep, warning)
[optional]
require 'passbase'
instance = Passbase ::WatchlistResponse . new (
clean : false ,
listings : { " ; finanstilsynet " ; :{ " ; url " ; :" ; https ://www . finanstilsynet . dk " ; , " ; name " ; :" ; Denmark Finanstilsynet Foreign Regulators Warnings " ; , " ; aml_types " ; :[ " ; warning " ; ] , " ; listing_started_utc " ; :" ; 2020 -02 -17 T00 :00 :00 Z " ; } , " ; ..." ; :{ } } ,
media : [ { " ; url " ; :" ; http ://www . macnn . com /searchcatnext /tag /Puccini /2 " ; , " ; title " ; :" ; ( no title ) " ; } ] ,
sources : [ " ; african -development -bank " ; , " ; ..." ; ] ,
types : [ " ; adverse -media " ; , " ; ..." ; ]
)