制裁名单筛查
OpenSanctions 黑名单合规筛查:国际制裁、PEP(政要)、高风险人物数据源,覆盖 200+ 数据集,适用于 KYC 和 AML 尽调。
晶体简介
Constraints
Evidence Quality
Medium confidence — review before critical use
56 条不可违反的约束
WHENWhen implementing HTTP request methods in data collection
ACTIONValidate HTTP method against supported list (GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS)
CONSEQUENCEInvalid HTTP methods cause ValueError exceptions, halting data collection pipeline and preventing successful crawls
WHENWhen processing HTTP responses in data collection
ACTIONCall raise_for_status() on responses to handle HTTP error status codes
CONSEQUENCEHTTP 4xx/5xx errors are silently ignored, causing incomplete or corrupt data to enter the pipeline
WHENWhen generating cache fingerprints for POST requests
ACTIONInclude request body data in cache fingerprint calculation
CONSEQUENCEDifferent POST bodies with same URL return identical cached content, causing data corruption and missing entities
常见问题
讨论 (0)
暂无讨论,成为第一个发言的人吧!
更新历史
v0.1.0: 首次发布。OpenSanctions 黑名单合规筛查工具,中英双语 + 3 条 FAQ。