Skip to main content

Crate whyyoulying

Crate whyyoulying 

Source
Expand description

Proactive detection of Labor Category Fraud and Ghost Billing.

Supports DoD IG and FBI fraud investigator workflows per DoDI 5505.02/03 and Attorney General Guidelines.

Re-exports§

pub use config::Config;
pub use data::Dataset;
pub use data::Ingest;
pub use detect::labor::LaborDetector;
pub use detect::ghost::GhostDetector;
pub use detect::rate_inflation::RateInflationDetector;
pub use detect::overtime::OvertimePaddingDetector;
pub use detect::duplicate_billing::DuplicateBillingDetector;
pub use types::Alert;
pub use types::BillingRecord;
pub use types::Contract;
pub use types::Employee;
pub use types::FraudType;
pub use types::LaborCharge;
pub use types::MonetaryImpact;
pub use types::PredicateAct;
pub use types::RuleId;

Modules§

config
Configuration for data sources and detection thresholds.
data
Data ingestion and normalization.
detect
Fraud detection modules.
export
Referral export (GAGAS structure) and FBI case-opening.
tests
f49–f60 self-eval. Only compiled with tests feature. whyyoulying-test binary runs this.
types
Core types for fraud detection.