**Reasoning summary**
1. **Source 1 – “Etno Cafe – ogromne zadłużenie i ryzyko inwestycyjne”**
- The description states that Etno Cafe has huge debt, needs capital, and plans to raise 5 million zł from investors, with the funds likely used to repay obligations.
- This yields a fact about the company’s large debt, the planned 5 mln zł capital raise, and the intended use of the funds.
2. **Source 2 – “Kryzys w Etno Cafe – problemy z płynnością i zamykanie lokali”**
- The description reports a serious financial crisis, liquidity problems, and consequent store closures.
- This yields a fact describing the crisis, liquidity issues, and the resulting closures.
3. **Source 3 – “Inwestycja w Etno Cafe – wysokie ryzyko i straty przewyższające kapitał”**
- The description notes that Etno Cafe’s losses exceed its share capital, it needs additional financing, and its financial situation is critical.
- This yields a fact about losses surpassing capital, the need for extra financing, and the critical financial state.
All three facts are extracted verbatim from the source descriptions, each composed of exactly three sentences, assigned a severity of **HIGH**, and given a confidence of **1.0** (directly stated in the sources). Because the statements explicitly mention “Etno Cafe”, the `finding_confidence` is set to **1.0**.
---
**Extracted atomic facts (JSON)**
```json
{
"facts": [
{
"severity": "HIGH",
"statement": "Spółka Etno Cafe posiada ogromne zadłużenie. Spółka planuje pozyskać 5 mln zł od inwestorów. Pozyskane środki mogą zostać przeznaczone na spłatę zobowiązań.",
"confidence": 1.0,
"finding_confidence": 1.0,
"source_finding_titles": [
"Etno Cafe – ogromne zadłużenie i ryzyko inwestycyjne"
]
},
{
"severity": "HIGH",
"statement": "Etno Cafe znajduje się w poważnym kryzysie finansowym. Firma zmaga się z problemami płynnościowymi. Problemy te skutkują zamykaniem lokali.",
"confidence": 1.0,
"finding_confidence": 1.0,
"source_finding_titles": [
"Kryzys w Etno Cafe – problemy z płynnością i zamykanie lokali"
]
},
{
"severity": "HIGH",
"statement": "Etno Cafe generuje straty przewyższające kapitał zakładowy. Spółka potrzebuje dodatkowego finansowania. Sytuacja finansowa spółki jest krytyczna.",
"confidence": 1.0,
"finding_confidence": 1.0,
"source_finding_titles": [
"Inwestycja w Etno Cafe – wysokie ryzyko i straty przewyższające kapitał"
]
}
]
}
```