@extends('layouts.frontend') @section('js_after') @if(old('client')!='') @else @endif @endsection @section('content')
@include('frontend.calculators.left_sidebar')

Monthly SWP For SIP

This calculator gives you how much amount you can withdraw every month (SWP) after a given period of SIP investment. (You can decide how much balance you need at the end of the annuity period. It could also be nil. If your balance requirement is high, figures could become negative.)
@csrf
Yr
@if ($errors->has('current_age')) @endif
@if ($errors->has('sip_amount')) @endif
Yrs
@if ($errors->has('sip_period')) @endif
Yr
Yrs
@if ($errors->has('annuity_period')) @endif
Expected Rate Of Return:
Accumulation Phase
Distribution Phase
%
@if ($errors->has('accumulation_phase_interest_rate_1')) @endif
%
@if ($errors->has('distribution_phase_interest_rate_1')) @endif
%
@if ($errors->has('accumulation_phase_interest_rate_2')) @endif
%
@if ($errors->has('distribution_phase_interest_rate_2')) @endif
@if ($errors->has('balance_required')) @endif
%
@if ($errors->has('expected_inflation_rate')) @endif
%
@if ($errors->has('assumed_inflation_rate_for_indexation')) @endif
@php $applicable_short_term_tax_rate=''; @endphp
%
@php $for_period_upto=''; @endphp
Yr
@php $applicable_long_term_tax_rate=''; @endphp
%
@php $from_the_year=''; @endphp
Yr
@if ($errors->has('clientname')) @endif
@include('frontend.calculators.suggested.form')
@endsection