pub enum OpportunityFactor {
WeakInternalControls,
LackOfSegregation,
ManagementOverride,
ComplexTransactions,
RelatedPartyTransactions,
PoorToneAtTop,
InadequateSupervision,
AssetAccess,
PoorRecordKeeping,
LackOfDiscipline,
LackOfIndependentChecks,
}Expand description
Opportunity factors that enable fraud.
Variants§
WeakInternalControls
Weak internal controls.
LackOfSegregation
Lack of segregation of duties.
ManagementOverride
Override capability.
ComplexTransactions
Complex or unusual transactions.
RelatedPartyTransactions
Related party transactions.
PoorToneAtTop
Poor tone at the top.
InadequateSupervision
Inadequate supervision.
AssetAccess
Access to assets without accountability.
PoorRecordKeeping
Inadequate record keeping.
LackOfDiscipline
Failure to discipline fraud perpetrators.
LackOfIndependentChecks
Lack of independent checks.
Implementations§
Source§impl OpportunityFactor
impl OpportunityFactor
Sourcepub fn risk_weight(&self) -> f64
pub fn risk_weight(&self) -> f64
Returns the risk weight (0.0-1.0) for this opportunity factor.
Trait Implementations§
Source§impl Clone for OpportunityFactor
impl Clone for OpportunityFactor
Source§fn clone(&self) -> OpportunityFactor
fn clone(&self) -> OpportunityFactor
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OpportunityFactor
impl Debug for OpportunityFactor
Source§impl<'de> Deserialize<'de> for OpportunityFactor
impl<'de> Deserialize<'de> for OpportunityFactor
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
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 Hash for OpportunityFactor
impl Hash for OpportunityFactor
Source§impl PartialEq for OpportunityFactor
impl PartialEq for OpportunityFactor
Source§impl Serialize for OpportunityFactor
impl Serialize for OpportunityFactor
impl Copy for OpportunityFactor
impl Eq for OpportunityFactor
impl StructuralPartialEq for OpportunityFactor
Auto Trait Implementations§
impl Freeze for OpportunityFactor
impl RefUnwindSafe for OpportunityFactor
impl Send for OpportunityFactor
impl Sync for OpportunityFactor
impl Unpin for OpportunityFactor
impl UnwindSafe for OpportunityFactor
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.