Expand description
Graph builders for constructing different graph types from accounting data.
Re-exports§
pub use hypergraph::HypergraphBuilder;pub use hypergraph::HypergraphConfig;
Modules§
- hypergraph
- Multi-layer hypergraph builder for RustGraph integration.
Structs§
- Account
Link Input - Input data for linking a standard to a GL account.
- Approval
Graph Builder - Builder for approval graphs.
- Approval
Graph Config - Configuration for approval graph building.
- Banking
Graph Builder - Builder for banking network graphs.
- Banking
Graph Config - Configuration for banking graph building.
- Compliance
Graph Builder - Builder for compliance regulatory graphs with cross-domain edges.
- Compliance
Graph Config - Configuration for compliance graph building.
- Control
Link Input - Input data for linking a standard to an internal control.
- Cross
Reference Edge Input - Input data for a cross-reference edge.
- Entity
Graph Builder - Builder for entity relationship graphs.
- Entity
Graph Config - Configuration for entity graph building.
- Filing
Node Input - Input data for a filing node.
- Finding
Node Input - Input data for a finding node.
- Jurisdiction
Mapping Input - Input data for a jurisdiction→standard mapping edge.
- Jurisdiction
Node Input - Input data for a jurisdiction node.
- Ownership
Hierarchy - Builds a consolidated ownership hierarchy.
- Ownership
Hierarchy Node - Node in ownership hierarchy.
- Procedure
Node Input - Input data for an audit procedure node.
- Simple
Approval - Simplified approval record for building graphs without full ApprovalRecord.
- Standard
Node Input - Input data for a compliance standard node.
- Supersession
Edge Input - Input data for a supersession edge.
- Transaction
Graph Builder - Builder for transaction graphs.
- Transaction
Graph Config - Configuration for transaction graph building.