Expand description
§RustKernel Accounting
GPU-accelerated accounting kernels.
§Kernels
ChartOfAccountsMapping- Entity-specific CoA mappingJournalTransformation- GL mappingGLReconciliation- Account matchingNetworkAnalysis- Intercompany analysisTemporalCorrelation- Account correlationsNetworkGeneration- Journal entry to accounting network transformationNetworkGenerationRing- Streaming network generationSuspenseAccountDetection- Centrality-based suspense account detectionGaapViolationDetection- 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.