SIP @if(isset($clientname)) Proposal For {{$clientname?$clientname:''}} @else Planning @endif
Monthly SIP Amount | ₹ {{custome_money_format($amount)}} |
SIP Period | {{$period?$period:0}} Years |
Step-Up % Every Year | {{$step_up_rate?number_format($step_up_rate, 2, '.', ''):0}} % |
Expected Rate of Return | {{$interest1?number_format($interest1, 2, '.', ''):0}} % |
@endif
@else
Total Investment
Normal SIP | Step-Up SIP |
---|---|
₹ {{custome_money_format($amount*$period*12)}} | ₹ {{custome_money_format($stepup_amount)}} |
Total Investment
₹ {{custome_money_format($amount*$period*12)}} |
@endif
@if(isset($interest2))
@if(isset($include_step_up) && $include_step_up=='yes')
@if(!isset($interest2))
@endif
Expected Future Value
Mode | Scenario 1 @ {{$interest1?number_format($interest1, 2, '.', ''):0}} % | Scenario 2 @ {{$interest1?number_format($interest2, 2, '.', ''):0}} % |
---|---|---|
Normal SIP | ₹ {{custome_money_format($senario1_amount)}} | ₹ {{custome_money_format($senario2_amount)}} |
Step-Up SIP | ₹ {{custome_money_format($stepup_senario1_amount)}} | ₹ {{custome_money_format($stepup_senario2_amount)}} |
Scenario 1 @ {{$interest1?number_format($interest1, 2, '.', ''):0}} % | Scenario 2 @ {{$interest1?number_format($interest2, 2, '.', ''):0}} % | |
₹ {{custome_money_format($senario1_amount)}} | ₹ {{custome_money_format($senario2_amount)}} | |
Normal SIP | Step-Up SIP | |
₹ {{custome_money_format($senario1_amount)}} | ₹ {{custome_money_format($stepup_senario1_amount)}} | |
₹ {{custome_money_format($senario1_amount)}} |
* 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.
@if(isset($include_step_up) && $include_step_up=='yes')
Normal SIP
@endif
Year-Wise Projected Value
Year | Monthly Investment | Annual Investment | Year End Value Scenario 1 @ {{$interest1?number_format((float)$interest1, 2, '.', ''):0}} % |
Year End Value Scenario 2 @ {{$interest2?number_format((float)$interest2, 2, '.', ''):0}} % |
---|---|---|---|---|
{{$i}} | ₹ {{$amount?custome_money_format($amount):0}} | ₹ {{$amount?custome_money_format($amount*12):0}} | ₹ {{custome_money_format($previous_amount_int1)}} | ₹ {{custome_money_format($previous_amount_int2)}} |
Year | Monthly Investment | Annual Investment | Year End Value Scenario 1 @ {{$interest1?number_format((float)$interest1, 2, '.', ''):0}} % |
Year End Value Scenario 2 @ {{$interest2?number_format((float)$interest2, 2, '.', ''):0}} % |
---|---|---|---|---|
Year | Monthly Investment | Annual Investment | Year End Value @ {{$interest1?number_format((float)$interest1, 2, '.', ''):0}} % | |
{{$i}} | ₹ {{$amount?custome_money_format($amount):0}} | ₹ {{$amount?custome_money_format($amount*12):0}} | ₹ {{custome_money_format($previous_amount_int1)}} |
Year | Monthly Investment | Annual Investment | Year End Value @ {{$interest1?number_format((float)$interest1, 2, '.', ''):0}} % |
---|
*The above chart is approximate and for illustration purpose only
@include('frontend.calculators.common.footer') @if(isset($report) && $report=='detailed' && isset($include_step_up) && $include_step_up=='yes')
Step - Up SIP
Year-Wise Projected Value
Year | Monthly Investment | Annual Investment | Year End Value Scenario 1 @ {{$interest1?number_format((float)$interest1, 2, '.', ''):0}} % |
Year End Value Scenario 2 @ {{$interest2?number_format((float)$interest2, 2, '.', ''):0}} % |
---|---|---|---|---|
{{$i}} | ₹ {{$change_amount?custome_money_format($change_amount):0}} | ₹ {{$change_amount?custome_money_format($change_amount*12):0}} | ₹ {{custome_money_format($previous_amount_int1)}} | ₹ {{custome_money_format($previous_amount_int2)}} |
Year | Monthly Investment | Annual Investment | Year End Value Scenario 1 @ {{$interest1?number_format((float)$interest1, 2, '.', ''):0}} % |
Year End Value Scenario 2 @ {{$interest2?number_format((float)$interest2, 2, '.', ''):0}} % |
---|---|---|---|---|
Year | Monthly Investment | Annual Investment | Year End Value @ {{$interest1?number_format((float)$interest1, 2, '.', ''):0}} % | |
{{$i}} | ₹ {{$change_amount?custome_money_format($change_amount):0}} | ₹ {{$change_amount?custome_money_format($change_amount*12):0}} | ₹ {{custome_money_format($previous_amount_int1)}} |
Year | Monthly Investment | Annual Investment | Year End Value @ {{$interest1?number_format((float)$interest1, 2, '.', ''):0}} % |
---|
*The above chart is approximate and for illustration purpose only
@include('frontend.calculators.common.footer') @endif @endif @include('frontend.calculators.suggested.pdf')