{ "investments": [ { "name": "ABC Company", "capital_in_thousands_USD": 50, "ROI": 200 }, { "name": "XYZ Inc", "capital_in_thousands_USD": 70, "ROI": 180 }, { "name": "PQR Ltd", "capital_in_thousands_USD": 80, "ROI": 150 }, { "name": "DEF Corporation", "capital_in_thousands_USD": 100, "ROI": 130 }, { "name": "MNO Ventures", "capital_in_thousands_USD": 120, "ROI": 120 }, { "name": "GHI Enterprises", "capital_in_thousands_USD": 130, "ROI": 100 }, { "name": "JKL Holdings", "capital_in_thousands_USD": 150, "ROI": 90 }, { "name": "LMN Partners", "capital_in_thousands_USD": 170, "ROI": 80 }, { "name": "QRS Investments", "capital_in_thousands_USD": 190, "ROI": 70 }, { "name": "TUV Ventures", "capital_in_thousands_USD": 200, "ROI": 60 } ] }