Risk factors
Learn how to succesfully implement Sayari Risk Factors via API
Overview
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.
Getting Started
Every Risk Factor object in the API response follows a consistent structure:
Seed Risk
Seed Risk Factors identify direct connections between entities and authoritative risk sources like sanctions lists, regulatory databases, or adverse media records.
Review Risk Intelligence on the Entity Profile
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.
Best Practices
- Always check the
risk_intelligence
object for complete context - Review all metadata fields including authority, list, status, and dates
- Track the source lists generating each Risk Factor
Network Risk
Network risk factors analyze entity relationships to detect indirect risk exposure through business networks, ownership structures and trading relationships throughout the Sayari Knowledge Graph.
Identify Network Risk
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.
Identify traversal parameters to create paths to Target Entities
Network risk parameters can be obtained in two ways:
- Reference the Risk Factor Documentation for parameter specifications
- Programmatically parse them from the Sayari ontology endpoint
These parameters define the methodology for calculating network risk by specifying relationship types, traversal depth, and risk factor combinations.
Network Risk Params
Call the Traversal Endpoint
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.
Best Practices
- Reference and Monitor the Risk Factor Documentation or ontology endpoint for accurate traversal parameters.
- Monitor response times for deep traversals and consider reducing max_depth if performance is a concern.
PSA risk factors
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.
Identify PSA Risk
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.
Call the Entity Endpoint
Query the /entity endpoint using the entity_id
returned in the metadata from Step #1.
Best Practices
- Always retrieve and review the referenced entity profile
- Evaluate the
risk_intelligence
data for PSA-connected entities
FAQ
What do the risk factor values represent?
Seed 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.
How can I get network risk parameters?
Network risk parameters can be obtained either from the Risk Factor Documentation or programmatically from the Sayari ontology endpoint
Where can I find the complete list of risk factors?
The complete list of risk factors and their visibility methods (seed, network, psa) can be found in the Risk Factor Documentation
How frequently are existing Risk Factors updated?
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.
How frequently are new Risk Factors added?
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.
How can I provide feedback about risk?
For questions or feedback about risk factors, contact your Sayari Representative. We actively incorporate user feedback to improve our risk methodology and data sources.