File size: 1,239 Bytes
45ee1fa |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 |
{
"equity": [
{
"type": "mutual_fund",
"amount": 150000,
"category": "index_fund",
"label": "Nippon India Nifty 50 Index Fund",
"portfolio": []
},
{
"type": "mutual_fund",
"amount": 75000,
"category": "large_and_mid_cap",
"label": "Mirae Asset Emerging Bluechip",
"portfolio": []
},
{
"type": "mutual_fund",
"amount": 25000,
"category": "hybrid_fund",
"label": "HDFC PSU 50",
"portfolio": []
}
],
"debt": [
{
"type": "debt_fund",
"amount": 100000,
"category": "short_duration_fund",
"label": "ICICI Prudential Short Term Fund"
}
],
"metals": [
{
"type": "gold",
"category": "etf",
"label": "Axis Gold ETF",
"amount": 50000
}
],
"fixed_deposite": [
{
"type": "fd",
"amount": 200000,
"tenure": "1 year",
"interest_rate": "6.5%",
"bank": "HDFC Bank"
}
],
"real_estate": [
{
"type": "plot",
"amount": 300000,
"label": "Tier 1 residential - upcoming investment"
}
]
}
|