Skip to main content

EnhancedGenerationStatistics

Struct EnhancedGenerationStatistics 

Source
pub struct EnhancedGenerationStatistics {
Show 77 fields pub total_entries: u64, pub total_line_items: u64, pub accounts_count: usize, pub companies_count: usize, pub period_months: u32, pub vendor_count: usize, pub customer_count: usize, pub material_count: usize, pub asset_count: usize, pub employee_count: usize, pub p2p_chain_count: usize, pub o2c_chain_count: usize, pub ap_invoice_count: usize, pub ar_invoice_count: usize, pub ocpm_event_count: usize, pub ocpm_object_count: usize, pub ocpm_case_count: usize, pub audit_engagement_count: usize, pub audit_workpaper_count: usize, pub audit_evidence_count: usize, pub audit_risk_count: usize, pub audit_finding_count: usize, pub audit_judgment_count: usize, pub anomalies_injected: usize, pub data_quality_issues: usize, pub banking_customer_count: usize, pub banking_account_count: usize, pub banking_transaction_count: usize, pub banking_suspicious_count: usize, pub graph_export_count: usize, pub graph_node_count: usize, pub graph_edge_count: usize, pub llm_enrichment_ms: u64, pub llm_vendors_enriched: usize, pub diffusion_enhancement_ms: u64, pub diffusion_samples_generated: usize, pub causal_generation_ms: u64, pub causal_samples_generated: usize, pub causal_validation_passed: Option<bool>, pub sourcing_project_count: usize, pub rfx_event_count: usize, pub bid_count: usize, pub contract_count: usize, pub catalog_item_count: usize, pub scorecard_count: usize, pub financial_statement_count: usize, pub bank_reconciliation_count: usize, pub payroll_run_count: usize, pub time_entry_count: usize, pub expense_report_count: usize, pub revenue_contract_count: usize, pub impairment_test_count: usize, pub production_order_count: usize, pub quality_inspection_count: usize, pub cycle_count_count: usize, pub sales_quote_count: usize, pub kpi_count: usize, pub budget_line_count: usize, pub tax_jurisdiction_count: usize, pub tax_code_count: usize, pub esg_emission_count: usize, pub esg_disclosure_count: usize, pub ic_matched_pair_count: usize, pub ic_elimination_count: usize, pub ic_transaction_count: usize, pub fa_subledger_count: usize, pub inventory_subledger_count: usize, pub treasury_debt_instrument_count: usize, pub treasury_hedging_instrument_count: usize, pub project_count: usize, pub project_change_order_count: usize, pub tax_provision_count: usize, pub opening_balance_count: usize, pub subledger_reconciliation_count: usize, pub tax_line_count: usize, pub project_cost_line_count: usize, pub cash_position_count: usize,
}
Expand description

Enhanced statistics about a generation run.

Fields§

§total_entries: u64

Total journal entries generated.

§total_line_items: u64

Total line items generated.

§accounts_count: usize

Number of accounts in CoA.

§companies_count: usize

Number of companies.

§period_months: u32

Period in months.

§vendor_count: usize

Master data counts.

§customer_count: usize§material_count: usize§asset_count: usize§employee_count: usize§p2p_chain_count: usize

Document flow counts.

§o2c_chain_count: usize§ap_invoice_count: usize

Subledger counts.

§ar_invoice_count: usize§ocpm_event_count: usize

OCPM counts.

§ocpm_object_count: usize§ocpm_case_count: usize§audit_engagement_count: usize

Audit counts.

§audit_workpaper_count: usize§audit_evidence_count: usize§audit_risk_count: usize§audit_finding_count: usize§audit_judgment_count: usize§anomalies_injected: usize

Anomaly counts.

§data_quality_issues: usize

Data quality issue counts.

§banking_customer_count: usize

Banking counts.

§banking_account_count: usize§banking_transaction_count: usize§banking_suspicious_count: usize§graph_export_count: usize

Graph export counts.

§graph_node_count: usize§graph_edge_count: usize§llm_enrichment_ms: u64

LLM enrichment timing (milliseconds).

§llm_vendors_enriched: usize

Number of vendor names enriched by LLM.

§diffusion_enhancement_ms: u64

Diffusion enhancement timing (milliseconds).

§diffusion_samples_generated: usize

Number of diffusion samples generated.

§causal_generation_ms: u64

Causal generation timing (milliseconds).

§causal_samples_generated: usize

Number of causal samples generated.

§causal_validation_passed: Option<bool>

Whether causal validation passed.

§sourcing_project_count: usize

S2C sourcing counts.

§rfx_event_count: usize§bid_count: usize§contract_count: usize§catalog_item_count: usize§scorecard_count: usize§financial_statement_count: usize

Financial reporting counts.

§bank_reconciliation_count: usize§payroll_run_count: usize

HR counts.

§time_entry_count: usize§expense_report_count: usize§revenue_contract_count: usize

Accounting standards counts.

§impairment_test_count: usize§production_order_count: usize

Manufacturing counts.

§quality_inspection_count: usize§cycle_count_count: usize§sales_quote_count: usize

Sales & reporting counts.

§kpi_count: usize§budget_line_count: usize§tax_jurisdiction_count: usize

Tax counts.

§tax_code_count: usize§esg_emission_count: usize

ESG counts.

§esg_disclosure_count: usize§ic_matched_pair_count: usize

Intercompany counts.

§ic_elimination_count: usize§ic_transaction_count: usize

Number of intercompany journal entries (seller + buyer side).

§fa_subledger_count: usize

Number of fixed asset subledger records.

§inventory_subledger_count: usize

Number of inventory subledger records.

§treasury_debt_instrument_count: usize

Treasury debt instrument count.

§treasury_hedging_instrument_count: usize

Treasury hedging instrument count.

§project_count: usize

Project accounting project count.

§project_change_order_count: usize

Project accounting change order count.

§tax_provision_count: usize

Tax provision count.

§opening_balance_count: usize

Opening balance count.

§subledger_reconciliation_count: usize

Subledger reconciliation count.

§tax_line_count: usize

Tax line count.

§project_cost_line_count: usize

Project cost line count.

§cash_position_count: usize

Cash position count.

Trait Implementations§

Source§

impl Clone for EnhancedGenerationStatistics

Source§

fn clone(&self) -> EnhancedGenerationStatistics

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for EnhancedGenerationStatistics

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for EnhancedGenerationStatistics

Source§

fn default() -> EnhancedGenerationStatistics

Returns the “default value” for a type. Read more
Source§

impl<'de> Deserialize<'de> for EnhancedGenerationStatistics

Source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
Source§

impl Serialize for EnhancedGenerationStatistics

Source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> if into_left is true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> if into_left(&self) returns true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
Source§

impl<T> Pointable for T

Source§

const ALIGN: usize

The alignment of pointer.
Source§

type Init = T

The type for initializers.
Source§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
Source§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
Source§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
Source§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> PolicyExt for T
where T: ?Sized,

Source§

fn and<P, B, E>(self, other: P) -> And<T, P>
where T: Policy<B, E>, P: Policy<B, E>,

Create a new Policy that returns Action::Follow only if self and other return Action::Follow. Read more
Source§

fn or<P, B, E>(self, other: P) -> Or<T, P>
where T: Policy<B, E>, P: Policy<B, E>,

Create a new Policy that returns Action::Follow if either self or other returns Action::Follow. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<SS, SP> SupersetOf<SS> for SP
where SS: SubsetOf<SP>,

Source§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
Source§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
Source§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

Source§

fn vzip(self) -> V

Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

Source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,