Standard
GET
/standard
Returns the standard set of attributes of an Investor, including Investor legal name, unique identifier, address, tax and other identifying information.
Name | Description | Data Type | Required |
---|---|---|---|
externalId |
The client specific or external identifier that represents the product, fund, contact, investor, 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 records. |
string |
|
alternateId |
Alternate identifier. Typically used when integrating between systems. |
string |
|
active |
Designates whether the investor is active ("true") or inactive ("false"). |
boolean |
|
changeStartDate |
Last change start date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts modified on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
string |
|
changeEndDate |
Last change end date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts modified on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
string |
|
createStartDate |
Created start date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts created on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
string |
|
createEndDate |
Created end date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts created on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
string |
|
fundInvestorExternalId |
Business identifier for the investor fund relationship recognized by a third party system or application. Many times the fund investor external ID is used to synchronize SEI sourced data with another data source for the same record. This field is not required to be unique. |
string |
|
addressType |
An investor may have up to three addresses tracked for different purposes. A full list of investor address types can be obtained through the Lists API. |
string |
|
erisaType |
ERISA status of investors as indicated on subscription document. |
string |
|
section |
One or more sections can be specified to limit the fields returned in a response. Passing one or more sections will exclude other sections from being included in the response. If no sections are passed, the response will include all available fields. Can be individual or multiple delimited by a comma. Value options are "address", "eligibility", "erisa", "finra", "frozen", "name", "PII", "principalPlaceOfBusiness" "tax". Passing one of these sections will exclude the other sections from being included in the response. If no sections are passed, the response will include all fields. |
string |
|
limit |
Number of records per page. Many responses have a maximum of 50 records per page. |
integer |
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
access_token value obtained from the Token endpoint.This is passed as "Bearer access_token" |
string |
|
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
string |
|
countryIsoCode |
ISO country code ISO 3166-1 alpha-2 code format. |
string |
|
postalCode |
The postal code of the investor's legal address. |
string |
-
CodeDescription
-
200
OK- The request has succeeded and the response has been returned.
-
400
Bad request - The server cannot or will not process the request due to an inaccurate request submitted by the client application. Please resubmit the request after making the required corrections indicated in the error response. For more Info on SEI Error Standards please refer to the API Standards FAQ under Support.
-
401
Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.
-
403
Forbidden-The SEI Server understood the request but refuses to fulfill it.
-
404
Not Found- The requested resource or the underlying resource does not exist. Please resubmit the request after making the required corrections
-
500
Internal Server Error - The server was unable to fulfill the request due to an unknown condition. Please contact SEI for support. For More Info please refer to the "Response & Errors" FAQ under support.
externalId |
The client specific or external identifier that represents the product, fund, contact, investor, 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 records. |
alternateId |
Alternate identifier. Typically used when integrating between systems. |
active |
Designates whether the investor is active ("true") or inactive ("false"). |
changeStartDate |
Last change start date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts modified on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
changeEndDate |
Last change end date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts modified on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
createStartDate |
Created start date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts created on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
createEndDate |
Created end date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts created on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
fundInvestorExternalId |
Business identifier for the investor fund relationship recognized by a third party system or application. Many times the fund investor external ID is used to synchronize SEI sourced data with another data source for the same record. This field is not required to be unique. |
addressType |
An investor may have up to three addresses tracked for different purposes. A full list of investor address types can be obtained through the Lists API. |
erisaType |
ERISA status of investors as indicated on subscription document. |
section |
One or more sections can be specified to limit the fields returned in a response. Passing one or more sections will exclude other sections from being included in the response. If no sections are passed, the response will include all available fields. Can be individual or multiple delimited by a comma. Value options are "address", "eligibility", "erisa", "finra", "frozen", "name", "PII", "principalPlaceOfBusiness" "tax". Passing one of these sections will exclude the other sections from being included in the response. If no sections are passed, the response will include all fields. |
limit |
Number of records per page. Many responses have a maximum of 50 records per page. |
Authorization |
access_token value obtained from the Token endpoint.This is passed as "Bearer access_token" |
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
countryIsoCode |
ISO country code ISO 3166-1 alpha-2 code format. |
postalCode |
The postal code of the investor's legal address. |
Request Body
Working...
Standard
GET
/standard
Returns the standard set of attributes of an Investor, including Investor legal name, unique identifier, address, tax and other identifying information.
Name | Description | Data Type | Required |
---|---|---|---|
externalId |
The client specific or external identifier that represents the product, fund, contact, investor, 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 records. |
string |
|
alternateId |
Alternate identifier. Typically used when integrating between systems. |
string |
|
active |
Designates whether the investor is active ("true") or inactive ("false"). |
boolean |
|
changeStartDate |
Last change start date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts modified on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
string |
|
changeEndDate |
Last change end date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts modified on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
string |
|
createStartDate |
Created start date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts created on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
string |
|
createEndDate |
Created end date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts created on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
string |
|
fundInvestorExternalId |
Business identifier for the investor fund relationship recognized by a third party system or application. Many times the fund investor external ID is used to synchronize SEI sourced data with another data source for the same record. This field is not required to be unique. |
string |
|
addressType |
An investor may have up to three addresses tracked for different purposes. A full list of investor address types can be obtained through the Lists API. |
string |
|
erisaType |
ERISA status of investors as indicated on subscription document. |
string |
|
section |
One or more sections can be specified to limit the fields returned in a response. Passing one or more sections will exclude other sections from being included in the response. If no sections are passed, the response will include all available fields. Can be individual or multiple delimited by a comma. Value options are "address", "eligibility", "erisa", "finra", "frozen", "name", "PII", "principalPlaceOfBusiness" "tax". Passing one of these sections will exclude the other sections from being included in the response. If no sections are passed, the response will include all fields. |
string |
|
limit |
Number of records per page. Many responses have a maximum of 50 records per page. |
integer |
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
access_token value obtained from the Token endpoint.This is passed as "Bearer access_token" |
string |
|
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
string |
|
countryIsoCode |
ISO country code ISO 3166-1 alpha-2 code format. |
string |
|
postalCode |
The postal code of the investor's legal address. |
string |
-
CodeDescription
-
200
OK- The request has succeeded and the response has been returned.
-
400
Bad request - The server cannot or will not process the request due to an inaccurate request submitted by the client application. Please resubmit the request after making the required corrections indicated in the error response. For more Info on SEI Error Standards please refer to the API Standards FAQ under Support.
-
401
Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.
-
403
Forbidden-The SEI Server understood the request but refuses to fulfill it.
-
404
Not Found- The requested resource or the underlying resource does not exist. Please resubmit the request after making the required corrections
-
500
Internal Server Error - The server was unable to fulfill the request due to an unknown condition. Please contact SEI for support. For More Info please refer to the "Response & Errors" FAQ under support.
externalId |
The client specific or external identifier that represents the product, fund, contact, investor, 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 records. |
alternateId |
Alternate identifier. Typically used when integrating between systems. |
active |
Designates whether the investor is active ("true") or inactive ("false"). |
changeStartDate |
Last change start date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts modified on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
changeEndDate |
Last change end date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts modified on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
createStartDate |
Created start date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts created on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
createEndDate |
Created end date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts created on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
fundInvestorExternalId |
Business identifier for the investor fund relationship recognized by a third party system or application. Many times the fund investor external ID is used to synchronize SEI sourced data with another data source for the same record. This field is not required to be unique. |
addressType |
An investor may have up to three addresses tracked for different purposes. A full list of investor address types can be obtained through the Lists API. |
erisaType |
ERISA status of investors as indicated on subscription document. |
section |
One or more sections can be specified to limit the fields returned in a response. Passing one or more sections will exclude other sections from being included in the response. If no sections are passed, the response will include all available fields. Can be individual or multiple delimited by a comma. Value options are "address", "eligibility", "erisa", "finra", "frozen", "name", "PII", "principalPlaceOfBusiness" "tax". Passing one of these sections will exclude the other sections from being included in the response. If no sections are passed, the response will include all fields. |
limit |
Number of records per page. Many responses have a maximum of 50 records per page. |
Authorization |
access_token value obtained from the Token endpoint.This is passed as "Bearer access_token" |
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
countryIsoCode |
ISO country code ISO 3166-1 alpha-2 code format. |
postalCode |
The postal code of the investor's legal address. |
Request Body
Working...
Pass the oAuth Token and the App key to invoke this endpoint for a particular application.
Standard
GET
/standard
Returns the standard set of attributes of an Investor, including Investor legal name, unique identifier, address, tax and other identifying information.
Name | Description | Data Type | Required |
---|---|---|---|
externalId |
The client specific or external identifier that represents the product, fund, contact, investor, 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 records. |
string |
|
alternateId |
Alternate identifier. Typically used when integrating between systems. |
string |
|
active |
Designates whether the investor is active ("true") or inactive ("false"). |
boolean |
|
changeStartDate |
Last change start date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts modified on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
string |
|
changeEndDate |
Last change end date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts modified on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
string |
|
createStartDate |
Created start date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts created on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
string |
|
createEndDate |
Created end date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts created on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
string |
|
fundInvestorExternalId |
Business identifier for the investor fund relationship recognized by a third party system or application. Many times the fund investor external ID is used to synchronize SEI sourced data with another data source for the same record. This field is not required to be unique. |
string |
|
addressType |
An investor may have up to three addresses tracked for different purposes. A full list of investor address types can be obtained through the Lists API. |
string |
|
erisaType |
ERISA status of investors as indicated on subscription document. |
string |
|
section |
One or more sections can be specified to limit the fields returned in a response. Passing one or more sections will exclude other sections from being included in the response. If no sections are passed, the response will include all available fields. Can be individual or multiple delimited by a comma. Value options are "address", "eligibility", "erisa", "finra", "frozen", "name", "PII", "principalPlaceOfBusiness" "tax". Passing one of these sections will exclude the other sections from being included in the response. If no sections are passed, the response will include all fields. |
string |
|
limit |
Number of records per page. Many responses have a maximum of 50 records per page. |
integer |
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
access_token value obtained from the Token endpoint.This is passed as "Bearer access_token" |
string |
|
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
string |
|
countryIsoCode |
ISO country code ISO 3166-1 alpha-2 code format. |
string |
|
postalCode |
The postal code of the investor's legal address. |
string |
-
CodeDescription
-
200
OK- The request has succeeded and the response has been returned.
-
400
Bad request - The server cannot or will not process the request due to an inaccurate request submitted by the client application. Please resubmit the request after making the required corrections indicated in the error response. For more Info on SEI Error Standards please refer to the API Standards FAQ under Support.
-
401
Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.
-
403
Forbidden-The SEI Server understood the request but refuses to fulfill it.
-
404
Not Found- The requested resource or the underlying resource does not exist. Please resubmit the request after making the required corrections
-
500
Internal Server Error - The server was unable to fulfill the request due to an unknown condition. Please contact SEI for support. For More Info please refer to the "Response & Errors" FAQ under support.
externalId |
The client specific or external identifier that represents the product, fund, contact, investor, 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 records. |
alternateId |
Alternate identifier. Typically used when integrating between systems. |
active |
Designates whether the investor is active ("true") or inactive ("false"). |
changeStartDate |
Last change start date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts modified on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
changeEndDate |
Last change end date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts modified on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
createStartDate |
Created start date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts created on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
createEndDate |
Created end date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts created on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
fundInvestorExternalId |
Business identifier for the investor fund relationship recognized by a third party system or application. Many times the fund investor external ID is used to synchronize SEI sourced data with another data source for the same record. This field is not required to be unique. |
addressType |
An investor may have up to three addresses tracked for different purposes. A full list of investor address types can be obtained through the Lists API. |
erisaType |
ERISA status of investors as indicated on subscription document. |
section |
One or more sections can be specified to limit the fields returned in a response. Passing one or more sections will exclude other sections from being included in the response. If no sections are passed, the response will include all available fields. Can be individual or multiple delimited by a comma. Value options are "address", "eligibility", "erisa", "finra", "frozen", "name", "PII", "principalPlaceOfBusiness" "tax". Passing one of these sections will exclude the other sections from being included in the response. If no sections are passed, the response will include all fields. |
limit |
Number of records per page. Many responses have a maximum of 50 records per page. |
Authorization |
access_token value obtained from the Token endpoint.This is passed as "Bearer access_token" |
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
countryIsoCode |
ISO country code ISO 3166-1 alpha-2 code format. |
postalCode |
The postal code of the investor's legal address. |
Request Body
Working...
curl -X GET \ https://api.seic.com/v2/investors/standard\ -H 'appkey: gsedgaerhDSHGRSH' \ -H 'authorization: Bearer ADsgdnnkjnfdIKJN' \
Authorization: Bearer ADsgdnnkjnfdIKJN AppKey: gsedgaerhDSHGRSH
Content-Type: application/json Status: 200 OK requesttrackingid: 67e1ff68-164f-03ad-0f2d-5cbbfda56ec9
{ "data": [ { "externalId": "111111111", "alternateId": "123456789", "fullName": "Patel Family Trust", "active": true, "fundInvestorExternalId": [], "changeDate": "2020-05-22T09:51:50.823", "createDate": "2014-10-09T13:26:56", "classification": null, "accreditedInvestor": null, "systemIdentifier": null, "qualifiedPurchaser": null, "slots": "1.0000", "receiptPpmCountryIsoCode": null, "signatureSubdocCountryIsoCode": null, "investorMaster": null, "investorMasterExternalId": null, "canadianCertification": null, "seniorPoliticalFigure": false, "seniorPoliticalFigureName": null, "name": { "fullName": "Patel Family Trust", "abbreviatedLine1": null, "abbreviatedLine2": null }, "address": [ { "type": "Legal", "attention1": null, "attention2": null, "addressLine1": "1 Freedom Valley Drive", "addressLine2": null, "addressLine3": null, "addressLine4": null, "city": "Oaks", "stateCode": "PA", "postalCode": "19456", "countryIsoCode": "US" }, { "type": "Tax", "attention1": null, "attention2": null, "addressLine1": "1 Freedom Valley Drive", "addressLine2": null, "addressLine3": null, "addressLine4": null, "city": "Oaks", "stateCode": "PA", "postalCode": "19456", "countryIsoCode": "US" }, { "type": "Mailing", "attention1": null, "attention2": null, "addressLine1": "1 Freedom Valley Drive", "addressLine2": null, "addressLine3": null, "addressLine4": null, "city": "Oaks", "stateCode": "PA", "postalCode": "19456", "countryIsoCode": null } ], "pii": { "primaryTaxId": "11-1111111", "secondaryTaxId": null, "foreignTaxId": null, "dob": "01/01/1995", "birthCountryIsoCode": null }, "tax": { "taxType": "Corporation", "subscriberType": "LLC", "taxStatus": null, "legalFormOfEntity": "LLC", "citizenshipCountryIsoCode": null, "domicileCountryIsoCode": null, "organizedUnderLawsOf": null, "investorStatus": "US", "domicileState": null }, "principalPlaceOfBusiness": { "countryIsoCode": "US", "stateCode": null }, "eligibility": { "employeeEligible": null, "friendsFamily": false, "generalPartner": false, "limitedPartner": false, "partner": null, "proxyInvestor": false }, "frozen": { "status": false, "effectiveDate": null, "notes": null }, "finra": null, "erisa": { "type": "N/A", "percent": null, "benefitPlanEmployee": null, "benefitPlanIndividual": null }, "attributes": [], "currency": "", "custody": "", "accountInformationClassification": null, "initialFundingMethod": "", "investmentCapacity": "", "accountStatus": "", "reporting": null, "billing": null, "reconciliation": null, "repatriateIncome": "", "deliverVsPayment": null, "multiCurrencyAccount": "", "directedBroker": null, "bankHoldingCompany": false } ], "paging": { "cursors": { "before": "MjI4AbE=", "after": "NDg5ZXY=", "max": "MBCyNDk4", "last": "MTU2Higz", "resultCount": 25 }, "totalCount": 1025, "limit": 25, "previous": null, "next": "https://api.seic.com/v2/investors/standard?after=NDg5ZXY%3D&limit=25", "self": "https://api.seic.com/v2/investors/standard", "first": "https://api.seic.com/v2/investors/standard?limit=25", "last": "https://api.seic.com/v2/investors/standard?after=MTU2Higz&limit=25" } }
Standard
GET
/standard
Returns the standard set of attributes of an Investor, including Investor legal name, unique identifier, address, tax and other identifying information.
Name | Description | Data Type | Required |
---|---|---|---|
externalId |
The client specific or external identifier that represents the product, fund, contact, investor, 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 records. |
string |
|
alternateId |
Alternate identifier. Typically used when integrating between systems. |
string |
|
active |
Designates whether the investor is active ("true") or inactive ("false"). |
boolean |
|
changeStartDate |
Last change start date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts modified on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
string |
|
changeEndDate |
Last change end date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts modified on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
string |
|
createStartDate |
Created start date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts created on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
string |
|
createEndDate |
Created end date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts created on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
string |
|
fundInvestorExternalId |
Business identifier for the investor fund relationship recognized by a third party system or application. Many times the fund investor external ID is used to synchronize SEI sourced data with another data source for the same record. This field is not required to be unique. |
string |
|
addressType |
An investor may have up to three addresses tracked for different purposes. A full list of investor address types can be obtained through the Lists API. |
string |
|
erisaType |
ERISA status of investors as indicated on subscription document. |
string |
|
section |
One or more sections can be specified to limit the fields returned in a response. Passing one or more sections will exclude other sections from being included in the response. If no sections are passed, the response will include all available fields. Can be individual or multiple delimited by a comma. Value options are "address", "eligibility", "erisa", "finra", "frozen", "name", "PII", "principalPlaceOfBusiness" "tax". Passing one of these sections will exclude the other sections from being included in the response. If no sections are passed, the response will include all fields. |
string |
|
limit |
Number of records per page. Many responses have a maximum of 50 records per page. |
integer |
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
access_token value obtained from the Token endpoint.This is passed as "Bearer access_token" |
string |
|
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
string |
|
countryIsoCode |
ISO country code ISO 3166-1 alpha-2 code format. |
string |
|
postalCode |
The postal code of the investor's legal address. |
string |
-
CodeDescription
-
200
OK- The request has succeeded and the response has been returned.
-
400
Bad request - The server cannot or will not process the request due to an inaccurate request submitted by the client application. Please resubmit the request after making the required corrections indicated in the error response. For more Info on SEI Error Standards please refer to the API Standards FAQ under Support.
-
401
Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.
-
403
Forbidden-The SEI Server understood the request but refuses to fulfill it.
-
404
Not Found- The requested resource or the underlying resource does not exist. Please resubmit the request after making the required corrections
-
500
Internal Server Error - The server was unable to fulfill the request due to an unknown condition. Please contact SEI for support. For More Info please refer to the "Response & Errors" FAQ under support.
externalId |
The client specific or external identifier that represents the product, fund, contact, investor, 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 records. |
alternateId |
Alternate identifier. Typically used when integrating between systems. |
active |
Designates whether the investor is active ("true") or inactive ("false"). |
changeStartDate |
Last change start date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts modified on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
changeEndDate |
Last change end date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts modified on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
createStartDate |
Created start date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts created on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
createEndDate |
Created end date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts created on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
fundInvestorExternalId |
Business identifier for the investor fund relationship recognized by a third party system or application. Many times the fund investor external ID is used to synchronize SEI sourced data with another data source for the same record. This field is not required to be unique. |
addressType |
An investor may have up to three addresses tracked for different purposes. A full list of investor address types can be obtained through the Lists API. |
erisaType |
ERISA status of investors as indicated on subscription document. |
section |
One or more sections can be specified to limit the fields returned in a response. Passing one or more sections will exclude other sections from being included in the response. If no sections are passed, the response will include all available fields. Can be individual or multiple delimited by a comma. Value options are "address", "eligibility", "erisa", "finra", "frozen", "name", "PII", "principalPlaceOfBusiness" "tax". Passing one of these sections will exclude the other sections from being included in the response. If no sections are passed, the response will include all fields. |
limit |
Number of records per page. Many responses have a maximum of 50 records per page. |
Authorization |
access_token value obtained from the Token endpoint.This is passed as "Bearer access_token" |
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
countryIsoCode |
ISO country code ISO 3166-1 alpha-2 code format. |
postalCode |
The postal code of the investor's legal address. |
Request Body
Working...
Standard
GET
/standard
Returns the standard set of attributes of an Investor, including Investor legal name, unique identifier, address, tax and other identifying information.
Name | Description | Data Type | Required |
---|---|---|---|
externalId |
The client specific or external identifier that represents the product, fund, contact, investor, 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 records. |
string |
|
alternateId |
Alternate identifier. Typically used when integrating between systems. |
string |
|
active |
Designates whether the investor is active ("true") or inactive ("false"). |
boolean |
|
changeStartDate |
Last change start date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts modified on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
string |
|
changeEndDate |
Last change end date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts modified on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
string |
|
createStartDate |
Created start date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts created on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
string |
|
createEndDate |
Created end date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts created on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
string |
|
fundInvestorExternalId |
Business identifier for the investor fund relationship recognized by a third party system or application. Many times the fund investor external ID is used to synchronize SEI sourced data with another data source for the same record. This field is not required to be unique. |
string |
|
addressType |
An investor may have up to three addresses tracked for different purposes. A full list of investor address types can be obtained through the Lists API. |
string |
|
erisaType |
ERISA status of investors as indicated on subscription document. |
string |
|
section |
One or more sections can be specified to limit the fields returned in a response. Passing one or more sections will exclude other sections from being included in the response. If no sections are passed, the response will include all available fields. Can be individual or multiple delimited by a comma. Value options are "address", "eligibility", "erisa", "finra", "frozen", "name", "PII", "principalPlaceOfBusiness" "tax". Passing one of these sections will exclude the other sections from being included in the response. If no sections are passed, the response will include all fields. |
string |
|
limit |
Number of records per page. Many responses have a maximum of 50 records per page. |
integer |
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
access_token value obtained from the Token endpoint.This is passed as "Bearer access_token" |
string |
|
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
string |
|
countryIsoCode |
ISO country code ISO 3166-1 alpha-2 code format. |
string |
|
postalCode |
The postal code of the investor's legal address. |
string |
-
CodeDescription
-
200
OK- The request has succeeded and the response has been returned.
-
400
Bad request - The server cannot or will not process the request due to an inaccurate request submitted by the client application. Please resubmit the request after making the required corrections indicated in the error response. For more Info on SEI Error Standards please refer to the API Standards FAQ under Support.
-
401
Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.
-
403
Forbidden-The SEI Server understood the request but refuses to fulfill it.
-
404
Not Found- The requested resource or the underlying resource does not exist. Please resubmit the request after making the required corrections
-
500
Internal Server Error - The server was unable to fulfill the request due to an unknown condition. Please contact SEI for support. For More Info please refer to the "Response & Errors" FAQ under support.
externalId |
The client specific or external identifier that represents the product, fund, contact, investor, 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 records. |
alternateId |
Alternate identifier. Typically used when integrating between systems. |
active |
Designates whether the investor is active ("true") or inactive ("false"). |
changeStartDate |
Last change start date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts modified on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
changeEndDate |
Last change end date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts modified on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
createStartDate |
Created start date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts created on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
createEndDate |
Created end date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts created on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
fundInvestorExternalId |
Business identifier for the investor fund relationship recognized by a third party system or application. Many times the fund investor external ID is used to synchronize SEI sourced data with another data source for the same record. This field is not required to be unique. |
addressType |
An investor may have up to three addresses tracked for different purposes. A full list of investor address types can be obtained through the Lists API. |
erisaType |
ERISA status of investors as indicated on subscription document. |
section |
One or more sections can be specified to limit the fields returned in a response. Passing one or more sections will exclude other sections from being included in the response. If no sections are passed, the response will include all available fields. Can be individual or multiple delimited by a comma. Value options are "address", "eligibility", "erisa", "finra", "frozen", "name", "PII", "principalPlaceOfBusiness" "tax". Passing one of these sections will exclude the other sections from being included in the response. If no sections are passed, the response will include all fields. |
limit |
Number of records per page. Many responses have a maximum of 50 records per page. |
Authorization |
access_token value obtained from the Token endpoint.This is passed as "Bearer access_token" |
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
countryIsoCode |
ISO country code ISO 3166-1 alpha-2 code format. |
postalCode |
The postal code of the investor's legal address. |
Request Body
Working...
Pass the oAuth Token and the App key to invoke this endpoint for a particular application.
Standard
GET
/standard
Returns the standard set of attributes of an Investor, including Investor legal name, unique identifier, address, tax and other identifying information.
Name | Description | Data Type | Required |
---|---|---|---|
externalId |
The client specific or external identifier that represents the product, fund, contact, investor, 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 records. |
string |
|
alternateId |
Alternate identifier. Typically used when integrating between systems. |
string |
|
active |
Designates whether the investor is active ("true") or inactive ("false"). |
boolean |
|
changeStartDate |
Last change start date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts modified on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
string |
|
changeEndDate |
Last change end date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts modified on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
string |
|
createStartDate |
Created start date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts created on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
string |
|
createEndDate |
Created end date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts created on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
string |
|
fundInvestorExternalId |
Business identifier for the investor fund relationship recognized by a third party system or application. Many times the fund investor external ID is used to synchronize SEI sourced data with another data source for the same record. This field is not required to be unique. |
string |
|
addressType |
An investor may have up to three addresses tracked for different purposes. A full list of investor address types can be obtained through the Lists API. |
string |
|
erisaType |
ERISA status of investors as indicated on subscription document. |
string |
|
section |
One or more sections can be specified to limit the fields returned in a response. Passing one or more sections will exclude other sections from being included in the response. If no sections are passed, the response will include all available fields. Can be individual or multiple delimited by a comma. Value options are "address", "eligibility", "erisa", "finra", "frozen", "name", "PII", "principalPlaceOfBusiness" "tax". Passing one of these sections will exclude the other sections from being included in the response. If no sections are passed, the response will include all fields. |
string |
|
limit |
Number of records per page. Many responses have a maximum of 50 records per page. |
integer |
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
access_token value obtained from the Token endpoint.This is passed as "Bearer access_token" |
string |
|
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
string |
|
countryIsoCode |
ISO country code ISO 3166-1 alpha-2 code format. |
string |
|
postalCode |
The postal code of the investor's legal address. |
string |
-
CodeDescription
-
200
OK- The request has succeeded and the response has been returned.
-
400
Bad request - The server cannot or will not process the request due to an inaccurate request submitted by the client application. Please resubmit the request after making the required corrections indicated in the error response. For more Info on SEI Error Standards please refer to the API Standards FAQ under Support.
-
401
Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.
-
403
Forbidden-The SEI Server understood the request but refuses to fulfill it.
-
404
Not Found- The requested resource or the underlying resource does not exist. Please resubmit the request after making the required corrections
-
500
Internal Server Error - The server was unable to fulfill the request due to an unknown condition. Please contact SEI for support. For More Info please refer to the "Response & Errors" FAQ under support.
externalId |
The client specific or external identifier that represents the product, fund, contact, investor, 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 records. |
alternateId |
Alternate identifier. Typically used when integrating between systems. |
active |
Designates whether the investor is active ("true") or inactive ("false"). |
changeStartDate |
Last change start date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts modified on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
changeEndDate |
Last change end date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts modified on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
createStartDate |
Created start date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts created on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
createEndDate |
Created end date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts created on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
fundInvestorExternalId |
Business identifier for the investor fund relationship recognized by a third party system or application. Many times the fund investor external ID is used to synchronize SEI sourced data with another data source for the same record. This field is not required to be unique. |
addressType |
An investor may have up to three addresses tracked for different purposes. A full list of investor address types can be obtained through the Lists API. |
erisaType |
ERISA status of investors as indicated on subscription document. |
section |
One or more sections can be specified to limit the fields returned in a response. Passing one or more sections will exclude other sections from being included in the response. If no sections are passed, the response will include all available fields. Can be individual or multiple delimited by a comma. Value options are "address", "eligibility", "erisa", "finra", "frozen", "name", "PII", "principalPlaceOfBusiness" "tax". Passing one of these sections will exclude the other sections from being included in the response. If no sections are passed, the response will include all fields. |
limit |
Number of records per page. Many responses have a maximum of 50 records per page. |
Authorization |
access_token value obtained from the Token endpoint.This is passed as "Bearer access_token" |
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
countryIsoCode |
ISO country code ISO 3166-1 alpha-2 code format. |
postalCode |
The postal code of the investor's legal address. |
Request Body
Working...
curl -X GET \ https://api.seic.com/v2/investors/standard\ -H 'appkey: gsedgaerhDSHGRSH' \ -H 'authorization: Bearer ADsgdnnkjnfdIKJN' \
Authorization: Bearer ADsgdnnkjnfdIKJN AppKey: gsedgaerhDSHGRSH
Content-Type: application/json Status: 200 OK requesttrackingid: 67e1ff68-164f-03ad-0f2d-5cbbfda56ec9
{ "data": [ { "externalId": "111111111", "alternateId": "123456789", "fullName": "Patel Family Trust", "active": true, "fundInvestorExternalId": [], "changeDate": "2020-05-22T09:51:50.823", "createDate": "2014-10-09T13:26:56", "classification": null, "accreditedInvestor": null, "systemIdentifier": null, "qualifiedPurchaser": null, "slots": "1.0000", "receiptPpmCountryIsoCode": null, "signatureSubdocCountryIsoCode": null, "investorMaster": null, "investorMasterExternalId": null, "canadianCertification": null, "seniorPoliticalFigure": false, "seniorPoliticalFigureName": null, "name": { "fullName": "Patel Family Trust", "abbreviatedLine1": null, "abbreviatedLine2": null }, "address": [ { "type": "Legal", "attention1": null, "attention2": null, "addressLine1": "1 Freedom Valley Drive", "addressLine2": null, "addressLine3": null, "addressLine4": null, "city": "Oaks", "stateCode": "PA", "postalCode": "19456", "countryIsoCode": "US" }, { "type": "Tax", "attention1": null, "attention2": null, "addressLine1": "1 Freedom Valley Drive", "addressLine2": null, "addressLine3": null, "addressLine4": null, "city": "Oaks", "stateCode": "PA", "postalCode": "19456", "countryIsoCode": "US" }, { "type": "Mailing", "attention1": null, "attention2": null, "addressLine1": "1 Freedom Valley Drive", "addressLine2": null, "addressLine3": null, "addressLine4": null, "city": "Oaks", "stateCode": "PA", "postalCode": "19456", "countryIsoCode": null } ], "pii": { "primaryTaxId": "11-1111111", "secondaryTaxId": null, "foreignTaxId": null, "dob": "01/01/1995", "birthCountryIsoCode": null }, "tax": { "taxType": "Corporation", "subscriberType": "LLC", "taxStatus": null, "legalFormOfEntity": "LLC", "citizenshipCountryIsoCode": null, "domicileCountryIsoCode": null, "organizedUnderLawsOf": null, "investorStatus": "US", "domicileState": null }, "principalPlaceOfBusiness": { "countryIsoCode": "US", "stateCode": null }, "eligibility": { "employeeEligible": null, "friendsFamily": false, "generalPartner": false, "limitedPartner": false, "partner": null, "proxyInvestor": false }, "frozen": { "status": false, "effectiveDate": null, "notes": null }, "finra": null, "erisa": { "type": "N/A", "percent": null, "benefitPlanEmployee": null, "benefitPlanIndividual": null }, "attributes": [], "currency": "", "custody": "", "accountInformationClassification": null, "initialFundingMethod": "", "investmentCapacity": "", "accountStatus": "", "reporting": null, "billing": null, "reconciliation": null, "repatriateIncome": "", "deliverVsPayment": null, "multiCurrencyAccount": "", "directedBroker": null, "bankHoldingCompany": false } ], "paging": { "cursors": { "before": "MjI4AbE=", "after": "NDg5ZXY=", "max": "MBCyNDk4", "last": "MTU2Higz", "resultCount": 25 }, "totalCount": 1025, "limit": 25, "previous": null, "next": "https://api.seic.com/v2/investors/standard?after=NDg5ZXY%3D&limit=25", "self": "https://api.seic.com/v2/investors/standard", "first": "https://api.seic.com/v2/investors/standard?limit=25", "last": "https://api.seic.com/v2/investors/standard?after=MTU2Higz&limit=25" } }
Standard
GET
/standard
Returns the standard set of attributes of an Investor, including Investor legal name, unique identifier, address, tax and other identifying information.
Name | Description | Data Type | Required |
---|---|---|---|
externalId |
The client specific or external identifier that represents the product, fund, contact, investor, 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 records. |
string |
|
alternateId |
Alternate identifier. Typically used when integrating between systems. |
string |
|
active |
Designates whether the investor is active ("true") or inactive ("false"). |
boolean |
|
changeStartDate |
Last change start date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts modified on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
string |
|
changeEndDate |
Last change end date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts modified on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
string |
|
createStartDate |
Created start date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts created on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
string |
|
createEndDate |
Created end date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts created on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
string |
|
fundInvestorExternalId |
Business identifier for the investor fund relationship recognized by a third party system or application. Many times the fund investor external ID is used to synchronize SEI sourced data with another data source for the same record. This field is not required to be unique. |
string |
|
addressType |
An investor may have up to three addresses tracked for different purposes. A full list of investor address types can be obtained through the Lists API. |
string |
|
erisaType |
ERISA status of investors as indicated on subscription document. |
string |
|
section |
One or more sections can be specified to limit the fields returned in a response. Passing one or more sections will exclude other sections from being included in the response. If no sections are passed, the response will include all available fields. Can be individual or multiple delimited by a comma. Value options are "address", "eligibility", "erisa", "finra", "frozen", "name", "PII", "principalPlaceOfBusiness" "tax". Passing one of these sections will exclude the other sections from being included in the response. If no sections are passed, the response will include all fields. |
string |
|
limit |
Number of records per page. Many responses have a maximum of 50 records per page. |
integer |
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
access_token value obtained from the Token endpoint.This is passed as "Bearer access_token" |
string |
|
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
string |
|
countryIsoCode |
ISO country code ISO 3166-1 alpha-2 code format. |
string |
|
postalCode |
The postal code of the investor's legal address. |
string |
-
CodeDescription
-
200
OK- The request has succeeded and the response has been returned.
-
400
Bad request - The server cannot or will not process the request due to an inaccurate request submitted by the client application. Please resubmit the request after making the required corrections indicated in the error response. For more Info on SEI Error Standards please refer to the API Standards FAQ under Support.
-
401
Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.
-
403
Forbidden-The SEI Server understood the request but refuses to fulfill it.
-
404
Not Found- The requested resource or the underlying resource does not exist. Please resubmit the request after making the required corrections
-
500
Internal Server Error - The server was unable to fulfill the request due to an unknown condition. Please contact SEI for support. For More Info please refer to the "Response & Errors" FAQ under support.
externalId |
The client specific or external identifier that represents the product, fund, contact, investor, 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 records. |
alternateId |
Alternate identifier. Typically used when integrating between systems. |
active |
Designates whether the investor is active ("true") or inactive ("false"). |
changeStartDate |
Last change start date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts modified on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
changeEndDate |
Last change end date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts modified on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
createStartDate |
Created start date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts created on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
createEndDate |
Created end date for the investor. Required date format yyyy-MM-ddTHH:mm:ss.SSS. Can be used to target contacts created on, since or between specified datetime. Date only can also be accepted. Datetime is Eastern Standard Time (EST). |
fundInvestorExternalId |
Business identifier for the investor fund relationship recognized by a third party system or application. Many times the fund investor external ID is used to synchronize SEI sourced data with another data source for the same record. This field is not required to be unique. |
addressType |
An investor may have up to three addresses tracked for different purposes. A full list of investor address types can be obtained through the Lists API. |
erisaType |
ERISA status of investors as indicated on subscription document. |
section |
One or more sections can be specified to limit the fields returned in a response. Passing one or more sections will exclude other sections from being included in the response. If no sections are passed, the response will include all available fields. Can be individual or multiple delimited by a comma. Value options are "address", "eligibility", "erisa", "finra", "frozen", "name", "PII", "principalPlaceOfBusiness" "tax". Passing one of these sections will exclude the other sections from being included in the response. If no sections are passed, the response will include all fields. |
limit |
Number of records per page. Many responses have a maximum of 50 records per page. |
Authorization |
access_token value obtained from the Token endpoint.This is passed as "Bearer access_token" |
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
countryIsoCode |
ISO country code ISO 3166-1 alpha-2 code format. |
postalCode |
The postal code of the investor's legal address. |
Request Body
Working...