API Reference
API StatusLogin

Create Fund

Creates a Fund.

Body Params
string
required

The unique identifier of the registered investment advisors account.

string
required

A name given to the Fund by the RIA.

string
required

An advisor created identifier for a specific allocation.

string
required

A short description for the Fund.

holdings
array of objects
required

An array of objects that hold the type of securities in a Fund.

holdings*
triggers
array of objects
required

An array of objects that hold information on when to trigger a rebalance in a Fund.

triggers*
Response

Response body
object
string

The unique identifier associated with the Fund.

string

The unique identifier of the registered investment advisors account.

string

A name given to the Fund by the RIA.

string
string

A user defined identifier attached to the fund.

string

A short description for the Fund.

holdings
array of objects

An array of objects that hold the type of securities in a Fund.

holdings
object
string

A unique ID created by DriveWealth to identify a specific instrument.

number

The target percentage for the specific instrumentID within a fund.

triggers
array of objects

An array of objects that hold information on when to trigger a rebalance.

triggers
object
string
required

The type of trigger specified to enable a rebalance.

TOTAL_DRIFT RELATIVE_DRIFT ABSOLUTE_DRIFT

number
required

The maximum allowed drift for the Fund.

string
required
number
required

The lowest bound range of the drift parameters.

number
required

The highest bound range of the drift parameter.

boolean
boolean
Language
Credentials
URL