California Minimum Business Fees and First Year Exemption

The question is: do you have to pay any California Business License fees?
If you searched the ca.gov site, and you may find the first year exemption,
http://www.taxes.ca.gov/estpaybus.shtml
it says: “Note: As of January 1, 2000, newly incorporated or qualified corporations are exempt from the minimum franchise tax for their first year of business.”

So it seems that you don’t have to pay the $800 per year business licensing fees.
However this is a English trap, this should mean: the min tax of $800 does not apply, HOWEVER the tax has to be paid based on your business profit.

if we use math, my translation is simply:
final_fees=max_of(min_tax, profit_based_fees)

first year min_tax=0, thus final_fees=max_of(0, profit_based_fees)=profit_based_fees

second and other years min_tax=$800.
So the final tax is final_fees=max_of(800, profit_based_fees)


Posted

in

,

by

Tags: