whatisgithub

What is mutual-fund-portfolio-tracker-excel?

mehulboricha/mutual-fund-portfolio-tracker-excel — explained in plain English

Analysis updated 2026-05-18

0Audience · generalComplexity · 2/5Setup · moderate

In one sentence

A fully offline Excel spreadsheet that tracks Indian mutual fund investments across a whole family, handling returns and tax calculations without any cloud service.

Mindmap

mindmap
  root((Mutual Fund Tracker))
    What it does
      Tracks family portfolios
      Calculates XIRR and gains
      Runs tax harvesting
    Tech stack
      Excel
      VBA
      Python parser
    Use cases
      Track family wealth
      Plan redemptions
      Manage tax exemptions
    Audience
      Indian investors
      Privacy conscious users

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Track mutual fund returns and gains for an entire family from one spreadsheet.

USE CASE 2

Calculate capital gains tax using a FIFO harvesting method for Indian tax rules.

USE CASE 3

Simulate a fund redemption to see the equity, debt, and tax split before selling.

USE CASE 4

Group investments across family members into a single shared financial goal.

What is it built with?

ExcelVBAPython

How does it compare?

mehulboricha/mutual-fund-portfolio-tracker-excel00kaku/gallery-slider-block04amanrajj/netwatch
Stars00
LanguageJavaScriptRust
Last pushed2021-05-19
MaintenanceDormant
Setup difficultymoderateeasymoderate
Complexity2/52/53/5
Audiencegeneralgeneralops devops

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires running a separate command line parser on your CAS PDF and enabling Excel macros.

So what is it?

This project is an Excel spreadsheet built for tracking Indian mutual fund investments for an entire family, without relying on any cloud service or app. The creator built it after their previous cloud based tracker stopped supporting multiple family accounts under one login, and after finding that other alternatives were either too invasive with personal data, too technical to set up, or came from companies with unclear data practices. The spreadsheet imports your investment history from a Consolidated Account Statement, which is an official document that Indian mutual fund investors can download, and turns it into detailed tracking across your whole household. It calculates returns for each person's investments and for the family as a whole, tracks gains for tax purposes using a strict first in first out method aimed at India's tax exemption rules, and can simulate what would happen if you sold part of your holdings, splitting the result into different tax categories. It also lets you group different investments across family members into a single shared savings goal, and includes basic calculators for lump sum and recurring investments. Privacy is the central design idea here. The spreadsheet itself never makes any calls to the internet: all calculations happen locally using ordinary spreadsheet formulas and a script written in VBA, Excel's built in macro language. The only network activity is a separate, manual step where you run a command yourself to fetch the latest fund prices, so nothing happens automatically in the background. Because the tool uses macros, Excel will show a security warning when you open the file, and you need to enable macros for the calculations to work, though the author encourages you to inspect the macro code yourself to confirm it does not connect anywhere else. Setting it up involves running a separate command line tool to convert your downloaded statement PDF into a CSV file, then copying that data into the spreadsheet. The steps differ slightly for Windows, Mac, and Linux users, mainly around clipboard tools needed on Linux.

Copy-paste prompts

Prompt 1
Help me convert my CAS statement PDF into a CSV using casparser.
Prompt 2
Walk me through importing my parsed CAS data into this Excel tracker.
Prompt 3
Explain how the FIFO tax harvesting engine works in this spreadsheet.
Prompt 4
Show me how to set up the clipboard tools needed on Linux for this tracker.

Frequently asked questions

What is mutual-fund-portfolio-tracker-excel?

A fully offline Excel spreadsheet that tracks Indian mutual fund investments across a whole family, handling returns and tax calculations without any cloud service.

How hard is mutual-fund-portfolio-tracker-excel to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is mutual-fund-portfolio-tracker-excel for?

Mainly general.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.