Sayari has three methods for determining Risk Factors. This guide details how to properly identify and implement each.
Review our Risk Factor Documentation for the full list of risk factors and their visibility method: (seed, network, psa)
Direct associations between entities and authoritative risk sources.
Risk exposure through business relationships, ownership structures, and trading activity.
Risk propagation through possibly-same-as entity groups.
Every Risk Factor object in the API response follows a consistent structure:
Seed Risk Factors identify direct connections between entities and authoritative risk sources like sanctions lists, regulatory databases, or adverse media records.
Each Seed Risk Factor includes a matching risk_intelligence object that contains detailed metadata about the source generating the risk.
While therisk_intelligence object is only available for Seed Risk factors; each Target entity associated with a Network Risk Factor will have an associated Seed Risk. From that Seed Risk, the risk_intelligence object can be obtained.
risk_intelligence object for complete contextNetwork risk factors analyze entity relationships to detect indirect risk exposure through business networks, ownership structures and trading relationships throughout the Sayari Knowledge Graph.
Network risk values are numeric and represent the distance (“hops”) between an entity and its nearest risk target through the network of relationships. The number indicates how many edges or relationships exist in the chain linking source to target.
Network risk parameters can be obtained in two ways:
These parameters define the methodology for calculating network risk by specifying relationship types, traversal depth, and risk factor combinations.
Query the /traversal endpoint pairing the entity_id from step #1 with the Network Risk Params obtained in Step #2. This will return the complete risk path from source to targets.
Network analysis can be computationally intensive. Modify the max_depth parameter judiciously to balance thoroughness with performance.
max_depth if performance is a concern.PSA (Possibly-Same-As) risk factors identify potential risk through entity similarities that suggest a relationship but lack definitive proof for merging via Entity Resolution.
Similar to Seed Risk, the values for PSA Risk are returned as booleans. Each PSA Risk will reference the associated entity in the PSA group carrying the risk.
Query the /entity endpoint using the entity_id returned in the metadata from Step #1.
risk_intelligence data for PSA-connected entitiesSeed and PSA Risk factors return boolean values indicating presence/absence of risk. Network Risk returns numeric values showing the number of relationship “hops” to the nearest risk target.
Network risk parameters can be obtained either from the Risk Factor Documentation or programmatically from the Sayari ontology endpoint
The complete list of risk factors and their visibility methods (seed, network, psa) can be found in the Risk Factor Documentation
Sayari provides (24 hour) updates for sanctions list and watchlist data. Network Risk Factors are refreshed approximately every two weeks in coordination with our Knowledge Graph Data Builds to ensure comprehensive risk assessment across entity relationships.
New Risk Factors are continuously evaluated and added to enhance Sayari’s risk coverage. Follow our Sayari Product Change Log for announcements about newly introduced risk factors and coverage expansions.
For questions or feedback about risk factors, contact your Sayari Representative. We actively incorporate user feedback to improve our risk methodology and data sources.