m
850f3a62c8
feat: add Patentprozesskostenrechner fee calculation engine + API
Pure Go implementation of patent litigation cost calculator with:
- Step-based GKG/RVG fee accumulator across 4 historical schedules (2005/2013/2021/2025 + Aktuell alias)
- Instance multiplier tables for 8 court types (LG, OLG, BGH NZB/Rev, BPatG, BGH Null, DPMA, BPatG Canc)
- Full attorney fee calculation (VG, TG, Erhöhungsgebühr Nr. 1008 VV RVG, Auslagenpauschale)
- Prozesskostensicherheit computation
- UPC fee data (pre-2026 and 2026 schedules with value-based brackets, recoverable costs ceilings)
- Public API: POST /api/fees/calculate, GET /api/fees/schedules (no auth required)
- 22 unit tests covering all calculation paths
Fixes 3 Excel bugs:
- Bug 1: Prozesskostensicherheit VAT formula (subtract → add)
- Bug 2: Security for costs uses GKG base for court fee, not RVG
- Bug 3: Expert fees included in BPatG instance total
2026-03-31 17:43:17 +02:00
..
2026-03-30 11:01:14 +02:00
2026-03-30 11:25:52 +02:00
2026-03-25 16:19:00 +01:00
2026-03-30 11:01:14 +02:00
2026-03-30 11:02:28 +02:00
2026-03-30 11:24:36 +02:00
2026-03-25 16:19:00 +01:00
2026-03-25 13:31:29 +01:00
2026-03-30 11:01:14 +02:00
2026-03-30 11:04:57 +02:00
2026-03-25 19:26:21 +01:00
2026-03-25 16:19:00 +01:00
2026-03-30 11:01:14 +02:00
2026-03-25 16:19:00 +01:00
2026-03-30 11:01:14 +02:00
2026-03-25 13:53:12 +01:00
2026-03-30 11:33:59 +02:00
2026-03-30 11:33:59 +02:00
2026-03-25 16:19:00 +01:00
2026-03-30 11:09:05 +02:00
2026-03-31 17:43:17 +02:00
2026-03-30 11:01:14 +02:00
2026-03-30 11:24:36 +02:00
2026-03-30 11:01:14 +02:00
2026-03-30 11:03:17 +02:00
2026-03-30 11:01:14 +02:00
2026-03-30 11:24:45 +02:00
2026-03-30 11:26:25 +02:00
2026-03-25 13:27:39 +01:00
2026-03-30 11:24:52 +02:00
2026-03-30 11:24:36 +02:00