—Denotes the payroll amount triggers the luxury tax. Projected tax disbursement at the bottom of page.
Collected luxury taxes are paid to eligible teams after the regular season completes.
| Total Annual Lux. Tax | Eligible Teams | Projected Team Share |
|---|---|---|
| {{ numeral( _.sumBy( salaries, "annualLuxuryTax" )).format( "$0[.]00a" ).toUpperCase() }} | {{ luxuryTaxEligible }} | {{ numeral( _.sumBy( salaries, "annualLuxuryTax" ) / luxuryTaxEligible ).format( "$0[.]00a" ).toUpperCase() }} |
Taxes collected to date.
| Total Lux. Tax Pool | Eligible Teams | Team Share |
|---|---|---|
| {{ numeral( leagueObj.collectedLuxuryTax ).format( "$0[.]00a" ).toUpperCase() }} | {{ luxuryTaxEligible }} | {{ numeral( leagueObj.collectedLuxuryTax / luxuryTaxEligible ).format( "$0[.]00a" ).toUpperCase() }} |