Back
Save
Download / Print
@if(isset($interest2))
@if(isset($report) && $report=='detailed')
@if(isset($include_step_up) && $include_step_up=='yes')
Normal SIP
@if(isset($interest2))
Step-Up SIP @if(isset($clientname)) Proposal For {{$clientname?$clientname:''}} @else Planning @endif
Monthly SIP Amount | ₹ {{custome_money_format($amount)}} |
Step-Up % Every Year | {{$annual_increment?number_format($annual_increment, 2, '.', ''):0}} % |
SIP Period | {{$period?$period:0}} Years |
Total Investment |
₹ {{custome_money_format($total_investment)}} |
Expected Future Value
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)}} |
@ {{$interest1?number_format($interest1, 2, '.', ''):0}}% | ₹ {{custome_money_format($senario1_amount)}} |
@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}} | ₹ {{$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 @ {{$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)}} |
*Returns are not guaranteed. The above is for illustration purpose only. Report Date : {{date('d/m/Y')}}
@endif @include('frontend.calculators.suggested.output') Back Save Download / Print