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

SWP Rebalance Calculator

This calculator helps you to calculate the withdrawal and end value by inesting in Debt and Balance Fund.
@csrf
Yr
@if ($errors->has('current_age')) @endif
@if ($errors->has('initial_investment')) @endif
%
Please enter a value between 3.00 - 8.00% @if ($errors->has('expected_return_debt_fund')) @endif
%
Please enter a value between 6.00 - 10.00% @if ($errors->has('expected_return_balance_fund')) @endif
Enter Asset Allocation:
%
%
%
%
@if ($errors->has('annual_withdrawal_precent_investment')) @endif
Select SWP Option (in ₹):
Yr
@if ($errors->has('swp_period')) @endif
Yr
@if ($errors->has('periodic_rebalance_period')) @endif
@if ($errors->has('clientname')) @endif
@include('frontend.calculators.suggested.form')
@endsection