STP Investment @if(isset($clientname)) Proposal For {{$clientname?$clientname:''}} @else Planning @endif
Initial Investment | ₹ {{custome_money_format($initial_investment)}} | ||||
Monthly Transfer Mode | @if($monthly_transfer_mode=='CA') Capital Appreciation @else @if(isset($fixed_transfer_mode) && $fixed_transfer_mode=='FP') {{$fixed_percent?number_format($fixed_percent, 2, '.', ''):0}} % of Initial Investment @else ₹ {{custome_money_format($fixed_amount)}} @endif @endif | ||||
Period | {{$investment_period?$investment_period:0}} Years | ||||
Expected Rate of Return |
|
Expected Future Value
Debt Fund Value | ₹ {{custome_money_format($future_value_of_debt_fund)}} |
Equity Fund Value | ₹ {{custome_money_format($future_value_of_equity_fund)}} |
Total Fund Value | ₹ {{custome_money_format($total_fund_value)}} |
Annualised Returns | {{$irr?number_format($irr*100, 2, '.', ''):0}} % |
* 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.
Projected Annual Investment Value
Year | Debt Fund Value at the beginning of year |
Transfer to Equity every year |
Equity Fund Value at the beginning of year |
Equity Fund Value at the end of year |
Total Value at the end of year (Debt+Equity) |
IRR |
---|---|---|---|---|---|---|
{{$i}} | ₹ {{$initial_investment?custome_money_format($initial_investment):0}} | ₹ {{$monthly_appreciation?custome_money_format($monthly_appreciation*12):0}} | ₹ {{$equity_fund_value_at_the_begining_of_year?custome_money_format($equity_fund_value_at_the_begining_of_year):0}} | ₹ {{$equity_fund_value_at_the_end_of_year?custome_money_format($equity_fund_value_at_the_end_of_year):0}} | ₹ {{$total_value_at_the_end_of_the_year?custome_money_format($total_value_at_the_end_of_the_year):0}} | {{$irr?number_format((float)$irr, 2, '.', ''):0}} % |
Year | Debt Fund Value at the beginning of year |
Transfer to Equity every year |
Equity Fund Value at the beginning of year |
Equity Fund Value at the end of year |
Total Value at the end of year (Debt+Equity) |
IRR |
---|---|---|---|---|---|---|
{{$i}} | ₹ {{custome_money_format($tmp_dbt_fnd_bgyear)}} | ₹ {{custome_money_format($tmp_transfer_to_equity_every_year)}} | ₹ {{custome_money_format($tmp_equity_fund_value_beg_of_year)}} | ₹ {{custome_money_format($equity_eom_value)}} | ₹ {{custome_money_format($debt_balance+$equity_eom_value)}} | {{$irr?number_format((float)$irr, 2, '.', ''):0}} % |
Year | Debt Fund Value at the beginning of year |
Transfer to Equity every year |
Equity Fund Value at the beginning of year |
Equity Fund Value at the end of year |
Total Value at the end of year (Debt+Equity) |
IRR |
---|
*Returns are not guaranteed. The above is for illustration purpose only. Report Date : {{date('d/m/Y')}}
@include('frontend.calculators.common.footer') @endif @include('frontend.calculators.suggested.pdf')