Intuition The one-line idea
A mutual fund is just a pool of money from many investors, invested by a manager into securities. The type of fund is decided by what it buys : equity funds buy stocks (growth, high risk), debt funds buy bonds (income, low risk), and hybrid funds buy both (balance).
Intuition Why split funds this way?
Every investor sits somewhere on a risk–return trade-off . You cannot get high return without accepting high volatility. So the industry created three "shelves":
Want to grow wealth and can stomach swings → equity.
Want to preserve capital and get steady interest → debt.
Want some of each → hybrid.
The categories map directly onto the two fundamental asset classes: ownership (equity = you own a slice of a company) vs lending (debt = you lend money and get interest back).
A fund that invests primarily (usually ≥65% ) in stocks/shares . You become a part-owner of many companies. Returns come from capital appreciation (price rise) and dividends . High risk, high long-term return.
A fund that invests in fixed-income securities — government bonds, corporate bonds, treasury bills, commercial paper. You are effectively a lender . Returns come from interest (coupon) and small price changes. Lower risk, lower return.
A fund that holds both equity and debt in a defined proportion (e.g. 60% equity / 40% debt). It aims to balance growth and stability . Risk is between pure equity and pure debt.
A fund issues units . To know what one unit is worth, take everything the fund owns, subtract what it owes, and divide by the number of units. That per-unit worth is the Net Asset Value .
Your return over a period is the fractional change in NAV (plus any payout):
R = NAV end − NAV start + D NAV start R = \frac{\text{NAV}_{\text{end}} - \text{NAV}_{\text{start}} + D}{\text{NAV}_{\text{start}}} R = NAV start NAV end − NAV start + D
where D D D = distributions per unit.
Intuition Blending two engines
A hybrid holds a fraction w w w in equity and ( 1 − w ) (1-w) ( 1 − w ) in debt. Every rupee earns the return of whichever bucket it sits in. So the fund's return is the money-weighted mix of the two.
Intuition Diversification is a free lunch
Because equity and debt don't move perfectly together (correlation ρ < 1 \rho < 1 ρ < 1 ), their ups and downs partly cancel . So combined volatility is lower than the weighted-average of individual volatilities.
Worked example Example 1 — Computing NAV
A fund owns securities worth ₹500 crore and cash ₹20 crore. It owes ₹4 crore in expenses. It has 8 crore units outstanding.
NAV = ( 500 + 20 ) − 4 8 = 516 8 = ₹ 64.50 \text{NAV} = \frac{(500+20) - 4}{8} = \frac{516}{8} = ₹64.50 NAV = 8 ( 500 + 20 ) − 4 = 8 516 = ₹64.50
Why subtract ₹4 cr? Liabilities aren't yours; only net worth belongs to unit-holders.
Why divide by 8 cr? Each unit is one equal slice of that net worth.
Worked example Example 2 — Hybrid blended return
A 70/30 hybrid: equity part returned + 15 % +15\% + 15% , debt part returned + 6 % +6\% + 6% this year.
r H = 0.70 ( 0.15 ) + 0.30 ( 0.06 ) = 0.105 + 0.018 = 0.123 = 12.3 % r_H = 0.70(0.15) + 0.30(0.06) = 0.105 + 0.018 = 0.123 = 12.3\% r H = 0.70 ( 0.15 ) + 0.30 ( 0.06 ) = 0.105 + 0.018 = 0.123 = 12.3%
Why weight by 0.70? Because 70% of the money was actually in equity — bigger bucket, bigger influence.
Note: in a bad equity year (say − 20 % -20\% − 20% ), r H = 0.7 ( − 0.20 ) + 0.3 ( 0.06 ) = − 0.122 r_H = 0.7(-0.20)+0.3(0.06)=-0.122 r H = 0.7 ( − 0.20 ) + 0.3 ( 0.06 ) = − 0.122 → the debt cushion softened the crash from −20% to −12.2%.
Worked example Example 3 — Diversification lowers risk
σ E = 20 % \sigma_E = 20\% σ E = 20% , σ D = 5 % \sigma_D = 5\% σ D = 5% , w = 0.6 w=0.6 w = 0.6 , ρ = 0.2 \rho = 0.2 ρ = 0.2 .
Naïve weighted average of vols = 0.6 ( 20 ) + 0.4 ( 5 ) = 14 % = 0.6(20)+0.4(5)=14\% = 0.6 ( 20 ) + 0.4 ( 5 ) = 14% .
True: σ H 2 = 0.6 2 ( 20 2 ) + 0.4 2 ( 5 2 ) + 2 ( 0.6 ) ( 0.4 ) ( 0.2 ) ( 20 ) ( 5 ) \sigma_H^2 = 0.6^2(20^2)+0.4^2(5^2)+2(0.6)(0.4)(0.2)(20)(5) σ H 2 = 0. 6 2 ( 2 0 2 ) + 0. 4 2 ( 5 2 ) + 2 ( 0.6 ) ( 0.4 ) ( 0.2 ) ( 20 ) ( 5 )
= 0.36 ( 400 ) + 0.16 ( 25 ) + 0.48 ( 20 ) = 144 + 4 + 9.6 = 157.6 = 0.36(400) + 0.16(25) + 0.48(20) = 144 + 4 + 9.6 = 157.6 = 0.36 ( 400 ) + 0.16 ( 25 ) + 0.48 ( 20 ) = 144 + 4 + 9.6 = 157.6
σ H = 157.6 ≈ 12.55 % \sigma_H = \sqrt{157.6} \approx 12.55\% σ H = 157.6 ≈ 12.55% .
Why less than 14%? Because ρ = 0.2 < 1 \rho=0.2<1 ρ = 0.2 < 1 : equity and debt don't crash simultaneously, so combined swing is smaller. That 12.55% < 14% gap is the diversification benefit.
Common mistake "Debt funds are risk-free like an FD."
Why it feels right: bonds pay fixed interest, sounds guaranteed.
The fix: Debt funds carry interest-rate risk (when rates rise, bond prices fall) and credit risk (issuer can default). NAV can fall. They are lower risk, not no risk.
Common mistake "A hybrid's risk is just the average of equity and debt risk."
Why it feels right: return is a weighted average, so risk should be too.
The fix: Risk is NOT linear. Because ρ < 1 \rho<1 ρ < 1 , σ H < w σ E + ( 1 − w ) σ D \sigma_H < w\sigma_E+(1-w)\sigma_D σ H < w σ E + ( 1 − w ) σ D . Variance uses squares and a covariance term — see Example 3.
Common mistake "Higher NAV means a better/expensive fund."
Why it feels right: high price = premium, like stocks.
The fix: NAV is just total-worth ÷ units. A ₹200 NAV fund isn't "costlier" than a ₹20 one; your return depends on % change in NAV , not its absolute level.
Common mistake "Equity funds always beat debt funds."
Why it feels right: long-run equity returns are higher.
The fix: Over short horizons or in downturns, equity can lose 30–50% while debt stays positive. Horizon and risk tolerance decide the right choice.
Recall Feynman: explain to a 12-year-old
Imagine a big piggy bank where lots of kids put in money and a smart adult invests it.
If the adult buys tiny pieces of companies (like owning a bit of a toy factory), that's an equity fund — it can grow a lot but also drop a lot.
If the adult lends the money out and collects interest (like being the bank), that's a debt fund — steady, small, safe-ish.
If the adult does half-and-half , that's a hybrid fund — grows okay but doesn't scare you as much.
The value of your one share of the piggy bank = (everything it owns − everything it owes) ÷ number of shares. That's the NAV!
Mnemonic Remember the trio
"Own, Lend, Blend."
Own stocks → E quity.
Lend money → D ebt.
Blend both → H ybrid.
Net Asset Value (NAV) — the per-unit pricing engine used by all three.
Risk-Return Tradeoff — the axis these funds are placed on.
Portfolio Diversification — why hybrid risk < weighted-average risk.
ETFs vs Mutual Funds — same underlying baskets, different trading mechanics.
Bond Pricing & Interest Rate Risk — why debt-fund NAV moves.
Asset Allocation — choosing w w w for your goals.
What is the defining feature that classifies a fund as equity/debt/hybrid? What it invests in — stocks (equity), bonds/fixed-income (debt), or both (hybrid).
Minimum equity allocation typically required for a fund to be called an equity fund? About 65%.
Write the NAV formula. NAV = (Total Assets − Total Liabilities) / Units Outstanding.
Why do you subtract liabilities in NAV? Liabilities aren't owned by unit-holders; only net worth is divided among them.
Sources of return in an equity fund? Capital appreciation (price rise) + dividends.
Sources of return in a debt fund? Interest/coupon payments + small bond-price changes.
Formula for a hybrid fund's expected return? r_H = w·r_E + (1−w)·r_D, where w = equity weight.
Two-asset portfolio variance formula? σ² = w²σ_E² + (1−w)²σ_D² + 2w(1−w)ρσ_Eσ_D.
Why is hybrid risk less than the weighted-average of the two risks? Because correlation ρ < 1, so equity and debt swings partly cancel (diversification).
Is a debt fund risk-free? No — it has interest-rate risk and credit risk; NAV can fall.
Does a higher NAV mean a better fund? No — return depends on % change in NAV, not its absolute level.
In a bad equity year, why does a hybrid fall less than a pure equity fund? The debt portion earns/holds steady, cushioning the equity losses.
Mutual Fund - pool of money
Ownership - own a company slice
Return = NAV change + payout
Intuition Hinglish mein samjho
Dekho, mutual fund ka matlab hai ek pool of money — bahut saare log paisa daalte hain aur ek fund manager use invest karta hai. Fund ka type isse decide hota hai ki wo paisa kahan lagta hai. Equity fund stocks (shares) kharidta hai — yaani aap companies ke chhote maalik ban jaate ho. Return zyada milta hai lekin risk bhi high hota hai, price upar-neeche bahut hilti hai. Debt fund bonds aur fixed-income mein lagta hai — matlab aap effectively paisa udhaar de rahe ho aur interest kama rahe ho. Yeh safe-ish hai, return kam par steady. Hybrid fund dono ka mix karta hai (jaise 60% equity, 40% debt) taaki growth bhi mile aur thoda cushion bhi rahe.
Ek unit ki keemat ko NAV kehte hain: fund ke total assets me se liabilities ghatao aur units se divide kar do. Bas itna hi — koi jaadu nahi. Yaad rakho, high NAV ka matlab "mehenga ya better fund" nahi hota; aapka faayda toh NAV ke percentage change se hota hai.
Sabse important intuition: hybrid ka return toh weighted average hota hai (r H = w r E + ( 1 − w ) r D r_H = w\,r_E + (1-w)\,r_D r H = w r E + ( 1 − w ) r D ), lekin risk simple average nahi hota! Kyunki equity aur debt ek saath ek jaisa nahi girte (correlation ρ < 1 \rho < 1 ρ < 1 ), unke ups-downs ek doosre ko partly cancel kar dete hain. Isi wajah se hybrid ka risk weighted-average se kam ho jaata hai — isko diversification benefit kehte hain, ek tarah ka "free lunch".
Isliye jab bhi fund choose karo, apna goal aur time horizon dekho: lambe time ke liye aur risk sehen kar sakte ho toh equity; capital bachana hai aur steady income chahiye toh debt; beech ka balance chahiye toh hybrid. "Own, Lend, Blend" yaad rakhna!