**Reasoning and extraction process**
1. **Identify key statements** in the provided finding:
- The Russian budget received at least **USD 1.25 billion** from the withdrawal of foreign firms.
- Assets of those firms were acquired at **significantly undervalued prices** by oligarchs linked to **Vladimir Putin**.
- The **decisions on the acquisitions required Putin’s personal signature**, indicating his direct involvement in M&A transactions.
2. **Formulate an atomic fact** that captures these three points in exactly three sentences, preserving the original information without interpretation.
3. **Assign severity, confidence, and finding confidence**:
- The finding is labeled **HIGH** severity in the source.
- The statements are directly reported facts → **confidence = 1.0**.
- The source provides a precise monetary value (USD 1.25 billion) → **finding_confidence = 1.0**.
4. **Create the JSON output** following the required schema.
```json
{
"facts": [
{
"severity": "HIGH",
"statement": "Rosyjski budżet uzyskał co najmniej 1,25 mld USD z wycofywania się zagranicznych firm. Aktywa tych koncernów były przejmowane po znacznie zaniżonych cenach przez oligarchów powiązanych z Władimirem Putinem. Decyzje o przejęciach wymagały osobistego podpisu Putina.",
"confidence": 1.0,
"finding_confidence": 1.0,
"source_finding_titles": ["Putin osobiste zaangażowanie w przejmowanie zagranicznych firm w Rosji"]
}
]
}
```