Investors Wire Instructions (v1)
Download OpenAPI specification:Download
Retrieve wire instructions associate with an investor for money movement.
Returns all the information related to an investor identified by investor's externalId that is required to perform money movement
path Parameters
investorExternalId required | string 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. |
query Parameters
type | string Method by which money is moved. Value options are 'SWIFT_BIC' or 'ABARoutingNo'. |
active | boolean Designates whether the wire instruction is active ("true") or inactive ("false"). |
lastModifiedSince | string Valid values are thisQuarter, thisYear, thisMonth, thisWeek, yesterday |
createdSince | string Valid values are thisQuarter, thisYear, thisMonth, thisWeek, yesterday |
productExternalId | string Unique business identifier for a product recognized by SEI and a third party system or application. Many times the productExternalId is used to synchronize SEI sourced data with another data source for the same record. Every product has an externalId. |
investorAlternateId | string Indicates the external investor Alternate identifier related to the contact relationship. This is a secondary identifier typically used when integrating between systems. Use of this field is optional. |
fundInvestorExternalId | string 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. |
validateRequest | string |
limit | string Number of records per page. Many responses have a maximum of 50 records per page. |
header Parameters
Authorization required | string access_token value obtained from the Token endpoint.This is passed as "Bearer access_token" |
AppKey required | string This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
Responses
Response samples
- 200
- 400
- 401
- 403
- 404
- 500
{- "data": [
- {
- "externalId": "9999-5",
- "investorExternalId": "Crump",
- "investorAlternateId": "string",
- "fundInvestorExternalId": "string",
- "productExternalId": "string",
- "active": true,
- "financialInstitution": {
- "code": "LUOBLCLCXXX",
- "name": "1ST NATIONAL BANK ST.LUCIA LIMITED",
- "type": "SWIFT_BIC",
- "links": [
- {
- "rel": "string",
- "href": "string"
}
]
}, - "alternateFinancialInstitution": {
- "code": "LUOBLCLCXXX",
- "name": "1ST NATIONAL BANK ST.LUCIA LIMITED",
- "type": "SWIFT_BIC",
- "links": [
- {
- "rel": "string",
- "href": "string"
}
]
}, - "templateId": "string",
- "effectiveDate": "2019-08-24T14:15:22Z",
- "additionalWireInfo": "string",
- "chipsParticipantNumber": "string",
- "groupWireFlag": false,
- "changeDate": "2019-08-24T14:15:22Z",
- "createDate": "2019-08-24T14:15:22Z",
- "beneficiary": {
- "fullName": "CYPRUS POPULAR BANK PUBLIC CO LTD",
- "accountNumber": "string",
- "abaRoutingNumber": "string",
- "iban": "string",
- "swiftBic": "LIKICY2NDOC",
- "sortCode": "string"
}, - "ultimateBeneficiary": {
- "fullName": "INDUSTRIALBANK",
- "accountNumber": "string",
- "iban": "string",
- "swiftBic": "IJSOUA2NDNI"
}, - "links": [
- {
- "rel": "string",
- "href": "string"
}
]
}
], - "paging": {
- "cursors": {
- "before": "string",
- "after": "string",
- "max": "string",
- "last": "string",
- "resultCount": 0
}, - "totalCount": 0,
- "limit": 0,
- "previous": "string",
- "next": "string",
- "self": "string",
- "first": "string",
- "last": "string"
}
}