**Reasoning and extraction process**
1. **Identify atomic facts** – From the two provided findings I extracted distinct statements that can stand alone as facts about the entity *Fortem Stawowa Spółka z ograniczoną odpowiedzialnością w upadłości*.
2. **Compose each fact in exactly three sentences** – I ensured each “statement” field contains three clear sentences, as required.
3. **Assign severity** – The severity values come directly from the original findings (HIGH for the bankruptcy proceeding, LOW for the filing of financial statements).
4. **Set confidence levels** – Both facts are directly stated in the source documents, so I assigned a confidence of 1.0.
5. **Determine finding confidence** – The source texts contain the full legal name of the entity, satisfying the condition for a finding confidence of 1.0.
6. **Reference source titles** – Each fact lists the title of the finding from which it was derived.
---
```json
{
"facts": [
{
"severity": "HIGH",
"statement": "Fortem Stawowa Spółka z ograniczoną odpowiedzialnością w upadłości znajduje się w postępowaniu upadłościowym. Zgodnie z wpisem, w dniu 18 marca 2022 r. wydano postanowienie o ogłoszeniu upadłości. Podmiot prowadzi działalność w zakresie kupna i sprzedaży nieruchomości na własny rachunek i ma siedzibę w Warszawie.",
"confidence": 1.0,
"finding_confidence": 1.0,
"source_finding_titles": [
"Postępowanie upadłościowe wobec Fortem Stawowa Spółka z o.o. w upadłości"
]
},
{
"severity": "LOW",
"statement": "Spółka złożyła sprawozdania finansowe za lata 2022, 2023 i 2024, które są dostępne w Repozytorium Dokumentów Finansowych KRS. Dokumenty potwierdzają kontynuację obowiązków sprawozdawczych pomimo statusu upadłościowego. Spółka kontynuuje swoje zobowiązania sprawozdawcze.",
"confidence": 1.0,
"finding_confidence": 1.0,
"source_finding_titles": [
"Złożenie sprawozdań finansowych przez Fortem Stawowa Sp. z o.o. w upadłości"
]
}
]
}
```