datasynth-generators 2.2.0

50+ data generators covering GL, P2P, O2C, S2C, HR, manufacturing, audit, tax, treasury, and ESG
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//! Compliance regulations framework generators.
//!
//! Generates compliance-related data:
//! - Standards registry snapshots for output
//! - Audit procedure instances from ISA/PCAOB templates
//! - Compliance findings with deficiency classification
//! - Regulatory filing records

mod filing_generator;
mod finding_generator;
mod procedure_generator;
mod regulation_generator;

pub use filing_generator::*;
pub use finding_generator::*;
pub use procedure_generator::*;
pub use regulation_generator::*;