Excel में Financial Functions बहुत powerful हैं, खासकर जब बात investment और securities की हो।
ACCRINTM Function का उपयोग किसी security (bond या debenture) पर issue date से maturity date तक का total accrued interest निकालने के लिए किया जाता है।
👉 यह function ACCRINT से अलग है क्योंकि यह बीच-बीच की payment dates को नहीं मानता। यह सीधे maturity date पर total accrued interest देता है।
What is ACCRINTM Function?
ACCRINTM Function Excel में किसी security पर accrued interest at maturity calculate करता है।
👉 Formula:
=ACCRINTM(issue, maturity, rate, par, [basis])
Syntax and Arguments
- issue → Security की issue date (शुरुआत की तारीख)
- maturity → Security की maturity date
- rate → Annual coupon interest rate
- par → Security का par value (default = 1000)
- basis → (Optional) day count basis (0 = US NASD, 1 = Actual/Actual, आदि)
Example of ACCRINTM Function
मान लीजिए आपके पास एक bond है:
- Issue Date: 01-Jan-2023
- Maturity Date: 01-Jan-2026
- Annual Coupon Rate: 8%
- Par Value: ₹1000
- Basis: 0 (US NASD)
👉 Formula:
=ACCRINTM("01-Jan-2023","01-Jan-2026",0.08,1000,0)
👉 Result:
₹240 (approx) – यानी 3 years का accrued interest maturity date तक।
Where to Use ACCRINTM Function?
✅ Bonds और Debentures पर maturity तक का interest निकालने के लिए।
✅ Financial analysis और investment planning में।
✅ Long-term fixed income securities reports बनाने के लिए।
✅ Accrued interest schedule और statements तैयार करने में।
Difference Between ACCRINT and ACCRINTM
- ACCRINT → Issue date और settlement date के बीच का accrued interest निकालता है।
- ACCRINTM → Issue date से maturity date तक का total accrued interest निकालता है।
Excel का ACCRINTM Function खासकर financial professionals, investors और analysts के लिए बहुत उपयोगी है।
यह function आपको maturity date तक का कुल interest बताता है, जिससे आप investments की सही value का अंदाज़ा लगा सकते हैं।
👉 अगर आप bonds या debentures में invest करते हैं या financial reports बनाते हैं, तो यह function आपको ज़रूर आना चाहिए।