क्रिकेट स्पोर्ट्स बॉलीवुड राजनीति जॉब - एजुकेशन बिजनेस लाइफस्टाइल देश अंतरराष्ट्रीय टेक्नोलॉजी छत्तीसगढ़

---Advertisement---

आपका पैसा- सिर्फ पैन नंबर से जानें म्यूचुअल फंड डिटेल्स: कितना वेल्थ बना, टैक्स फाइलिंग में कैसे मिलेगी मदद, जानें पूरा प्रोसेस

On: मार्च 28, 2026 4:30 पूर्वाह्न
Follow Us:
आपका पैसा सिर्फ pan नंबर से जानें म्यूचुअल फंड डिटेल्स:कितनी वेल्थ बनी, टैक्स फाइलिंग में कैसे मिलेगी मदद, जानें पूरा प्रोसेस
---Advertisement---

आजकल ज्यादातर निवेशक ट्रेडिंग प्लेटफॉर्म या ऐप के माध्यम से SIP (सिस्टेमेटिक इन्वेस्टमेंट प्लान) करते हैं। निवेशक कुछ SIP जारी रखते हैं, कुछ बीच में ही बंद कर देते हैं। और फिर जब टैक्स फाइलिंग या फाइनेंशियल प्लानिंग की जरूरत होती है, तो इन्वेस्टमेंट डॉक्यूमेंट्स PAN, लॉगिन आईडी और स्टेटमेंट को ढूंढना मुश्किल हो जाता है। ऐसी परिस्थितियों के लिए PAN आधारित Consolidated Account Statement (CAS) एक आसान तरीका है। इसके माध्यम से निवेशक अपने म्यूचुअल फंड के सभी निवेश एक ही स्थान पर देख सकते हैं। इससे निवेश की ट्रैकिंग आसान हो जाती है, ओवरलैप का जोखिम भी नहीं होता है। आज ‘आपका पैसा’ कॉलम में हम ‘PAN बेस्ड Consolidated Account Statement के बारे में बात करेंगे और साथ ही ये भी जानेंगे कि क्या वाकई में सिर्फ PAN से सारी SIP की जानकारी मिल सकती है? उत्तर- हां, निवेशक पैन नंबर के माध्यम से सेबी पंजीकृत आरटीए (रजिस्ट्रार एंड ट्रांसफर एजेंट) प्लेटफॉर्म से अपने म्यूचुअल फंड निवेश की पूरी जानकारी एक स्थान पर देख सकते हैं। ये एजेंसियां फंड हाउस के निवेश रिकॉर्ड को सुरक्षित तरीके से बनाए रखती हैं। पैन आधारित सीएएस में निवेशक को म्यूचुअल फंड से जुड़ी सारी जानकारी मिलती है। विधा निवेश की पारदर्शिता को बढ़ाती है और विभिन्न प्लेटफार्मों पर बिखरे निवेश को व्यवस्थित तरीके से समझने में?

Join WhatsApp

Join Now

Join Telegram

Join Now

Leave a Comment

// Function to get current page info for sharing const currentUrl = window.location.href; const pageTitle = document.title; // --- 1. Follow Your Official Pages --- // These links go directly to the URLs you provided // Instagram Follow document.getElementById('wpliteInstagramFollow').addEventListener('click', function() { const instaUrl = 'https://www.instagram.com/worldprime.news?igsh=N3I0azl5ZTd1b3U5&utm_source=qr'; window.open(instaUrl, '_blank'); }); // Facebook Follow document.getElementById('wpliteFacebookFollow').addEventListener('click', function() { const fbUrl = 'https://www.facebook.com/share/1ATWDHQiYR/?mibextid=wwXIfr'; window.open(fbUrl, '_blank'); }); // --- 2. Share Current Page to Others --- // These remain as "Sharing" functions // WhatsApp Share document.getElementById('wpliteWhatsAppShare').addEventListener('click', function() { const whatsappUrl = 'https://api.whatsapp.com/send?text=' + encodeURIComponent(pageTitle + " " + currentUrl); window.open(whatsappUrl, '_blank'); }); // Twitter Share document.getElementById('wpliteTwitterShare').addEventListener('click', function() { const twitterUrl = 'https://twitter.com/intent/tweet?url=' + encodeURIComponent(currentUrl) + '&text=' + encodeURIComponent(pageTitle); window.open(twitterUrl, '_blank'); }); // --- 3. Mobile Native Share (The Floating Button) --- document.getElementById("mobileShareFloatingButton").addEventListener("click", function (e) { e.preventDefault(); if (navigator.share) { navigator.share({ title: pageTitle, url: currentUrl }) .then(() => console.log("Share successful")) .catch(err => console.error("Share failed", err)); } else { alert("Native sharing not supported. Use the icons below!"); } });