—Denotes the payroll amount triggers the luxury tax. Projected tax disbursement at the bottom of page.
Team | Payroll | Annual Lux. Tax | Cash | YTD Salary | YTD Lux. Tax | Avg. Attendance | Home Games | |
---|---|---|---|---|---|---|---|---|
{{ IDX + 1 }} | {{ player.abbr }} {{ player.name }} | {{ numeral( player.salary ).format( "$0[.]00a" ).toUpperCase() }} | {{ numeral( player.annualLuxuryTax ).format( "$0[.]00a" ).toUpperCase() }} | {{ numeral( player.cash * 1000000 ).format( "$0[.]00a" ).toUpperCase() }} | {{ numeral( player.ytd_salary * 1000000 ).format( "$0[.]00a" ).toUpperCase() }} | {{ numeral( player.ytdLuxuryTax * 1000000 ).format( "$0[.]00a" ).toUpperCase() }} | {{ numeral( _.round( player.ytd_attendance / player.home_games ) ).format( "0,0" ).toUpperCase() }} | {{ player.home_games }} |
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() }} |