Skip to main content

Investor Revenue Share

When a host has investors/co-hosts who own vehicles, trip earnings are split according to a revenue sharing agreement.

Core Concept

Each investor has:
  • Owner share (e.g., 20%) — The host’s cut
  • Investor share (e.g., 80%) — The investor’s cut
  • Revenue inclusions — Which earnings line items are included in the split
  • Expense treatment — How vehicle expenses affect the split

Revenue Adjustment (Inclusion Toggles)

Before splitting, certain revenue items can be excluded from the calculation:

Three-Pool Expense Model

Vehicle expenses are handled through three “pools”:

Pool A: Investor Covers

Expenses the investor pays directly. These are subtracted from the investor’s share after the split. Example: Investor pays for insurance directly → deducted from their payout.

Pool B: Deduct Before Split

Expenses deducted from gross revenue before the split ratio is applied. Both parties share the cost proportionally. Example: A 100repairwith80/20splitRevenuereducedby100 repair with 80/20 split → Revenue reduced by 100, then split. Investor effectively pays 80,hostpays80, host pays 20.

Pool C: Split Proportionally

Expenses split at a custom ratio (which may differ from the revenue split ratio). Example: Maintenance split 50/50 regardless of the 80/20 revenue split.

Expense Treatment Cascade

Settings are applied in priority order:
  1. Per-vehicle per-category override (highest priority)
  2. Per-vehicle default treatment
  3. Investor-level default treatment
  4. System fallback: investor_covers

Worked Example

Setup:
  • Investor share: 80%, Host share: 20%
  • Tolls: excluded, Gas: excluded, all others: included
  • Expense treatment: “deduct_before_split” (Pool B)
Trip earnings: Step 1: Adjust revenue (exclude tolls + gas)
Step 2: Deduct expenses (Pool B) Vehicle had a $50 oil change this period:
Step 3: Apply split
Step 4: Subtract charges Investor has a $15 parking violation charge:

Per-Vehicle Overrides

Each vehicle assigned to an investor can have different:
  • Revenue inclusion toggles (independent of investor defaults)
  • Expense treatment (override the investor’s default)
  • Per-category expense treatment (e.g., “maintenance” → split_proportionally, “insurance” → investor_covers)
This allows fine-grained control when an investor owns multiple vehicles with different agreements.

Key Files