Fill in your information below to view how the Levy Lid Lift would affect your Property Taxes.
Assessed Value Increase: {{ (((assessedValue23 / assessedValue22) - 1 ).toFixed(2) * 100).toFixed(0) }}%
AV: ${{numberThousands($data["assessedValue"+levy.year]) }}
Rate
${{ sum( levy.fireLevy, levy.moLevy ) }}
Projected Total
${{numberThousands( calcTotalCost($data["assessedValue"+levy.year], levy.fireLevy, levy.moLevy, index ) ) }}
${{ numberThousands( (levies[1].totalCost - levies[0].totalCost).toFixed(2) ) }}
${{ numberThousands( (levies[2].totalCost - levies[0].totalCost).toFixed(2) ) }}
{{levy.title}}
Assessed Value: ${{numberThousands( $data["assessedValue"+levy.year]) }}
{{levy.fireRateTitle}}
Rate: ${{toFixed(levy.fireLevy, 2)}}
Projected Total: ${{numberThousands(calcFireLevy($data["assessedValue"+levy.year], levy.fireLevy, index) )}}
{{levy.moRateTitle}}
Rate: ${{toFixed(levy.moLevy,2)}}
Projected Total: ${{numberThousands( calcMoLevy($data["assessedValue"+levy.year], levy.moLevy, index) )}}
Projected Total Levy Rate: ${{ sum( levy.fireLevy, levy.moLevy ) }}
Projected Total Annual Levy Amount: ${{ numberThousands(calcTotalCost($data["assessedValue"+levy.year], levy.fireLevy, levy.moLevy, index ) )}}
Projected Annual Tax Increase: ${{numberThousands( (levies[1].totalCost - levies[0].totalCost).toFixed(2) )}}
Projected Annual Tax Increase: ${{numberThousands( (levies[2].totalCost - levies[0].totalCost).toFixed(2) )}}