GuidesRecipesAPI Reference
Log In
Guides

Investor group

Description, definition and attributes of an investor group

Definition

An investor group refers to a group of legal entities that makes a commitment into a fund vehicle.

The following is a list of standard fieldsets returned from Quantium API.

Note that an investor group is not a required field for each investor entity.

📘

Investor group example

A limited partner "Alpha Capital" may make commitment into your organization managed funds through two different legal entities: Alpha (Cayman) Limited and Alpha (Singapore) Limited.

Alpha Capital is an investor group and Alpha (Cayman) Limited and Alpha (Singapore) Limited are two different investor entities belonging to the investor group "Alpha Capital.

Standard Fields

Field NameData TypeDescriptionRequired
internalIdstringinvestor group's unique IDYes
namestringName of investor groupYes
legalNamestringLegal name of investor groupNo
chineseNamestringChinese name of investor groupNo
entityStatusstringType of investor organization (e.g. Fund of Funds, Asset Manager)No
aumstringAsset under managementNo
annualAllocationstringEstimated annual allocationNo
clientRepresentativestringClient representative for this customerNo
clientRepresentativeDeputystringDeputy client representative for this customerNo
regionstringLocation region of the invetor groupNo

Example of investor group JSON data

Example of investor group data

{
    "internalId": "5f10036be32a946ad4add93c",
    "companyId": 1,
    "name": "LP Group name ",
    "legalName": "LP group legal name",
    "chineseName": null,
    "notes": null,
    "entityStatus": "Asset Manager",
    "aum": null,
    "annualAllocation": null,
    "clientRepresentative": "",
    "clientRepresentativeDeputy": null,
    "region": "Asia-Pacific",
    "investorEntities": [
      {
        // Investors entities of this group
      }
    ],
  },

🚧

API reference

Contact Quantium support team to get access PUT and POST API references for investor group