Skip to content

Instantly share code, notes, and snippets.

@ThisIsMissEm
Created June 27, 2017 22:46
Show Gist options
  • Select an option

  • Save ThisIsMissEm/48d2114986453698739b3758b1828385 to your computer and use it in GitHub Desktop.

Select an option

Save ThisIsMissEm/48d2114986453698739b3758b1828385 to your computer and use it in GitHub Desktop.
total = $10
revenue = total × (1–0.046) - 0.35
available_cash = revenue x 0.90
payout = total × 0.8
Service Provider's immediate earnings:
available_cash - payout
Service Provider's earnings after 6mo:
revenue - payout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment