* Applicable from 01 July 2019
** Applicable from 01 July 2019
Pay salary (VND)
Description
|
Amount (VND)
|
---|---|
Gross salary
|
{{inputs.income_VND | currency:'':0}}
|
Health Insurance ({{settings.RATES.EMPLOYEE.HI * 100}}%)
|
{{calculateHI() | currency:'':0}}
|
Pre-tax income
|
{{beforeTaxIncome() | currency:'':0}}
|
Personal deductible
|
0
{{outputs.self | currency:'':0}}
|
Dependent deductible
|
0
{{outputs.deps | currency:'':0}}
|
Taxable income
|
{{taxableIncome() | currency:'':0}}
|
Personal Income Tax
|
{{taxAmount() | currency:'':0}}
|
LNet Take Home
|
{{takeHome() | currency:'':0}}
|
No resident registration
Description
|
Amount (VND)
|
---|---|
Tax (20%)
|
{{calculateOUT() | currency:'':0}}
|
LNet Take Home
|
{{calculateOUTHome() | currency:'':0}}
|
TO BE PAID BY COMPANY
Description
|
Amount (VND)
|
---|---|
Gross Salary
|
{{inputs.income_VND | currency:'':0}}
|
Social Insurance (3.5%)
|
{{calculateFI('EMPLOYER') | currency:'':0}}
|
Health Insurance ({{settings.RATES.EMPLOYER.HI * 100}}%)
|
{{calculateHI('EMPLOYER') | currency:'':0}}
|
Total
|
{{totalPay() | currency:'':0}}
|
PERSONAL INCOME TAX RATES
RATE
|
AMOUNT (VND)
|
---|---|
5% - up to 5 million
|
{{outputs.taxLevels[0].amount | currency:'':0}}
|
10% - over 5 million để 10 million
|
{{outputs.taxLevels[1].amount | currency:'':0}}
|
15% - over 10 million để 18 million
|
{{outputs.taxLevels[2].amount | currency:'':0}}
|
20% - over 18 million để 32 million
|
{{outputs.taxLevels[3].amount | currency:'':0}}
|
25% - over 32 million để 52 million
|
{{outputs.taxLevels[4].amount | currency:'':0}}
|
30% - over 52 million để 80 million
|
{{outputs.taxLevels[5].amount | currency:'':0}}
|
35% - over 80 million
|
{{outputs.taxLevels[6].amount | currency:'':0}}
|
Personal Income Tax
|
{{taxAmount() | currency:'':0}}
|