GuidesRecipesAPI Reference
Log In
Guides

Fund vehicle entity

Description, definition and attributes of a fund vehicle

Definition

A fund vehicle refers to an legal investing entity with capital commitment from limited partner(s), general partner(s) and/or special limited partner(s).

Quantium system supports setting up different fund structures including main, feeder and parallel fund structures.

Standard Fields

Field NameData TypeDescriptionRequired
idintegerFund vehicle's unique IDYes
nameStringFund vehicle display nameYes
currencyCodeStringCurrency of the fund vehicleYes
typeIdintegerType:

1 = Main fund
2 = Parallel fund
3 = Feeder fund
No
chineseNameStringFund vehicle name in ChineseNo
managementCompanyNameStringName of fund vehicle's management companyNo
vintageYearStringYear of first closingNo
placeOfIncorporationStringPlace the fund vehicle was incorporatedNo
dateOfIncorporationDateDate of incorporation of the fund in "YYYY-MM-DD" formatNo
firstOfClosingDateTimeDate of fund vehicle's first closing in "YYYY-MM-DD" formatNo
finalClosingDateTimeDate of fund vehicle's final closing in "YYYY-MM-DD" formatNo
terminationDateDateTimeDate of fund vehicle's termination date in "YYYY-MM-DD" formatNo
financingCategoryStringFinancing category of the fund vehicle (e.g. venture capital fund)No
strategyDescriptionStringDescription of fund's investment strategyNo

Example of a fund vehicle JSON data

{
  "id": 6,
  "typeId": 1,
  "type": "Main fund",
  "name": "USD Fund I",
  "currencyCode": "USD",
  "legalName": "USD Fund I Limited",
  "chineseName": "",
  "managementCompanyName": "",
  "vintageYear": "",
  "placeOfIncorporationId": 0,
  "placeOfIncorporation": "",
  "dateOfIncorporation": "",
  "firstOfClosing": "2019-01-01",
  "finalClosing": "",
  "terminationDate": "",
  "financingCategory": null,
  "strategyDescription": null,  
 }

🚧

Contact Quantium support team to get access PUT and POST API references for fund vehicle