Crate rustkernel_accounting

Crate rustkernel_accounting 

Source
Expand description

§RustKernel Accounting

GPU-accelerated accounting kernels.

§Kernels

  • ChartOfAccountsMapping - Entity-specific CoA mapping
  • JournalTransformation - GL mapping
  • GLReconciliation - Account matching
  • NetworkAnalysis - Intercompany analysis
  • TemporalCorrelation - Account correlations
  • NetworkGeneration - Journal entry to accounting network transformation
  • NetworkGenerationRing - Streaming network generation
  • SuspenseAccountDetection - Centrality-based suspense account detection
  • GaapViolationDetection - GAAP prohibited flow pattern detection

Re-exports§

pub use coa_mapping::ChartOfAccountsMapping;
pub use detection::GaapDetectionConfig;
pub use detection::GaapViolationDetection;
pub use detection::SuspenseAccountDetection;
pub use detection::SuspenseDetectionConfig;
pub use journal::JournalTransformation;
pub use network::NetworkAnalysis;
pub use network_generation::AccountingFlow;
pub use network_generation::AccountingNetwork;
pub use network_generation::FixedPoint128;
pub use network_generation::NetworkGeneration;
pub use network_generation::NetworkGenerationConfig;
pub use network_generation::NetworkGenerationRing;
pub use network_generation::NetworkGenerationStats;
pub use network_generation::SolvingMethod;
pub use reconciliation::GLReconciliation;
pub use temporal::TemporalCorrelation;

Modules§

coa_mapping
Chart of accounts mapping kernel.
detection
Account detection kernels for suspense accounts and GAAP violations.
journal
Journal transformation kernel.
network
Intercompany network analysis kernel.
network_generation
Accounting Network Generation Kernel.
reconciliation
GL reconciliation kernel.
temporal
Temporal correlation kernel.
types
Accounting types.

Functions§

register_all
Register all accounting kernels.