Skip to content

Instantly share code, notes, and snippets.

@ThisIsMissEm
Created June 27, 2017 22:48
total = $10
fees = $1
revenue = (total + fees) × (1–0.046) - 0.35
available_cash = revenue x 0.90
payout = total × 0.8
EPR = payout / total as %
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