/js-talent-payment-calculator

A simple JS calculator to determine how much a talent gets from each performance.

MIT LicenseMIT

Talent Payment Calculator

A simple JS calculator to determine how much a talent gets from each performance.

Usage

It simply takes into account the following:

  1. Total Payment
  2. Total Talent(s)
  3. Total Manager(s) and their payments
  4. Logistics and Other costs

After that, the Total Payment is split as follows:

  1. Each Manager's Payment
    = Each Manager's Payment

  2. Each Talent's Payment
    = (Total Payment - (Total Manager(s) * Each Manager's Payment)) * 65% / Total Talent(s)

  3. Managing Company's Profit
    = (Total Payment - (Total Manager(s) * Each Manager's Payment)) * 35%

Demo

Can be used here.

License

MIT