# FM-KED-000 Getting Started

---

  
<span style="white-space: pre-wrap;">The </span>**Finmars Known Error Database**<span style="white-space: pre-wrap;"> is a curated registry of recurring and well-understood operational issues observed in Finmars environments, together with documented recovery procedures and practical guidance.</span>

<span style="white-space: pre-wrap;">Its purpose is not to list every possible failure, but to capture </span>**patterns that are already known**, reproducible, and solvable through established algorithms. Each entry describes the symptoms, scope of impact, severity, and an expected recovery path based on real operational experience.

This document serves three audiences at once

- operators who need fast orientation during incidents
- customers who want transparency and predictability
- support teams who require a shared operational memory

<span style="white-space: pre-wrap;">Every known error in this database is classified by </span>**severity**<span style="white-space: pre-wrap;"> and </span>**recovery class**, allowing readers to understand both the business impact and the typical effort required to restore normal operation. Where possible, step-by-step recovery instructions are provided to reduce response time and avoid unnecessary investigation.

<span style="white-space: pre-wrap;">Issues that are </span>**not present**<span style="white-space: pre-wrap;"> in this database are considered unknown by definition. Such cases may require discovery, diagnostics, or architectural analysis and are handled outside the scope of predefined recovery commitments.</span>

The Finmars Known Error Database is a living document. It evolves with the platform, operational experience, and lessons learned from real incidents. Its goal is clarity, not completeness. Reliability, not illusion.  
  
<span style="white-space: pre-wrap;">Each known issue carries </span>**two orthogonal markers**:

1. **Severity**<span style="white-space: pre-wrap;"> – impact on the business or system</span>
2. **Recovery Class**<span style="white-space: pre-wrap;"> – expected effort and time to restore service</span>

---

### Severity Levels (Impact-based)

**S1 — Critical**

- System unusable or data integrity at risk
- No viable workaround
- Immediate attention required

**S2 — High**

- Core functionality degraded
- Workarounds exist but are painful
- Business impact is noticeable

**S3 — Medium**

- Partial feature loss
- Clear workaround available
- Limited operational impact

**S4 — Low**

- Cosmetic or non-blocking behavior
- No impact on business operations

Severity answers the question:  
**“How bad is this for the user?”**

---

### Recovery Class A — Quick Fix

- <span style="white-space: pre-wrap;">Expected resolution: </span>**under 1 hour**
- Fully documented procedure
- Typical for routine maintenance issues

### Recovery Class B — Standard Recovery

- <span style="white-space: pre-wrap;">Expected resolution: </span>**up to 4 hours**
- Known issue with multiple steps or validation
- Usually fits within monthly support window

### Recovery Class C — Extended Recovery

- <span style="white-space: pre-wrap;">Expected resolution: </span>**up to 1 business day**
- High complexity or cross-component dependency
- Not fully covered by standard support

### Recovery Class D — Exploratory

- <span style="white-space: pre-wrap;">Resolution time </span>**unknown**
- Partial or missing diagnostic data
- Discovery and investigation required

Recovery class answers the question:  
**“How long does it usually take when things go normally?”**

---

## How it looks in registry

**Example**

- **Issue ID:**<span style="white-space: pre-wrap;"> FM-KED-###</span>
- **Title:**<span style="white-space: pre-wrap;"> Background jobs stuck in pending state</span>
- **Severity:**<span style="white-space: pre-wrap;"> S2 — High</span>
- **Recovery Class:**<span style="white-space: pre-wrap;"> B — Standard Recovery</span>
- **Estimated Recovery Time:**<span style="white-space: pre-wrap;"> up to 4 hours</span>
- **Covered by Monthly Support:**<span style="white-space: pre-wrap;"> Yes</span>
- **Resolution Algorithm:**<span style="white-space: pre-wrap;"> documented</span>

For an unknown issue:

- **Severity:**<span style="white-space: pre-wrap;"> S1 — Critical</span>
- **Recovery Class:**<span style="white-space: pre-wrap;"> D — Exploratory</span>
- **Covered by Monthly Support:**<span style="white-space: pre-wrap;"> No</span>
- **Notes:**<span style="white-space: pre-wrap;"> subject to separate agreement</span>

---