pub struct ComponentAuditGenerator { /* private fields */ }Expand description
Generates ISA 600 group audit artefacts.
Implementations§
Source§impl ComponentAuditGenerator
impl ComponentAuditGenerator
Sourcepub fn generate(
&mut self,
companies: &[CompanyConfig],
group_materiality: Decimal,
engagement_id: &str,
period_end: NaiveDate,
) -> ComponentAuditSnapshot
pub fn generate( &mut self, companies: &[CompanyConfig], group_materiality: Decimal, engagement_id: &str, period_end: NaiveDate, ) -> ComponentAuditSnapshot
Generate a full ComponentAuditSnapshot for a group of companies.
§Arguments
companies– all companies in the configurationgroup_materiality– group-level materiality from the engagementengagement_id– ID of the parent audit engagementperiod_end– period end date (component deadlines are derived from this)
Auto Trait Implementations§
impl Freeze for ComponentAuditGenerator
impl RefUnwindSafe for ComponentAuditGenerator
impl Send for ComponentAuditGenerator
impl Sync for ComponentAuditGenerator
impl Unpin for ComponentAuditGenerator
impl UnsafeUnpin for ComponentAuditGenerator
impl UnwindSafe for ComponentAuditGenerator
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more