Created
June 27, 2017 22:46
-
-
Save ThisIsMissEm/48d2114986453698739b3758b1828385 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 | |
| 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