Tax Estimator

Policy Info

{{ errors.first('state') }}
{{ errors.first('policy-eff-dt') }}

Transaction Info

{{ errors.first('transaction-eff-dt') }}
{{ errors.first('coverage-code') }}
{{ errors.first('total-premium') }}
{{ errors.first('total-fees') }}
Include all taxable policy fees
{{ errors.first('transaction-type') }}
{{ errors.first('tax-status-code') }}

Results

{{ estimateValidationMsg }}

Total of all Taxes and Assessments:
${{currencyConversion(estimationSummary.totalTaxesAssesments)}}

Total of all Taxes, Assessments, Premium, and Policy Fees:
${{currencyConversion(estimationSummary.totalTaxesAssesmentsPremiumFees)}}

Item Amount Description
{{result.assessmentName}} ${{currencyConversion(result.assessmentAmount)}} {{formatPercentageString(result.assessmentDescription)}}
TOTAL ${{currencyConversion(estimationSummary.totalTaxesAssesments)}}