top

Investment Types

View all investment types.

Retrieve all investment types

Retrieve a list of investment types with no pagination. Investment Types is referential to other collections.

Get/investment-types

Path Parameters

No query or path parameters are needed to get a list of investment types.
List Investment Types
curl -v -X GET https://api.swfi.com/v1/investment-types \ 
-H "Accept: application/json" \ 
-H "Authorization: $API_KEY"

Success Response

HTTP Status 200
data
TYPEobject[]
Array of strings.

total_items
TYPEinteger
The total length of the data object.
Example response
{
  "data": [
    "Active Equities",
    "Active Fixed Income",
    "Business Development Company",
    "Consultant",
    "Convertible",
    "Credit Fund",
    "Cryptocurrencies",
    "Custodian",
    "Derivative",
    "ESG Fund",
    "Fixed Income",
    "Hedge Fund",
    "Infrastructure",
    "Infrastructure Fund",
    "Insurance",
    "Listed Equity",
    "Multi-Asset",
    "Outsourced CIO",
    "Passive Equities",
    "Passive Fixed Income",
    "Private Equity Fund",
    "Real Asset Fund",
    "Real Estate",
    "Real Estate Fund",
    "Real Property",
    "Service Provider",
    "Smart Beta Fund",
    "Special Purpose Acquisition Company",
    "Unlisted Equity",
    "Venture Capital Fund"
  ],
  "total_items": 30
}

Error Response

message
TYPEstring
A short, human-readable summary of the problem type.

status
TYPEinteger
The HTTP status code (RFC2616, Section 6) generated by the origin server for this occurance of the problem.
Example response
{
  "errors": [
      {
          "path": "/v1/aum/:_id",
          "message": "Not Found"
      }
  ],
  "status": 404
}
Documentation as of 10/19/2022