datasynth-generators 2.4.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
18
//! ESG / Sustainability generators.
//!
//! Derives emission records, energy metrics, workforce diversity,
//! supplier ESG assessments, and disclosure records from operational data.

pub mod disclosure_generator;
pub mod emission_generator;
pub mod energy_generator;
pub mod esg_anomaly;
pub mod supplier_esg_generator;
pub mod workforce_generator;

pub use disclosure_generator::*;
pub use emission_generator::*;
pub use energy_generator::*;
pub use esg_anomaly::*;
pub use supplier_esg_generator::*;
pub use workforce_generator::*;