stratamize commited on
Commit
7a280f7
·
verified ·
1 Parent(s): 098b839

Stratamize v1.1.0: clean dataset card (sole author, no external derivation)

Browse files
Files changed (1) hide show
  1. README.md +19 -22
README.md CHANGED
@@ -1,42 +1,39 @@
1
  ---
2
  license: cc-by-4.0
3
- pretty_name: "Stratamize Statement Audit Model"
4
- language:
5
- - en
6
  tags:
7
- - tabular
8
- - finance
9
  - payments
10
  - merchant-services
11
- - statement-audit
12
  - json-schema
13
  ---
14
 
15
  # Stratamize Statement Audit Model
16
 
17
- A processor-neutral, machine-readable model for normalizing monthly merchant payment-processing statements without storing cardholder data.
 
 
18
 
19
- Version **1.0.0** packages the schema 1.1.0 record contract (JSON Schema Draft 2020-12), a Decimal-safe structural/accounting/privacy validator, a synthetic corpus of 2 valid and 14 deliberately invalid vectors with a reproducible validation report, fail-closed release gates with SHA-256 checksums, and a loopback HTTP validation service.
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
- This dataset mirrors the release archive `stratamize-statement-audit-model-v1.0.0.zip` (SHA-256 `024d20b7affe5a457535c8d267eacbf61f13b90b6aae451373862aa8ea594882`, recorded in the `release-archive.sha256` sidecar). Verify the archive digest and the per-file `checksums.txt` inside before analysis.
 
 
 
 
33
 
34
- ## Data safety
35
 
36
- All figures and validation vectors are synthetic and do not describe a real merchant. The model contains no cardholder data and rejects records carrying card numbers, bank details, credentials, or identifiers. Never upload a real merchant statement to this dataset.
 
 
37
 
38
  ## Attribution
39
 
40
- Licensed CC BY 4.0. This is a derivative of the Lifted Payments Payment Statement Audit Model v1.1.3 (https://doi.org/10.5281/zenodo.21764642, CC BY 4.0); the `NOTICE.md` inside the archive carries the required attribution. The schema 1.1.0 record contract and validator rules are preserved unchanged.
 
41
 
42
- > Stratamize LLC. (2026). *Stratamize Statement Audit Model* (Version 1.0.0). https://doi.org/10.5281/zenodo.21792363
 
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.