Back
Save
Download / Print
* For ease of calculation, It is assumed that in case of 54EC Bond & Fixed Deposit or other interest paying investment, the annual interest is re-invested at the same rate of interest and income tax is paid at the end of investment term.
* Mutual fund investments are subject to marker risks, read all scheme related documents carefully.
* Returns are not guaranteed. The above is for illustration purpose only.
@include('frontend.calculators.suggested.output') Back Save Download / Print
Capital Gains Bond vs. Other Investment Planning @if(isset($clientname) && !empty($clientname)) For {{$clientname?$clientname:''}} @else @endif
Computation of Maturity Amount and Post-Tax IRR
@php $t8=$capital_gain_amount; $t9=$ltcg_tax_rate; $l45=$t8; $l46=0; $t11=$interest_cg_bond_scheme; $t12=$expected_indexation_rate; $t13=$applicable_income_tax_slab; $t10=$period; $l48=$t11/100; @endphpParticulars | 54EC Bond |
Capital Gain Amount | {{custome_money_format($t8)}} |
LTCG Tax | 0 |
Net Investment | @php $l47=$l45-$l46; echo custome_money_format($l47); @endphp |
Expected Return | {{number_format($t11,2)}} % |
Investment Period (Yrs) | {{$l49=$t10}} |
Indexation Benefit | No |
Maturity Amount | @php $x1=pow(1+$l48,$l49); $l51=$l47*$x1; echo custome_money_format($l51); @endphp |
Indexation Rate | @php $l52=$t12; echo number_format($l52, 2); @endphp % |
Indexed Cost | @php $l53=$l47; echo custome_money_format($l53); @endphp |
Taxable Income | @php $l54=$l51-$l53; echo custome_money_format($l54); @endphp |
Applicable Tax Rate | @php $l55=$t13; echo number_format($l55, 2); @endphp % |
Tax Amount | @php $l56=$l54*($l55/100); echo custome_money_format($l56); @endphp |
Post-Tax Maturity Amount | @php $l57=$l51-$l56; echo custome_money_format($l57); @endphp |
Post-Tax IRR | {{number_format((pow($l57/$l45,1/$l49)-1)*(100), 2)}} % |
* Mutual fund investments are subject to marker risks, read all scheme related documents carefully.
* Returns are not guaranteed. The above is for illustration purpose only.
@include('frontend.calculators.suggested.output') Back Save Download / Print