Fund Positions and Performance

Accounting

Source System: Investier

Retrieve positional, transactional and performance data for your open ended funds at a Fund level housed in our SEI Data Warehouse. The data set returned includes the beginning and ending balances, contributions and withdrawals over the period, fees and profit and loss fields.

Fund Positions and Performance (1.0.0)

Download OpenAPI specification:Download

Getting Started

For more information on how to start using our APIs, please refer to the Getting Started guide.

Overview

Retrieve detailed information about fund positions, performance, and fees for specified funds and subfunds. The data includes balances, contributions, withdrawals, fees, profit and loss, and rates of return.


Servers

SEI's API products have various environments available depending on your stage of integration. The server URL should correspond with the environment of your application. Please refer to the Getting Started guide for a list of all environments and URLs.

Note For all Client applications, the Two-way TLS URL must be used. This is essential in order for the client server making API calls to establish a successful Two-Way SSL communication with SEI.


Positions

Single funds position for a specific As Of Date

Retrieves a single fund's position for a specific "As Of" date. The response includes the beginning and ending balances, contributions and withdrawals over the period, fees, and profit and loss. Both gross and net values are available. Where the fund has subfunds, data is represented at the subfund level.
Data Available:-
Beginning and ending balances
Contributions and withdrawals over the period
Fees
Profit and loss (both gross and net values)

Authorizations:
(oauth2bearerAuthApiKeyAuth)
path Parameters
externalId
required
string

Unique business identifier that represents a contact, investor, product, transaction or alternate entity recognized by SEI and a third party system or application. Many times the externalId is used to synchronize SEI sourced data with another data source for the same record.

query Parameters
asOfDate
string <date>

As of business date of the reporting data in YYYY-MM-DD.

startDate
string <date>

The earliest date within a range in ISO 8601 format YYYY-MM-DD.

endDate
string <date>

The latest date within a range in ISO 8601 format YYYY-MM-DD.

reportingPeriod
string
Enum: "Closed" "Estimated"

Identifies if the data is for 'closed' or 'estimated' reporting period based on how the fund may be administered by SEI.

limit
integer

Number of records per page. Many responses have a maximum of 50 records per page.

header Parameters
category
required
string
Value: "OEF"

This parameter identifies the category of the Funds the data is being requested for. Valid value for this is 'OEF' which is short for Open Ended Funds.

Responses

Response samples

Content type
application/json
{}

Performance

Single funds net rate of return (ROR) for a specific As Of Date

Retrieves a single fund's net rate of return (ROR) for a specific "As Of" date. Detailed data points used to derive the ROR are included. Where the fund has subfunds, data is represented at the subfund level.
Data Available:-
Net rate of return
Gross rate of return (inclusive of fees)
Index values used to derive the rate of return

Authorizations:
(oauth2bearerAuthApiKeyAuth)
path Parameters
externalId
required
string

Unique business identifier that represents a contact, investor, product, transaction or alternate entity recognized by SEI and a third party system or application. Many times the externalId is used to synchronize SEI sourced data with another data source for the same record.

query Parameters
asOfDate
string <date>

As of business date of the reporting data in YYYY-MM-DD.

startDate
string <date>

The earliest date within a range in ISO 8601 format YYYY-MM-DD.

endDate
string <date>

The latest date within a range in ISO 8601 format YYYY-MM-DD.

reportingPeriod
string
Enum: "Closed" "Estimated"

Identifies if the data is for 'closed' or 'estimated' reporting period based on how the fund may be administered by SEI.

limit
integer

Number of records per page. Many responses have a maximum of 50 records per page.

header Parameters
category
required
string
Value: "OEF"

This parameter identifies the category of the Funds the data is being requested for. Valid value for this is 'OEF' which is short for Open Ended Funds.

Responses

Response samples

Content type
application/json
{}

Fees

Single fund's fees for a specific As Of Date

Retrieves a single fund's fees for a specific "As Of" date.
Data Available:-
Management fees
Performance fees
Indirect fees
New issue income

Authorizations:
(oauth2bearerAuthApiKeyAuth)
path Parameters
externalId
required
string

Unique business identifier that represents a contact, investor, product, transaction or alternate entity recognized by SEI and a third party system or application. Many times the externalId is used to synchronize SEI sourced data with another data source for the same record.

query Parameters
asOfDate
string <date>

As of business date of the reporting data in YYYY-MM-DD.

endDate
string <date>

The latest date within a range in ISO 8601 format YYYY-MM-DD.

reportingPeriod
string
Enum: "Closed" "Estimated"

Identifies if the data is for 'closed' or 'estimated' reporting period based on how the fund may be administered by SEI.

limit
integer

Number of records per page. Many responses have a maximum of 50 records per page.

header Parameters
category
required
string
Value: "OEF"

This parameter identifies the category of the Funds the data is being requested for. Valid value for this is 'OEF' which is short for Open Ended Funds.

investorExternalId
string

Unique business identifier for the investor.

Responses

Response samples

Content type
application/json
{}