{
  "yoyInvestments": [
    {
      "id": "20240926065933",
      "year": "2018",
      "numberOfInvestments": 3,
      "amountOfInvestments": 10500086.5,
      // estimatedInvestmentAmount은 마지막 년도에만 존재하므로 나머지 년도는 0으로 처리.
      "estimatedInvestmentAmount": 0,
      "created_date": "2024-09-26T06:59:33.657836+00",
      "modified_date": "2024-09-26T06:59:33.657836+00"
    },
    {
      "id": "20240926065933",
      "year": "2019",
      "numberOfInvestments": 15,
      "amountOfInvestments": 50683436.78,
      "estimatedInvestmentAmount": 0,
      "created_date": "2024-09-26T06:59:33.657836+00",
      "modified_date": "2024-09-26T06:59:33.657836+00"
    },
    {
      "id": "20240926065933",
      "year": "2020",
      "numberOfInvestments": 16,
      "amountOfInvestments": 47315200.1,
      "estimatedInvestmentAmount": 0,
      "created_date": "2024-09-26T06:59:33.657836+00",
      "modified_date": "2024-09-26T06:59:33.657836+00"
    },
    {
      "id": "20240926065933",
      "year": "2021",
      "numberOfInvestments": 17,
      "amountOfInvestments": 70087474.03,
      "estimatedInvestmentAmount": 0,
      "created_date": "2024-09-26T06:59:33.657836+00",
      "modified_date": "2024-09-26T06:59:33.657836+00"
    },
    {
      "id": "20240926065933",
      "year": "2022",
      "numberOfInvestments": 28,
      "amountOfInvestments": 89220534.38,
      "estimatedInvestmentAmount": 0,
      "created_date": "2024-09-26T06:59:33.657836+00",
      "modified_date": "2024-09-26T06:59:33.657836+00"
    },
    {
      "id": "20240926065933",
      "year": "2023",
      "numberOfInvestments": 18,
      "amountOfInvestments": 51591137.67,
      "estimatedInvestmentAmount": 0,
      "created_date": "2024-09-26T06:59:33.657836+00",
      "modified_date": "2024-09-26T06:59:33.657836+00"
    },
    {
      "id": "20240926065933",
      "year": "2024",
      "numberOfInvestments": 7,
      "amountOfInvestments": 39643691.44,
      "estimatedInvestmentAmount": 51591137.67,
      "created_date": "2024-09-26T06:59:33.657836+00",
      "modified_date": "2024-09-26T06:59:33.657836+00"
    }
  ],
  "portfolioByRegion": [
    {
      "id": "20240926065933",
      "region": "USA",
      "count": 77,
      "created_date": "2024-09-26T06:59:33.657836+00",
      "modified_date": "2024-09-26T06:59:33.657836+00"
    },
    // ... 다른 지역 데이터
  ],
  "investmentPerformanceBySector": [
    {
      "id": "20240926065933",
      "sector": "AI/ML",
      "invested": 22,
      "markUp": 10,
      "markDown": 3,
      "created_date": "2024-09-26T06:59:33.657836+00",
      "modified_date": "2024-09-26T06:59:33.657836+00"
    },
    // ... 다른 섹터 데이터
  ],
  "investmentFocusArea": [
    {
      "id": "20240926065933",
      "area": "AI/ML",
      "company": "LG CNS",
      "count": 5,
      "created_date": "2024-09-26T06:59:33.657836+00",
      "modified_date": "2024-09-26T06:59:33.657836+00"
    },
    // ... 다른 투자 집중 영역 데이터
  ],
  "performanceByFundType": [
    {
      "id": "20240926065933",
      "type": "Consent",
      "invested": 200920186.1,
      "inValuation": 110407979.4,
      "created_date": "2024-09-26T06:59:33.657836+00",
      "modified_date": "2024-09-26T06:59:33.657836+00"
    },
    // ... 다른 펀드 유형 데이터
  ],
  "topPerformingPortfolio": [
    {
      "id": "20240926065933",
      "rank": 1,
      "sector": "Bio",
      "portfolio": "Arcelix",
      "invested": 15499988.58,
      "carryValue": 70825607.27,
      "multiple": 4.57,
      "created_date": "2024-09-26T06:59:33.657836+00",
      "modified_date": "2024-09-26T06:59:33.657836+00"
    },
    // ... 다른 상위 포트폴리오 데이터
  ],
  "fundStatus": [
    {
      "id": "20240926065933",
      "fundName": "LG CNS Fund I",
      "dealCount": 1,
      "tvpi": 1.250499762,
      "investedAmount": 20997897.1,
      "investableAmount": 213250000,
      "investedPerc": 0.0984140852,
      "investablePerc": 0.901585915,
      "investedConsentAmount": 13999898.59,
      "investableConsentAmount": 138122500,
      "investedConsentPerc": 0.101357362,
      "investableConsentPerc": 0.898642638,
      "investedDiscAmount": 6997998.51,
      "investableDiscAmount": 74375000,
      "investedDiscPerc": 0.094090013,
      "investableDiscPerc": 0.905909987,
      "created_date": "2024-09-26T06:59:33.657836+00",
      "modified_date": "2024-09-26T06:59:33.657836+00"
    },
    // ... 다른 펀드 상태 데이터
  ]
}

image.png