Stratamize v1.1.0: clean dataset card (sole author, no external derivation)
Browse files
README.md
CHANGED
|
@@ -1,42 +1,39 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
-
pretty_name:
|
| 4 |
-
language:
|
| 5 |
-
- en
|
| 6 |
tags:
|
| 7 |
-
- tabular
|
| 8 |
-
- finance
|
| 9 |
- payments
|
| 10 |
- merchant-services
|
| 11 |
-
-
|
| 12 |
- json-schema
|
| 13 |
---
|
| 14 |
|
| 15 |
# Stratamize Statement Audit Model
|
| 16 |
|
| 17 |
-
|
|
|
|
|
|
|
| 18 |
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
## Identity
|
| 22 |
-
|
| 23 |
-
- Canonical guide: https://stratamize.com/statement-audit/
|
| 24 |
-
- Version identifier: https://stratamize.com/statement-audit/releases/1.0.0
|
| 25 |
-
- Product identifier: https://stratamize.com/statement-audit
|
| 26 |
-
- Versioned source release: https://github.com/Stratamize/statement-audit-model/releases/tag/v1.0.0
|
| 27 |
-
- Version DOI: https://doi.org/10.5281/zenodo.21792363
|
| 28 |
-
- Concept DOI: https://doi.org/10.5281/zenodo.21792362
|
| 29 |
|
| 30 |
## Contents
|
| 31 |
|
| 32 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
|
| 34 |
-
## Data
|
| 35 |
|
| 36 |
-
|
|
|
|
|
|
|
| 37 |
|
| 38 |
## Attribution
|
| 39 |
|
| 40 |
-
|
|
|
|
| 41 |
|
| 42 |
-
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
+
pretty_name: Stratamize Statement Audit Model
|
|
|
|
|
|
|
| 4 |
tags:
|
|
|
|
|
|
|
| 5 |
- payments
|
| 6 |
- merchant-services
|
| 7 |
+
- data-validation
|
| 8 |
- json-schema
|
| 9 |
---
|
| 10 |
|
| 11 |
# Stratamize Statement Audit Model
|
| 12 |
|
| 13 |
+
Processor-neutral contract and validator for normalizing statement-level merchant
|
| 14 |
+
processing totals **without cardholder or bank-account data**. Authored and
|
| 15 |
+
published by **Stratamize LLC** under CC BY 4.0.
|
| 16 |
|
| 17 |
+
- Canonical: https://stratamize.com/statement-audit/
|
| 18 |
+
- Source: https://github.com/Stratamize/statement-audit-model (tag `v1.1.0`)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
|
| 20 |
## Contents
|
| 21 |
|
| 22 |
+
`stratamize-statement-audit-model-v1.1.0.zip` contains the schema 1.1.0 record
|
| 23 |
+
contract (JSON Schema Draft 2020-12), the Decimal-safe validator, a synthetic
|
| 24 |
+
test-vector corpus (2 accepted, 17 rejected), a loopback HTTP validation service,
|
| 25 |
+
a deterministic release-archive builder, and a fail-closed publication gate.
|
| 26 |
+
Verify the archive against `release-archive.sha256`.
|
| 27 |
|
| 28 |
+
## Data-safety boundary
|
| 29 |
|
| 30 |
+
Statement-level totals only — never full/partial card numbers, security codes,
|
| 31 |
+
bank/routing numbers, credentials, or real merchant identities. The included
|
| 32 |
+
example is entirely synthetic.
|
| 33 |
|
| 34 |
## Attribution
|
| 35 |
|
| 36 |
+
> Stratamize LLC. (2026). *Stratamize Statement Audit Model* (Version 1.1.0).
|
| 37 |
+
> https://stratamize.com/statement-audit/
|
| 38 |
|
| 39 |
+
Licensed under CC BY 4.0.
|