**Reasoning and extraction process**
1. **Reviewed each finding** to identify distinct, verifiable statements about Hezbollah’s financial activities that can be expressed in exactly three sentences.
2. **Ensured no duplication** by creating one fact per source title.
3. **Assigned severity** as “HIGH” because all findings are marked with that level.
4. **Set confidence** to 1.0 for each fact because the statements are directly supported by the source descriptions.
5. **Set finding_confidence** to 1.0 because each fact explicitly mentions “Hezbollah”.
6. **Compiled the facts** into the required JSON structure.
---
```json
{
"facts": [
{
"severity": "HIGH",
"statement": "Hezbollah maintains a global financial network that includes front companies in sub‑Saharan Africa. The network utilizes sectors such as diamonds, art galleries, and real‑estate to launder and raise funds. The U.S. Treasury has designated individuals linked to these activities, highlighting the ongoing nature of the threat to financial institutions.",
"confidence": 1.0,
"finding_confidence": 1.0,
"source_finding_titles": [
"Hezbollah operates front companies in Africa and uses diamond, art, real‑estate channels"
]
},
{
"severity": "HIGH",
"statement": "The United States imposed sanctions on individuals and entities tied to Hezbollah’s worldwide financial network. The measures aim to disrupt fundraising and money‑laundering activities carried out through companies and projects across the Middle East, Europe, and North America. This action cuts off revenue streams for the group.",
"confidence": 1.0,
"finding_confidence": 1.0,
"source_finding_titles": [
"U.S. sanctions target Hezbollah’s global fundraising and money‑laundering network"
]
},
{
"severity": "HIGH",
"statement": "Investigations reveal that Hezbollah operatives have established financial networks in several U.S. states, including Michigan, California, New York, and North Carolina. These networks are involved in money‑laundering and other illicit financial activities that support the organization’s operations. This poses a significant risk to the financial systems in these regions.",
"confidence": 1.0,
"finding_confidence": 1.0,
"source_finding_titles": [
"Hezbollah’s financial networks identified in multiple U.S. states"
]
}
]
}
```