Retrieve account related unique identifiers and data points from SEI's KYC system.
Accounts
GET
/accounts
Name | Description | Data Type | Required |
---|---|---|---|
externalId |
Unique business identifier that represents a contact, investor, product, transaction or alternate entity recognized by SEI and a third party system or application. |
string |
|
alternateId |
Alternate identifier. This is a secondary identifier typically used when integrating between systems. |
string |
|
active |
Designates whether the record is active or inactive. |
boolean |
|
changeStartDate |
Last modified start date for the record in ISO 8601 format YYYY-MM-DD. Can be used to target records modified on, since or between specified datetime. Date only is accepted and assumes a time of 00:00:00:0000. Datetime is Eastern Standard Time (EST). |
string |
|
changeEndDate |
Last modified end date for the record in ISO 8601 format YYYY-MM-DD. Can be used to target records modified on, since or between specified datetime. Date only is accepted and assumes a time of 23:59:59:9999. Datetime is Eastern Standard Time (EST). |
string |
|
createStartDate |
Last created start date for the record in ISO 8601 UTC format. Can be used to target records modified on, since or between specified datetime. Date only can be accepted and assumes a time of 00:00:00:0000. Datetime is Eastern Standard Time (EST). |
string |
|
createEndDate |
Last created end date for the record in ISO 8601 UTC format. Can be used to target records modified on, since or between specified datetime. Date only can be accepted and assumes a time of 00:00:00:0000. Datetime is Eastern Standard Time (EST). |
string |
|
fundInvestorExternalId |
Business identifier for the investor fund relationship recognized by a third party system or application. |
string |
|
addressType |
An investor may have up to three addresses. Address type value options are "Legal", "Mailing" or "Tax." |
string |
|
erisaType |
ERISA status of investors as indicated on subscription document. |
string |
|
allowable |
Indicates the allowable currencies for the account. |
string |
|
section |
One or more sections can be specified to limit the fields returned in a response. Value options are "address", "eligibility", "erisa", "finra", "frozen", "name", "PII", "principalPlaceOfBusiness" "tax". 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. |
string |
|
firstName |
The first name for the financial advisor, investor, manager or contact or third party |
string |
|
lastName |
The last name for the financial advisor, investor, manager or contact or third party |
string |
|
grandfathered403B |
Indicates whether the account is exempt from minimum distribution rules. |
boolean |
|
domicileState |
The state that is considered the permanent place of residence. |
string |
|
referralSource |
Where the account was referred from. |
string |
|
accountPurpose |
Represents why the customer is opening the account. |
string |
|
accountActivity |
Indicates the method through which funds are exchanged with the account. |
string |
|
nextAdminReview |
Next admin review date of the account. |
string |
|
nextInvestmentReview |
Next investment date of the account. |
string |
|
requiredReview |
Required review type of the account. |
string |
|
lastAdminReview |
Last admin review date of the account. |
string |
|
lastInvestmentReview |
Last investment review date of the account. |
string |
|
vatEligible |
Indicates whether value-added tax is applied to the account |
boolean |
|
eligibleForShortTermRedemptionFee |
Indicates if the account is eligible for a short term redemption. |
boolean |
|
sourceOfFunds |
Indicates the method by which the account is funded. |
string |
|
primaryTaxIdType |
Primary TaxIdType of the account. Tax ID can be of type SSN, EIN, or Other. |
string |
|
secondaryTaxIdType |
Secondary TaxIdType of the account. Tax ID can be of type SSN, EIN, or Other. |
string |
|
bankHoldingCompany |
Indicates whether the account belongs to a Bank Holding Company. |
boolean |
|
inheritedBySpouse |
Indicate whether an inherited account was inherited by the spouse of the decedent. |
boolean |
|
employeeInfoSharing |
This field is required when Grandfathered 403B is checked off. |
boolean |
|
firmCapacity |
Firm Capacity defines the Firm's responsibility to the Account. |
string |
|
riskRating |
Risk Rating indicates the risk tolerance the client has specified for the account |
string |
|
limit |
Number of records per page (default 25). |
integer |
|
encoded |
Denotes whether cursor query parameters are encoded (default true). |
boolean |
|
validateRequest |
A flag to enable/disable request validation. |
boolean |
|
countryIsoCode |
ISO country code ISO 3166-1 alpha-2 code format. |
string |
|
postalCode |
Postal code of the investor's address. |
string |
|
fxOrderProcessing |
Denotes whether order processing is true/false. |
boolean |
|
OverrideTransactionSettlementCurrency |
Denotes whether Override Taxation Currency is true/false. |
boolean |
|
estateInceptionDt |
Indicates the date on which the estate was started. |
string |
|
trustAgreementDt |
Indicates the date on which the trust was started. |
string |
|
fundDispositionMethod |
Indicates Fund Disposition Method. |
string |
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 |
-
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 |
Unique business identifier that represents a contact, investor, product, transaction or alternate entity recognized by SEI and a third party system or application. |
alternateId |
Alternate identifier. This is a secondary identifier typically used when integrating between systems. |
active |
Designates whether the record is active or inactive. |
changeStartDate |
Last modified start date for the record in ISO 8601 format YYYY-MM-DD. Can be used to target records modified on, since or between specified datetime. Date only is accepted and assumes a time of 00:00:00:0000. Datetime is Eastern Standard Time (EST). |
changeEndDate |
Last modified end date for the record in ISO 8601 format YYYY-MM-DD. Can be used to target records modified on, since or between specified datetime. Date only is accepted and assumes a time of 23:59:59:9999. Datetime is Eastern Standard Time (EST). |
createStartDate |
Last created start date for the record in ISO 8601 UTC format. Can be used to target records modified on, since or between specified datetime. Date only can be accepted and assumes a time of 00:00:00:0000. Datetime is Eastern Standard Time (EST). |
createEndDate |
Last created end date for the record in ISO 8601 UTC format. Can be used to target records modified on, since or between specified datetime. Date only can be accepted and assumes a time of 00:00:00:0000. Datetime is Eastern Standard Time (EST). |
fundInvestorExternalId |
Business identifier for the investor fund relationship recognized by a third party system or application. |
addressType |
An investor may have up to three addresses. Address type value options are "Legal", "Mailing" or "Tax." |
erisaType |
ERISA status of investors as indicated on subscription document. |
allowable |
Indicates the allowable currencies for the account. |
section |
One or more sections can be specified to limit the fields returned in a response. Value options are "address", "eligibility", "erisa", "finra", "frozen", "name", "PII", "principalPlaceOfBusiness" "tax". 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. |
firstName |
The first name for the financial advisor, investor, manager or contact or third party |
lastName |
The last name for the financial advisor, investor, manager or contact or third party |
grandfathered403B |
Indicates whether the account is exempt from minimum distribution rules. |
domicileState |
The state that is considered the permanent place of residence. |
referralSource |
Where the account was referred from. |
accountPurpose |
Represents why the customer is opening the account. |
accountActivity |
Indicates the method through which funds are exchanged with the account. |
nextAdminReview |
Next admin review date of the account. |
nextInvestmentReview |
Next investment date of the account. |
requiredReview |
Required review type of the account. |
lastAdminReview |
Last admin review date of the account. |
lastInvestmentReview |
Last investment review date of the account. |
vatEligible |
Indicates whether value-added tax is applied to the account |
eligibleForShortTermRedemptionFee |
Indicates if the account is eligible for a short term redemption. |
sourceOfFunds |
Indicates the method by which the account is funded. |
primaryTaxIdType |
Primary TaxIdType of the account. Tax ID can be of type SSN, EIN, or Other. |
secondaryTaxIdType |
Secondary TaxIdType of the account. Tax ID can be of type SSN, EIN, or Other. |
bankHoldingCompany |
Indicates whether the account belongs to a Bank Holding Company. |
inheritedBySpouse |
Indicate whether an inherited account was inherited by the spouse of the decedent. |
employeeInfoSharing |
This field is required when Grandfathered 403B is checked off. |
firmCapacity |
Firm Capacity defines the Firm's responsibility to the Account. |
riskRating |
Risk Rating indicates the risk tolerance the client has specified for the account |
limit |
Number of records per page (default 25). |
encoded |
Denotes whether cursor query parameters are encoded (default true). |
validateRequest |
A flag to enable/disable request validation. |
countryIsoCode |
ISO country code ISO 3166-1 alpha-2 code format. |
postalCode |
Postal code of the investor's address. |
fxOrderProcessing |
Denotes whether order processing is true/false. |
OverrideTransactionSettlementCurrency |
Denotes whether Override Taxation Currency is true/false. |
estateInceptionDt |
Indicates the date on which the estate was started. |
trustAgreementDt |
Indicates the date on which the trust was started. |
fundDispositionMethod |
Indicates Fund Disposition Method. |
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. |
Request Body
Working...
Accounts
GET
/accounts
Name | Description | Data Type | Required |
---|---|---|---|
externalId |
Unique business identifier that represents a contact, investor, product, transaction or alternate entity recognized by SEI and a third party system or application. |
string |
|
alternateId |
Alternate identifier. This is a secondary identifier typically used when integrating between systems. |
string |
|
active |
Designates whether the record is active or inactive. |
boolean |
|
changeStartDate |
Last modified start date for the record in ISO 8601 format YYYY-MM-DD. Can be used to target records modified on, since or between specified datetime. Date only is accepted and assumes a time of 00:00:00:0000. Datetime is Eastern Standard Time (EST). |
string |
|
changeEndDate |
Last modified end date for the record in ISO 8601 format YYYY-MM-DD. Can be used to target records modified on, since or between specified datetime. Date only is accepted and assumes a time of 23:59:59:9999. Datetime is Eastern Standard Time (EST). |
string |
|
createStartDate |
Last created start date for the record in ISO 8601 UTC format. Can be used to target records modified on, since or between specified datetime. Date only can be accepted and assumes a time of 00:00:00:0000. Datetime is Eastern Standard Time (EST). |
string |
|
createEndDate |
Last created end date for the record in ISO 8601 UTC format. Can be used to target records modified on, since or between specified datetime. Date only can be accepted and assumes a time of 00:00:00:0000. Datetime is Eastern Standard Time (EST). |
string |
|
fundInvestorExternalId |
Business identifier for the investor fund relationship recognized by a third party system or application. |
string |
|
addressType |
An investor may have up to three addresses. Address type value options are "Legal", "Mailing" or "Tax." |
string |
|
erisaType |
ERISA status of investors as indicated on subscription document. |
string |
|
allowable |
Indicates the allowable currencies for the account. |
string |
|
section |
One or more sections can be specified to limit the fields returned in a response. Value options are "address", "eligibility", "erisa", "finra", "frozen", "name", "PII", "principalPlaceOfBusiness" "tax". 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. |
string |
|
firstName |
The first name for the financial advisor, investor, manager or contact or third party |
string |
|
lastName |
The last name for the financial advisor, investor, manager or contact or third party |
string |
|
grandfathered403B |
Indicates whether the account is exempt from minimum distribution rules. |
boolean |
|
domicileState |
The state that is considered the permanent place of residence. |
string |
|
referralSource |
Where the account was referred from. |
string |
|
accountPurpose |
Represents why the customer is opening the account. |
string |
|
accountActivity |
Indicates the method through which funds are exchanged with the account. |
string |
|
nextAdminReview |
Next admin review date of the account. |
string |
|
nextInvestmentReview |
Next investment date of the account. |
string |
|
requiredReview |
Required review type of the account. |
string |
|
lastAdminReview |
Last admin review date of the account. |
string |
|
lastInvestmentReview |
Last investment review date of the account. |
string |
|
vatEligible |
Indicates whether value-added tax is applied to the account |
boolean |
|
eligibleForShortTermRedemptionFee |
Indicates if the account is eligible for a short term redemption. |
boolean |
|
sourceOfFunds |
Indicates the method by which the account is funded. |
string |
|
primaryTaxIdType |
Primary TaxIdType of the account. Tax ID can be of type SSN, EIN, or Other. |
string |
|
secondaryTaxIdType |
Secondary TaxIdType of the account. Tax ID can be of type SSN, EIN, or Other. |
string |
|
bankHoldingCompany |
Indicates whether the account belongs to a Bank Holding Company. |
boolean |
|
inheritedBySpouse |
Indicate whether an inherited account was inherited by the spouse of the decedent. |
boolean |
|
employeeInfoSharing |
This field is required when Grandfathered 403B is checked off. |
boolean |
|
firmCapacity |
Firm Capacity defines the Firm's responsibility to the Account. |
string |
|
riskRating |
Risk Rating indicates the risk tolerance the client has specified for the account |
string |
|
limit |
Number of records per page (default 25). |
integer |
|
encoded |
Denotes whether cursor query parameters are encoded (default true). |
boolean |
|
validateRequest |
A flag to enable/disable request validation. |
boolean |
|
countryIsoCode |
ISO country code ISO 3166-1 alpha-2 code format. |
string |
|
postalCode |
Postal code of the investor's address. |
string |
|
fxOrderProcessing |
Denotes whether order processing is true/false. |
boolean |
|
OverrideTransactionSettlementCurrency |
Denotes whether Override Taxation Currency is true/false. |
boolean |
|
estateInceptionDt |
Indicates the date on which the estate was started. |
string |
|
trustAgreementDt |
Indicates the date on which the trust was started. |
string |
|
fundDispositionMethod |
Indicates Fund Disposition Method. |
string |
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 |
-
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 |
Unique business identifier that represents a contact, investor, product, transaction or alternate entity recognized by SEI and a third party system or application. |
alternateId |
Alternate identifier. This is a secondary identifier typically used when integrating between systems. |
active |
Designates whether the record is active or inactive. |
changeStartDate |
Last modified start date for the record in ISO 8601 format YYYY-MM-DD. Can be used to target records modified on, since or between specified datetime. Date only is accepted and assumes a time of 00:00:00:0000. Datetime is Eastern Standard Time (EST). |
changeEndDate |
Last modified end date for the record in ISO 8601 format YYYY-MM-DD. Can be used to target records modified on, since or between specified datetime. Date only is accepted and assumes a time of 23:59:59:9999. Datetime is Eastern Standard Time (EST). |
createStartDate |
Last created start date for the record in ISO 8601 UTC format. Can be used to target records modified on, since or between specified datetime. Date only can be accepted and assumes a time of 00:00:00:0000. Datetime is Eastern Standard Time (EST). |
createEndDate |
Last created end date for the record in ISO 8601 UTC format. Can be used to target records modified on, since or between specified datetime. Date only can be accepted and assumes a time of 00:00:00:0000. Datetime is Eastern Standard Time (EST). |
fundInvestorExternalId |
Business identifier for the investor fund relationship recognized by a third party system or application. |
addressType |
An investor may have up to three addresses. Address type value options are "Legal", "Mailing" or "Tax." |
erisaType |
ERISA status of investors as indicated on subscription document. |
allowable |
Indicates the allowable currencies for the account. |
section |
One or more sections can be specified to limit the fields returned in a response. Value options are "address", "eligibility", "erisa", "finra", "frozen", "name", "PII", "principalPlaceOfBusiness" "tax". 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. |
firstName |
The first name for the financial advisor, investor, manager or contact or third party |
lastName |
The last name for the financial advisor, investor, manager or contact or third party |
grandfathered403B |
Indicates whether the account is exempt from minimum distribution rules. |
domicileState |
The state that is considered the permanent place of residence. |
referralSource |
Where the account was referred from. |
accountPurpose |
Represents why the customer is opening the account. |
accountActivity |
Indicates the method through which funds are exchanged with the account. |
nextAdminReview |
Next admin review date of the account. |
nextInvestmentReview |
Next investment date of the account. |
requiredReview |
Required review type of the account. |
lastAdminReview |
Last admin review date of the account. |
lastInvestmentReview |
Last investment review date of the account. |
vatEligible |
Indicates whether value-added tax is applied to the account |
eligibleForShortTermRedemptionFee |
Indicates if the account is eligible for a short term redemption. |
sourceOfFunds |
Indicates the method by which the account is funded. |
primaryTaxIdType |
Primary TaxIdType of the account. Tax ID can be of type SSN, EIN, or Other. |
secondaryTaxIdType |
Secondary TaxIdType of the account. Tax ID can be of type SSN, EIN, or Other. |
bankHoldingCompany |
Indicates whether the account belongs to a Bank Holding Company. |
inheritedBySpouse |
Indicate whether an inherited account was inherited by the spouse of the decedent. |
employeeInfoSharing |
This field is required when Grandfathered 403B is checked off. |
firmCapacity |
Firm Capacity defines the Firm's responsibility to the Account. |
riskRating |
Risk Rating indicates the risk tolerance the client has specified for the account |
limit |
Number of records per page (default 25). |
encoded |
Denotes whether cursor query parameters are encoded (default true). |
validateRequest |
A flag to enable/disable request validation. |
countryIsoCode |
ISO country code ISO 3166-1 alpha-2 code format. |
postalCode |
Postal code of the investor's address. |
fxOrderProcessing |
Denotes whether order processing is true/false. |
OverrideTransactionSettlementCurrency |
Denotes whether Override Taxation Currency is true/false. |
estateInceptionDt |
Indicates the date on which the estate was started. |
trustAgreementDt |
Indicates the date on which the trust was started. |
fundDispositionMethod |
Indicates Fund Disposition Method. |
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. |
Request Body
Working...
Pass the oAuth Token and the App key to invoke this endpoint for a particular application.
Accounts
GET
/accounts
Name | Description | Data Type | Required |
---|---|---|---|
externalId |
Unique business identifier that represents a contact, investor, product, transaction or alternate entity recognized by SEI and a third party system or application. |
string |
|
alternateId |
Alternate identifier. This is a secondary identifier typically used when integrating between systems. |
string |
|
active |
Designates whether the record is active or inactive. |
boolean |
|
changeStartDate |
Last modified start date for the record in ISO 8601 format YYYY-MM-DD. Can be used to target records modified on, since or between specified datetime. Date only is accepted and assumes a time of 00:00:00:0000. Datetime is Eastern Standard Time (EST). |
string |
|
changeEndDate |
Last modified end date for the record in ISO 8601 format YYYY-MM-DD. Can be used to target records modified on, since or between specified datetime. Date only is accepted and assumes a time of 23:59:59:9999. Datetime is Eastern Standard Time (EST). |
string |
|
createStartDate |
Last created start date for the record in ISO 8601 UTC format. Can be used to target records modified on, since or between specified datetime. Date only can be accepted and assumes a time of 00:00:00:0000. Datetime is Eastern Standard Time (EST). |
string |
|
createEndDate |
Last created end date for the record in ISO 8601 UTC format. Can be used to target records modified on, since or between specified datetime. Date only can be accepted and assumes a time of 00:00:00:0000. Datetime is Eastern Standard Time (EST). |
string |
|
fundInvestorExternalId |
Business identifier for the investor fund relationship recognized by a third party system or application. |
string |
|
addressType |
An investor may have up to three addresses. Address type value options are "Legal", "Mailing" or "Tax." |
string |
|
erisaType |
ERISA status of investors as indicated on subscription document. |
string |
|
allowable |
Indicates the allowable currencies for the account. |
string |
|
section |
One or more sections can be specified to limit the fields returned in a response. Value options are "address", "eligibility", "erisa", "finra", "frozen", "name", "PII", "principalPlaceOfBusiness" "tax". 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. |
string |
|
firstName |
The first name for the financial advisor, investor, manager or contact or third party |
string |
|
lastName |
The last name for the financial advisor, investor, manager or contact or third party |
string |
|
grandfathered403B |
Indicates whether the account is exempt from minimum distribution rules. |
boolean |
|
domicileState |
The state that is considered the permanent place of residence. |
string |
|
referralSource |
Where the account was referred from. |
string |
|
accountPurpose |
Represents why the customer is opening the account. |
string |
|
accountActivity |
Indicates the method through which funds are exchanged with the account. |
string |
|
nextAdminReview |
Next admin review date of the account. |
string |
|
nextInvestmentReview |
Next investment date of the account. |
string |
|
requiredReview |
Required review type of the account. |
string |
|
lastAdminReview |
Last admin review date of the account. |
string |
|
lastInvestmentReview |
Last investment review date of the account. |
string |
|
vatEligible |
Indicates whether value-added tax is applied to the account |
boolean |
|
eligibleForShortTermRedemptionFee |
Indicates if the account is eligible for a short term redemption. |
boolean |
|
sourceOfFunds |
Indicates the method by which the account is funded. |
string |
|
primaryTaxIdType |
Primary TaxIdType of the account. Tax ID can be of type SSN, EIN, or Other. |
string |
|
secondaryTaxIdType |
Secondary TaxIdType of the account. Tax ID can be of type SSN, EIN, or Other. |
string |
|
bankHoldingCompany |
Indicates whether the account belongs to a Bank Holding Company. |
boolean |
|
inheritedBySpouse |
Indicate whether an inherited account was inherited by the spouse of the decedent. |
boolean |
|
employeeInfoSharing |
This field is required when Grandfathered 403B is checked off. |
boolean |
|
firmCapacity |
Firm Capacity defines the Firm's responsibility to the Account. |
string |
|
riskRating |
Risk Rating indicates the risk tolerance the client has specified for the account |
string |
|
limit |
Number of records per page (default 25). |
integer |
|
encoded |
Denotes whether cursor query parameters are encoded (default true). |
boolean |
|
validateRequest |
A flag to enable/disable request validation. |
boolean |
|
countryIsoCode |
ISO country code ISO 3166-1 alpha-2 code format. |
string |
|
postalCode |
Postal code of the investor's address. |
string |
|
fxOrderProcessing |
Denotes whether order processing is true/false. |
boolean |
|
OverrideTransactionSettlementCurrency |
Denotes whether Override Taxation Currency is true/false. |
boolean |
|
estateInceptionDt |
Indicates the date on which the estate was started. |
string |
|
trustAgreementDt |
Indicates the date on which the trust was started. |
string |
|
fundDispositionMethod |
Indicates Fund Disposition Method. |
string |
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 |
-
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 |
Unique business identifier that represents a contact, investor, product, transaction or alternate entity recognized by SEI and a third party system or application. |
alternateId |
Alternate identifier. This is a secondary identifier typically used when integrating between systems. |
active |
Designates whether the record is active or inactive. |
changeStartDate |
Last modified start date for the record in ISO 8601 format YYYY-MM-DD. Can be used to target records modified on, since or between specified datetime. Date only is accepted and assumes a time of 00:00:00:0000. Datetime is Eastern Standard Time (EST). |
changeEndDate |
Last modified end date for the record in ISO 8601 format YYYY-MM-DD. Can be used to target records modified on, since or between specified datetime. Date only is accepted and assumes a time of 23:59:59:9999. Datetime is Eastern Standard Time (EST). |
createStartDate |
Last created start date for the record in ISO 8601 UTC format. Can be used to target records modified on, since or between specified datetime. Date only can be accepted and assumes a time of 00:00:00:0000. Datetime is Eastern Standard Time (EST). |
createEndDate |
Last created end date for the record in ISO 8601 UTC format. Can be used to target records modified on, since or between specified datetime. Date only can be accepted and assumes a time of 00:00:00:0000. Datetime is Eastern Standard Time (EST). |
fundInvestorExternalId |
Business identifier for the investor fund relationship recognized by a third party system or application. |
addressType |
An investor may have up to three addresses. Address type value options are "Legal", "Mailing" or "Tax." |
erisaType |
ERISA status of investors as indicated on subscription document. |
allowable |
Indicates the allowable currencies for the account. |
section |
One or more sections can be specified to limit the fields returned in a response. Value options are "address", "eligibility", "erisa", "finra", "frozen", "name", "PII", "principalPlaceOfBusiness" "tax". 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. |
firstName |
The first name for the financial advisor, investor, manager or contact or third party |
lastName |
The last name for the financial advisor, investor, manager or contact or third party |
grandfathered403B |
Indicates whether the account is exempt from minimum distribution rules. |
domicileState |
The state that is considered the permanent place of residence. |
referralSource |
Where the account was referred from. |
accountPurpose |
Represents why the customer is opening the account. |
accountActivity |
Indicates the method through which funds are exchanged with the account. |
nextAdminReview |
Next admin review date of the account. |
nextInvestmentReview |
Next investment date of the account. |
requiredReview |
Required review type of the account. |
lastAdminReview |
Last admin review date of the account. |
lastInvestmentReview |
Last investment review date of the account. |
vatEligible |
Indicates whether value-added tax is applied to the account |
eligibleForShortTermRedemptionFee |
Indicates if the account is eligible for a short term redemption. |
sourceOfFunds |
Indicates the method by which the account is funded. |
primaryTaxIdType |
Primary TaxIdType of the account. Tax ID can be of type SSN, EIN, or Other. |
secondaryTaxIdType |
Secondary TaxIdType of the account. Tax ID can be of type SSN, EIN, or Other. |
bankHoldingCompany |
Indicates whether the account belongs to a Bank Holding Company. |
inheritedBySpouse |
Indicate whether an inherited account was inherited by the spouse of the decedent. |
employeeInfoSharing |
This field is required when Grandfathered 403B is checked off. |
firmCapacity |
Firm Capacity defines the Firm's responsibility to the Account. |
riskRating |
Risk Rating indicates the risk tolerance the client has specified for the account |
limit |
Number of records per page (default 25). |
encoded |
Denotes whether cursor query parameters are encoded (default true). |
validateRequest |
A flag to enable/disable request validation. |
countryIsoCode |
ISO country code ISO 3166-1 alpha-2 code format. |
postalCode |
Postal code of the investor's address. |
fxOrderProcessing |
Denotes whether order processing is true/false. |
OverrideTransactionSettlementCurrency |
Denotes whether Override Taxation Currency is true/false. |
estateInceptionDt |
Indicates the date on which the estate was started. |
trustAgreementDt |
Indicates the date on which the trust was started. |
fundDispositionMethod |
Indicates Fund Disposition Method. |
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. |
Request Body
Working...
curl -X GET \ 'https://api.seic.com/v1/accounts' \ -H 'Authorization: Bearer ADsgdnnkjnfdIKJN' \ -H 'AppKey: gsedgaerhDSHGRSH'
Authorization: Bearer ADsgdnnkjnfdIKJN
AppKey: gsedgaerhDSHGRSH
Content-Type: application/json
Status: 200 OK
requesttrackingid: 67e1ff68-164f-03ad-0f2d-5cbbfda56ec9
{
"data": [
{
"externalId": "100-1000",
"alternateId": null,
"fullName": "ACCT_100",
"fundInvestorExternalId": [
"1000012340"
],
"changeDate": "2021-10-01T12:33:33.333",
"createDate": "2021-10-01T10:33:33.333",
"entityType": "Entity",
"investorMasterExternalId": null,
"systemIdentifier": [
{
"name": "Account",
"value": "123545"
}
],
"custodyType": "Internal",
"status": "Open",
"classification": "Agency",
"subClassification": "Agent for Corporation",
"legalEntity": " ",
"secondaryId": null,
"type": "Investment Account",
"subType": "Investment Account",
"accountSourceOfFunds": "",
"active": true,
"tax": {
"primaryTaxId": null,
"primaryTaxIdType": "",
"secondaryTaxId": null,
"secondaryTaxIdType": "",
"foreignTaxId": null,
"k1TaxId": null,
"status": "US Taxable"
},
"pii": {
"prefix": "",
"suffix": "",
"firstName": "",
"middleName": null,
"lastName": null,
"fullName": null,
"abbreviatedLine1": "Partners Inc",
"abbreviatedLine2": null,
"dateOfBirth": null
},
"fiscalYearEndDate": null,
"inceptionDate": "2019-01-01T00:00:00",
"performanceInceptionDate": null,
"firstTradeDate": null,
"fundingDate": null,
"closingDate": null,
"estateInceptionDate": null,
"trustAgreementDate": null,
"wealth": {
"baseCurrency": "USD",
"multiCurrencyAccount": "",
"allowableCurrencies": [
"USD"
],
"preferredSettlementCurrency": "USD",
"currencyDispositionMethod": "First In First Out",
"securityDispositionMethod": "Minimize Gain",
"fundDispositionMethod": "Minimize Gain",
"initialFundingMethod": "",
"investmentCapacity": "Discretionary",
"capacityType": "Agent",
"riskRating": "Medium",
"investmentObjective": "Balanced",
"accountQualifier": "",
"overdraftAllowed": true,
"brokerageAccount": false,
"overdraftOverride": null,
"grandfathered403B": null
},
"billing": {
"dueBy": "",
"feeDeliveryMethod": "",
"feeCalculationId": "",
"feeCalculationMethod": "",
"feeFrequency": "",
"feeCalculationDate": "",
"prorateIndividualTransactions": "",
"quarter": "",
"vatEligible": false,
"shortTermRedemptionFeeEligible": false
},
"performance": {
"required": "Yes",
"primaryBenchmark": null,
"secondaryBenchmark": null,
"tertiaryBenchmark": null
},
"reconciliation": {
"type": "",
"frequency": "",
"accessLevel": "",
"repatriateIncome": ""
},
"reporting": {
"frequency": "",
"performanceDueDate": "",
"performancePackageName": "",
"period": "",
"requiredReviewType": "Both Administrative and Investment Review",
"nextAdminReviewDate": "2025-11-25T00:00:00",
"nextInvestmentReviewDate": "2022-11-27T00:00:00",
"lastAdminReviewDate": null,
"lastInvestmentReviewDate": null
},
"trading": {
"mutualFundReinvestmentOption": "Cash",
"cashSweepDefaultReinvestmentOption": "Cash",
"deliveryVsPaymentAccountType": "",
"deliveryVsPaymentAccountNumber": null,
"deliveryVsPaymentDirectedBroker": null,
"directedBrokerName": null,
"foreignExchangeOrderProcessing": false,
"overrideTransactionSettlementCurrency": true,
"allowed": null
},
"alternatives": {
"legalFormType": "Other",
"registeredFundAcknowledgement": false,
"slots": 1,
"registeredFundAffiliatedPerson": false,
"countryofReceiptPPM": null,
"registeredFundName": null,
"countryofSignatureSubDoc": null,
"regulationDBadActorCertification": true,
"organizedUnderLawsOf": null,
"regulationDDescription": null,
"usGovernmentEntityStatus": "Yes",
"usAccountStatus": "US",
"governmentEntityName": null,
"substantialOwnedGovernmentEntityName": null,
"canadianAccountCertification": false,
"amlRiskType": 2,
"payPlayRep": "Yes",
"seniorPoliticalFigure": 2,
"seniorFigureName": null,
"usHoldingCompany": null,
"placementAgent": null,
"placementAgentFullName": "",
"placementAgentPaymentInfo": ""
},
"additionalInfo": {
"placeOfBirth": null,
"countryOfCitizenship": "US",
"taxType": "",
"subscriberType": "",
"accredited": "",
"qualifiedPurchaser": "",
"principalState": null,
"principalCountry": null,
"domicileState": null,
"domicileCountryIsoCode": "US",
"accountPurpose": "",
"accountActivity": "",
"friendsAndFamily": false,
"shadowAccount": true,
"generalPartner": false,
"eligiblePartner": false,
"inheritedBySpouse": null,
"limitedPartner": false,
"eligibleEmployee": false,
"proxyInvestor": false,
"referredAccount": "No",
"frozenAccount": false,
"frozenEffectiveDate": "10/28/2021 16:35:33",
"frozenNotes": null,
"referredAccountSource": " "
},
"erisa": {
"type": null,
"percent": null,
"benefitPlanEmployee": null,
"benefitPlanIndividual": null
},
"insurance": {
"insurenceCompanyAccount": true,
"zeroPlanAssets": true,
"partialPlanAssets": true,
"percentAssets": 0
},
"finra": {
"rule5130": null,
"rule5130Percent": null,
"rule5131": null,
"rule5131Percent": null,
"rule5131CompanyName": null,
"exemptedEntityStatus": null
},
"pfBeneficialOwnerType": null,
"pfBeneficialOwner": null,
"fatca": {
"preExisitngAccount": false,
"crsExistingAccount": false,
"exclude": false
},
"cpoAndPqr": {
"cpoExcemption": null,
"cpoOther": null,
"cpoStatus": null,
"distributor": false,
"securitiesLendingCollateral": false,
"openProtocoalAccountType": null
},
"aifmdAccountType": null,
"aifmdReverseSolicitationCertificate": false,
"attributes": [
{
"name": "Method",
"value": "1"
}
],
"address": [
{
"type": "Legal",
"attention1": "Legal Att1 - test",
"attention2": "Legal Att2",
"addressLine1": "Legal Add Line1",
"addressLine2": "Legal Add Line2",
"addressLine3": "Legal Add Line3",
"addressLine4": "Legal Add Line4",
"city": " ",
"stateCode": "PA",
"postalCode": "19456",
"countryIsoCode": "US"
}
],
"investorMaster": null,
"employeeInfoSharing": null,
"globalId": "100000-AAA"
}
],
"paging": {
"cursors": {
"before": "MjE2Mjcy",
"after": "MjE2Mjk2",
"max": "MTIxNTUyMg==",
"last": "MjE2Njcz",
"resultCount": 25
},
"totalCount": 1,
"limit": 25,
"previous": null,
"next": "https://api.seic.com/v1/accounts?after=MjE2Mjk2&limit=25",
"self": "https://api.seic.com/v1/accounts",
"first": "https://api.seic.com/v1/accounts?limit=25",
"last": "https://api.seic.com/v1/accounts?after=MjE2Njcz&limit=25"
}
}
Accounts
GET
/accounts
Name | Description | Data Type | Required |
---|---|---|---|
externalId |
Unique business identifier that represents a contact, investor, product, transaction or alternate entity recognized by SEI and a third party system or application. |
string |
|
alternateId |
Alternate identifier. This is a secondary identifier typically used when integrating between systems. |
string |
|
active |
Designates whether the record is active or inactive. |
boolean |
|
changeStartDate |
Last modified start date for the record in ISO 8601 format YYYY-MM-DD. Can be used to target records modified on, since or between specified datetime. Date only is accepted and assumes a time of 00:00:00:0000. Datetime is Eastern Standard Time (EST). |
string |
|
changeEndDate |
Last modified end date for the record in ISO 8601 format YYYY-MM-DD. Can be used to target records modified on, since or between specified datetime. Date only is accepted and assumes a time of 23:59:59:9999. Datetime is Eastern Standard Time (EST). |
string |
|
createStartDate |
Last created start date for the record in ISO 8601 UTC format. Can be used to target records modified on, since or between specified datetime. Date only can be accepted and assumes a time of 00:00:00:0000. Datetime is Eastern Standard Time (EST). |
string |
|
createEndDate |
Last created end date for the record in ISO 8601 UTC format. Can be used to target records modified on, since or between specified datetime. Date only can be accepted and assumes a time of 00:00:00:0000. Datetime is Eastern Standard Time (EST). |
string |
|
fundInvestorExternalId |
Business identifier for the investor fund relationship recognized by a third party system or application. |
string |
|
addressType |
An investor may have up to three addresses. Address type value options are "Legal", "Mailing" or "Tax." |
string |
|
erisaType |
ERISA status of investors as indicated on subscription document. |
string |
|
allowable |
Indicates the allowable currencies for the account. |
string |
|
section |
One or more sections can be specified to limit the fields returned in a response. Value options are "address", "eligibility", "erisa", "finra", "frozen", "name", "PII", "principalPlaceOfBusiness" "tax". 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. |
string |
|
firstName |
The first name for the financial advisor, investor, manager or contact or third party |
string |
|
lastName |
The last name for the financial advisor, investor, manager or contact or third party |
string |
|
grandfathered403B |
Indicates whether the account is exempt from minimum distribution rules. |
boolean |
|
domicileState |
The state that is considered the permanent place of residence. |
string |
|
referralSource |
Where the account was referred from. |
string |
|
accountPurpose |
Represents why the customer is opening the account. |
string |
|
accountActivity |
Indicates the method through which funds are exchanged with the account. |
string |
|
nextAdminReview |
Next admin review date of the account. |
string |
|
nextInvestmentReview |
Next investment date of the account. |
string |
|
requiredReview |
Required review type of the account. |
string |
|
lastAdminReview |
Last admin review date of the account. |
string |
|
lastInvestmentReview |
Last investment review date of the account. |
string |
|
vatEligible |
Indicates whether value-added tax is applied to the account |
boolean |
|
eligibleForShortTermRedemptionFee |
Indicates if the account is eligible for a short term redemption. |
boolean |
|
sourceOfFunds |
Indicates the method by which the account is funded. |
string |
|
primaryTaxIdType |
Primary TaxIdType of the account. Tax ID can be of type SSN, EIN, or Other. |
string |
|
secondaryTaxIdType |
Secondary TaxIdType of the account. Tax ID can be of type SSN, EIN, or Other. |
string |
|
bankHoldingCompany |
Indicates whether the account belongs to a Bank Holding Company. |
boolean |
|
inheritedBySpouse |
Indicate whether an inherited account was inherited by the spouse of the decedent. |
boolean |
|
employeeInfoSharing |
This field is required when Grandfathered 403B is checked off. |
boolean |
|
firmCapacity |
Firm Capacity defines the Firm's responsibility to the Account. |
string |
|
riskRating |
Risk Rating indicates the risk tolerance the client has specified for the account |
string |
|
limit |
Number of records per page (default 25). |
integer |
|
encoded |
Denotes whether cursor query parameters are encoded (default true). |
boolean |
|
validateRequest |
A flag to enable/disable request validation. |
boolean |
|
countryIsoCode |
ISO country code ISO 3166-1 alpha-2 code format. |
string |
|
postalCode |
Postal code of the investor's address. |
string |
|
fxOrderProcessing |
Denotes whether order processing is true/false. |
boolean |
|
OverrideTransactionSettlementCurrency |
Denotes whether Override Taxation Currency is true/false. |
boolean |
|
estateInceptionDt |
Indicates the date on which the estate was started. |
string |
|
trustAgreementDt |
Indicates the date on which the trust was started. |
string |
|
fundDispositionMethod |
Indicates Fund Disposition Method. |
string |
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 |
-
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 |
Unique business identifier that represents a contact, investor, product, transaction or alternate entity recognized by SEI and a third party system or application. |
alternateId |
Alternate identifier. This is a secondary identifier typically used when integrating between systems. |
active |
Designates whether the record is active or inactive. |
changeStartDate |
Last modified start date for the record in ISO 8601 format YYYY-MM-DD. Can be used to target records modified on, since or between specified datetime. Date only is accepted and assumes a time of 00:00:00:0000. Datetime is Eastern Standard Time (EST). |
changeEndDate |
Last modified end date for the record in ISO 8601 format YYYY-MM-DD. Can be used to target records modified on, since or between specified datetime. Date only is accepted and assumes a time of 23:59:59:9999. Datetime is Eastern Standard Time (EST). |
createStartDate |
Last created start date for the record in ISO 8601 UTC format. Can be used to target records modified on, since or between specified datetime. Date only can be accepted and assumes a time of 00:00:00:0000. Datetime is Eastern Standard Time (EST). |
createEndDate |
Last created end date for the record in ISO 8601 UTC format. Can be used to target records modified on, since or between specified datetime. Date only can be accepted and assumes a time of 00:00:00:0000. Datetime is Eastern Standard Time (EST). |
fundInvestorExternalId |
Business identifier for the investor fund relationship recognized by a third party system or application. |
addressType |
An investor may have up to three addresses. Address type value options are "Legal", "Mailing" or "Tax." |
erisaType |
ERISA status of investors as indicated on subscription document. |
allowable |
Indicates the allowable currencies for the account. |
section |
One or more sections can be specified to limit the fields returned in a response. Value options are "address", "eligibility", "erisa", "finra", "frozen", "name", "PII", "principalPlaceOfBusiness" "tax". 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. |
firstName |
The first name for the financial advisor, investor, manager or contact or third party |
lastName |
The last name for the financial advisor, investor, manager or contact or third party |
grandfathered403B |
Indicates whether the account is exempt from minimum distribution rules. |
domicileState |
The state that is considered the permanent place of residence. |
referralSource |
Where the account was referred from. |
accountPurpose |
Represents why the customer is opening the account. |
accountActivity |
Indicates the method through which funds are exchanged with the account. |
nextAdminReview |
Next admin review date of the account. |
nextInvestmentReview |
Next investment date of the account. |
requiredReview |
Required review type of the account. |
lastAdminReview |
Last admin review date of the account. |
lastInvestmentReview |
Last investment review date of the account. |
vatEligible |
Indicates whether value-added tax is applied to the account |
eligibleForShortTermRedemptionFee |
Indicates if the account is eligible for a short term redemption. |
sourceOfFunds |
Indicates the method by which the account is funded. |
primaryTaxIdType |
Primary TaxIdType of the account. Tax ID can be of type SSN, EIN, or Other. |
secondaryTaxIdType |
Secondary TaxIdType of the account. Tax ID can be of type SSN, EIN, or Other. |
bankHoldingCompany |
Indicates whether the account belongs to a Bank Holding Company. |
inheritedBySpouse |
Indicate whether an inherited account was inherited by the spouse of the decedent. |
employeeInfoSharing |
This field is required when Grandfathered 403B is checked off. |
firmCapacity |
Firm Capacity defines the Firm's responsibility to the Account. |
riskRating |
Risk Rating indicates the risk tolerance the client has specified for the account |
limit |
Number of records per page (default 25). |
encoded |
Denotes whether cursor query parameters are encoded (default true). |
validateRequest |
A flag to enable/disable request validation. |
countryIsoCode |
ISO country code ISO 3166-1 alpha-2 code format. |
postalCode |
Postal code of the investor's address. |
fxOrderProcessing |
Denotes whether order processing is true/false. |
OverrideTransactionSettlementCurrency |
Denotes whether Override Taxation Currency is true/false. |
estateInceptionDt |
Indicates the date on which the estate was started. |
trustAgreementDt |
Indicates the date on which the trust was started. |
fundDispositionMethod |
Indicates Fund Disposition Method. |
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. |
Request Body
Working...
Accounts
GET
/accounts
Name | Description | Data Type | Required |
---|---|---|---|
externalId |
Unique business identifier that represents a contact, investor, product, transaction or alternate entity recognized by SEI and a third party system or application. |
string |
|
alternateId |
Alternate identifier. This is a secondary identifier typically used when integrating between systems. |
string |
|
active |
Designates whether the record is active or inactive. |
boolean |
|
changeStartDate |
Last modified start date for the record in ISO 8601 format YYYY-MM-DD. Can be used to target records modified on, since or between specified datetime. Date only is accepted and assumes a time of 00:00:00:0000. Datetime is Eastern Standard Time (EST). |
string |
|
changeEndDate |
Last modified end date for the record in ISO 8601 format YYYY-MM-DD. Can be used to target records modified on, since or between specified datetime. Date only is accepted and assumes a time of 23:59:59:9999. Datetime is Eastern Standard Time (EST). |
string |
|
createStartDate |
Last created start date for the record in ISO 8601 UTC format. Can be used to target records modified on, since or between specified datetime. Date only can be accepted and assumes a time of 00:00:00:0000. Datetime is Eastern Standard Time (EST). |
string |
|
createEndDate |
Last created end date for the record in ISO 8601 UTC format. Can be used to target records modified on, since or between specified datetime. Date only can be accepted and assumes a time of 00:00:00:0000. Datetime is Eastern Standard Time (EST). |
string |
|
fundInvestorExternalId |
Business identifier for the investor fund relationship recognized by a third party system or application. |
string |
|
addressType |
An investor may have up to three addresses. Address type value options are "Legal", "Mailing" or "Tax." |
string |
|
erisaType |
ERISA status of investors as indicated on subscription document. |
string |
|
allowable |
Indicates the allowable currencies for the account. |
string |
|
section |
One or more sections can be specified to limit the fields returned in a response. Value options are "address", "eligibility", "erisa", "finra", "frozen", "name", "PII", "principalPlaceOfBusiness" "tax". 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. |
string |
|
firstName |
The first name for the financial advisor, investor, manager or contact or third party |
string |
|
lastName |
The last name for the financial advisor, investor, manager or contact or third party |
string |
|
grandfathered403B |
Indicates whether the account is exempt from minimum distribution rules. |
boolean |
|
domicileState |
The state that is considered the permanent place of residence. |
string |
|
referralSource |
Where the account was referred from. |
string |
|
accountPurpose |
Represents why the customer is opening the account. |
string |
|
accountActivity |
Indicates the method through which funds are exchanged with the account. |
string |
|
nextAdminReview |
Next admin review date of the account. |
string |
|
nextInvestmentReview |
Next investment date of the account. |
string |
|
requiredReview |
Required review type of the account. |
string |
|
lastAdminReview |
Last admin review date of the account. |
string |
|
lastInvestmentReview |
Last investment review date of the account. |
string |
|
vatEligible |
Indicates whether value-added tax is applied to the account |
boolean |
|
eligibleForShortTermRedemptionFee |
Indicates if the account is eligible for a short term redemption. |
boolean |
|
sourceOfFunds |
Indicates the method by which the account is funded. |
string |
|
primaryTaxIdType |
Primary TaxIdType of the account. Tax ID can be of type SSN, EIN, or Other. |
string |
|
secondaryTaxIdType |
Secondary TaxIdType of the account. Tax ID can be of type SSN, EIN, or Other. |
string |
|
bankHoldingCompany |
Indicates whether the account belongs to a Bank Holding Company. |
boolean |
|
inheritedBySpouse |
Indicate whether an inherited account was inherited by the spouse of the decedent. |
boolean |
|
employeeInfoSharing |
This field is required when Grandfathered 403B is checked off. |
boolean |
|
firmCapacity |
Firm Capacity defines the Firm's responsibility to the Account. |
string |
|
riskRating |
Risk Rating indicates the risk tolerance the client has specified for the account |
string |
|
limit |
Number of records per page (default 25). |
integer |
|
encoded |
Denotes whether cursor query parameters are encoded (default true). |
boolean |
|
validateRequest |
A flag to enable/disable request validation. |
boolean |
|
countryIsoCode |
ISO country code ISO 3166-1 alpha-2 code format. |
string |
|
postalCode |
Postal code of the investor's address. |
string |
|
fxOrderProcessing |
Denotes whether order processing is true/false. |
boolean |
|
OverrideTransactionSettlementCurrency |
Denotes whether Override Taxation Currency is true/false. |
boolean |
|
estateInceptionDt |
Indicates the date on which the estate was started. |
string |
|
trustAgreementDt |
Indicates the date on which the trust was started. |
string |
|
fundDispositionMethod |
Indicates Fund Disposition Method. |
string |
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 |
-
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 |
Unique business identifier that represents a contact, investor, product, transaction or alternate entity recognized by SEI and a third party system or application. |
alternateId |
Alternate identifier. This is a secondary identifier typically used when integrating between systems. |
active |
Designates whether the record is active or inactive. |
changeStartDate |
Last modified start date for the record in ISO 8601 format YYYY-MM-DD. Can be used to target records modified on, since or between specified datetime. Date only is accepted and assumes a time of 00:00:00:0000. Datetime is Eastern Standard Time (EST). |
changeEndDate |
Last modified end date for the record in ISO 8601 format YYYY-MM-DD. Can be used to target records modified on, since or between specified datetime. Date only is accepted and assumes a time of 23:59:59:9999. Datetime is Eastern Standard Time (EST). |
createStartDate |
Last created start date for the record in ISO 8601 UTC format. Can be used to target records modified on, since or between specified datetime. Date only can be accepted and assumes a time of 00:00:00:0000. Datetime is Eastern Standard Time (EST). |
createEndDate |
Last created end date for the record in ISO 8601 UTC format. Can be used to target records modified on, since or between specified datetime. Date only can be accepted and assumes a time of 00:00:00:0000. Datetime is Eastern Standard Time (EST). |
fundInvestorExternalId |
Business identifier for the investor fund relationship recognized by a third party system or application. |
addressType |
An investor may have up to three addresses. Address type value options are "Legal", "Mailing" or "Tax." |
erisaType |
ERISA status of investors as indicated on subscription document. |
allowable |
Indicates the allowable currencies for the account. |
section |
One or more sections can be specified to limit the fields returned in a response. Value options are "address", "eligibility", "erisa", "finra", "frozen", "name", "PII", "principalPlaceOfBusiness" "tax". 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. |
firstName |
The first name for the financial advisor, investor, manager or contact or third party |
lastName |
The last name for the financial advisor, investor, manager or contact or third party |
grandfathered403B |
Indicates whether the account is exempt from minimum distribution rules. |
domicileState |
The state that is considered the permanent place of residence. |
referralSource |
Where the account was referred from. |
accountPurpose |
Represents why the customer is opening the account. |
accountActivity |
Indicates the method through which funds are exchanged with the account. |
nextAdminReview |
Next admin review date of the account. |
nextInvestmentReview |
Next investment date of the account. |
requiredReview |
Required review type of the account. |
lastAdminReview |
Last admin review date of the account. |
lastInvestmentReview |
Last investment review date of the account. |
vatEligible |
Indicates whether value-added tax is applied to the account |
eligibleForShortTermRedemptionFee |
Indicates if the account is eligible for a short term redemption. |
sourceOfFunds |
Indicates the method by which the account is funded. |
primaryTaxIdType |
Primary TaxIdType of the account. Tax ID can be of type SSN, EIN, or Other. |
secondaryTaxIdType |
Secondary TaxIdType of the account. Tax ID can be of type SSN, EIN, or Other. |
bankHoldingCompany |
Indicates whether the account belongs to a Bank Holding Company. |
inheritedBySpouse |
Indicate whether an inherited account was inherited by the spouse of the decedent. |
employeeInfoSharing |
This field is required when Grandfathered 403B is checked off. |
firmCapacity |
Firm Capacity defines the Firm's responsibility to the Account. |
riskRating |
Risk Rating indicates the risk tolerance the client has specified for the account |
limit |
Number of records per page (default 25). |
encoded |
Denotes whether cursor query parameters are encoded (default true). |
validateRequest |
A flag to enable/disable request validation. |
countryIsoCode |
ISO country code ISO 3166-1 alpha-2 code format. |
postalCode |
Postal code of the investor's address. |
fxOrderProcessing |
Denotes whether order processing is true/false. |
OverrideTransactionSettlementCurrency |
Denotes whether Override Taxation Currency is true/false. |
estateInceptionDt |
Indicates the date on which the estate was started. |
trustAgreementDt |
Indicates the date on which the trust was started. |
fundDispositionMethod |
Indicates Fund Disposition Method. |
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. |
Request Body
Working...
Pass the oAuth Token and the App key to invoke this endpoint for a particular application.
Accounts
GET
/accounts
Name | Description | Data Type | Required |
---|---|---|---|
externalId |
Unique business identifier that represents a contact, investor, product, transaction or alternate entity recognized by SEI and a third party system or application. |
string |
|
alternateId |
Alternate identifier. This is a secondary identifier typically used when integrating between systems. |
string |
|
active |
Designates whether the record is active or inactive. |
boolean |
|
changeStartDate |
Last modified start date for the record in ISO 8601 format YYYY-MM-DD. Can be used to target records modified on, since or between specified datetime. Date only is accepted and assumes a time of 00:00:00:0000. Datetime is Eastern Standard Time (EST). |
string |
|
changeEndDate |
Last modified end date for the record in ISO 8601 format YYYY-MM-DD. Can be used to target records modified on, since or between specified datetime. Date only is accepted and assumes a time of 23:59:59:9999. Datetime is Eastern Standard Time (EST). |
string |
|
createStartDate |
Last created start date for the record in ISO 8601 UTC format. Can be used to target records modified on, since or between specified datetime. Date only can be accepted and assumes a time of 00:00:00:0000. Datetime is Eastern Standard Time (EST). |
string |
|
createEndDate |
Last created end date for the record in ISO 8601 UTC format. Can be used to target records modified on, since or between specified datetime. Date only can be accepted and assumes a time of 00:00:00:0000. Datetime is Eastern Standard Time (EST). |
string |
|
fundInvestorExternalId |