SKIP TO CONTENT
Fjärrstridsgrupp Alfa
SV UK EDITION 2026-Q2 ACTIVE
UNCLASSIFIED
FSG-A // FORMAL DOCUMENTATION

FORMAL
DOCUMENTATION SUITE

COMPLETE DELIVERABLES 8 MIN READ
KEY TAKEAWAY
FSG-A publishes eight reference-design PDF documents alongside the wiki, sketching the documentation categories a funded defence programme would typically produce: Failure Mode and Effects Analysis (MIL-STD-1629A), Test & Evaluation Master Plan (DoD 5000.02), Integrated Logistics Support (MIL-STD-1388-1A), Programme Risk Register (NATO AEP-7.3), System Safety Case (MIL-STD-882E), Software Bill of Materials (ISO/IEC 5962, CISA guidance), Threat Assessment (NIST SP 800-30 / NATO STANAG 4795), and Interoperability Matrix. Each document is explicitly marked REFERENCE DESIGN — PUBLIC and carries a prominent disclaimer on its cover page. None are programme deliverables; they exist so researchers at FOI, FMV, or defence industry partners can copy their structure as a starting point when scoping a real programme.

Why Formal PDF Deliverables

The FSG-A wiki is the living technical baseline — it captures the engineering reasoning, proofs, and architectural evolution. A real defence programme needs documents with specific structural characteristics that a wiki cannot provide: versioned identifiers on each page, prepared-by / reviewed-by / approved-by signature blocks, immutable revision history, and a format suitable for archival in organisational document-management systems (DOORS, IBM Rational, Sharepoint). NATO AQAP 2110 and Försvarsmakten's own quality assurance guidance specifically call out PDF deliverables as the canonical form for programme records.

The eight documents below follow that convention. Each is generated from a dedicated Python script (formal-docs/generate_*.py) so updates propagate deterministically from source data to the final PDF. The scripts are in the source archive; anyone with a reasonable Python + reportlab install can reproduce the documents bit-for-bit from the same input data, which also enables independent verification by evaluators.

The Eight Reference Documents

FSG-A-FMEA-001 — FAILURE MODE AND EFFECTS ANALYSIS

Standard
MIL-STD-1629A / SAE J1739
Scope
48 failure modes across Fischer 26, Fischer 26E, Lisa 26, and MANET — with Severity × Occurrence × Detection scoring and documented mitigations for each RPN ≥ 100 entry

FSG-A-TEMP-001 — TEST & EVALUATION MASTER PLAN

Standard
DoD 5000.02 / NATO AEP-02
Scope
Roadmap from current TRL 3 toward eventual TRL 9 deployment. Six phases with explicit go/no-go gates, subsystem test matrix, MOE/MOP table, test infrastructure requirements (anechoic chamber, thermal chamber, Vidsel range access)

FSG-A-ILS-001 — INTEGRATED LOGISTICS SUPPORT PLAN

Standard
MIL-STD-1388-1A / NATO ALP-10
Scope
All ten ILS elements covered — Maintenance Planning (O/I/D), Manpower, Supply Support, Support Equipment, Tech Pubs, Training, Computer Resources, Facilities, PHS&T, Design Interface. 15-year TCO €284,500 per 50-airframe brigade. Silvus 3-year reserve flagged; LiPo 18-24 month shelf life documented

FSG-A-RISK-001 — PROGRAMME RISK REGISTER

Standard
NATO AEP-7.3 / ISO 31000:2018
Scope
28 risks across six categories (technical, supply, schedule, operational, compliance, financial) scored on 5×5 Impact×Probability matrix. Top three residual: physical prototype funding gap, bench test facility access, Silvus supply chain

FSG-A-SAFETY-001 — SYSTEM SAFETY CASE

Standard
MIL-STD-882E / UK Def Stan 00-56
Scope
Structured safety argument per Claims-Arguments-Evidence (CAE) pattern. 14 hazards analysed. Includes explicit Article 36 IHL review of L1/L2/L3 autonomous decision gates — L3 restricted to AIR_UAV/MUNITION/ROTARY/FIXED categories only

FSG-A-SBOM-001 — SOFTWARE BILL OF MATERIALS

