**Reasoning Summary**
1. **Finding 1 – New York Attorney General investigation (2021)**
- The description states that the NY Attorney General opened an investigation into John Grayken’s aggressive foreclosure and mortgage‑servicing practices, and that this probe shows direct involvement of a state political authority.
- This yields a factual statement about a state‑level political investigation of Grayken, which is a confirmed fact (confidence = 1.0). The name “John Grayken” appears exactly, so the finding confidence is also 1.0.
2. **Finding 2 – German politicians’ allegation (2012)**
- The description reports that Grayken bought the former government‑owned TLG Immobilien for $775 million and later flipped it for profit, and that German politicians publicly claimed the deal cheated taxpayers, indicating political scrutiny.
- This provides a factual statement about a politically‑scrutinised property transaction involving John Grayken, again a confirmed fact (confidence = 1.0) with the exact name present, giving a finding confidence of 1.0.
Both facts are expressed in exactly two sentences, do not duplicate each other, and follow the required JSON schema.
```json
{
"facts": [
{
"statement": "In 2021 the New York Attorney General Eric Schneiderman opened an investigation into John Grayken’s aggressive foreclosure tactics and mortgage‑servicing practices. The probe reflects direct involvement of a state political authority in scrutinising Grayken’s activities.",
"confidence": 1.0,
"finding_confidence": 1.0,
"source_finding_titles": [
"Investigation by New York Attorney General into Grayken’s mortgage‑servicing practices"
]
},
{
"statement": "In 2012 John Grayken purchased TLG Immobilien, an East German property owner previously held by the government, for $775 million and later flipped the assets for profit. German politicians publicly argued that the transaction cheated taxpayers, indicating political scrutiny and impact on public finances.",
"confidence": 1.0,
"finding_confidence": 1.0,
"source_finding_titles": [
"German politicians allege taxpayers were cheated by Grayken’s property deals"
]
}
]
}
```