Estate Tax Calculator
} else{ #info submitted - do calc and display $fed_tax_t = 5250000; // Federal Estate Tax Threshold $fed_tax_r = 0.4; // Federal Estate Tax Rate $mar_tax_t = 1000000; // Maryland Estate Tax Threshold $mar_tax_r = 0.16; // Maryland Estate Tax Rate $Assets = ($RealEstate + $BankAccount + $RetirementInvestments + $NonRetirementInvestments + $PersonalProperty + $BusinessOwnership + $OtherAssets + $LIPO); // $Liabilities = ($Mortgage + $Loans + $OtherDebt + $Bequests); OLD calculation $Liabilities = ($Mortgage + $Loans + $OtherDebt); $CValue = $Assets - $Liabilities; $a = $GrowthRateDec + 1; $b = pow($a, $Years); // $FValue = $CValue*$b; OLD calculation $FValue_beq = ($CValue*$b) - $Bequests; // Estate Value Less Bequests $FValue = $CValue*$b; // Estate Value $fet = ($FValue_beq - $fed_tax_t) * $fed_tax_r; // Total Federal Estate Tax if($fet < 0) $fet = 0; // Prevents negative tax $met = ($FValue_beq - $mar_tax_t) * $mar_tax_r; // Total Maryland Estate Tax if($met < 0) $met = 0; // Prevents negative tax $total_tax = $fet + $met; // Total Federal and Maryland Estate Tax ?>Total Taxable Assets: |
$ echo number_format($Assets) ?> |
Total Liabilities: |
$ echo number_format($Liabilities) ?> |
Current Estate Value: |
$ echo number_format($CValue) ?> |
Estate Value in echo $DeathDate ?> (compounded at echo $GrowthRate ?>% for echo $Years ?> years): |
$ echo number_format($FValue) ?> |
Charitable Bequests: |
$ echo number_format($Bequests); ?> |
Estate Value in echo $DeathDate ?> (Less Charitable Bequests): |
$ echo number_format($FValue_beq) ?> |
Total Federal Estate Tax: |
$ echo number_format($fet); ?> |
Total Maryland Estate Tax: |
$ echo number_format($met); ?> |
Total Federal and Maryland Estate Tax: |
$ echo number_format($total_tax); ?> |






Follow Us

[at_newsletter_subscribe]

2018 Copyright Fitzgerald Law Office, LLC
2580 Foxfield Road, Suite 200, St. Charles, IL 60174 | Phone: (630) 549-6961
Estate Planning | Advanced Estate Planning | Asset Protection | Business Succession Planning | What is Elder Law | Medicaid Planning | Special Needs Planning | Planning For Children | Guardianships | Probate & Estate Administration | Pet Trusts | About Us | Home Calls / Hospital Calls | Newsletters | LegalVault

Estate Tax Calculator
} else{ #info submitted - do calc and display $fed_tax_t = 5250000; // Federal Estate Tax Threshold $fed_tax_r = 0.4; // Federal Estate Tax Rate $mar_tax_t = 1000000; // Maryland Estate Tax Threshold $mar_tax_r = 0.16; // Maryland Estate Tax Rate $Assets = ($RealEstate + $BankAccount + $RetirementInvestments + $NonRetirementInvestments + $PersonalProperty + $BusinessOwnership + $OtherAssets + $LIPO); // $Liabilities = ($Mortgage + $Loans + $OtherDebt + $Bequests); OLD calculation $Liabilities = ($Mortgage + $Loans + $OtherDebt); $CValue = $Assets - $Liabilities; $a = $GrowthRateDec + 1; $b = pow($a, $Years); // $FValue = $CValue*$b; OLD calculation $FValue_beq = ($CValue*$b) - $Bequests; // Estate Value Less Bequests $FValue = $CValue*$b; // Estate Value $fet = ($FValue_beq - $fed_tax_t) * $fed_tax_r; // Total Federal Estate Tax if($fet < 0) $fet = 0; // Prevents negative tax $met = ($FValue_beq - $mar_tax_t) * $mar_tax_r; // Total Maryland Estate Tax if($met < 0) $met = 0; // Prevents negative tax $total_tax = $fet + $met; // Total Federal and Maryland Estate Tax ?>Total Taxable Assets: |
$ echo number_format($Assets) ?> |
Total Liabilities: |
$ echo number_format($Liabilities) ?> |
Current Estate Value: |
$ echo number_format($CValue) ?> |
Estate Value in echo $DeathDate ?> (compounded at echo $GrowthRate ?>% for echo $Years ?> years): |
$ echo number_format($FValue) ?> |
Charitable Bequests: |
$ echo number_format($Bequests); ?> |
Estate Value in echo $DeathDate ?> (Less Charitable Bequests): |
$ echo number_format($FValue_beq) ?> |
Total Federal Estate Tax: |
$ echo number_format($fet); ?> |
Total Illinois Estate Tax: |
$ echo number_format($met); ?> |
Total Federal and Illinois Estate Tax: |
$ echo number_format($total_tax); ?> |






Follow Us

[at_newsletter_subscribe]

©2021
Fitzgerald Law Office, LLC
2580 Foxfield Road, Suite 200, St. Charles, IL 60174 | Phone: (630) 549-6961
Estate Planning | Advanced Estate Planning | Asset Protection | Business Succession Planning | What is Elder Law | Medicaid Planning | Special Needs Planning | Planning For Children | Guardianships | Probate & Estate Administration | Pet Trusts | About Us | Home Calls / Hospital Calls | Newsletters | LegalVault