cod_profit
Compute true CAC and net cash-on-delivery profit for an Algerian online store, accounting for the return/refusal rate. Returns base and confirmation-call scenarios.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| return_cost | No | DZD lost per refused/returned parcel (default 600). | |
| product_cost | Yes | Product cost (DZD). | |
| selling_price | Yes | Selling price per order (DZD). | |
| return_rate_pct | No | Percent of confirmed orders refused/undelivered (e.g. 25 for 25%). | |
| ad_cost_per_order | Yes | Ad spend to acquire one confirmed order (DZD). |