Standard
ISO/IEC 5962:2021 (SPDX) / CISA SBOM / EU Cyber Resilience Act Article 13
Scope
Every software component (SDK, Lisa 26 server, Fischer 26 EW, GCS toolkit, web publication) with version, license, provenance, CVE status. Clean at release — no outstanding High-severity CVEs

FSG-A-THREAT-001 — THREAT AND VULNERABILITY ASSESSMENT

Standard
NIST SP 800-30 / NATO STANAG 4795
Scope
23 threats AGAINST FSG-A system across six vectors: supply chain, cyber, electromagnetic warfare, kinetic, adversarial ML, insider. Countermeasure documented for each, traced to design features. Dominant operational risk: comms jamming (H likelihood × H impact)

FSG-A-INTEROP-001 — INTEROPERABILITY MATRIX

Standard
NATO STANAG 4586 / 4660 / 4609 / 4607 / 5525 / 4671
Scope
26 interop relationships documented — Swedish C2 (SLB, SWECCIS, ATAK, JAS 39, Archer, GUTE II, Ra 180), NATO STANAGs (all six ratified by Sweden), allied partners (Finnish TAK, Norwegian NASAMS, UK JEF), commercial/OSS (ArduPilot, QGroundControl). Status column honestly differentiates operational, SITL-validated, concept, and future

Document Relationships

The eight deliverables are not independent — they reference each other in a structured way. The FMEA identifies failure modes; the Safety Case builds the top-level safety argument using evidence from the FMEA. The Risk Register captures programme risks that may prevent the Safety Case from being validated on schedule. The TEMP defines the test activities that generate evidence to close Risk Register items and validate Safety Case claims. The ILS addresses the sustainment of safety across the 15-year service life. The SBOM is an input to both the Safety Case (for cybersecurity arguments) and the Threat Assessment (for supply-chain risk). The Interop Matrix identifies external systems whose integration testing is scheduled in the TEMP.

This interlocking structure is how mature defence programmes document themselves — no single document stands alone, and changes in one propagate to the others through a documented review process. The structure is modelled on NATO programmes that have progressed successfully; FSG-A itself is not executing such a programme.

How to Use These Reference Designs

FOI / FMV / Försvarsmakten researcher adapting this into a real programme: Start with FSG-A-TEMP-001 to see the phase structure suggested; consult FSG-A-SAFETY-001 for the airworthiness argument; use FSG-A-INTEROP-001 to verify compatibility with specific systems of interest; escalate any concerns through the Risk Register cross-reference.

Defence prime contractor evaluating this architecture: FSG-A-ILS-001 provides 15-year TCO estimates and supply chain dependencies; FSG-A-SBOM-001 provides license compatibility analysis; FSG-A-FMEA-001 flags subsystems where partner expertise would most benefit the programme.

Safety engineer adapting the argument structure: FSG-A-SAFETY-001 presents the structured argument; the FMEA provides the hazard identification base; Article 36 IHL review is in Safety Case §6.

Academic researcher studying the approach: FSG-A-THREAT-001 section on adversarial ML documents the specific attacks considered; the SBOM identifies exact model versions for reproducibility; source code for all validated claims is in src/code/sdk/.

Reproducibility and Source

Every PDF in this suite is generated from Python scripts in formal-docs/. The generator infrastructure (formal_doc_base.py) handles cover page, revision history, classification banner, and page numbering. Per-document scripts (generate_fmea.py, generate_temp.py, etc.) encode the document-specific content as structured data that is rendered deterministically.

This reproducibility is intentional. An evaluator who wishes to verify that the PDF they received matches the claimed source data can clone the source archive, run python3 generate_fmea.py, and compare the output byte-for-byte (modulo timestamp). This defends against both accidental drift between source-of-truth and delivered PDF, and deliberate modification of the PDF between generation and delivery.

Related Chapters

Sources

Generation infrastructure: formal-docs/formal_doc_base.py uses ReportLab (BSD-3-Clause). Each document cites its governing standard on its cover page (MIL-STD-1629A, MIL-STD-1388-1A, MIL-STD-882E, DoD 5000.02, NATO AEP-02, AEP-7.3, STANAG 4586/4660/4609/4607/5525/4671/4795, NIST SP 800-30, ISO/IEC 5962:2021, ISO 31000:2018). Cross-references within the FSG-A wiki — technical changelog: technical-changelog.html; source archive: download.html; secure delivery of these PDFs via OpenPGP: secure-delivery.html.