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

Bank FD vs. Mutual Fund SWP

This calculator gives you how much amount you can withdraw every month (SWP) for a given Lump sum investment. (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
@if ($errors->has('initial_investment')) @endif
Yr
@if ($errors->has('period')) @endif
Expected Rate of Return:
%
@if ($errors->has('fixed_deposit')) @endif
%
@if ($errors->has('debt_fund')) @endif
@if ($errors->has('withdrawal_mode')) @endif
%
@if ($errors->has('assumed_inflation_rate_for_indexation')) @endif
@php $applicable_short_term_tax_rate='30'; @endphp
%
@if ($errors->has('applicable_short_term_tax_rate')) @endif
@php $applicable_long_term_tax_rate='20'; @endphp
%
@php $for_period_upto='3'; @endphp
Yr
@php $from_the_year='4'; @endphp
@if ($errors->has('clientname')) @endif
@include('frontend.calculators.suggested.form')
@endsection