IBM's Azure Foundry Enterprise Kit

Industry Packs

Jurisdiction-Specific Governance: Industry packs provide regulatory framework mappings, content safety guardrails, agent templates, and data residency configurations tailored to specific industries and jurisdictions. Deploy in minutes — not months.

Pack Structure

Every industry pack follows a standard directory layout:

industry-packs/<name>/
  pack-manifest.yaml       # Pack metadata, frameworks, components
  compliance/              # Regulatory framework mappings
  guardrails/              # Industry-specific content safety rules
  agents/                  # Pre-configured agent templates
  residency/               # Data boundary definitions
  eval/                    # Industry-specific evaluation tests
  README.md

Available Packs

PackJurisdictionFrameworksStatus
Banking CanadaCanadaOSFI B-13, PIPEDA, AML/ATFComplete
Banking EUEuropean UnionEBA, DORA, GDPR, MiCAPlanned
Banking USUnited StatesOCC, FFIEC, SOX, GLBAPlanned
HealthcareMulti-regionHIPAA, FDA 21 CFR Part 11Planned
GovernmentMulti-regionFedRAMP, ITAR, Protected BPlanned

Banking Canada — Deep Dive

The flagship industry pack provides comprehensive Canadian financial services compliance support.

Compliance Mappings

FrameworkControls MappedDescription
OSFI B-1312 requirementsTechnology and Cyber Risk Management for federally regulated financial institutions
PIPEDA8 principlesPersonal Information Protection and Electronic Documents Act privacy obligations
AML/ATF5 controlsAnti-Money Laundering and Anti-Terrorist Financing requirements (FINTRAC compliance)

Pre-Built Agent Templates

AgentTypeUse Case
Customer Service Agentknowledge-agentPIPEDA-compliant customer interaction handling with PII protection
Fraud Detection Agentanalyst-agentAML/ATF-aware transaction monitoring with escalation workflows
Compliance Review Agentpolicy-agentAutomated regulatory compliance assessment against OSFI B-13

Content Safety Guardrails

  • Block unauthorized financial advice and investment recommendations
  • Prevent unauthorized insurance product endorsements
  • Enforce PIPEDA consent requirements for personal data processing
  • Block cross-border data transfer attempts to non-approved jurisdictions
  • Prevent unauthorized regulatory reporting claims

Data Residency

Enforces Canada-only data residency with allowed regions canadacentral and canadaeast. All AI model inference, data storage, and key management must remain within Canadian boundaries per PIPEDA and OSFI requirements.

CLI Commands

# List available packs
python scripts/afek.py pack list

# Get pack details
python scripts/afek.py pack info banking-canada

# Validate pack structure
python scripts/afek.py pack validate banking-canada

Creating Custom Packs

To create a custom industry pack for your jurisdiction, follow the standard structure and include a pack-manifest.yaml with required fields: name, version, jurisdiction, and industry. See the Banking Canada pack as a reference implementation.