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

SIP Required For Target Monthly SWP

This calculator gives you SIP amount required to get target monthly withdrawal (SWP) after SIP ends. (You can decide how much balance you need at the end of the SWP period. It could also be zero. If your balance requirement is high, figures could become negative.)
@csrf
Yr
@if ($errors->has('current_age')) @endif
@if ($errors->has('monthly_annuity_required')) @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