Expand description
Industry-specific transaction and anomaly generation.
This module provides industry-authentic transaction patterns, master data, and anomalies for:
- Manufacturing: Production orders, BOM, inventory costing, variances
- Retail: POS transactions, returns, inventory shrinkage, promotions
- Healthcare: Revenue cycle, clinical coding, payer transactions
- Technology: Licenses, subscriptions, R&D capitalization
- Financial Services: Banking, investments, insurance
- Professional Services: Time/billing, engagements, trust accounts
Re-exports§
pub use healthcare::CodingSystem;pub use healthcare::HealthcareAnomaly;pub use healthcare::HealthcareSettings;pub use healthcare::HealthcareTransaction;pub use healthcare::HealthcareTransactionGenerator;pub use healthcare::PayerType;pub use manufacturing::BillOfMaterials;pub use manufacturing::ManufacturingAnomaly;pub use manufacturing::ManufacturingSettings;pub use manufacturing::ManufacturingTransaction;pub use manufacturing::ManufacturingTransactionGenerator;pub use manufacturing::ProductionOrderType;pub use retail::RetailAnomaly;pub use retail::RetailSettings;pub use retail::RetailTransaction;pub use retail::RetailTransactionGenerator;pub use retail::StoreType;
Modules§
- healthcare
- Healthcare industry transaction generation.
- manufacturing
- Manufacturing industry transaction generation.
- retail
- Retail industry transaction generation.
Traits§
- Industry
Anomaly - Trait for industry-specific anomalies.
- Industry
Transaction - Trait for industry-specific transactions.
- Industry
Transaction Generator - Trait for industry-specific transaction generators.