You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sed -i '/contentReference\[oaicite:0\]{index=0}/d' README.md
270
+
```
271
+
272
+
### FAQ
273
+
274
+
**Is this affiliated with any bank or with Barclays/“BARX”?**
275
+
No. This is a sanitized case-study for learning and portfolio demonstration. No client code/data, no access to any bank systems.
276
+
277
+
**What does “BARX-style” mean, and why not write the bank name?**
278
+
“BARX-style” describes the pattern we simulate—real-time FX quotes/trades → Pub/Sub → Dataflow → BigQuery—common in Tier-1 banks. We keep the repo client-agnostic and avoid real client names in public GitHub.
249
279
250
-
### Minimal commit plan (copy the messages)
280
+
**Is any production or proprietary dataset used here?**
281
+
No. All data is synthetic and generated locally; artifacts are generic.
251
282
252
-
1.`docs(readme): add quick-facts, real CI+Release badges; link SECURITY; remove duplicate hr`
253
-
2.`docs(readme): fix Repo Map to .md for diagrams; add ADR + Release notes link`
254
-
3. If any of 05–09 pages don’t exist, either **create stubs** or remove links:
255
-
-`docs: add stubs for data models, slos/observability, cost controls, ci/cd, license`
283
+
**Can this be used in production as-is?**
284
+
This is an educational example. Review/harden per your org’s standards and the license in `LICENSE`.
256
285
257
-
**If you prefer Option A (rename files):**
258
-
Rename any `docs/*.mmd` → `*.md` and keep the Mermaid code blocks unchanged.
286
+
**Where is the sanitization policy?**
287
+
See the Sanitization Note above and `ETHICS.md`.
259
288
260
-
That’s it. Publish `v0.1.1` after these edits and pin the release in LinkedIn Featured.
0 commit comments