Created
June 27, 2017 22:47
-
-
Save ThisIsMissEm/342ee6c681181e8158e87323b0f14011 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| total = $10 | |
| fees = $0.85 | |
| 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