**Reasoning and extraction process**
1. **Identify relevant entities and actions**
- Both findings mention **John Grayken** (exact name) as the central figure.
- The first finding describes his appearance as a witness in a South Korean court concerning alleged stock‑price manipulation.
- The second finding reports that Delhi Police have filed criminal charges against him and Lone Star for fraud and breach of trust related to an unregistered share acquisition.
2. **Determine fact statements (exactly three sentences each)**
- For each finding, a concise three‑sentence description was crafted that captures the core factual content without interpretation.
- The statements include the role (president of Lone Star Funds), the legal context (court witness / criminal charges), and the status (ongoing investigations, no convictions yet).
3. **Assign severity, confidence, and finding confidence**
- Both facts are classified as **HIGH** severity because they involve serious legal allegations.
- Since the statements are based on allegations rather than proven outcomes, **confidence** is set to **0.8** (within the 0.5‑0.8 range for allegations).
- The source texts contain the exact name **“John Grayken,”** so **finding_confidence** is set to **0.8** (0.5‑0.8 for mentions of the name).
4. **Map each fact to its source title**
- Fact 1 → “John Grayken testowany w sądzie w Korei Południowej w sprawie manipulacji cen akcji”
- Fact 2 → “Delhi Police oskarżyły John Grayken i spółkę Lone Star o oszustwo i nadużycie zaufania”
---
**Extracted atomic facts (JSON)**
```json
{
"facts": [
{
"severity": "HIGH",
"statement": "John Grayken, prezes Lone Star Funds, został wezwany jako świadek w Korei Południowej w sprawie manipulacji cen akcji. Grayken zaprzeczył, że fundusz popełnił jakiekolwiek nielegalne działania. Prokuratura planowała dalsze przesłuchania Graykena.",
"confidence": 0.8,
"finding_confidence": 0.8,
"source_finding_titles": [
"John Grayken testowany w sądzie w Korei Południowej w sprawie manipulacji cen akcji"
]
},
{
"severity": "HIGH",
"statement": "Delhi Police oskarżyły John Grayken i spółkę Lone Star o oszustwo i nadużycie zaufania w 2022 roku. Zarzuty dotyczą przejęcia udziałów w RattanIndia Finance w sposób niezgodny z prawem. Sprawa pozostaje w toku.",
"confidence": 0.8,
"finding_confidence": 0.8,
"source_finding_titles": [
"Delhi Police oskarżyły John Grayken i spółkę Lone Star o oszustwo i nadużycie zaufania"
]
}
]
}
```