Compliance Dashboards
The FCC framework provides comprehensive compliance monitoring across 13 regulatory frameworks spanning privacy, security, health, government, and AI/digital regulations.
| Format |
Location |
Use Case |
| Markdown Docs |
This section |
Reference documentation, audit preparation |
| Python ASCII |
fcc dashboard compliance |
Terminal-based monitoring, CI/CD integration |
| Streamlit App |
apps/streamlit/compliance_dashboard.py |
Interactive exploration, stakeholder demos |
Regulations by Domain
Privacy
| Regulation |
Scope |
Dashboard |
| GDPR |
EU personal data processing |
Controls, consent gates, DPIA metrics |
| CCPA |
California consumer privacy |
Opt-out tracking, disclosure controls |
| CPRA |
California privacy rights extension |
Sensitive data, correction rights |
Security
| Regulation |
Scope |
Dashboard |
| ISO 27001 |
Information security management |
ISMS controls, risk assessment |
| PCI DSS |
Payment card data security |
Network controls, encryption |
| SOC 2 |
Service organization controls |
Trust service criteria |
Health
| Regulation |
Scope |
Dashboard |
| HIPAA |
Protected health information |
PHI safeguards, breach notification |
Government
| Regulation |
Scope |
Dashboard |
| FedRAMP |
Federal cloud security |
Authorization controls |
| SOX |
Financial reporting integrity |
Internal controls, audit trail |
AI & Digital
| Regulation |
Scope |
Dashboard |
| EU AI Act |
AI system regulation |
Risk classification, conformity |
| DORA |
Digital operational resilience |
ICT risk management |
| NIS2 |
Network and information security |
Incident reporting, supply chain |
Cross-Cutting Resources
How FCC Maps Compliance
The FCC framework maps regulatory requirements through its governance stack:
Constitution Registry (hard-stop / mandatory / preferred rules)
↓
Quality Gates (30+ automated checks)
↓
Tag Registry (35+ capability tags)
↓
Compliance Controls (per-regulation)
↓
Compliance Gates (checkpoint verification)
↓
Compliance Metrics (measurable outcomes)
Quick Start
# Terminal dashboard
fcc dashboard compliance
# Check specific regulation
fcc compliance-check --regulation GDPR
# Streamlit interactive dashboard
streamlit run apps/streamlit/compliance_dashboard.py