@extends('layouts.frontend') @section('js_after') {{-- --}} @endsection @section('content')
@include('frontend.calculators.left_sidebar')
Go to Category List Go to My Custom List

CATEGORY WISE SCHEME PERFORMANCE

@if(session()->has('categorywise_scheme_details')) @php $categorywise_scheme_details = session()->get('categorywise_scheme_details'); @endphp @if(in_array("1WEEKRET", $categorywise_scheme_details['duration'])) @endif @if(in_array("1MONTHRET", $categorywise_scheme_details['duration'])) @endif @if(in_array("3MONTHRET", $categorywise_scheme_details['duration'])) @endif @if(in_array("6MONTHRET", $categorywise_scheme_details['duration'])) @endif @if(in_array("1YEARRET", $categorywise_scheme_details['duration'])) @endif @if(in_array("3YEARRET", $categorywise_scheme_details['duration'])) @endif @if(in_array("5YEARRET", $categorywise_scheme_details['duration'])) @endif @if(in_array("10YEARRET", $categorywise_scheme_details['duration'])) @endif @if(isset($schemeData)) @php $scheme_cnt = 0; @endphp @foreach($schemeData as $schemedetails) @php $scheme_cnt++; $scheme = (array)json_decode($schemedetails->data); //$scheme1 = (array)$scheme; //echo $scheme['S_NAME']; //print_r($scheme); @endphp @if(in_array("1WEEKRET", $categorywise_scheme_details['duration'])) @endif @if(in_array("1MONTHRET", $categorywise_scheme_details['duration'])) @endif @if(in_array("3MONTHRET", $categorywise_scheme_details['duration'])) @endif @if(in_array("6MONTHRET", $categorywise_scheme_details['duration'])) @endif @if(in_array("1YEARRET", $categorywise_scheme_details['duration'])) @endif @if(in_array("3YEARRET", $categorywise_scheme_details['duration'])) @endif @if(in_array("5YEARRET", $categorywise_scheme_details['duration'])) @endif @if(in_array("10YEARRET", $categorywise_scheme_details['duration'])) @endif @endforeach @endif
{{$categorywise_scheme_details['category_name']}}
S. No. Scheme Name AUM (CR) Past Performance
7 Day1 Mth3 Mth6 Mth1 Yr3 Yr5 Yr10 Yr
{{$scheme_cnt}} {{$scheme['S_NAME']}} {{$scheme['AUM']?number_format((int)$scheme['AUM']/100, 0, '.', ''):'N/A '}}{{$scheme['1WEEKRET']?number_format((float)$scheme['1WEEKRET'], 2, '.', '').'%':'N/A '}}{{$scheme['1MONTHRET']?number_format((float)$scheme['1MONTHRET'], 2, '.', '').'%':'N/A '}}{{$scheme['3MONTHRET']?number_format((float)$scheme['3MONTHRET'], 2, '.', '').'%':'N/A '}}{{$scheme['6MONTHRET']?number_format((float)$scheme['6MONTHRET'], 2, '.', '').'%':'N/A '}}{{$scheme['1YEARRET']?number_format((float)$scheme['1YEARRET'], 2, '.', '').'%':'N/A '}}{{$scheme['3YEARRET']?number_format((float)$scheme['3YEARRET'], 2, '.', '').'%':'N/A '}}{{$scheme['5YEARRET']?number_format((float)$scheme['5YEARRET'], 2, '.', '').'%':'N/A '}}{{$scheme['10YEARRET']?number_format((float)$scheme['10YEARRET'], 2, '.', '').'%':'N/A '}}

*Returns over 1 year are annualized. Returns shown for 1 year and below are absolute. Past performance is a not a guarantee of future returns. Report Date : {{date('d/m/Y')}}. Performance data is as per last published NAV. Source : Accord Fintech.
*Mutual funds investments are subject to market risk. Please read the offer documents carefully before investing.

@endif
Back Download / Print
@endsection