Investors
Last updated
Last updated
Investor information includes both legal information about investors and the specifics of their investment in a Fund.
Field | Data Type | Description |
---|---|---|
GET
https://api.flowinc.app/customerapi/funds/FUND_ID/investors
This endpoint retrieves all Investors for a specific Fund.
You must replace FUND_ID
with the UUID of the fund you are trying to access.
You must replace YOUR_JWT with the JWT provided to you by Flow.
Good to know: Investor information is scoped to specific funds in which they have invested. While you may have multiple funds associated with your API token, you will need to query each fund separately in order to obtain information on all of your investors.
GET
https://api.flowinc.app/customerapi/funds/FUND_ID/investors/INVESTOR_ID
This endpoint retrieves a single Investor you have access to.
This request requires both a FUND
_ID
and an INVESTOR_ID.
As above, you must replace YOUR_JWT with the JWT provided to you by Flow.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
id
UUID
This is the Investor's Flow ID.
investment_account.legal_name
String
The full legal name of the investor.
investment_account.display_name
String
The name that is displayed on Flow's platform (can differ from the legal name if the investor specifies a dba or other name they want displayed on the platform).
investment_account.investor_type
String
The category of investor type (i.e. individual, joint, entity, trust).
investment_account.entity_type
String
The entity type for the investor (e.g. LLC, partnership, corporation).
investment_account.entity_subtype
String
For LLC entity types, the tax classification of the entity (i.e. partnership, s corp, c corp).
investment_account.trust_type
String
For investors investing through a trust, the type of trust (e.g. revocable, irrevocable, grantor, etc.).
investment_account.trust_subtype
String
For investors investing through a trust, the subtype of the specified trust type.
investment_account.address.line_one
String
The investor's street address.
investment_account.address.line_two
String
Unit, suite, or apartment number.
investment_account.address.state
String
The state of the investor's address.
investment_account.address.postal
String
The postal code of the investor's address.
investment_account.address.city
String
The city of the investor's address.
investment_account.address.country
String
The country of the investor's address.
investment_account.bank.account_name
String
The name on the bank account specified by the investor to receive distributions from the Fund.
investment_account.bank.account_number
String
The bank account number.
investment_account.bank.name
String
The bank name.
investment_account.bank.routing number
String
The bank routing number.
investment_account.bank.swift_code
String
The bank SWIFT code (for international investors).
investment_account.bank.additional instructions
String
Any additional wire instructions specified by the investor.
total_capital_due
String
The total amount of capital the investor owes to the Fund.
carry_percent
String
The percent of carry charged to the investor.
contributed_amount
String
The amount that this investor has contributed to the fund.
contributed_at
String
The date and time at which this investor contributed to this fund.
phone_number
String
The phone number associated with this investor.
joint_legal_name
String
The legal name of the co-investor in the case of a joint investment.
joint_email
String
The email address of the co-investor in the case of a joint investment.
fax_number
String
The fax number for this investor.
date_invited
String
The date and time at which an invitation to join the Fund was sent to the investor through Flow's platform.
life_distributions
String
Distributions to the investor over the life of the Fund.
management_fee_percent
String
The management fee charged to this investor expressed as a percent.
net_asset_value
String
The net asset value of the investor’s investment.
ownership_percent
String
The investor’s ownership percentage within the Fund.
total_received
String
The total amount of funds received by the investor.
unfunded_commitment_amount
String
The amount of the investor’s commitment that the investor has not yet paid in to the Fund.
primary contact.first_name
String
The first name of the primary contact for this investor.
primary contact.middle_name
String
The middle name of the primary contact for this investor.
primary contact.last_name
String
The last name of the primary contact for this investor.
primary contact.full_name
String
The first name, middle name, and last name of the point of contact for this investor.
primary contact.email
String
The email for the primary contact for this investor.
tax_id
String
The tax ID number for the investor.
tax_id_type
String
The type of tax ID (e.g. ein, ssn).
team members.member_name
String
The name of an additional team member on the investor's account.
team members.member_email
String
The email address of an additional team member of the investor's account.
fund_id*
String
The UUID of a Fund associated with your token.
fund_id*
String
The UUID of a Fund associated with your token.
investor_id*
String
The UUID of an Investor in the Fund specified by your fund_id
.