ninarg commited on
Commit
b72fd7a
·
verified ·
1 Parent(s): 8320550

v5.10.0 data card refresh

Browse files
Files changed (1) hide show
  1. README.md +145 -75
README.md CHANGED
@@ -3,6 +3,7 @@ license: apache-2.0
3
  task_categories:
4
  - tabular-classification
5
  - tabular-regression
 
6
  - other
7
  tags:
8
  - synthetic
@@ -18,6 +19,9 @@ tags:
18
  - ias-28
19
  - cta
20
  - nci
 
 
 
21
  - enterprise-scale
22
  size_categories:
23
  - 100M<n<1B
@@ -33,24 +37,20 @@ DataSynth group-audit simulation engine. ACME Inc. is a fictitious
33
  US-domiciled holding with subsidiaries across North America, Europe,
34
  APAC, and emerging markets, demonstrating every consolidation
35
  primitive at enterprise scale: manifest-driven IC matching, IAS 21
36
- translation + CTA, IFRS 10 NCI, IAS 28 equity-method investments.
 
 
37
 
38
- Generated with **DataSynth v5.0** (group-audit simulation engine) ·
39
  [GitHub](https://github.com/mivertowski/SyntheticData) ·
40
- [Companion paper (SSRN)](https://ssrn.com/abstract=6538639).
 
41
 
42
- > **Provenance note.** This dataset was last refreshed under
43
- > DataSynth v5.0. The v5.6 v5.9 release line ships fixes
44
- > centred on the journal-entry / accounting-network generators
45
- > at the single-entity level; the group-audit simulation engine
46
- > producing this archive — manifest, shard, aggregate phases —
47
- > was substantively unchanged. A v5.9-aware regeneration is on
48
- > the roadmap and will arrive bundled with the upcoming
49
- > group-audit-aware Method-A edge-list export.
50
-
51
- This is the canonical v5.0 enterprise-grade reference archive — small
52
- enough to download (~66 GB), structured enough to navigate, and
53
- heterogeneous enough to exercise every consolidation code path.
54
 
55
  ## What's in the archive
56
 
@@ -59,25 +59,31 @@ enterprise_2000/
59
  ├── manifest.json # canonical group manifest (deterministic from config + seed)
60
  ├── shard_summary.json # per-shard generation summary (4 shards)
61
  ├── entities/ # 2 000 entity sub-trees (sizes vary by scoping profile)
62
- │ ├── ACME_HQ/ # parent (US, USD, "flagship" profile, ~250 MB)
63
- │ ├── ACME_EUR/ # 100% EUR sub (DE, "flagship" profile, ~250 MB)
64
- ── ACME_UK/ # 100% GBP sub ("significant" profile, ~120 MB)
65
- │ ├── ACME_JP/ # 85% JPY sub ("significant" profile, ~120 MB)
 
 
 
 
66
  │ ├── ACME_NA_SIG0000001 … 50/ # 50 N. American "significant" subs
67
  │ ├── ACME_EU_SIG0000001 … 25/ # 25 European "significant" subs
68
- │ ├── ACME_NA0000001 … 700/ # 700 N. American "material" subs (~34 MB each)
69
  │ ├── ACME_EU0000001 … 350/ # 350 European "material" subs
70
  │ ├── ACME_AS0000001 … 200/ # 200 APAC "material" subs
71
- │ ├── ACME_SMALL0000001 … 471/ # 471 emerging-market "immaterial" subs (~6 MB each)
72
  │ └── ACME_JV0000001 … 200/ # 200 equity-method joint ventures
73
- ├── consolidated/ # group-level outputs (Chunks 5-8 of v5.0 plan)
74
  │ ├── consolidated_financial_statements.json # BS + IS + CF + Statement of Changes in Equity
75
- │ ├── consolidation_schedule.json # 28 MB �� per-account pre/elim/post + per-entity contributions
76
  │ ├── notes_to_consolidated_fs.json # 8-note disclosure set
77
  │ ├── nci_rollforward.json # 1 502 NCI rollforwards (one per fully-consolidated sub <100% owned)
78
  │ ├── cta_rollforward.json # CTA per non-presentation-currency entity
79
- │ ├── translation_worksheet.json # 156 MB — IAS 21 line-by-line worksheet across all entities
80
- ── equity_method_investments.json # 200 JV investment carrying values
 
 
81
  └── ic_eliminations/
82
  └── ic_matching_coverage.json # diagnostic histogram of matched/unmatched IC pairs
83
  ```
@@ -87,18 +93,40 @@ showcase lives at
87
  [VynFi/vynfi-aml-100k](https://huggingface.co/datasets/VynFi/vynfi-aml-100k);
88
  this dataset is focused on group-audit specifics.
89
 
90
- **Per-entity directories** carry the v4.x single-entity output shape
91
- unchanged: ~20 typed-snapshot subdirectories (`master_data/`,
92
- `document_flows/`, `subledger/`, `period_close/`, `audit/`, etc.).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
93
 
94
  ## Generated under
95
 
96
- - **Engine:** VynFi DataSynth `datasynth-group` v5.0.0
97
- - **Determinism seed:** `0xCAFEBABEDEADBEEF`
98
- - **Config:** see source `enterprise_2000.yaml` (committed in the engine repo at `configs/examples/group/`)
99
- - **Wall-clock:** **5 min 32 sec** for the full pipeline (manifest + 4 shards + aggregate)
100
- - **Peak RSS:** 60 GiB across the rayon-parallel shard runner
101
- - **Hardware:** Azure `Standard_NC40ads_H100_v5` (40 vCPU, 320 GiB RAM, 3.5 TiB local NVMe)
 
 
 
 
102
 
103
  ## Standards compliance
104
 
@@ -107,10 +135,10 @@ The consolidation follows IFRS-equivalent treatment:
107
  rates; CTA accumulated to OCI. Non-USD entities use their declared
108
  functional currency (EUR/GBP/JPY for the explicit subs, USD pegged
109
  for the rest). See `consolidated/translation_worksheet.json` for the
110
- line-by-line worksheet (~156 MB).
111
- - **IFRS 10** — fully-consolidated entities (1 800 of them) aggregated
112
  at 100 % with NCI separately presented for any sub <100 % owned.
113
- See `consolidated/nci_rollforward.json` (1 502 entries).
114
  - **IAS 28 / IFRS 11** — 200 equity-method joint ventures carried as
115
  single-line investments with share-of-profit pickup. The IAS 28.38 /
116
  ASC 323-10-35-20 carrying-amount-clamped-at-zero rule is applied.
@@ -123,30 +151,58 @@ The consolidation follows IFRS-equivalent treatment:
123
 
124
  ## IC matching coverage
125
 
126
- ACME's IC relationships expand to **4 759 planned pairs** under the
127
- v5.0 manifest-driven matching strategy. **4 359 (91.59 %) match** in
128
  this archive. The 400 unmatched pairs are pattern-derived relationships
129
  where shard-runner injection didn't produce both sides — usually
130
  because one side's entity hit anomaly-injection's "skip this JE"
131
- branch. Tracked for v5.0.1.
132
 
133
  See `ic_eliminations/ic_matching_coverage.json` for the full histogram.
134
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
135
  ## Quick start (full archive)
136
 
137
  ```python
138
  from huggingface_hub import snapshot_download
139
  import json, pathlib
140
 
141
- # Note: archive is ~66 GB; allow time and disk for the download
142
  local = pathlib.Path(snapshot_download(
143
  repo_id="VynFi/vynfi-group-audit-enterprise-2000",
144
  repo_type="dataset"))
145
 
 
 
 
 
 
146
  cfs = json.loads(
147
- (local / "consolidated/consolidated_financial_statements.json")
148
  .read_text())
149
-
150
  print("Group:", cfs["balance_sheet"]["group_id"])
151
  print("Total assets (USD):", cfs["balance_sheet"]["total_assets"])
152
  print("Total L+E+NCI (USD):", cfs["balance_sheet"]["total_liabilities_plus_equity_plus_nci"])
@@ -156,56 +212,63 @@ print("NCI separately presented:", cfs["balance_sheet"]["total_nci"])
156
  ## Quick start (per-entity walkthrough)
157
 
158
  ```python
 
159
  from huggingface_hub import hf_hub_download
160
- import json
161
 
162
- # Pull just one entity's JE file (no full download)
163
- sa_jes = hf_hub_download(
164
  repo_id="VynFi/vynfi-group-audit-enterprise-2000",
165
- filename="entities/ACME_HQ/journal_entries.json",
166
- repo_type="dataset")
167
- jes = json.loads(open(sa_jes).read())
168
- ic_jes = [j for j in jes if j["header"].get("ic_pair_id")]
169
- print(f"ACME_HQ: {len(jes):,} JEs, {len(ic_jes):,} IC-tagged")
170
  ```
171
 
172
- ## Quick start (NCI rollforward analysis)
173
 
174
- ```python
175
- import pandas as pd
176
- from huggingface_hub import hf_hub_download
 
 
177
 
178
- nci = hf_hub_download(repo_id="VynFi/vynfi-group-audit-enterprise-2000",
179
- filename="consolidated/nci_rollforward.json",
180
- repo_type="dataset")
181
- df = pd.read_json(nci)
182
- print(df.describe())
183
- print(f"Total NCI subs: {len(df)}")
184
- print(df[["entity_code", "ownership_percent", "closing_nci"]].head(20))
185
  ```
186
 
187
- ## Schema highlights
188
 
189
- **Per-entity** (`entities/{code}/`) carry the v4.x single-entity output
190
- shape unchanged. See the [VynFi DataSynth README](https://github.com/vynfi/datasynth)
191
- for the ~20 typed-snapshot subdirectories.
 
 
 
192
 
193
  **Group-level files** under `consolidated/` and `ic_eliminations/`
194
  match the v5.0 spec §9 schema. Field-by-field documentation lives
195
  in the engine's `crates/datasynth-group/src/aggregate/` modules at
196
- the v5.0.0 release tag.
197
 
198
  ## What this dataset is good for
199
 
200
  - **Audit ML benchmarks** — large-scale group-audit simulation with
201
  known ground truth (every fraud / anomaly / IC pair labelled).
 
 
 
 
 
202
  - **Consolidation engine validation** — drop-in reference for testing
203
  custom IFRS / ASC 810 consolidation logic.
204
  - **Education** — concrete example of a 2 000-entity multinational
205
  consolidation for accounting / audit pedagogy.
206
- - **Performance benchmarking** — the v5.0 engine's published 60 GiB
207
- peak / 5.5-minute wall-clock profile is reproducible against this
208
- exact fixture on a 40 vCPU host.
209
 
210
  ## What this dataset is NOT
211
 
@@ -241,9 +304,16 @@ private use; see `LICENSE` for the full terms.
241
 
242
  ## Related VynFi datasets
243
 
244
- - [`VynFi/vynfi-journal-entries-1m`](https://huggingface.co/datasets/VynFi/vynfi-journal-entries-1m) — single-entity 1 M JE lines + COA + TB + cost / profit centres + Method-A accounting-network edge list (refreshed for v5.9.0)
245
- - [`VynFi/vynfi-audit-p2p`](https://huggingface.co/datasets/VynFi/vynfi-audit-p2p) — P2P document-flow corpus (refreshed for v5.9.0)
246
- - [`VynFi/vynfi-supply-chain-ocel`](https://huggingface.co/datasets/VynFi/vynfi-supply-chain-ocel) — Native OCEL 2.0 event log (refreshed for v5.9.0)
247
- - [`VynFi/vynfi-aml-100k`](https://huggingface.co/datasets/VynFi/vynfi-aml-100k) — Banking + AML labels (banking module unchanged in v5.9.0)
248
- - [`VynFi/vynfi-sar-narratives`](https://huggingface.co/datasets/VynFi/vynfi-sar-narratives) — Banking + AML labels + SAR narratives (banking module unchanged in v5.9.0)
 
249
  - [`VynFi/vynfi-ocel-manufacturing`](https://huggingface.co/datasets/VynFi/vynfi-ocel-manufacturing) — Lightweight reconstructed-events prototyping companion
 
 
 
 
 
 
 
3
  task_categories:
4
  - tabular-classification
5
  - tabular-regression
6
+ - graph-ml
7
  - other
8
  tags:
9
  - synthetic
 
19
  - ias-28
20
  - cta
21
  - nci
22
+ - method-a
23
+ - accounting-network
24
+ - graph-neural-network
25
  - enterprise-scale
26
  size_categories:
27
  - 100M<n<1B
 
37
  US-domiciled holding with subsidiaries across North America, Europe,
38
  APAC, and emerging markets, demonstrating every consolidation
39
  primitive at enterprise scale: manifest-driven IC matching, IAS 21
40
+ translation + CTA, IFRS 10 NCI, IAS 28 equity-method investments
41
+ and from v5.10 the consolidated **Method-A accounting-network edge
42
+ list** spanning all 2,000 entities and their intercompany flows.
43
 
44
+ Generated with **DataSynth v5.10.0** ·
45
  [GitHub](https://github.com/mivertowski/SyntheticData) ·
46
+ [Companion paper (SSRN)](https://ssrn.com/abstract=6538639) ·
47
+ [Generation config](https://github.com/mivertowski/SyntheticData/blob/main/configs/examples/group/enterprise_2000.yaml).
48
 
49
+ This is the canonical enterprise-grade reference archive — small
50
+ enough to download (~3 GB compressed / ~71 GB uncompressed), structured
51
+ enough to navigate, and heterogeneous enough to exercise every
52
+ consolidation code path *plus* a 5.6 M-edge accounting network for
53
+ graph-ML benchmarking.
 
 
 
 
 
 
 
54
 
55
  ## What's in the archive
56
 
 
59
  ├── manifest.json # canonical group manifest (deterministic from config + seed)
60
  ├── shard_summary.json # per-shard generation summary (4 shards)
61
  ├── entities/ # 2 000 entity sub-trees (sizes vary by scoping profile)
62
+ │ ├── ACME_HQ/ # parent (US, USD, "flagship" profile)
63
+ ├── ... (full single-entity output: master_data/, document_flows/, subledger/, audit/, )
64
+ │ └── graphs/
65
+ ├── je_network.csv # NEW v5.10 per-entity Method-A edges + ic_pair_id + ic_partner_entity
66
+ │ │ └── je_network.parquet # NEW v5.10 — Zstd-compressed parquet
67
+ │ ├── ACME_EUR/ # 100% EUR sub (DE, "flagship" profile)
68
+ │ ├── ACME_UK/ # 100% GBP sub ("significant" profile)
69
+ │ ├── ACME_JP/ # 85% JPY sub ("significant" profile)
70
  │ ├── ACME_NA_SIG0000001 … 50/ # 50 N. American "significant" subs
71
  │ ├── ACME_EU_SIG0000001 … 25/ # 25 European "significant" subs
72
+ │ ├── ACME_NA0000001 … 700/ # 700 N. American "material" subs
73
  │ ├── ACME_EU0000001 … 350/ # 350 European "material" subs
74
  │ ├── ACME_AS0000001 … 200/ # 200 APAC "material" subs
75
+ │ ├── ACME_SMALL0000001 … 471/ # 471 emerging-market "immaterial" subs
76
  │ └── ACME_JV0000001 … 200/ # 200 equity-method joint ventures
77
+ ├── consolidated/ # group-level outputs
78
  │ ├── consolidated_financial_statements.json # BS + IS + CF + Statement of Changes in Equity
79
+ │ ├── consolidation_schedule.json # per-account pre/elim/post + per-entity contributions
80
  │ ├── notes_to_consolidated_fs.json # 8-note disclosure set
81
  │ ├── nci_rollforward.json # 1 502 NCI rollforwards (one per fully-consolidated sub <100% owned)
82
  │ ├── cta_rollforward.json # CTA per non-presentation-currency entity
83
+ │ ├── translation_worksheet.json # IAS 21 line-by-line worksheet across all entities
84
+ ── equity_method_investments.json # 200 JV investment carrying values
85
+ │ ├── je_network.csv # NEW v5.10 — 5,604,445 consolidated Method-A edges
86
+ │ └── je_network.parquet # NEW v5.10 — Zstd-compressed parquet (~210 MB)
87
  └── ic_eliminations/
88
  └── ic_matching_coverage.json # diagnostic histogram of matched/unmatched IC pairs
89
  ```
 
93
  [VynFi/vynfi-aml-100k](https://huggingface.co/datasets/VynFi/vynfi-aml-100k);
94
  this dataset is focused on group-audit specifics.
95
 
96
+ ## What changed in v5.10.0
97
+
98
+ * **Per-entity `je_network.{csv,parquet}`** at `entities/{code}/graphs/`
99
+ — the same Method-A 13-column edge list shipped on
100
+ [`VynFi/vynfi-journal-entries-1m`](https://huggingface.co/datasets/VynFi/vynfi-journal-entries-1m)
101
+ v5.9.0, plus `ic_pair_id` + `ic_partner_entity` columns so the
102
+ inter-entity flows can be joined into pairs (one edge per side).
103
+ * **Consolidated `consolidated/je_network.{csv,parquet}`** — every
104
+ entity's edges concatenated, plus the **368-strong** elimination
105
+ JE set (flagged `is_eliminated=true`), with `entity_code` as a
106
+ partition column. Total 5,604,445 edges (≈ 1.26 GB CSV / 211 MB
107
+ parquet).
108
+ * **Apache 2.0 license + graph-ml task category** added so the
109
+ dataset surfaces in HF graph-ML searches.
110
+ * The underlying group-audit simulation engine (manifest, shard,
111
+ aggregate phases, IC matching, NCI, equity-method, IAS 21
112
+ translation) is byte-identical to v5.0 — IC matching coverage
113
+ is **91.59 %** (4,359 / 4,759 pairs matched) in both releases.
114
+
115
+ See the [v5.10.0 release notes](https://github.com/mivertowski/SyntheticData/releases/tag/v5.10.0)
116
+ for the full change list.
117
 
118
  ## Generated under
119
 
120
+ | | |
121
+ |---|---|
122
+ | **Engine** | VynFi DataSynth `datasynth-group` v5.10.0 |
123
+ | **Determinism seed** | `0xCAFEBABEDEADBEEF` |
124
+ | **Config** | [`configs/examples/group/enterprise_2000.yaml`](https://github.com/mivertowski/SyntheticData/blob/main/configs/examples/group/enterprise_2000.yaml) |
125
+ | **Wall-clock** | 8 min 5 sec for the full pipeline (manifest + 4 shards + aggregate) |
126
+ | **Peak RSS** | 69.4 GiB across the rayon-parallel shard runner |
127
+ | **Hardware** | Azure `Standard_NC40ads_H100_v5` (40 vCPU, 314 GiB RAM) in `westeurope` |
128
+ | **Output** | 186,369 files / 71 GiB uncompressed |
129
+ | **Reproducibility** | Bit-for-bit from the [pinned config](https://github.com/mivertowski/SyntheticData/blob/main/configs/examples/group/enterprise_2000.yaml) |
130
 
131
  ## Standards compliance
132
 
 
135
  rates; CTA accumulated to OCI. Non-USD entities use their declared
136
  functional currency (EUR/GBP/JPY for the explicit subs, USD pegged
137
  for the rest). See `consolidated/translation_worksheet.json` for the
138
+ line-by-line worksheet.
139
+ - **IFRS 10** — fully-consolidated entities (1,800 of them) aggregated
140
  at 100 % with NCI separately presented for any sub <100 % owned.
141
+ See `consolidated/nci_rollforward.json` (1,502 entries).
142
  - **IAS 28 / IFRS 11** — 200 equity-method joint ventures carried as
143
  single-line investments with share-of-profit pickup. The IAS 28.38 /
144
  ASC 323-10-35-20 carrying-amount-clamped-at-zero rule is applied.
 
151
 
152
  ## IC matching coverage
153
 
154
+ ACME's IC relationships expand to **4,759 planned pairs** under the
155
+ v5.0 manifest-driven matching strategy. **4,359 (91.59 %) match** in
156
  this archive. The 400 unmatched pairs are pattern-derived relationships
157
  where shard-runner injection didn't produce both sides — usually
158
  because one side's entity hit anomaly-injection's "skip this JE"
159
+ branch. Unchanged from v5.0.
160
 
161
  See `ic_eliminations/ic_matching_coverage.json` for the full histogram.
162
 
163
+ ## Quick start (consolidated edge list — graph-ML ready)
164
+
165
+ ```python
166
+ from huggingface_hub import hf_hub_download
167
+ import pandas as pd
168
+
169
+ # Pull just the 211 MB consolidated edge parquet — no full download
170
+ edges_path = hf_hub_download(
171
+ repo_id="VynFi/vynfi-group-audit-enterprise-2000",
172
+ filename="enterprise_2000/consolidated/je_network.parquet",
173
+ repo_type="dataset",
174
+ )
175
+ df = pd.read_parquet(edges_path)
176
+ print(df.shape) # (5_604_445, 18)
177
+ print(df["entity_code"].nunique()) # 2000+ entity codes
178
+ print(df["is_eliminated"].sum()) # 368 elimination edges
179
+ print(df["ic_pair_id"].notna().sum()) # ~8K seller+buyer IC edges
180
+ ```
181
+
182
+ > **Note:** the consolidated edge list lives inside the tarball
183
+ > `enterprise_2000.tar.zst` at the path
184
+ > `enterprise_2000/consolidated/je_network.parquet`. See the per-entity
185
+ > walkthrough below for partial-download examples.
186
+
187
  ## Quick start (full archive)
188
 
189
  ```python
190
  from huggingface_hub import snapshot_download
191
  import json, pathlib
192
 
193
+ # Note: tarball is ~3 GB compressed; uncompressed is ~71 GB
194
  local = pathlib.Path(snapshot_download(
195
  repo_id="VynFi/vynfi-group-audit-enterprise-2000",
196
  repo_type="dataset"))
197
 
198
+ # Extract:
199
+ import subprocess
200
+ subprocess.run(["tar", "-I", "zstd", "-xf", str(local / "enterprise_2000.tar.zst"), "-C", str(local)])
201
+ root = local / "enterprise_2000"
202
+
203
  cfs = json.loads(
204
+ (root / "consolidated/consolidated_financial_statements.json")
205
  .read_text())
 
206
  print("Group:", cfs["balance_sheet"]["group_id"])
207
  print("Total assets (USD):", cfs["balance_sheet"]["total_assets"])
208
  print("Total L+E+NCI (USD):", cfs["balance_sheet"]["total_liabilities_plus_equity_plus_nci"])
 
212
  ## Quick start (per-entity walkthrough)
213
 
214
  ```python
215
+ import json, tarfile
216
  from huggingface_hub import hf_hub_download
 
217
 
218
+ # Download just the tarball, then extract one entity's slice in-memory
219
+ tar_path = hf_hub_download(
220
  repo_id="VynFi/vynfi-group-audit-enterprise-2000",
221
+ filename="enterprise_2000.tar.zst",
222
+ repo_type="dataset",
223
+ )
224
+ # (Use 'tar -I zstd -xf' on disk for full-archive extraction)
 
225
  ```
226
 
227
+ ## Schema highlights
228
 
229
+ **Per-entity** (`entities/{code}/`) carry the v5.x single-entity output
230
+ shape unchanged. See the [VynFi DataSynth README](https://github.com/mivertowski/SyntheticData)
231
+ for the ~20 typed-snapshot subdirectories.
232
+
233
+ **Per-entity `graphs/je_network.{csv,parquet}`** (NEW v5.10) — 15 columns:
234
 
235
+ ```
236
+ edge_id, document_id, posting_date, from_account, to_account,
237
+ from_line_id, to_line_id, amount, confidence, predecessor_edge_id,
238
+ business_process, is_fraud, is_anomaly,
239
+ ic_pair_id, ic_partner_entity
 
 
240
  ```
241
 
242
+ **Consolidated `consolidated/je_network.{csv,parquet}`** (NEW v5.10) — 18 columns:
243
 
244
+ ```
245
+ edge_id, document_id, entity_code, posting_date, from_account, to_account,
246
+ from_line_id, to_line_id, amount, confidence, predecessor_edge_id,
247
+ business_process, is_fraud, is_anomaly,
248
+ ic_pair_id, ic_partner_entity, is_eliminated, eliminates_ic_pair_id
249
+ ```
250
 
251
  **Group-level files** under `consolidated/` and `ic_eliminations/`
252
  match the v5.0 spec §9 schema. Field-by-field documentation lives
253
  in the engine's `crates/datasynth-group/src/aggregate/` modules at
254
+ the v5.10.0 release tag.
255
 
256
  ## What this dataset is good for
257
 
258
  - **Audit ML benchmarks** — large-scale group-audit simulation with
259
  known ground truth (every fraud / anomaly / IC pair labelled).
260
+ - **Graph-ML benchmarks (NEW)** — 5.6 M-edge accounting network
261
+ spanning 2,000 entities with explicit IC pair linkage and
262
+ elimination-edge labels. See companion model
263
+ [`VynFi/je-fraud-gnn`](https://huggingface.co/VynFi/je-fraud-gnn)
264
+ for a single-entity baseline.
265
  - **Consolidation engine validation** — drop-in reference for testing
266
  custom IFRS / ASC 810 consolidation logic.
267
  - **Education** — concrete example of a 2 000-entity multinational
268
  consolidation for accounting / audit pedagogy.
269
+ - **Performance benchmarking** — the engine's published 69 GiB
270
+ peak / 8-minute wall-clock profile on `Standard_NC40ads_H100_v5`
271
+ is reproducible against this exact fixture.
272
 
273
  ## What this dataset is NOT
274
 
 
304
 
305
  ## Related VynFi datasets
306
 
307
+ - [`VynFi/vynfi-journal-entries-1m`](https://huggingface.co/datasets/VynFi/vynfi-journal-entries-1m) — single-entity 1 M JE lines + COA + TB + cost / profit centres + Method-A accounting-network edge list
308
+ - [`VynFi/je-fraud-gnn`](https://huggingface.co/VynFi/je-fraud-gnn) — trained GraphSAGE fraud + GAE anomaly model (companion to the journal-entries dataset)
309
+ - [`VynFi/vynfi-audit-p2p`](https://huggingface.co/datasets/VynFi/vynfi-audit-p2p) — P2P document-flow corpus
310
+ - [`VynFi/vynfi-supply-chain-ocel`](https://huggingface.co/datasets/VynFi/vynfi-supply-chain-ocel) — Native OCEL 2.0 event log
311
+ - [`VynFi/vynfi-aml-100k`](https://huggingface.co/datasets/VynFi/vynfi-aml-100k) — Banking + AML labels
312
+ - [`VynFi/vynfi-sar-narratives`](https://huggingface.co/datasets/VynFi/vynfi-sar-narratives) — Banking + AML labels + SAR narratives
313
  - [`VynFi/vynfi-ocel-manufacturing`](https://huggingface.co/datasets/VynFi/vynfi-ocel-manufacturing) — Lightweight reconstructed-events prototyping companion
314
+
315
+ ## Related VynFi Spaces
316
+
317
+ - 🔗 [`VynFi/accounting-network-explorer`](https://huggingface.co/spaces/VynFi/accounting-network-explorer) — Interactive ISO 21378 account-class graph
318
+ - 🛡️ [`VynFi/fraud-gnn-demo`](https://huggingface.co/spaces/VynFi/fraud-gnn-demo) — Gradio fraud-GNN inference demo
319
+ - 📊 [`VynFi/process-mining-demo`](https://huggingface.co/spaces/VynFi/process-mining-demo) — pm4py process-mining showcase