Skip to content

jamesbuckett/calm-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CALM Tutorial

License: MIT GitHub stars Last commit Open issues

A FINOS CALM primer for architects in regulated financial environments.

About

Introduces the FINOS Common Architecture Language Model (CALM) for architects working in regulated industries — banking, payments, and capital markets. Ships as a single self-contained index.html file with no build step, no framework, and no server. Covers core concepts, regulatory mapping (DORA, MAS TRM, APRA CPS 234, SWIFT CSCF), Ubuntu installation, a hands-on tutorial, and a glossary.

Usage

# open directly
xdg-open index.html        # Linux
open index.html            # macOS

# or serve over HTTP
python3 -m http.server 8080

Project Structure

.
├── CLAUDE.md          # frontend rules + screenshot loop the AI assistant follows
├── index.html         # the entire site
├── screenshot.mjs     # Playwright capture harness (mobile / tablet / desktop)
├── scripts/           # one-shot helpers (e.g. capture-hero.mjs)
├── assets/            # committed images referenced from the README
└── package.json       # one dependency: playwright

Contributing

Issues and pull requests welcome. Please open an issue first to discuss substantial changes.

License

MIT © 2026 James Buckett

Releases

No releases published

Packages

 
 
 

Contributors