diff --git a/packages/i18nify-go/modules/bankcodes/bankcodes.go b/packages/i18nify-go/modules/bankcodes/bankcodes.go index bec0e3a1..b551e0ec 100644 --- a/packages/i18nify-go/modules/bankcodes/bankcodes.go +++ b/packages/i18nify-go/modules/bankcodes/bankcodes.go @@ -76,24 +76,29 @@ func IsValidBankIdentifier(countryCode, identifierType, identifierValue string) } // Checking if the identifier type is valid for the country - if bankInfo.Defaults.IdentifierType != identifierType { - return false, fmt.Errorf("invalid identifier type '%s' for country: %s", identifierType, countryCode) - } + // if bankInfo.Defaults.IdentifierType != identifierType { + // return false, fmt.Errorf("invalid identifier type '%s' for country: %s", identifierType, countryCode) + // } // Iterating over bank details to validate the identifier value for _, bank := range bankInfo.Details { for _, branch := range bank.Branches { switch identifierType { case IdentifierTypeSWIFT: - if branch.Identifiers.SwiftCode == identifierValue { + swiftCode := strings.ToUpper(identifierValue) + // If SWIFT code ends with "XXX", compare only the first 8 characters + if len(swiftCode) == 11 && strings.HasSuffix(swiftCode, "XXX") { + swiftCode = swiftCode[:8] + } + if strings.EqualFold(branch.Identifiers.SwiftCode, swiftCode) { return true, nil } case IdentifierTypeRoutingNumber: - if branch.Identifiers.RoutingNumber == identifierValue { + if strings.EqualFold(branch.Identifiers.RoutingNumber, identifierValue) { return true, nil } case IdentifierTypeIFSC: - if branch.Identifiers.IfscCode == identifierValue { + if strings.EqualFold(branch.Identifiers.IfscCode, identifierValue) { return true, nil } default: diff --git a/packages/i18nify-go/modules/bankcodes/data/MY.json b/packages/i18nify-go/modules/bankcodes/data/MY.json index c7b57096..6774afd1 100644 --- a/packages/i18nify-go/modules/bankcodes/data/MY.json +++ b/packages/i18nify-go/modules/bankcodes/data/MY.json @@ -1,21 +1,4717 @@ { - "defaults": { - "identifier_type": "SWIFT" - }, - "details": [ - { - "name": "AFFIN BANK BERHAD", - "short_code": "PHBM", - "branches": [ - { - "code": "XXX", - "city": "KUALA LUMPUR", - "identifiers": { - "swift_code": "PHBMMYKLXXX" - } - } - ] - } - ] -} - \ No newline at end of file + "defaults": { + "identifier_type": "SWIFT" + }, + "details": [ + { + "name": "AFFIN BANK BERHAD", + "short_code": "PHBM", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "PHBMMYKL" + } + } + ] + }, + { + "name": "ABRAR DISCOUNTS BERHAD", + "short_code": "ISCA", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "ISCAMYK1" + } + } + ] + }, + { + "name": "ABRAR FUTURES SDN BHD", + "short_code": "ABFU", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "ABFUMYK1" + } + } + ] + }, + { + "name": "ACS DIGITAL BERHAD", + "short_code": "ACDB", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "ACDBMYK2" + } + } + ] + }, + { + "name": "AFFIN BANK BERHAD", + "short_code": "ACFB", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "ACFBMYK1" + } + } + ] + }, + { + "name": "AFFIN HWANG INVESTMENT BANK BERHAD", + "short_code": "AFID", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "AFIDMYK1" + } + } + ] + }, + { + "name": "AFFIN HWANG INVESTMENT BANK BERHAD", + "short_code": "PMBB", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "PMBBMYK1" + } + } + ] + }, + { + "name": "AFFIN HWANG INVESTMENT BANK BERHAD", + "short_code": "HDSB", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "HDSBMY2P" + } + } + ] + }, + { + "name": "AFFIN HWANG INVESTMENT BANK BERHAD", + "short_code": "AFUO", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "AFUOMYK1" + } + } + ] + }, + { + "name": "AFFIN ISLAMIC BANK BERHAD", + "short_code": "AIBB", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "AIBBMYKL" + } + } + ] + }, + { + "name": "AHAM ASSET MANAGEMENT BERHAD", + "short_code": "HIMR", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "HIMRMYK1" + } + }, + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "HIMRMYKL" + } + } + ] + }, + { + "name": "AIA BERHAD", + "short_code": "AIBE", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "AIBEMYK1" + } + } + ] + }, + { + "name": "AIA BHD.", + "short_code": "AIAC", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "AIACMYKL" + } + }, + { + "code": "GIO", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "AIACMYK1GIO" + } + } + ] + }, + { + "name": "AIA PENSION AND ASSET MANAGEMENT SDN BHD", + "short_code": "AIPM", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "AIPMMYK1" + } + } + ] + }, + { + "name": "AIBL", + "short_code": "AIBM", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "AIBMMYKL" + } + } + ] + }, + { + "name": "AL RAJHI BANKING AND INVESTMENT CORPORATION (MALAYSIA) BHD", + "short_code": "RJHI", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "RJHIMYKL" + } + } + ] + }, + { + "name": "ALLIANCE BANK MALAYSIA BERHAD", + "short_code": "MFBB", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "MFBBMYKL" + } + } + ] + }, + { + "name": "ALLIANCE INVESTMENT BANK BERHAD", + "short_code": "ALOS", + "branches": [ + { + "code": "", + "city": "ALOR SETAR", + "identifiers": { + "swift_code": "ALOSMY21" + } + } + ] + }, + { + "name": "ALLIANCE INVESTMENT BANK BERHAD", + "short_code": "BMBB", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "BMBBMYK1" + } + } + ] + }, + { + "name": "ALLIANCE ISLAMIC BANK BERHAD", + "short_code": "ALSR", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "ALSRMYKL" + } + } + ] + }, + { + "name": "AMANAH BUTLER MALAYSIA SDN BHD", + "short_code": "AMBM", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "AMBMMYK1" + } + } + ] + }, + { + "name": "AMANAH FUTURES AND OPTIONS SDN BHD", + "short_code": "AFOB", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "AFOBMYK1" + } + } + ] + }, + { + "name": "AMANAH SAHAM KEDAH BERHAD", + "short_code": "KUTM", + "branches": [ + { + "code": "", + "city": "ALOR SETAR", + "identifiers": { + "swift_code": "KUTMMY21" + } + } + ] + }, + { + "name": "AMANAH SAHAM SARAWAK BERHAD", + "short_code": "SSWK", + "branches": [ + { + "code": "", + "city": "KUCHING", + "identifiers": { + "swift_code": "SSWKMYK1" + } + } + ] + }, + { + "name": "AMANAH SHORT DEPOSITS BERHAD", + "short_code": "SDEP", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "SDEPMYK1" + } + } + ] + }, + { + "name": "AMANAHRAYA TRUSTEES BERHAD", + "short_code": "AMTB", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "AMTBMYK1" + } + }, + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "AMTBMYKL" + } + } + ] + }, + { + "name": "AMBANK (M) BERHAD", + "short_code": "ARMD", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "ARMDMYK1" + } + } + ] + }, + { + "name": "AMBANK (M) BERHAD", + "short_code": "MBFF", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "MBFFMYK1" + } + } + ] + }, + { + "name": "AMBANK (M) BERHAD", + "short_code": "ARBK", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "ARBKMYKL" + } + }, + { + "code": "LAB", + "city": "LABUAN", + "identifiers": { + "swift_code": "ARBKMYKLLAB" + } + } + ] + }, + { + "name": "AMBANK ISLAMIC BERHAD", + "short_code": "AISL", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "AISLMYKL" + } + } + ] + }, + { + "name": "AMCARD SERVICES BERHAD", + "short_code": "AMCB", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "AMCBMYK1" + } + } + ] + }, + { + "name": "AMFB HOLDINGS BERHAD", + "short_code": "AMFB", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "AMFBMYK1" + } + } + ] + }, + { + "name": "AMFUNDS MANAGEMENT BERHAD", + "short_code": "AMUT", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "AMUTMYK1" + } + } + ] + }, + { + "name": "AMFUNDS MANAGEMENT BERHAD", + "short_code": "AMME", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "AMMEMYK1" + } + } + ] + }, + { + "name": "AMINVESTMENT BANK BERHAD", + "short_code": "AMSD", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "AMSDMYK1" + } + } + ] + }, + { + "name": "AMINVESTMENT BANK BERHAD (FORMERLY KNOWN AS AMMERCHANT BANK BERHAD)", + "short_code": "AMMB", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "AMMBMYKL" + } + } + ] + }, + { + "name": "AMINVESTMENT BANK BERHAD-SPI", + "short_code": "AMMB", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "AMMBMY21" + } + } + ] + }, + { + "name": "AMSTEEL EQUITY CAPITAL SDN. BHD.", + "short_code": "KLAN", + "branches": [ + { + "code": "", + "city": "KLANG", + "identifiers": { + "swift_code": "KLANMY21" + } + } + ] + }, + { + "name": "AOF FUTURES SDN. BHD.", + "short_code": "AOFM", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "AOFMMYK1" + } + } + ] + }, + { + "name": "ASIA DIGITAL BANK LTD. (LABUAN INVESTMENT BANK)", + "short_code": "ADLN", + "branches": [ + { + "code": "", + "city": "LABUAN", + "identifiers": { + "swift_code": "ADLNMY2L" + } + } + ] + }, + { + "name": "ASIA INVESTMENT BANKING CORPORATION", + "short_code": "ASNC", + "branches": [ + { + "code": "", + "city": "LABUAN", + "identifiers": { + "swift_code": "ASNCMY2L" + } + } + ] + }, + { + "name": "ASIA PACIFIC INVESTMENT BANK LTD", + "short_code": "ASPM", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "ASPMMYKL" + } + } + ] + }, + { + "name": "ASIAN TRADE INVESTMENT BANK LTD", + "short_code": "ATBL", + "branches": [ + { + "code": "", + "city": "LABUAN", + "identifiers": { + "swift_code": "ATBLMY21" + } + } + ] + }, + { + "name": "AVENUE KESTREL SDN. BHD.", + "short_code": "MBFS", + "branches": [ + { + "code": "", + "city": "MUAR", + "identifiers": { + "swift_code": "MBFSMY21" + } + } + ] + }, + { + "name": "AXIATA GROUP BERHAD", + "short_code": "AXGB", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "AXGBMYKK" + } + } + ] + }, + { + "name": "BANGKOK BANK BERHAD", + "short_code": "BKKB", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "BKKBMYKL" + } + } + ] + }, + { + "name": "BANK AL HABIB LIMITED", + "short_code": "BAHL", + "branches": [ + { + "code": "", + "city": "LABUAN", + "identifiers": { + "swift_code": "BAHLMY2A" + } + } + ] + }, + { + "name": "BANK INDUSTRI MALAYSIA BERHAD", + "short_code": "BKIM", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "BKIMMYK1" + } + } + ] + }, + { + "name": "BANK ISLAM MALAYSIA BERHAD", + "short_code": "BIMB", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "BIMBMYKL" + } + } + ] + }, + { + "name": "BANK KERJASAMA RAKYAT MALAYSIA BERHAD (BANK RAKYAT)", + "short_code": "BKRM", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "BKRMMYKL" + } + } + ] + }, + { + "name": "BANK MUAMALAT MALAYSIA BERHAD", + "short_code": "BKEW", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "BKEWMYK1" + } + } + ] + }, + { + "name": "BANK MUAMALAT MALAYSIA BERHAD (6175-W)", + "short_code": "BMMB", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "BMMBMYKL" + } + }, + { + "code": "TFD", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "BMMBMYKLTFD" + } + } + ] + }, + { + "name": "BANK NEGARA MALAYSIA", + "short_code": "BNMA", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "BNMAMY2K" + } + }, + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "BNMAMYK3" + } + }, + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "BNMAMYKL" + } + } + ] + }, + { + "name": "BANK OF AMERICA, MALAYSIA BERHAD", + "short_code": "BOFA", + "branches": [ + { + "code": "GRC", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "BOFAMY2XGRC" + } + }, + { + "code": "LMY", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "BOFAMY2XLMY" + } + }, + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "BOFAMY2X" + } + }, + { + "code": "LBN", + "city": "LABUAN", + "identifiers": { + "swift_code": "BOFAMY2XLBN" + } + } + ] + }, + { + "name": "BANK OF CHINA (MALAYSIA) BERHAD", + "short_code": "BKCH", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "BKCHMYKL" + } + }, + { + "code": "CLR", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "BKCHMYKLCLR" + } + } + ] + }, + { + "name": "BANK OF TOKYO-MITSUBISHI UFJ (MALAYSIA) BERHAD", + "short_code": "BOTK", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "BOTKMY21" + } + } + ] + }, + { + "name": "BANK PEMBANGUNAN MALAYSIA BERHAD", + "short_code": "PEMB", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "PEMBMYK1" + } + } + ] + }, + { + "name": "BANK PEMBANGUNAN MALAYSIA BERHAD-SPI", + "short_code": "PEMB", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "PEMBMY21" + } + } + ] + }, + { + "name": "BANK PERTANIAN MALAYSIA BERHAD", + "short_code": "AGIS", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "AGISMYK1" + } + } + ] + }, + { + "name": "BANK PERTANIAN MALAYSIA BERHAD - RENTAS SPI", + "short_code": "AGOB", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "AGOBMY21" + } + } + ] + }, + { + "name": "BANK PERTANIAN MALAYSIA BERHAD-AGROBANK", + "short_code": "AGOB", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "AGOBMYKL" + } + } + ] + }, + { + "name": "BANK SIMPANAN NASIONAL", + "short_code": "BSNA", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "BSNAMYK1" + } + } + ] + }, + { + "name": "BANK SIMPANAN NASIONAL BERHAD", + "short_code": "BSNA", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "BSNAMY21" + } + } + ] + }, + { + "name": "BAT ASPAC SERVICE CENTRE SDN. BHD", + "short_code": "BATS", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "BATSMYK1" + } + } + ] + }, + { + "name": "BBMB FUTURES SDN BHD", + "short_code": "BBFT", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "BBFTMYK1" + } + } + ] + }, + { + "name": "BBMB SECURITIES SDN BHD", + "short_code": "BSSB", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "BSSBMYK1" + } + } + ] + }, + { + "name": "BBMB UNIT TRUST MANAGEMENT BERHAD", + "short_code": "BBUT", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "BBUTMYK1" + } + } + ] + }, + { + "name": "BIMB INVESTMENT MANAGEMENT BERHAD", + "short_code": "BUTM", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "BUTMMYK1" + } + } + ] + }, + { + "name": "BIMB SECURITIES SDN BHD", + "short_code": "BSDB", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "BSDBMYK1" + } + } + ] + }, + { + "name": "BNP PARIBAS", + "short_code": "BNPA", + "branches": [ + { + "code": "", + "city": "LABUAN", + "identifiers": { + "swift_code": "BNPAMYKA" + } + } + ] + }, + { + "name": "BNP PARIBAS MALAYSIA BERHAD", + "short_code": "BNPA", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "BNPAMYKL" + } + }, + { + "code": "SPI", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "BNPAMYKLSPI" + } + } + ] + }, + { + "name": "BNP PARIBAS MALAYSIA BERHAD-SPI", + "short_code": "BNPA", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "BNPAMY21" + } + } + ] + }, + { + "name": "BOOST BANK BERHAD", + "short_code": "BOBE", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "BOBEMYK2" + } + } + ] + }, + { + "name": "BOS WEALTH MANAGEMENT MALAYSIA BERHAD", + "short_code": "PMFB", + "branches": [ + { + "code": "", + "city": "PETALING JAYA", + "identifiers": { + "swift_code": "PMFBMY21" + } + } + ] + }, + { + "name": "BRITISH AMERICAN TOBACCO GSD (KUALA LUMPUR) SDN BHD", + "short_code": "BATS", + "branches": [ + { + "code": "", + "city": "PETALING JAYA", + "identifiers": { + "swift_code": "BATSMY21" + } + } + ] + }, + { + "name": "BURSA MALAYSIA BERHAD", + "short_code": "XKLS", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "XKLSMYK1" + } + } + ] + }, + { + "name": "BURSA MALAYSIA DEPOSITORY SDN BHD", + "short_code": "MCDS", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "MCDSMYK1" + } + } + ] + }, + { + "name": "BURSA MALAYSIA DERIVATIVES BERHAD", + "short_code": "XLOF", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "XLOFMYK1" + } + } + ] + }, + { + "name": "BURSA MALAYSIA DERIVATIVES CLEARING BERHAD", + "short_code": "BMDR", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "BMDRMYK1" + } + } + ] + }, + { + "name": "BURSA MALAYSIA SECURITIES CLEARING SDN. BHD.", + "short_code": "BMSC", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "BMSCMYK1" + } + } + ] + }, + { + "name": "CAGAMAS BERHAD", + "short_code": "CAGA", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "CAGAMYKL" + } + } + ] + }, + { + "name": "CAGAMAS BERHAD - SPI", + "short_code": "CAGA", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "CAGAMY21" + } + } + ] + }, + { + "name": "CAPITAL INVESTMENT BANK (LABUAN) LIMITED (CIB LABUAN)", + "short_code": "CINB", + "branches": [ + { + "code": "", + "city": "LABUAN", + "identifiers": { + "swift_code": "CINBMY21" + } + } + ] + }, + { + "name": "CGS-CIMB SECURITIES SDN BHD", + "short_code": "JUPS", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "JUPSMYK1" + } + } + ] + }, + { + "name": "CHINA CONSTRUCTION BANK (MALAYSIA) BERHAD", + "short_code": "PCBC", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "PCBCMYKL" + } + } + ] + }, + { + "name": "CHINA CONSTRUCTION BANK CORPORATION LABUAN BRANCH", + "short_code": "PCBC", + "branches": [ + { + "code": "", + "city": "LABUAN", + "identifiers": { + "swift_code": "PCBCMY22" + } + } + ] + }, + { + "name": "CIB", + "short_code": "RINT", + "branches": [ + { + "code": "", + "city": "LABUAN", + "identifiers": { + "swift_code": "RINTMY22" + } + } + ] + }, + { + "name": "CIMB BANK (L) LIMITED", + "short_code": "CIBB", + "branches": [ + { + "code": "", + "city": "LABUAN", + "identifiers": { + "swift_code": "CIBBMYKA" + } + } + ] + }, + { + "name": "CIMB BANK BERHAD", + "short_code": "CIBB", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "CIBBMYKL" + } + }, + { + "code": "SBL", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "CIBBMYKLSBL" + } + } + ] + }, + { + "name": "CIMB BANK BERHAD, LABUAN OFFSHORE BRANCH", + "short_code": "CIBB", + "branches": [ + { + "code": "", + "city": "LABUAN", + "identifiers": { + "swift_code": "CIBBMY2L" + } + } + ] + }, + { + "name": "CIMB FUTURES SDN. BHD.", + "short_code": "CIMF", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "CIMFMYK1" + } + } + ] + }, + { + "name": "CIMB INVESTMENT BANK BERHAD", + "short_code": "COIM", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "COIMMY21" + } + }, + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "COIMMYKL" + } + } + ] + }, + { + "name": "CIMB ISLAMIC BANK BERHAD", + "short_code": "CTBB", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "CTBBMYKL" + } + } + ] + }, + { + "name": "CIMB SI SDN. BHD.", + "short_code": "LABN", + "branches": [ + { + "code": "", + "city": "LABUAN", + "identifiers": { + "swift_code": "LABNMY21" + } + } + ] + }, + { + "name": "CIMB WEALTH ADVISORS BERHAD", + "short_code": "BPTM", + "branches": [ + { + "code": "", + "city": "PETALING JAYA", + "identifiers": { + "swift_code": "BPTMMY21" + } + } + ] + }, + { + "name": "CIMB-PRINCIPAL ASSET MANAGEMENT BERHAD", + "short_code": "CANH", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "CANHMYKL" + } + } + ] + }, + { + "name": "CITIBANK BERHAD", + "short_code": "CITI", + "branches": [ + { + "code": "PEN", + "city": "GEORGE TOWN", + "identifiers": { + "swift_code": "CITIMYKLPEN" + } + }, + { + "code": "JOD", + "city": "JOHOR BAHRU", + "identifiers": { + "swift_code": "CITIMYKLJOD" + } + }, + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "CITIMYM1" + } + }, + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "CITIMYKL" + } + }, + { + "code": "LAB", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "CITIMYKLLAB" + } + } + ] + }, + { + "name": "CITIGROUP GLOBAL MARKET MALAYSIA SDN BHD", + "short_code": "CITI", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "CITIMY21" + } + } + ] + }, + { + "name": "CLSA SECURITIES MALAYSIA SDN. BHD", + "short_code": "CSMS", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "CSMSMYK1" + } + } + ] + }, + { + "name": "CLSA SECURITIES MALAYSIA SDN. BHD.", + "short_code": "CLSA", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "CLSAMYK1" + } + } + ] + }, + { + "name": "CREDIT SUISSE SECURITIES (MALAYSIA) SDN. BHD.", + "short_code": "CSFB", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "CSFBMYK1" + } + } + ] + }, + { + "name": "CREDIT SUISSE SECURITIES (MALAYSIA) SDN. BHD.", + "short_code": "CRES", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "CRESMYKL" + } + } + ] + }, + { + "name": "DBS BANK LTD, LABUAN BRANCH", + "short_code": "DBSS", + "branches": [ + { + "code": "", + "city": "LABUAN", + "identifiers": { + "swift_code": "DBSSMY2A" + } + } + ] + }, + { + "name": "DEUTSCHE BANK (MALAYSIA) BERHAD", + "short_code": "DEUT", + "branches": [ + { + "code": "GMO", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "DEUTMYKLGMO" + } + }, + { + "code": "IBW", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "DEUTMYKLIBW" + } + }, + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "DEUTMYKL" + } + }, + { + "code": "DFS", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "DEUTMYKLDFS" + } + }, + { + "code": "ISB", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "DEUTMYKLISB" + } + }, + { + "code": "BLB", + "city": "LABUAN", + "identifiers": { + "swift_code": "DEUTMYKLBLB" + } + } + ] + }, + { + "name": "DEUTSCHE BANK MALAYSIA BERHAD-SPI", + "short_code": "DEUT", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "DEUTMY21" + } + } + ] + }, + { + "name": "EMPLOYEES PROVIDENT FUND BOARD", + "short_code": "KWSP", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "KWSPMYK1" + } + } + ] + }, + { + "name": "EONCAP SECURITIES SDN BHD", + "short_code": "ESSH", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "ESSHMYK1" + } + } + ] + }, + { + "name": "EUROPE-ASIA INVESTMENT BANK LIMITED", + "short_code": "EUIE", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "EUIEMY22" + } + } + ] + }, + { + "name": "EXPORT-IMPORT BANK OF MALAYSIA BERHAD", + "short_code": "EXMB", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "EXMBMYKL" + } + } + ] + }, + { + "name": "EXPORT-IMPORT BANK OF MALAYSIA BERHAD - SPI", + "short_code": "EXMB", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "EXMBMY21" + } + } + ] + }, + { + "name": "FA SECURITIES SDN. BHD.", + "short_code": "FASE", + "branches": [ + { + "code": "", + "city": "KUALA TERENGGANU", + "identifiers": { + "swift_code": "FASEMY21" + } + } + ] + }, + { + "name": "FGV CAPITAL SDN. BHD.", + "short_code": "FGVC", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "FGVCMYKL" + } + } + ] + }, + { + "name": "FGV HOLDINGS BERHAD", + "short_code": "FGVH", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "FGVHMYKL" + } + } + ] + }, + { + "name": "FIDELITY ASIA BANK LTD", + "short_code": "FABE", + "branches": [ + { + "code": "", + "city": "LABUAN", + "identifiers": { + "swift_code": "FABEMY22" + } + } + ] + }, + { + "name": "FINTECH BANK LTD.", + "short_code": "FNTH", + "branches": [ + { + "code": "", + "city": "LABUAN", + "identifiers": { + "swift_code": "FNTHMY2L" + } + } + ] + }, + { + "name": "FIRST ABU DHABI BANK PJSC ( FORMERLY NATIONAL BANK OF ABU DHABI)", + "short_code": "NBAD", + "branches": [ + { + "code": "", + "city": "LABUAN", + "identifiers": { + "swift_code": "NBADMYKL" + } + }, + { + "code": "LAU", + "city": "LABUAN", + "identifiers": { + "swift_code": "NBADMYKLLAU" + } + } + ] + }, + { + "name": "FIRST EAST EXPORT BANK (P.L.C.)", + "short_code": "FEEB", + "branches": [ + { + "code": "", + "city": "LABUAN", + "identifiers": { + "swift_code": "FEEBMYK1" + } + } + ] + }, + { + "name": "FULTON PREBON (MALAYSIA) SDN. BHD", + "short_code": "FPMB", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "FPMBMYK1" + } + } + ] + }, + { + "name": "GAT INVESTMENT BANK LIMITED", + "short_code": "GATI", + "branches": [ + { + "code": "", + "city": "LABUAN", + "identifiers": { + "swift_code": "GATIMY22" + } + } + ] + }, + { + "name": "GOH GROUP DEVELOPMENT SDN. BHD.", + "short_code": "GOSP", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "GOSPMYK1" + } + } + ] + }, + { + "name": "GOLDEN TOUCH INVESTMENT BANK LIMITED", + "short_code": "GTIV", + "branches": [ + { + "code": "", + "city": "LABUAN", + "identifiers": { + "swift_code": "GTIVMY2L" + } + } + ] + }, + { + "name": "GOLDMAN SACHS (LABUAN) INVESTMENT BK LTD", + "short_code": "GSLI", + "branches": [ + { + "code": "", + "city": "LABUAN", + "identifiers": { + "swift_code": "GSLIMY21" + } + } + ] + }, + { + "name": "GOLDMAN SACHS (MALAYSIA) SDN. BHD.", + "short_code": "GSMD", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "GSMDMYK1" + } + } + ] + }, + { + "name": "GX BANK BERHAD", + "short_code": "GXSP", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "GXSPMYKL" + } + } + ] + }, + { + "name": "HA OPTIONS AND FINANCIAL FUTURES", + "short_code": "HAOF", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "HAOFMYK1" + } + } + ] + }, + { + "name": "HALIM SECURITIES SDN BHD.", + "short_code": "HALI", + "branches": [ + { + "code": "", + "city": "PETALING JAYA", + "identifiers": { + "swift_code": "HALIMY21" + } + } + ] + }, + { + "name": "HDM FUTURES SDN. BHD", + "short_code": "HDMF", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "HDMFMYK1" + } + } + ] + }, + { + "name": "HLG FUTURES SDN. BHD.", + "short_code": "HLGF", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "HLGFMYK1" + } + } + ] + }, + { + "name": "HONG LEONG ASSET MANAGEMENT BHD", + "short_code": "HUTM", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "HUTMMYK1" + } + } + ] + }, + { + "name": "HONG LEONG ASSET MANAGEMENT BHD", + "short_code": "HLAN", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "HLANMYK1" + } + } + ] + }, + { + "name": "HONG LEONG BANK BERHAD", + "short_code": "HLBB", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "HLBBMYKL" + } + } + ] + }, + { + "name": "HONG LEONG BANK BERHAD, LABUAN INTERNATIONAL BRANCH", + "short_code": "HLBL", + "branches": [ + { + "code": "", + "city": "LABUAN", + "identifiers": { + "swift_code": "HLBLMY22" + } + } + ] + }, + { + "name": "HONG LEONG INVESTMENT BANK BERHAD", + "short_code": "PERD", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "PERDMYK1" + } + } + ] + }, + { + "name": "HONG LEONG INVESTMENT BANK BERHAD", + "short_code": "HLIV", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "HLIVMYKL" + } + } + ] + }, + { + "name": "HONG LEONG INVESTMENT BANK BERHAD", + "short_code": "MIMB", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "MIMBMYK1" + } + } + ] + }, + { + "name": "HONG LEONG ISLAMIC BANK BERHAD", + "short_code": "HLIB", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "HLIBMYKL" + } + } + ] + }, + { + "name": "HSBC (MALAYSIA) TRUSTEE BERHAD", + "short_code": "HSTM", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "HSTMMYKL" + } + }, + { + "code": "GWS", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "HSTMMYKLGWS" + } + } + ] + }, + { + "name": "HSBC AMANAH MALAYSIA BERHAD", + "short_code": "HMAB", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "HMABMYKL" + } + } + ] + }, + { + "name": "HSBC BANK MALAYSIA BERHAD", + "short_code": "HBMB", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "HBMBMYKL" + } + } + ] + }, + { + "name": "HSBC RESEARCH (MALAYSIA) SDN. BHD", + "short_code": "JACL", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "JACLMYK1" + } + } + ] + }, + { + "name": "I-VCAP MANAGEMENT SDN BHD", + "short_code": "IMSH", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "IMSHMYK2" + } + } + ] + }, + { + "name": "IBH INVESTMENT BANK LIMITED", + "short_code": "IBHI", + "branches": [ + { + "code": "", + "city": "LABUAN", + "identifiers": { + "swift_code": "IBHIMY2L" + } + } + ] + }, + { + "name": "INDIA INTERNATIONAL BANK (MALAYSIA) BERHAD", + "short_code": "IIMB", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "IIMBMYKL" + } + } + ] + }, + { + "name": "INDUSTRIAL AND COMMERCIAL BANK OF CHINA (MALAYSIA) BERHAD.", + "short_code": "ICBK", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "ICBKMYKL" + } + }, + { + "code": "LAB", + "city": "LABUAN", + "identifiers": { + "swift_code": "ICBKMYKLLAB" + } + } + ] + }, + { + "name": "ING CORPORATE ADVISORY (MALAYSIA) SDN. BHD", + "short_code": "INGB", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "INGBMYK1" + } + } + ] + }, + { + "name": "INTER-PACIFIC SECURITIES SDN. BHD.", + "short_code": "INSS", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "INSSMYK1" + } + } + ] + }, + { + "name": "INTERNATIONAL ISLAMIC LIQUIDITY MANAGEMENT CORPORATION", + "short_code": "IILM", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "IILMMYK1" + } + } + ] + }, + { + "name": "J.P. MORGAN CHASE BANK BERHAD", + "short_code": "CHAS", + "branches": [ + { + "code": "", + "city": "LABUAN", + "identifiers": { + "swift_code": "CHASMYL1" + } + } + ] + }, + { + "name": "J.P. MORGAN SECURITIES (MALAYSIA) SDN BHD", + "short_code": "CHAS", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "CHASMY21" + } + } + ] + }, + { + "name": "J.P.MORGAN CHASE BANK BERHAD", + "short_code": "CHAS", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "CHASMYKX" + } + }, + { + "code": "SEC", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "CHASMYKXSEC" + } + } + ] + }, + { + "name": "JF APEX SECURITIES BERHAD", + "short_code": "APEX", + "branches": [ + { + "code": "", + "city": "KAJANG", + "identifiers": { + "swift_code": "APEXMY21" + } + } + ] + }, + { + "name": "JF APEX SECURITIES BERHAD", + "short_code": "JFAF", + "branches": [ + { + "code": "", + "city": "KAJANG", + "identifiers": { + "swift_code": "JFAFMY21" + } + } + ] + }, + { + "name": "JF APEX SECURITIES BERHAD", + "short_code": "JFAP", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "JFAPMYK1" + } + } + ] + }, + { + "name": "JPMORGAN CHASE BANK, N.A., LABUAN BRANCH", + "short_code": "CHAS", + "branches": [ + { + "code": "", + "city": "LABUAN", + "identifiers": { + "swift_code": "CHASMY2A" + } + } + ] + }, + { + "name": "JPMORGAN SECURITIES (MALAYSIA) SDN. BHD.", + "short_code": "PEJF", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "PEJFMYK1" + } + } + ] + }, + { + "name": "KAF INVESTMENT BANK BERHAD", + "short_code": "KAFD", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "KAFDMYK1" + } + } + ] + }, + { + "name": "KAF INVESTMENT BANK BERHAD", + "short_code": "KAFB", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "KAFBMY21" + } + }, + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "KAFBMYKL" + } + }, + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "KAFBMYK2" + } + } + ] + }, + { + "name": "KAF INVESTMENT FUNDS BERHAD", + "short_code": "MPUT", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "MPUTMYK1" + } + } + ] + }, + { + "name": "KAF-ASTLEY AND PEARCE SDN BHD", + "short_code": "KAAP", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "KAAPMYK1" + } + } + ] + }, + { + "name": "KAF-SEAGROATT AND CAMPBELL SECURITIES SDN. BHD.", + "short_code": "SEAC", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "SEACMYK1" + } + }, + { + "code": "KSC", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "SEACMYK1KSC" + } + } + ] + }, + { + "name": "KENANGA FUTURES SDN. BHD.", + "short_code": "KDMG", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "KDMGMYK1" + } + } + ] + }, + { + "name": "KENANGA INVESTMENT BANK BERHAD", + "short_code": "SSTD", + "branches": [ + { + "code": "", + "city": "GEORGE TOWN", + "identifiers": { + "swift_code": "SSTDMY21" + } + } + ] + }, + { + "name": "KENANGA INVESTMENT BANK BERHAD", + "short_code": "KKEN", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "KKENMYK1" + } + } + ] + }, + { + "name": "KENANGA INVESTMENT BANK BERHAD", + "short_code": "ECML", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "ECMLMYKL" + } + } + ] + }, + { + "name": "KENANGA INVESTMENT BANK BERHAD- SPI", + "short_code": "KKEN", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "KKENMY21" + } + } + ] + }, + { + "name": "KHAZANAH NASIONAL BERHAD", + "short_code": "KHAZ", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "KHAZMYKL" + } + } + ] + }, + { + "name": "KOPERASI CO-OPBANK PERTAMA MALAYSIA BERHAD", + "short_code": "KCPM", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "KCPMMYK1" + } + } + ] + }, + { + "name": "KUALA LUMPUR KEPONG BERHAD", + "short_code": "KLKB", + "branches": [ + { + "code": "", + "city": "IPOH", + "identifiers": { + "swift_code": "KLKBMY2I" + } + } + ] + }, + { + "name": "KUMPULAN WANG PERSARAAN (DIPERBADANKAN)", + "short_code": "KWAP", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "KWAPMYK1" + } + } + ] + }, + { + "name": "KUWAIT FINANCE HOUSE (MALAYSIA) BERHAD", + "short_code": "KFHO", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "KFHOMYKL" + } + } + ] + }, + { + "name": "LBS", + "short_code": "LBGR", + "branches": [ + { + "code": "", + "city": "PETALING JAYA", + "identifiers": { + "swift_code": "LBGRMY22" + } + } + ] + }, + { + "name": "LIBRA CAPITAL MANAGEMENT SDN BHD", + "short_code": "LCMS", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "LCMSMYK1" + } + } + ] + }, + { + "name": "LIBRA OPTIONS AND FINANCIAL FUTURES SDN BHD", + "short_code": "LOFF", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "LOFFMYK1" + } + } + ] + }, + { + "name": "M AND A SECURITIES SDN. BHD.", + "short_code": "PTBB", + "branches": [ + { + "code": "", + "city": "IPOH", + "identifiers": { + "swift_code": "PTBBMYK1" + } + } + ] + }, + { + "name": "MACQUARIE CAPITAL SECURITIES (MALAYSIA) SDN. BHD.", + "short_code": "MACQ", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "MACQMYK1" + } + } + ] + }, + { + "name": "MALACCA SECURITIES SDN. BHD.", + "short_code": "MLLA", + "branches": [ + { + "code": "", + "city": "MELAKA", + "identifiers": { + "swift_code": "MLLAMY21" + } + } + ] + }, + { + "name": "MALAYAN BANKING BERHAD (MAYBANK)", + "short_code": "MBBE", + "branches": [ + { + "code": "PEN", + "city": "", + "identifiers": { + "swift_code": "MBBEMYKLPEN" + } + }, + { + "code": "PGC", + "city": "", + "identifiers": { + "swift_code": "MBBEMYKLPGC" + } + }, + { + "code": "BWC", + "city": "BUTTERWORTH", + "identifiers": { + "swift_code": "MBBEMYKLBWC" + } + }, + { + "code": "IPH", + "city": "IPOH", + "identifiers": { + "swift_code": "MBBEMYKLIPH" + } + }, + { + "code": "JOB", + "city": "JOHOR BAHRU", + "identifiers": { + "swift_code": "MBBEMYKLJOB" + } + }, + { + "code": "PKG", + "city": "KLANG", + "identifiers": { + "swift_code": "MBBEMYKLPKG" + } + }, + { + "code": "KIN", + "city": "KOTA KINABALU", + "identifiers": { + "swift_code": "MBBEMYKLKIN" + } + }, + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "MBBEMYKL" + } + }, + { + "code": "BAN", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "MBBEMYKLBAN" + } + }, + { + "code": "BBG", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "MBBEMYKLBBG" + } + }, + { + "code": "WEB", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "MBBEMYKLWEB" + } + }, + { + "code": "CSD", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "MBBEMYKLCSD" + } + }, + { + "code": "KEP", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "MBBEMYKLKEP" + } + }, + { + "code": "PWM", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "MBBEMYKLPWM" + } + }, + { + "code": "PUD", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "MBBEMYKLPUD" + } + }, + { + "code": "SUB", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "MBBEMYKLSUB" + } + }, + { + "code": "KLC", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "MBBEMYKLKLC" + } + }, + { + "code": "WSD", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "MBBEMYKLWSD" + } + }, + { + "code": "MAL", + "city": "MELAKA", + "identifiers": { + "swift_code": "MBBEMYKLMAL" + } + }, + { + "code": "PSG", + "city": "PASIR GUDANG", + "identifiers": { + "swift_code": "MBBEMYKLPSG" + } + }, + { + "code": "PJY", + "city": "PETALING JAYA", + "identifiers": { + "swift_code": "MBBEMYKLPJY" + } + }, + { + "code": "PJC", + "city": "PETALING JAYA", + "identifiers": { + "swift_code": "MBBEMYKLPJC" + } + }, + { + "code": "YSL", + "city": "PETALING JAYA", + "identifiers": { + "swift_code": "MBBEMYKLYSL" + } + }, + { + "code": "SBN", + "city": "SEREMBAN", + "identifiers": { + "swift_code": "MBBEMYKLSBN" + } + }, + { + "code": "SHA", + "city": "SHAH ALAM", + "identifiers": { + "swift_code": "MBBEMYKLSHA" + } + }, + { + "code": "SAC", + "city": "SHAH ALAM", + "identifiers": { + "swift_code": "MBBEMYKLSAC" + } + } + ] + }, + { + "name": "MALAYSIA AIRLINES BERHAD 1116944-X", + "short_code": "MAYH", + "branches": [ + { + "code": "", + "city": "PETALING JAYA", + "identifiers": { + "swift_code": "MAYHMY2S" + } + } + ] + }, + { + "name": "MALAYSIA LNG SDN BHD", + "short_code": "MLNG", + "branches": [ + { + "code": "", + "city": "BINTULU", + "identifiers": { + "swift_code": "MLNGMY21" + } + } + ] + }, + { + "name": "MALAYSIAN ELECTRONIC PAYMENT SYSTEM (1997) SDN BHD", + "short_code": "MEPS", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "MEPSMYK1" + } + } + ] + }, + { + "name": "MALAYSIAN INDUSTRIAL DEVELOPMENT FINANCE BHD", + "short_code": "MAID", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "MAIDMYK1" + } + } + ] + }, + { + "name": "MALPAC MANAGEMENT SDN. BHD.", + "short_code": "SSSD", + "branches": [ + { + "code": "", + "city": "SEREMBAN", + "identifiers": { + "swift_code": "SSSDMY21" + } + } + ] + }, + { + "name": "MAX MONEY SDN BHD", + "short_code": "MMSB", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "MMSBMYK1" + } + } + ] + }, + { + "name": "MAYBAN FINANCE BHD", + "short_code": "MFIN", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "MFINMYK1" + } + } + ] + }, + { + "name": "MAYBAN SECURITIES SDN BHD", + "short_code": "MAYS", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "MAYSMYK1" + } + } + ] + }, + { + "name": "MAYBANK ASSET MANAGEMENT SDN BHD", + "short_code": "MAMD", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "MAMDMY21" + } + }, + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "MAMDMYK1" + } + } + ] + }, + { + "name": "MAYBANK INTERNATIONAL (L) LTD.", + "short_code": "MBBE", + "branches": [ + { + "code": "", + "city": "LABUAN", + "identifiers": { + "swift_code": "MBBEMYKA" + } + } + ] + }, + { + "name": "MAYBANK INTERNATIONAL LABUAN BRANCH", + "short_code": "MBBE", + "branches": [ + { + "code": "", + "city": "LABUAN", + "identifiers": { + "swift_code": "MBBEMY2L" + } + } + ] + }, + { + "name": "MAYBANK INVESTMENT BANK BERHAD", + "short_code": "PPSS", + "branches": [ + { + "code": "", + "city": "IPOH", + "identifiers": { + "swift_code": "PPSSMYK1" + } + } + ] + }, + { + "name": "MAYBANK INVESTMENT BANK BERHAD", + "short_code": "AEAM", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "AEAMMYK1" + } + } + ] + }, + { + "name": "MAYBANK INVESTMENT BANK BERHAD", + "short_code": "MAYD", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "MAYDMYK1" + } + } + ] + }, + { + "name": "MAYBANK INVESTMENT BANK BERHAD", + "short_code": "MBEA", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "MBEAMYKL" + } + } + ] + }, + { + "name": "MAYBANK INVESTMENT BANK BERHAD - SPI", + "short_code": "MBEA", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "MBEAMY21" + } + } + ] + }, + { + "name": "MAYBANK ISLAMIC BERHAD", + "short_code": "MBIS", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "MBISMYKL" + } + } + ] + }, + { + "name": "MBF UNIT TRUST MANAGEMENT BERHAD", + "short_code": "MBFU", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "MBFUMYK1" + } + } + ] + }, + { + "name": "MBSB BANK BERHAD", + "short_code": "AFBQ", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "AFBQMYKL" + } + } + ] + }, + { + "name": "MEGA INTERNATIONAL COMMERCIAL BANK CO., LTD. LABUAN BRANCH", + "short_code": "ICBC", + "branches": [ + { + "code": "", + "city": "LABUAN", + "identifiers": { + "swift_code": "ICBCMY2L" + } + } + ] + }, + { + "name": "MERCEDES-BENZ MALAYSIA SDN. BHD.", + "short_code": "DABE", + "branches": [ + { + "code": "", + "city": "PUCHONG", + "identifiers": { + "swift_code": "DABEMYKL" + } + } + ] + }, + { + "name": "MERCEDES-BENZ SERVICES MALAYSIA SDN. BHD.", + "short_code": "MBSM", + "branches": [ + { + "code": "", + "city": "PUCHONG", + "identifiers": { + "swift_code": "MBSMMYKL" + } + } + ] + }, + { + "name": "MERCER INVESTMENTS V PRIVATE LTD.", + "short_code": "MENP", + "branches": [ + { + "code": "", + "city": "LABUAN", + "identifiers": { + "swift_code": "MENPMY21" + } + } + ] + }, + { + "name": "MERCHANTRADE ASIA SDN BHD", + "short_code": "MSSH", + "branches": [ + { + "code": "", + "city": "PETALING JAYA", + "identifiers": { + "swift_code": "MSSHMY21" + } + } + ] + }, + { + "name": "MERCURY SECURITIES SDN. BHD.", + "short_code": "MERY", + "branches": [ + { + "code": "", + "city": "BUTTERWORTH", + "identifiers": { + "swift_code": "MERYMY21" + } + } + ] + }, + { + "name": "MIDDLE EAST INVESTMENT BANK LTD", + "short_code": "MEIB", + "branches": [ + { + "code": "", + "city": "LABUAN", + "identifiers": { + "swift_code": "MEIBMYKA" + } + } + ] + }, + { + "name": "MIDF AMANAH INVESTMENT BANK BERHAD", + "short_code": "MIDF", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "MIDFMYK1" + } + } + ] + }, + { + "name": "MIDF AMANAH INVESTMENT BANK BHD - SPI", + "short_code": "MIDF", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "MIDFMY21" + } + } + ] + }, + { + "name": "MIZUHO BANK (MALAYSIA) BERHAD", + "short_code": "MHCB", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "MHCBMYKA" + } + }, + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "MHCBMYK2" + } + } + ] + }, + { + "name": "MIZUHO BANK, LTD., LABUAN BRANCH", + "short_code": "MHCB", + "branches": [ + { + "code": "", + "city": "LABUAN", + "identifiers": { + "swift_code": "MHCBMY2L" + } + } + ] + }, + { + "name": "MOBILITYONE SDN. BHD.", + "short_code": "MBSD", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "MBSDMYKM" + } + } + ] + }, + { + "name": "MONFI DIGITAL BANK LTD.", + "short_code": "MOFD", + "branches": [ + { + "code": "", + "city": "LABUAN", + "identifiers": { + "swift_code": "MOFDMY2L" + } + } + ] + }, + { + "name": "MTRUSTEE BERHAD", + "short_code": "MTBE", + "branches": [ + { + "code": "", + "city": "PETALING JAYA", + "identifiers": { + "swift_code": "MTBEMY21" + } + } + ] + }, + { + "name": "MUFG BANK (MALAYSIA) BERHAD", + "short_code": "BOTK", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "BOTKMYKX" + } + } + ] + }, + { + "name": "MUFG BANK, LTD., LABUAN BRANCH", + "short_code": "BOTK", + "branches": [ + { + "code": "", + "city": "LABUAN", + "identifiers": { + "swift_code": "BOTKMYKA" + } + } + ] + }, + { + "name": "NOMURA ASSET MANAGEMENT MALAYSIA SDN BHD", + "short_code": "NOCM", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "NOCMMYKL" + } + } + ] + }, + { + "name": "NOMURA MALAYSIA SDN. BHD", + "short_code": "NMSB", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "NMSBMYK1" + } + } + ] + }, + { + "name": "NOMURA SECURITIES MALAYSIA SDN BHD", + "short_code": "NMRS", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "NMRSMYK1" + } + } + ] + }, + { + "name": "NOVATEL SDN. BHD.", + "short_code": "NOSB", + "branches": [ + { + "code": "", + "city": "PETALING JAYA", + "identifiers": { + "swift_code": "NOSBMY21" + } + } + ] + }, + { + "name": "OCBC AL-AMIN BANK BERHAD", + "short_code": "OABB", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "OABBMYKL" + } + } + ] + }, + { + "name": "OCBC BANK (MALAYSIA) BERHAD", + "short_code": "OCBC", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "OCBCMYKL" + } + } + ] + }, + { + "name": "ONG RESEARCH (MALAYSIA) SDN BHD", + "short_code": "ORMS", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "ORMSMYK1" + } + } + ] + }, + { + "name": "OSK AND PARTNERS SDN. BHD.", + "short_code": "OSPS", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "OSPSMYK1" + } + } + ] + }, + { + "name": "OSK FUTURES AND OPTIONS SDN BHD", + "short_code": "OSKF", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "OSKFMYK1" + } + } + ] + }, + { + "name": "OVERSEA-CHINESE BANKING CORPORATION LIMITED, LABUAN BRANCH", + "short_code": "OCBC", + "branches": [ + { + "code": "", + "city": "LABUAN", + "identifiers": { + "swift_code": "OCBCMYKA" + } + } + ] + }, + { + "name": "PACIFIC TRUSTEES BERHAD", + "short_code": "PCTR", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "PCTRMYK2" + } + } + ] + }, + { + "name": "PAN MALAYSIA EQUITIES SDN. BHD.", + "short_code": "KIMA", + "branches": [ + { + "code": "", + "city": "SEREMBAN", + "identifiers": { + "swift_code": "KIMAMY21" + } + } + ] + }, + { + "name": "PANASONIC FINANCIAL CENTRE (MALAYSIA) SDN. BHD.", + "short_code": "PANA", + "branches": [ + { + "code": "", + "city": "PETALING JAYA", + "identifiers": { + "swift_code": "PANAMY21" + } + } + ] + }, + { + "name": "PBFIN BERHAD", + "short_code": "PFBE", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "PFBEMYK1" + } + } + ] + }, + { + "name": "PELABURAN JOHOR BERHAD", + "short_code": "PJBJ", + "branches": [ + { + "code": "", + "city": "JOHOR BAHRU", + "identifiers": { + "swift_code": "PJBJMY21" + } + } + ] + }, + { + "name": "PENGURUSAN KUMIPA BERHAD", + "short_code": "PKUM", + "branches": [ + { + "code": "", + "city": "KUANTAN", + "identifiers": { + "swift_code": "PKUMMY21" + } + } + ] + }, + { + "name": "PERFECT HEXAGON COMMODITY AND INVESTMENT BANK LIMITED", + "short_code": "PHCI", + "branches": [ + { + "code": "", + "city": "LABUAN", + "identifiers": { + "swift_code": "PHCIMY2L" + } + } + ] + }, + { + "name": "PERMODALAN BSN BERHAD", + "short_code": "PBSN", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "PBSNMYK1" + } + } + ] + }, + { + "name": "PERMODALAN NASIONAL BERHAD", + "short_code": "PERM", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "PERMMYK1" + } + }, + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "PERMMY21" + } + }, + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "PERMMYKB" + } + }, + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "PERMMYKP" + } + }, + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "PERMMYKK" + } + }, + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "PERMMYKG" + } + } + ] + }, + { + "name": "PETROLIAM NASIONAL BERHAD", + "short_code": "PTRO", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "PTROMYKL" + } + }, + { + "code": "FSD", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "PTROMYKLFSD" + } + } + ] + }, + { + "name": "PG ASIA INVESTMENT BANK LTD", + "short_code": "AINE", + "branches": [ + { + "code": "", + "city": "LABUAN", + "identifiers": { + "swift_code": "AINEMY22" + } + } + ] + }, + { + "name": "PHILEO ALLIED OPTION AND FINANCIAL FUTURES SDN. BHD.", + "short_code": "POFF", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "POFFMYK1" + } + } + ] + }, + { + "name": "PHILLIP CAPITAL SDN BHD", + "short_code": "PHCH", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "PHCHMY22" + } + } + ] + }, + { + "name": "PICA (M) CORPORATION SDN BHD", + "short_code": "PCOS", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "PCOSMYK1" + } + } + ] + }, + { + "name": "PM SECURITIES SDN. BHD.", + "short_code": "PENS", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "PENSMYK1" + } + } + ] + }, + { + "name": "PMB INVESTMENT BERHAD", + "short_code": "ASMM", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "ASMMMYK1" + } + } + ] + }, + { + "name": "PREMIER CAPITAL SECURITIES SDN. BHD.", + "short_code": "FSSB", + "branches": [ + { + "code": "", + "city": "IPOH", + "identifiers": { + "swift_code": "FSSBMYK1" + } + } + ] + }, + { + "name": "PRIORITY CARE SDN. BHD.", + "short_code": "VIBR", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "VIBRMYK1" + } + } + ] + }, + { + "name": "PTB UNIT TRUST BERHAD", + "short_code": "PUTB", + "branches": [ + { + "code": "", + "city": "KUALA TERENGGANU", + "identifiers": { + "swift_code": "PUTBMY21" + } + } + ] + }, + { + "name": "PUBLIC BANK (L) LTD", + "short_code": "PBLL", + "branches": [ + { + "code": "", + "city": "LABUAN", + "identifiers": { + "swift_code": "PBLLMYKA" + } + } + ] + }, + { + "name": "PUBLIC BANK BERHAD", + "short_code": "PBBE", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "PBBEMYKL" + } + } + ] + }, + { + "name": "PUBLIC INVESTMENT BANK BERHAD", + "short_code": "SECS", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "SECSMYK1" + } + } + ] + }, + { + "name": "PUBLIC INVESTMENT BANK BERHAD", + "short_code": "SMBB", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "SMBBMYK1" + } + }, + { + "code": "001", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "SMBBMYK1001" + } + }, + { + "code": "002", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "SMBBMYK1002" + } + } + ] + }, + { + "name": "PUBLIC ISLAMIC BANK BERHAD", + "short_code": "PUIB", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "PUIBMYKL" + } + } + ] + }, + { + "name": "PUBLIC ISLAMIC BANK BERHAD", + "short_code": "PIBE", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "PIBEMYK1" + } + } + ] + }, + { + "name": "PUBLIC MUTUAL BERHAD", + "short_code": "KLMF", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "KLMFMYK1" + } + } + ] + }, + { + "name": "RASHID AND ZAKI DERIVATIVES SDN BHD", + "short_code": "RNZD", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "RNZDMYK1" + } + } + ] + }, + { + "name": "RC HOLDINGS SDN. BHD.", + "short_code": "SSSH", + "branches": [ + { + "code": "", + "city": "IPOH", + "identifiers": { + "swift_code": "SSSHMYK1" + } + } + ] + }, + { + "name": "RHB ASSET MANAGEMENT SDN BHD", + "short_code": "RHBT", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "RHBTMYKL" + } + } + ] + }, + { + "name": "RHB BANK (L) LTD", + "short_code": "RHBB", + "branches": [ + { + "code": "", + "city": "LABUAN", + "identifiers": { + "swift_code": "RHBBMYKA" + } + } + ] + }, + { + "name": "RHB BANK BERHAD", + "short_code": "RHBB", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "RHBBMYKL" + } + } + ] + }, + { + "name": "RHB EXCEL SDN. BHD.", + "short_code": "RHBK", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "RHBKMYK1" + } + } + ] + }, + { + "name": "RHB INVESTMENT BANK BERHAD", + "short_code": "OSSB", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "OSSBMYK1" + } + } + ] + }, + { + "name": "RHB INVESTMENT BANK BERHAD", + "short_code": "RHBF", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "RHBFMYK1" + } + } + ] + }, + { + "name": "RHB INVESTMENT BANK BERHAD", + "short_code": "OSKI", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "OSKIMYKL" + } + } + ] + }, + { + "name": "RHB INVESTMENT BANK BERHAD", + "short_code": "RHBM", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "RHBMMYK1" + } + } + ] + }, + { + "name": "RHB ISLAMIC BANK BERHAD", + "short_code": "RHBA", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "RHBAMYKL" + } + } + ] + }, + { + "name": "SABAH DEVELOPMENT BANK BHD.", + "short_code": "SDBE", + "branches": [ + { + "code": "", + "city": "KOTA KINABALU", + "identifiers": { + "swift_code": "SDBEMY41" + } + } + ] + }, + { + "name": "SAHAM SABAH BERHAD", + "short_code": "SASB", + "branches": [ + { + "code": "", + "city": "KOTA KINABALU", + "identifiers": { + "swift_code": "SASBMY41" + } + } + ] + }, + { + "name": "SAMSUNG C AND T KL SDN BHD", + "short_code": "SASH", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "SASHMYK1" + } + } + ] + }, + { + "name": "SAMSUNG C AND T MALAYSIA SDN BHD", + "short_code": "SCNT", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "SCNTMYK1" + } + } + ] + }, + { + "name": "SAMSUNG ELECTRONICS DISPLAY (M) SDN.BHD.", + "short_code": "SECT", + "branches": [ + { + "code": "520", + "city": "KLANG", + "identifiers": { + "swift_code": "SECTMY21520" + } + }, + { + "code": "5F0", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "SECTMY215F0" + } + }, + { + "code": "", + "city": "SEREMBAN", + "identifiers": { + "swift_code": "SECTMY21" + } + }, + { + "code": "510", + "city": "SEREMBAN", + "identifiers": { + "swift_code": "SECTMY21510" + } + } + ] + }, + { + "name": "SARAWAK SECURITIES FUTURES SDN BHD", + "short_code": "SSFO", + "branches": [ + { + "code": "", + "city": "KUCHING", + "identifiers": { + "swift_code": "SSFOMYK1" + } + } + ] + }, + { + "name": "SBB UNIT TRUST MANAGEMENT B ERHAD", + "short_code": "SBUT", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "SBUTMYK1" + } + } + ] + }, + { + "name": "SCHRODERS MALAYSIA (L) BERHAD", + "short_code": "SMBL", + "branches": [ + { + "code": "", + "city": "LABUAN", + "identifiers": { + "swift_code": "SMBLMYK1" + } + } + ] + }, + { + "name": "SEA CAPITAL SERVICES BERHAD", + "short_code": "SCCH", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "SCCHMYKL" + } + } + ] + }, + { + "name": "SINGPOLI INVESTMENT BANK LIMITED", + "short_code": "SIMV", + "branches": [ + { + "code": "", + "city": "LABUAN", + "identifiers": { + "swift_code": "SIMVMY2L" + } + } + ] + }, + { + "name": "SJ SECURITIES SDN BHD", + "short_code": "SJSE", + "branches": [ + { + "code": "", + "city": "PETALING JAYA", + "identifiers": { + "swift_code": "SJSEMY21" + } + } + ] + }, + { + "name": "SMALL MEDIUM ENTERPRISE DEVELOPMENT BANK MALAYSIA BERHAD", + "short_code": "MSME", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "MSMEMYK1" + } + } + ] + }, + { + "name": "SMALL MEDIUM ENTERPRISE DEVELOPMENT BANK MALAYSIA BERHAD-SPI", + "short_code": "MSME", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "MSMEMY21" + } + } + ] + }, + { + "name": "STANDARD CHARTERED BANK MALAYSIA BERHAD", + "short_code": "SCBL", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "SCBLMYKX" + } + }, + { + "code": "WMO", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "SCBLMYKXWMO" + } + }, + { + "code": "LAB", + "city": "LABUAN", + "identifiers": { + "swift_code": "SCBLMYKXLAB" + } + } + ] + }, + { + "name": "STANDARD CHARTERED SAADIQ BERHAD", + "short_code": "SCSR", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "SCSRMYK1" + } + }, + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "SCSRMYKK" + } + } + ] + }, + { + "name": "SUMITOMO MITSUI BANKING CORPORATION", + "short_code": "SMBC", + "branches": [ + { + "code": "", + "city": "LABUAN", + "identifiers": { + "swift_code": "SMBCMYKA" + } + } + ] + }, + { + "name": "SUMITOMO MITSUI BANKING CORPORATION MALAYSIA BERHAD", + "short_code": "SMBC", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "SMBCMYKL" + } + }, + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "SMBCMY22" + } + } + ] + }, + { + "name": "TA CENTRE BERHAD", + "short_code": "SETA", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "SETAMYK1" + } + } + ] + }, + { + "name": "TA FUTURES SDN. BHD.", + "short_code": "TAFR", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "TAFRMYK1" + } + } + ] + }, + { + "name": "TA INVESTMENT MANAGEMENT BERHAD", + "short_code": "TAUT", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "TAUTMYK1" + } + } + ] + }, + { + "name": "TA SECURITIES HOLDINGS BERHAD", + "short_code": "LEKE", + "branches": [ + { + "code": "", + "city": "KOTA BAHRU", + "identifiers": { + "swift_code": "LEKEMY21" + } + } + ] + }, + { + "name": "TA SECURITIES HOLDINGS BERHAD", + "short_code": "BOTL", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "BOTLMY21" + } + } + ] + }, + { + "name": "TAICHUNG COMMERCIAL BANK CO.,LTD LABUAN BRANCH", + "short_code": "TCBB", + "branches": [ + { + "code": "", + "city": "LABUAN", + "identifiers": { + "swift_code": "TCBBMY22" + } + } + ] + }, + { + "name": "TAISHIN INTERNATIONAL BANK CO.,LTD.LABUAN BRANCH", + "short_code": "TSIB", + "branches": [ + { + "code": "", + "city": "LABUAN", + "identifiers": { + "swift_code": "TSIBMY22" + } + } + ] + }, + { + "name": "THE BANK OF NOVA SCOTIA BERHAD", + "short_code": "NOSC", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "NOSCMYKL" + } + } + ] + }, + { + "name": "THE DAIWA SECURITIES INTERNATIONAL (H.K.) LTD", + "short_code": "DAIC", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "DAICMYK1" + } + } + ] + }, + { + "name": "THE HONGKONG AND SHANGHAI BANKING CORPORATION LIMITED", + "short_code": "HSBC", + "branches": [ + { + "code": "", + "city": "LABUAN", + "identifiers": { + "swift_code": "HSBCMYKA" + } + } + ] + }, + { + "name": "THONG AND KAY HIAN SECURITIES SDN. BHD.", + "short_code": "TKHO", + "branches": [ + { + "code": "", + "city": "GEORGE TOWN", + "identifiers": { + "swift_code": "TKHOMY21" + } + } + ] + }, + { + "name": "THONG-KHJC SDN BHD", + "short_code": "THKH", + "branches": [ + { + "code": "", + "city": "GEORGE TOWN", + "identifiers": { + "swift_code": "THKHMYP1" + } + } + ] + }, + { + "name": "TMC SERVICES SDN. BHD.", + "short_code": "TMCB", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "TMCBMYKL" + } + } + ] + }, + { + "name": "TML REMITTANCE CENTER SDN. BHD.", + "short_code": "TRTD", + "branches": [ + { + "code": "", + "city": "BATU PAHAT", + "identifiers": { + "swift_code": "TRTDMY22" + } + } + ] + }, + { + "name": "TRANGLO SDN BHD", + "short_code": "TRLO", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "TRLOMYKL" + } + } + ] + }, + { + "name": "TRANSFERWISE MALAYSIA SDN. BHD.", + "short_code": "TRWI", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "TRWIMYK1" + } + } + ] + }, + { + "name": "TROPICANA CORPORATION BERHAD", + "short_code": "TROH", + "branches": [ + { + "code": "", + "city": "PETALING JAYA", + "identifiers": { + "swift_code": "TROHMY22" + } + } + ] + }, + { + "name": "UBB INVESTMENT BANK LIMITED", + "short_code": "UBBI", + "branches": [ + { + "code": "", + "city": "LABUAN", + "identifiers": { + "swift_code": "UBBIMY22" + } + } + ] + }, + { + "name": "UBS SECURITIES MALAYSIA SDN. BHD.", + "short_code": "USMS", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "USMSMYK1" + } + } + ] + }, + { + "name": "UNITED OVERSEAS BANK (MALAYSIA) BERHAD", + "short_code": "UOVB", + "branches": [ + { + "code": "026", + "city": "BENTONG", + "identifiers": { + "swift_code": "UOVBMYK1026" + } + }, + { + "code": "01P", + "city": "BUTTERWORTH", + "identifiers": { + "swift_code": "UOVBMYK101P" + } + }, + { + "code": "02P", + "city": "GEORGE TOWN", + "identifiers": { + "swift_code": "UOVBMYK102P" + } + }, + { + "code": "03P", + "city": "GEORGE TOWN", + "identifiers": { + "swift_code": "UOVBMYK103P" + } + }, + { + "code": "02H", + "city": "IPOH", + "identifiers": { + "swift_code": "UOVBMYK102H" + } + }, + { + "code": "02J", + "city": "JOHOR BAHRU", + "identifiers": { + "swift_code": "UOVBMYK102J" + } + }, + { + "code": "01K", + "city": "KLANG", + "identifiers": { + "swift_code": "UOVBMYK101K" + } + }, + { + "code": "02K", + "city": "KLANG", + "identifiers": { + "swift_code": "UOVBMYK102K" + } + }, + { + "code": "01J", + "city": "KLUANG", + "identifiers": { + "swift_code": "UOVBMYK101J" + } + }, + { + "code": "01T", + "city": "KOTA BAHRU", + "identifiers": { + "swift_code": "UOVBMYK101T" + } + }, + { + "code": "04K", + "city": "KOTA KINABALU", + "identifiers": { + "swift_code": "UOVBMYK104K" + } + }, + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "UOVBMYKL" + } + }, + { + "code": "CND", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "UOVBMYKLCND" + } + }, + { + "code": "0K3", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "UOVBMYK10K3" + } + }, + { + "code": "0K1", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "UOVBMYK10K1" + } + }, + { + "code": "0K2", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "UOVBMYK10K2" + } + }, + { + "code": "CMS", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "UOVBMYKLCMS" + } + }, + { + "code": "03T", + "city": "KUALA TERENGGANU", + "identifiers": { + "swift_code": "UOVBMYK103T" + } + }, + { + "code": "02T", + "city": "KUANTAN", + "identifiers": { + "swift_code": "UOVBMYK102T" + } + }, + { + "code": "03K", + "city": "KUCHING", + "identifiers": { + "swift_code": "UOVBMYK103K" + } + }, + { + "code": "03J", + "city": "KULAI", + "identifiers": { + "swift_code": "UOVBMYK103J" + } + }, + { + "code": "027", + "city": "MELAKA", + "identifiers": { + "swift_code": "UOVBMYK1027" + } + }, + { + "code": "024", + "city": "PETALING JAYA", + "identifiers": { + "swift_code": "UOVBMYK1024" + } + }, + { + "code": "025", + "city": "PETALING JAYA", + "identifiers": { + "swift_code": "UOVBMYK1025" + } + }, + { + "code": "022", + "city": "RAUB", + "identifiers": { + "swift_code": "UOVBMYK1022" + } + }, + { + "code": "042", + "city": "SANDAKAN", + "identifiers": { + "swift_code": "UOVBMYK1042" + } + }, + { + "code": "023", + "city": "SEREMBAN", + "identifiers": { + "swift_code": "UOVBMYK1023" + } + }, + { + "code": "043", + "city": "TUARAN", + "identifiers": { + "swift_code": "UOVBMYK1043" + } + } + ] + }, + { + "name": "UNITED OVERSEAS BANK (MALAYSIA) BHD", + "short_code": "UOVB", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "UOVBMY21" + } + } + ] + }, + { + "name": "UNITED OVERSEAS BANK LIMITED LABUAN BRANCH", + "short_code": "UOVB", + "branches": [ + { + "code": "", + "city": "LABUAN", + "identifiers": { + "swift_code": "UOVBMY2L" + } + } + ] + }, + { + "name": "UNIVERSAL TRUSTEE (M) BERHAD", + "short_code": "UNTH", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "UNTHMYK1" + } + } + ] + }, + { + "name": "UOB KAY HIAN SECURITIES (M) SDN BHD", + "short_code": "INNO", + "branches": [ + { + "code": "", + "city": "KOTA KINABALU", + "identifiers": { + "swift_code": "INNOMY41" + } + } + ] + }, + { + "name": "UOB SECURITIES PTE LTD", + "short_code": "UOBS", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "UOBSMYK1" + } + } + ] + }, + { + "name": "VCAP ASSET MANAGERS SDN BHD", + "short_code": "VAMS", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "VAMSMYK2" + } + } + ] + }, + { + "name": "VOLKSWAGEN GROUP MALAYSIA", + "short_code": "VOGM", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "VOGMMYK1" + } + } + ] + }, + { + "name": "VOLKSWAGEN PASSENGER CARS MALAYSIA SDN BHD", + "short_code": "VPCM", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "VPCMMYK1" + } + } + ] + }, + { + "name": "WAAFI BANK LTD.", + "short_code": "WAAF", + "branches": [ + { + "code": "", + "city": "LABUAN", + "identifiers": { + "swift_code": "WAAFMY2L" + } + } + ] + }, + { + "name": "WILHELMSEN SHIP MANAGEMENT SDN BHD", + "short_code": "WSMH", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "WSMHMYKL" + } + } + ] + }, + { + "name": "WK OPTIONS AND FUTURES SDN BHD", + "short_code": "WKOF", + "branches": [ + { + "code": "", + "city": "KUANTAN", + "identifiers": { + "swift_code": "WKOFMY21" + } + } + ] + }, + { + "name": "WK SECURITIES SDN BHD", + "short_code": "SESB", + "branches": [ + { + "code": "", + "city": "KUANTAN", + "identifiers": { + "swift_code": "SESBMY21" + } + } + ] + }, + { + "name": "YINSON HOLDINGS BERHAD", + "short_code": "YIHB", + "branches": [ + { + "code": "", + "city": "KUALA LUMPUR", + "identifiers": { + "swift_code": "YIHBMYKL" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/packages/i18nify-go/modules/bankcodes/data/SG.json b/packages/i18nify-go/modules/bankcodes/data/SG.json index aaf3e952..6e9da2c7 100644 --- a/packages/i18nify-go/modules/bankcodes/data/SG.json +++ b/packages/i18nify-go/modules/bankcodes/data/SG.json @@ -1,21 +1,10126 @@ { - "defaults": { - "identifier_type": "SWIFT" - }, - "details": [ - { - "name": "CITIBANK,N.A.", - "short_code": "CITI", - "branches": [ - { - "code": "XXX", - "city": "SINGAPORE", - "identifiers": { - "swift_code": "CITISGSGXXX" - } - } - ] - } - ] - } - \ No newline at end of file + "defaults": { + "identifier_type": "SWIFT" + }, + "details": [ + { + "name": "CITIBANK,N.A.", + "short_code": "CITI", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CITISGSG" + } + }, + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CITISGSG" + } + }, + { + "code": "ICE", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CITISGSGICE" + } + }, + { + "code": "CC1", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CITISGSGCC1" + } + }, + { + "code": "CDP", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CITISGSGCDP" + } + }, + { + "code": "EFX", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CITISGSGEFX" + } + }, + { + "code": "NRI", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CITISGSGNRI" + } + }, + { + "code": "PBG", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CITISGSGPBG" + } + }, + { + "code": "DFA", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CITISGSGDFA" + } + }, + { + "code": "HUB", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CITISGSGHUB" + } + } + ] + }, + { + "name": "BANK OF AMERICA, N.A. SINGAPORE", + "short_code": "BOFA", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "BOFASG2X" + } + }, + { + "code": "VAM", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "BOFASG2XVAM" + } + } + ] + }, + { + "name": "BANK OF BARODA", + "short_code": "BARB", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "BARBSGSG" + } + } + ] + }, + { + "name": "BANK OF CHINA LIMITED", + "short_code": "BKCH", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "BKCHSGSG" + } + }, + { + "code": "PBG", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "BKCHSGSGPBG" + } + }, + { + "code": "CUS", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "BKCHSGSGCUS" + } + } + ] + }, + { + "name": "BANK OF COMMUNICATIONS CO., LTD SINGAPORE BRANCH", + "short_code": "COMM", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "COMMSGSG" + } + } + ] + }, + { + "name": "BANK OF INDIA", + "short_code": "BKID", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "BKIDSGSG" + } + } + ] + }, + { + "name": "BANK OF MONTREAL, SINGAPORE BRANCH", + "short_code": "BOFM", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "BOFMSGSG" + } + }, + { + "code": "GTB", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "BOFMSGSGGTB" + } + }, + { + "code": "PWM", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "BOFMSGSGPWM" + } + }, + { + "code": "FXM", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "BOFMSGSGFXM" + } + } + ] + }, + { + "name": "BANK OF SINGAPORE LIMITED (FORMERLY ING ASIA PRIVATE BANK LIMITED)", + "short_code": "INGP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "INGPSGSG" + } + } + ] + }, + { + "name": "BANK OF TAIWAN", + "short_code": "BKTW", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "BKTWSGSG" + } + } + ] + }, + { + "name": "BANK PICTET AND CIE (ASIA) LTD", + "short_code": "PICT", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PICTSGSG" + } + }, + { + "code": "COR", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PICTSGSGCOR" + } + } + ] + }, + { + "name": "BANKING COMPUTER SERVICES PRIVATE LIMITED", + "short_code": "SACH", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SACHSGS1" + } + }, + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SACHSG22" + } + }, + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SACHSG32" + } + } + ] + }, + { + "name": "BARCLAYS BANK PLC", + "short_code": "BARC", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "BARCSGSG" + } + }, + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "BARCSGSW" + } + } + ] + }, + { + "name": "BARCLAYS CAPITAL FUTURES (SINGAPORE) PRIVATE LIMITED", + "short_code": "BZWS", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "BZWSSGS1" + } + } + ] + }, + { + "name": "BDO UNIBANK, INC., SINGAPORE BRANCH", + "short_code": "BNOR", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "BNORSGSG" + } + } + ] + }, + { + "name": "BEEP INVESTMENTS (SINGAPORE) PTE. LTD.", + "short_code": "BIIP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "BIIPSGS1" + } + } + ] + }, + { + "name": "BNP PARIBAS - SINGAPORE BRANCH", + "short_code": "BNPA", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "BNPASGSG" + } + }, + { + "code": "WMB", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "BNPASGSGWMB" + } + } + ] + }, + { + "name": "BNP PARIBAS SECURITIES SERVICES", + "short_code": "BPTS", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "BPTSSGSG" + } + } + ] + }, + { + "name": "BNP PARIBAS SECURITIES SERVICES", + "short_code": "PARB", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSGSG" + } + }, + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21" + } + }, + { + "code": "041", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21041" + } + }, + { + "code": "042", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21042" + } + }, + { + "code": "043", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21043" + } + }, + { + "code": "044", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21044" + } + }, + { + "code": "045", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21045" + } + }, + { + "code": "046", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21046" + } + }, + { + "code": "047", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21047" + } + }, + { + "code": "BLK", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21BLK" + } + }, + { + "code": "SCH", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21SCH" + } + }, + { + "code": "TPC", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSGSGTPC" + } + }, + { + "code": "ESI", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSGSGESI" + } + }, + { + "code": "151", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21151" + } + }, + { + "code": "152", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21152" + } + }, + { + "code": "153", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21153" + } + }, + { + "code": "154", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21154" + } + }, + { + "code": "155", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21155" + } + }, + { + "code": "156", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21156" + } + }, + { + "code": "157", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21157" + } + }, + { + "code": "158", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21158" + } + }, + { + "code": "159", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21159" + } + }, + { + "code": "160", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21160" + } + }, + { + "code": "161", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21161" + } + }, + { + "code": "162", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21162" + } + }, + { + "code": "163", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21163" + } + }, + { + "code": "164", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21164" + } + }, + { + "code": "165", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21165" + } + }, + { + "code": "166", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21166" + } + }, + { + "code": "167", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21167" + } + }, + { + "code": "168", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21168" + } + }, + { + "code": "169", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21169" + } + }, + { + "code": "170", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21170" + } + }, + { + "code": "171", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21171" + } + }, + { + "code": "172", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21172" + } + }, + { + "code": "173", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21173" + } + }, + { + "code": "174", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21174" + } + }, + { + "code": "175", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21175" + } + }, + { + "code": "176", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21176" + } + }, + { + "code": "177", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21177" + } + }, + { + "code": "178", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21178" + } + }, + { + "code": "179", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21179" + } + }, + { + "code": "180", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21180" + } + }, + { + "code": "181", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21181" + } + }, + { + "code": "182", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21182" + } + }, + { + "code": "183", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21183" + } + }, + { + "code": "184", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21184" + } + }, + { + "code": "185", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21185" + } + }, + { + "code": "186", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21186" + } + }, + { + "code": "187", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21187" + } + }, + { + "code": "188", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21188" + } + }, + { + "code": "189", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21189" + } + }, + { + "code": "190", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21190" + } + }, + { + "code": "191", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21191" + } + }, + { + "code": "192", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21192" + } + }, + { + "code": "193", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21193" + } + }, + { + "code": "194", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21194" + } + }, + { + "code": "195", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21195" + } + }, + { + "code": "196", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21196" + } + }, + { + "code": "197", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21197" + } + }, + { + "code": "198", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21198" + } + }, + { + "code": "199", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21199" + } + }, + { + "code": "200", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21200" + } + }, + { + "code": "201", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21201" + } + }, + { + "code": "202", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21202" + } + }, + { + "code": "203", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21203" + } + }, + { + "code": "204", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21204" + } + }, + { + "code": "205", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21205" + } + }, + { + "code": "206", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21206" + } + }, + { + "code": "207", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21207" + } + }, + { + "code": "208", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21208" + } + }, + { + "code": "209", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21209" + } + }, + { + "code": "210", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21210" + } + }, + { + "code": "211", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21211" + } + }, + { + "code": "212", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21212" + } + }, + { + "code": "213", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21213" + } + }, + { + "code": "214", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21214" + } + }, + { + "code": "215", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21215" + } + }, + { + "code": "216", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21216" + } + }, + { + "code": "217", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21217" + } + }, + { + "code": "218", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21218" + } + }, + { + "code": "219", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21219" + } + }, + { + "code": "220", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21220" + } + }, + { + "code": "221", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21221" + } + }, + { + "code": "222", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21222" + } + }, + { + "code": "223", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21223" + } + }, + { + "code": "224", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21224" + } + }, + { + "code": "225", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21225" + } + }, + { + "code": "226", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21226" + } + }, + { + "code": "227", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21227" + } + }, + { + "code": "228", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21228" + } + }, + { + "code": "229", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21229" + } + }, + { + "code": "230", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21230" + } + }, + { + "code": "231", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21231" + } + }, + { + "code": "232", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21232" + } + }, + { + "code": "233", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21233" + } + }, + { + "code": "234", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21234" + } + }, + { + "code": "235", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21235" + } + }, + { + "code": "236", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21236" + } + }, + { + "code": "237", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21237" + } + }, + { + "code": "238", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21238" + } + }, + { + "code": "239", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21239" + } + }, + { + "code": "240", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21240" + } + }, + { + "code": "241", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21241" + } + }, + { + "code": "242", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21242" + } + }, + { + "code": "243", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21243" + } + }, + { + "code": "244", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21244" + } + }, + { + "code": "245", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21245" + } + }, + { + "code": "246", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21246" + } + }, + { + "code": "247", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21247" + } + }, + { + "code": "248", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21248" + } + }, + { + "code": "249", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21249" + } + }, + { + "code": "250", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21250" + } + }, + { + "code": "ISI", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSGSGISI" + } + }, + { + "code": "MOO", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSGSGMOO" + } + }, + { + "code": "000", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21000" + } + }, + { + "code": "001", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21001" + } + }, + { + "code": "002", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21002" + } + }, + { + "code": "003", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21003" + } + }, + { + "code": "004", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21004" + } + }, + { + "code": "005", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21005" + } + }, + { + "code": "006", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21006" + } + }, + { + "code": "007", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21007" + } + }, + { + "code": "008", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21008" + } + }, + { + "code": "009", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21009" + } + }, + { + "code": "010", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21010" + } + }, + { + "code": "011", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21011" + } + }, + { + "code": "012", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21012" + } + }, + { + "code": "013", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21013" + } + }, + { + "code": "014", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21014" + } + }, + { + "code": "015", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21015" + } + }, + { + "code": "016", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21016" + } + }, + { + "code": "017", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21017" + } + }, + { + "code": "018", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21018" + } + }, + { + "code": "019", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21019" + } + }, + { + "code": "020", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21020" + } + }, + { + "code": "021", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21021" + } + }, + { + "code": "022", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21022" + } + }, + { + "code": "023", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21023" + } + }, + { + "code": "024", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21024" + } + }, + { + "code": "025", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21025" + } + }, + { + "code": "026", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21026" + } + }, + { + "code": "027", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21027" + } + }, + { + "code": "028", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21028" + } + }, + { + "code": "029", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21029" + } + }, + { + "code": "030", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21030" + } + }, + { + "code": "031", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21031" + } + }, + { + "code": "032", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21032" + } + }, + { + "code": "033", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21033" + } + }, + { + "code": "034", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21034" + } + }, + { + "code": "035", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21035" + } + }, + { + "code": "036", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21036" + } + }, + { + "code": "037", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21037" + } + }, + { + "code": "038", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21038" + } + }, + { + "code": "039", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21039" + } + }, + { + "code": "040", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21040" + } + }, + { + "code": "048", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21048" + } + }, + { + "code": "049", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21049" + } + }, + { + "code": "050", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21050" + } + }, + { + "code": "051", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21051" + } + }, + { + "code": "052", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21052" + } + }, + { + "code": "053", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21053" + } + }, + { + "code": "054", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21054" + } + }, + { + "code": "055", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21055" + } + }, + { + "code": "056", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21056" + } + }, + { + "code": "057", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21057" + } + }, + { + "code": "058", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21058" + } + }, + { + "code": "059", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21059" + } + }, + { + "code": "060", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21060" + } + }, + { + "code": "061", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21061" + } + }, + { + "code": "062", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21062" + } + }, + { + "code": "063", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21063" + } + }, + { + "code": "064", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21064" + } + }, + { + "code": "065", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21065" + } + }, + { + "code": "066", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21066" + } + }, + { + "code": "067", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21067" + } + }, + { + "code": "068", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21068" + } + }, + { + "code": "069", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21069" + } + }, + { + "code": "070", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21070" + } + }, + { + "code": "071", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21071" + } + }, + { + "code": "072", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21072" + } + }, + { + "code": "073", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21073" + } + }, + { + "code": "074", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21074" + } + }, + { + "code": "075", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21075" + } + }, + { + "code": "076", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21076" + } + }, + { + "code": "077", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21077" + } + }, + { + "code": "078", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21078" + } + }, + { + "code": "079", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21079" + } + }, + { + "code": "080", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21080" + } + }, + { + "code": "081", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21081" + } + }, + { + "code": "082", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21082" + } + }, + { + "code": "083", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21083" + } + }, + { + "code": "084", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21084" + } + }, + { + "code": "085", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21085" + } + }, + { + "code": "086", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21086" + } + }, + { + "code": "087", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21087" + } + }, + { + "code": "088", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21088" + } + }, + { + "code": "089", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21089" + } + }, + { + "code": "090", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21090" + } + }, + { + "code": "091", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21091" + } + }, + { + "code": "092", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21092" + } + }, + { + "code": "093", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21093" + } + }, + { + "code": "094", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21094" + } + }, + { + "code": "095", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21095" + } + }, + { + "code": "096", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21096" + } + }, + { + "code": "097", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21097" + } + }, + { + "code": "098", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21098" + } + }, + { + "code": "099", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21099" + } + }, + { + "code": "100", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21100" + } + }, + { + "code": "101", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21101" + } + }, + { + "code": "102", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21102" + } + }, + { + "code": "103", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21103" + } + }, + { + "code": "104", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21104" + } + }, + { + "code": "105", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21105" + } + }, + { + "code": "106", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21106" + } + }, + { + "code": "107", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21107" + } + }, + { + "code": "108", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21108" + } + }, + { + "code": "109", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21109" + } + }, + { + "code": "110", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21110" + } + }, + { + "code": "111", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21111" + } + }, + { + "code": "112", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21112" + } + }, + { + "code": "113", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21113" + } + }, + { + "code": "114", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21114" + } + }, + { + "code": "115", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21115" + } + }, + { + "code": "116", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21116" + } + }, + { + "code": "117", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21117" + } + }, + { + "code": "118", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21118" + } + }, + { + "code": "119", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21119" + } + }, + { + "code": "120", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21120" + } + }, + { + "code": "121", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21121" + } + }, + { + "code": "122", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21122" + } + }, + { + "code": "123", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21123" + } + }, + { + "code": "124", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21124" + } + }, + { + "code": "125", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21125" + } + }, + { + "code": "126", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21126" + } + }, + { + "code": "127", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21127" + } + }, + { + "code": "128", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21128" + } + }, + { + "code": "129", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21129" + } + }, + { + "code": "130", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21130" + } + }, + { + "code": "131", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21131" + } + }, + { + "code": "132", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21132" + } + }, + { + "code": "133", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21133" + } + }, + { + "code": "134", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21134" + } + }, + { + "code": "135", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21135" + } + }, + { + "code": "136", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21136" + } + }, + { + "code": "137", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21137" + } + }, + { + "code": "138", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21138" + } + }, + { + "code": "139", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21139" + } + }, + { + "code": "140", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21140" + } + }, + { + "code": "141", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21141" + } + }, + { + "code": "142", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21142" + } + }, + { + "code": "143", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21143" + } + }, + { + "code": "144", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21144" + } + }, + { + "code": "145", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21145" + } + }, + { + "code": "146", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21146" + } + }, + { + "code": "147", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21147" + } + }, + { + "code": "148", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21148" + } + }, + { + "code": "149", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21149" + } + }, + { + "code": "150", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21150" + } + }, + { + "code": "251", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21251" + } + }, + { + "code": "252", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21252" + } + }, + { + "code": "253", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21253" + } + }, + { + "code": "254", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21254" + } + }, + { + "code": "255", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21255" + } + }, + { + "code": "256", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21256" + } + }, + { + "code": "257", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21257" + } + }, + { + "code": "258", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21258" + } + }, + { + "code": "259", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21259" + } + }, + { + "code": "260", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21260" + } + }, + { + "code": "261", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21261" + } + }, + { + "code": "262", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21262" + } + }, + { + "code": "263", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21263" + } + }, + { + "code": "264", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21264" + } + }, + { + "code": "265", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21265" + } + }, + { + "code": "266", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21266" + } + }, + { + "code": "267", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21267" + } + }, + { + "code": "268", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21268" + } + }, + { + "code": "269", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21269" + } + }, + { + "code": "270", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21270" + } + }, + { + "code": "271", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21271" + } + }, + { + "code": "272", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21272" + } + }, + { + "code": "273", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21273" + } + }, + { + "code": "274", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21274" + } + }, + { + "code": "275", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21275" + } + }, + { + "code": "276", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21276" + } + }, + { + "code": "277", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21277" + } + }, + { + "code": "278", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21278" + } + }, + { + "code": "279", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21279" + } + }, + { + "code": "280", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21280" + } + }, + { + "code": "281", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21281" + } + }, + { + "code": "282", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21282" + } + }, + { + "code": "283", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21283" + } + }, + { + "code": "284", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21284" + } + }, + { + "code": "285", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21285" + } + }, + { + "code": "286", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21286" + } + }, + { + "code": "287", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21287" + } + }, + { + "code": "288", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21288" + } + }, + { + "code": "289", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21289" + } + }, + { + "code": "290", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21290" + } + }, + { + "code": "291", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21291" + } + }, + { + "code": "292", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21292" + } + }, + { + "code": "293", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21293" + } + }, + { + "code": "294", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21294" + } + }, + { + "code": "295", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21295" + } + }, + { + "code": "296", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21296" + } + }, + { + "code": "297", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21297" + } + }, + { + "code": "298", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21298" + } + }, + { + "code": "299", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21299" + } + }, + { + "code": "300", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21300" + } + }, + { + "code": "301", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21301" + } + }, + { + "code": "302", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21302" + } + }, + { + "code": "303", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21303" + } + }, + { + "code": "304", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21304" + } + }, + { + "code": "305", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21305" + } + }, + { + "code": "306", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21306" + } + }, + { + "code": "307", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21307" + } + }, + { + "code": "308", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21308" + } + }, + { + "code": "309", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21309" + } + }, + { + "code": "310", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21310" + } + }, + { + "code": "311", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21311" + } + }, + { + "code": "312", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21312" + } + }, + { + "code": "313", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21313" + } + }, + { + "code": "314", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21314" + } + }, + { + "code": "315", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21315" + } + }, + { + "code": "316", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21316" + } + }, + { + "code": "317", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21317" + } + }, + { + "code": "318", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21318" + } + }, + { + "code": "319", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21319" + } + }, + { + "code": "320", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21320" + } + }, + { + "code": "321", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21321" + } + }, + { + "code": "322", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21322" + } + }, + { + "code": "323", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21323" + } + }, + { + "code": "324", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21324" + } + }, + { + "code": "325", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21325" + } + }, + { + "code": "326", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21326" + } + }, + { + "code": "327", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21327" + } + }, + { + "code": "328", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21328" + } + }, + { + "code": "329", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21329" + } + }, + { + "code": "330", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21330" + } + }, + { + "code": "331", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21331" + } + }, + { + "code": "332", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21332" + } + }, + { + "code": "333", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21333" + } + }, + { + "code": "334", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21334" + } + }, + { + "code": "335", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21335" + } + }, + { + "code": "336", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21336" + } + }, + { + "code": "337", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21337" + } + }, + { + "code": "338", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21338" + } + }, + { + "code": "339", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21339" + } + }, + { + "code": "340", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21340" + } + }, + { + "code": "341", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21341" + } + }, + { + "code": "342", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21342" + } + }, + { + "code": "343", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21343" + } + }, + { + "code": "344", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21344" + } + }, + { + "code": "345", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21345" + } + }, + { + "code": "346", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21346" + } + }, + { + "code": "347", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21347" + } + }, + { + "code": "348", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21348" + } + }, + { + "code": "349", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21349" + } + }, + { + "code": "350", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PARBSG21350" + } + } + ] + }, + { + "name": "BNP PARIBAS TRUST SERVICES SINGAPORE LIMITED (TRUST AND TA ONLY)", + "short_code": "BNPT", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "BNPTSGSG" + } + } + ] + }, + { + "name": "BNS ASIA LIMITED", + "short_code": "BNSI", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "BNSISGSG" + } + } + ] + }, + { + "name": "BOLLORE LOGISTICS ASIA-PACIFIC CORPORATE PTE LTD", + "short_code": "BLPR", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "BLPRSGSG" + } + } + ] + }, + { + "name": "BORDIER AND CIE (SINGAPORE) LTD", + "short_code": "BORD", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "BORDSGSX" + } + } + ] + }, + { + "name": "BP SINGAPORE PTE LIMITED", + "short_code": "BPSI", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "BPSISGSG" + } + } + ] + }, + { + "name": "BRITISH AMERICAN TOBACCO (SINGAPORE) PTE LTD", + "short_code": "BATS", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "BATSSG21" + } + } + ] + }, + { + "name": "BRITISH AMERICAN TOBACCO MARKETING (SINGAPORE)PTE LTD", + "short_code": "BATS", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "BATSSGS1" + } + } + ] + }, + { + "name": "BROAD PEAK INVESTMENT ADVISERS PTE", + "short_code": "BPID", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "BPIDSGS2" + } + } + ] + }, + { + "name": "BROAD STREET INVESTMENTS (SINGAPORE) PTE. LTD.", + "short_code": "BSII", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "BSIISGS1" + } + } + ] + }, + { + "name": "BROAD STREET INVESTMENTS HOLDING (SINGAPORE) PTE. LTD.", + "short_code": "BSIH", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "BSIHSGS1" + } + } + ] + }, + { + "name": "BTIG SINGAPORE PTE. LIMITED", + "short_code": "BTSP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "BTSPSGS1" + } + } + ] + }, + { + "name": "BULLION VENTURA INVESTMENT PTE LTD", + "short_code": "BVIP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "BVIPSGS1" + } + }, + { + "code": "ITM", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "BVIPSGS1ITM" + } + } + ] + }, + { + "name": "BW LPG HOLDING PTE. LTD.", + "short_code": "LPPT", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "LPPTSGSG" + } + } + ] + }, + { + "name": "BW MARITIME PTE LTD", + "short_code": "BWMA", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "BWMASGSG" + } + } + ] + }, + { + "name": "CA INDOSUEZ (SWITZERLAND) SA, SINGAPORE BRANCH", + "short_code": "AGRI", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "AGRISG2X" + } + } + ] + }, + { + "name": "CANADIAN IMPERIAL BANK OF COMMERCE", + "short_code": "CIBC", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CIBCSGSG" + } + } + ] + }, + { + "name": "CANTOR FITZGERALD (SINGAPORE) CAPITAL MARKETS LIMITED", + "short_code": "CFSP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CFSPSGS1" + } + } + ] + }, + { + "name": "CARGILL FINANCIAL SERVICES ASIA PTE LTD", + "short_code": "CFSA", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CFSASGS1" + } + } + ] + }, + { + "name": "CARGILL TSF ASIA PTE. LTD.", + "short_code": "CTSF", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CTSFSGSG" + } + } + ] + }, + { + "name": "CASHCARDONE PTE. LTD.", + "short_code": "CHPE", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CHPESGS1" + } + } + ] + }, + { + "name": "CATHAY UNITED BANK SINGAPORE BRANCH", + "short_code": "UWCB", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "UWCBSGSG" + } + } + ] + }, + { + "name": "CBIPAY PRIVATE LIMITED", + "short_code": "CBPV", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CBPVSGS2" + } + } + ] + }, + { + "name": "CCB INTERNATIONAL (SINGAPORE) PTE. LTD.", + "short_code": "CNSP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CNSPSGS2" + } + } + ] + }, + { + "name": "CGS-CIMB RESEARCH PTE. LTD", + "short_code": "JGRP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "JGRPSGS1" + } + } + ] + }, + { + "name": "CGS-CIMB SECURITIES (SINGAPORE) PTE LTD", + "short_code": "GKGT", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "GKGTSGS1" + } + } + ] + }, + { + "name": "CHANG HWA COMMERCIAL BANK LTD.", + "short_code": "CCBC", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CCBCSGSG" + } + } + ] + }, + { + "name": "CHARTERED ASSET MANAGEMENT PTE LTD", + "short_code": "CATP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CATPSGS1" + } + } + ] + }, + { + "name": "CHEVRON PHILLIPS CHEMICALS ASIA PTE. LTD.", + "short_code": "CPHA", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CPHASGSG" + } + } + ] + }, + { + "name": "CHINA CITIC BANK INTERNATIONAL LIMITED SINGAPORE BRANCH", + "short_code": "KWHK", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "KWHKSGSG" + } + } + ] + }, + { + "name": "CHINA CONSTRUCTION BANK CORPORATION, SINGAPORE BRANCH", + "short_code": "PCBC", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PCBCSGSG" + } + }, + { + "code": "CIS", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PCBCSGSGCIS" + } + } + ] + }, + { + "name": "CHINA INTERNATIONAL FACTORING (SINGAPORE) PTE LTD", + "short_code": "CHNF", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CHNFSGSG" + } + } + ] + }, + { + "name": "CHINA MERCHANTS BANK SINGAPORE BRANCH", + "short_code": "CMBC", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CMBCSGSG" + } + }, + { + "code": "PBD", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CMBCSGSGPBD" + } + } + ] + }, + { + "name": "CIMB BANK BERHAD", + "short_code": "CIBB", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CIBBSGSG" + } + } + ] + }, + { + "name": "CITIBANK NA SINGAPORE BANK CLEARING MEMBER", + "short_code": "CITI", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CITISG31" + } + } + ] + }, + { + "name": "CITIBANK SINGAPORE LIMITED", + "short_code": "CITI", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CITISG21" + } + }, + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CITISGSL" + } + } + ] + }, + { + "name": "CITIBANK SINGAPORE LTD", + "short_code": "CITI", + "branches": [ + { + "code": "GCB", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CITISGSGGCB" + } + } + ] + }, + { + "name": "CITICORP INTERNATIONAL SINGAPORE LTD.", + "short_code": "CISI", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CISISGS1" + } + } + ] + }, + { + "name": "CITIGROUP GLOBAL MARKETS SINGAPORE PTE. LTD.", + "short_code": "SBSP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SBSPSGS1" + } + } + ] + }, + { + "name": "CITIGROUP GLOBAL MARKETS SINGAPORE SECURITIES PTE.LTD.", + "short_code": "SSBG", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SSBGSGS1" + } + } + ] + }, + { + "name": "CITY DEVELOPMENTS LIMITED", + "short_code": "CIDV", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CIDVSGSG" + } + } + ] + }, + { + "name": "CLARENCY SINGAPORE PTE. LTD.", + "short_code": "CLIP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CLIPSGSG" + } + } + ] + }, + { + "name": "CLARIDEN LEU LTD", + "short_code": "CLAR", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CLARSGS1" + } + } + ] + }, + { + "name": "CLSA SINGAPORE PTE LTD.", + "short_code": "CLSS", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CLSSSGSG" + } + }, + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CLSSSGS2" + } + }, + { + "code": "CWM", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CLSSSGSGCWM" + } + }, + { + "code": "CHV", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CLSSSGSGCHV" + } + } + ] + }, + { + "name": "CMC MARKETS SINGAPORE PTE. LTD.", + "short_code": "CMCK", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CMCKSGS2" + } + } + ] + }, + { + "name": "COFCO INTERNATIONAL SINGAPORE PTE. LTD.", + "short_code": "NOEP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "NOEPSGS1" + } + } + ] + }, + { + "name": "COMMERZBANK AG, SINGAPORE BRANCH", + "short_code": "COBA", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "COBASGSX" + } + } + ] + }, + { + "name": "COMMONWEALTH BANK OF AUSTRALIA", + "short_code": "CTBA", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CTBASGSG" + } + } + ] + }, + { + "name": "COMPETROL INTERNATIONAL INVESTMENTS PRIVATE LIMITED", + "short_code": "CIEV", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CIEVSGSG" + } + } + ] + }, + { + "name": "CONDUIT SECURITIES PTE. LTD.", + "short_code": "MCAP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MCAPSGSG" + } + } + ] + }, + { + "name": "CREDIT AGRICOLE CIB", + "short_code": "CRLY", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CRLYSGSG" + } + }, + { + "code": "COM", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CRLYSGSGCOM" + } + }, + { + "code": "940", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CRLYSGSG940" + } + } + ] + }, + { + "name": "CREDIT AGRICOLE CORPORATE AND INVESTMENT BANK", + "short_code": "IASI", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "IASISGS1" + } + } + ] + }, + { + "name": "CREDIT INDUSTRIEL ET COMMERCIAL - SINGAPORE BRANCH", + "short_code": "CMCI", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CMCISGSG" + } + } + ] + }, + { + "name": "CREDIT SUISSE (SINGAPORE) LIMITED", + "short_code": "CSFB", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CSFBSGSX" + } + }, + { + "code": "VIS", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CSFBSGSXVIS" + } + } + ] + }, + { + "name": "CREDIT SUISSE AG, SINGAPORE BRANCH", + "short_code": "CSPB", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CSPBSGSG" + } + } + ] + }, + { + "name": "CREDIT SUISSE AG, SINGAPORE BRANCH", + "short_code": "CRES", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CRESSGSG" + } + } + ] + }, + { + "name": "CREDIT SUISSE SECURITIES (SINGAPORE) PTE LIMITED", + "short_code": "CSFB", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CSFBSGSE" + } + }, + { + "code": "VIS", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CSFBSGSEVIS" + } + } + ] + }, + { + "name": "CREDIT SUISSE SECURITIES (SINGAPORE) PTE. LIMITED", + "short_code": "BZWP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "BZWPSGS1" + } + } + ] + }, + { + "name": "CRESCENT ASSET MANAGEMENT ASIA PTE. LTD.", + "short_code": "CEGS", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CEGSSGS2" + } + } + ] + }, + { + "name": "CTBC BANK CO., LTD., SINGAPORE BRANCH", + "short_code": "CTCB", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CTCBSGSG" + } + }, + { + "code": "006", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CTCBSGSG006" + } + } + ] + }, + { + "name": "CTI ASSET MANAGEMENT PTE. LTD", + "short_code": "IFPT", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "IFPTSGS1" + } + } + ] + }, + { + "name": "CURRENCIES DIRECT PTE LTD", + "short_code": "CUDP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CUDPSGS2" + } + } + ] + }, + { + "name": "CYS EXPRESS EXCHANGE PTE LTD", + "short_code": "CYSS", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CYSSSGS1" + } + } + ] + }, + { + "name": "DAIWA CAPITAL MARKETS INVESTMENT SERVICES PTE LTD", + "short_code": "DAWS", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "DAWSSGS1" + } + } + ] + }, + { + "name": "DAIWA CAPITAL MARKETS SINGAPORE LIMITED", + "short_code": "DASM", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "DASMSGSG" + } + } + ] + }, + { + "name": "DAIWA SB INVESTMENTS (SINGAPORE) LTD.", + "short_code": "DICM", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "DICMSGS1" + } + } + ] + }, + { + "name": "DANONE ASIA PTE LTD", + "short_code": "DAAT", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "DAATSGSG" + } + } + ] + }, + { + "name": "DBS BANK LTD", + "short_code": "DBSS", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "DBSSSGSG" + } + }, + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "DBSSSGS2" + } + }, + { + "code": "API", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "DBSSSGSGAPI" + } + }, + { + "code": "DOD", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "DBSSSGSGDOD" + } + }, + { + "code": "IBD", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "DBSSSGSGIBD" + } + }, + { + "code": "LAO", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "DBSSSGSGLAO" + } + }, + { + "code": "PCG", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "DBSSSGSGPCG" + } + }, + { + "code": "VEC", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "DBSSSGSGVEC" + } + }, + { + "code": "DRV", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "DBSSSGSGDRV" + } + } + ] + }, + { + "name": "DBS CAPITAL INVESTMENTS LTD", + "short_code": "DBCI", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "DBCISGS1" + } + } + ] + }, + { + "name": "DBS GROUP HOLDINGS", + "short_code": "DBGH", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "DBGHSGSG" + } + } + ] + }, + { + "name": "DBS VICKERS SECURITIES (SINGAPORE) PTE LTD", + "short_code": "DBSE", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "DBSESGSG" + } + } + ] + }, + { + "name": "DBSN SERVICES PTE LTD.", + "short_code": "DBSN", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "DBSNSGS1" + } + } + ] + }, + { + "name": "DEUTSCHE ASIA AND PARTNERS SECURITIES PTE LTD.", + "short_code": "MGAP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MGAPSGS1" + } + } + ] + }, + { + "name": "DEUTSCHE BANK AG", + "short_code": "DEUT", + "branches": [ + { + "code": "DIA", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "DEUTSGSGDIA" + } + }, + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "DEUTSGSG" + } + }, + { + "code": "EBP", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "DEUTSGSREBP" + } + }, + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "DEUTSGSR" + } + }, + { + "code": "GMO", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "DEUTSGSGGMO" + } + }, + { + "code": "CUS", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "DEUTSGSGCUS" + } + } + ] + }, + { + "name": "DEUTSCHE BANK AG (PRIVATE BANKING)", + "short_code": "DEUT", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "DEUTSGSP" + } + }, + { + "code": "HKH", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "DEUTSGSPHKH" + } + } + ] + }, + { + "name": "DFS VENTURE SINGAPORE (PTE) LIMITED", + "short_code": "DVSE", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "DVSESGSG" + } + } + ] + }, + { + "name": "DKSH MANAGEMENT PTE LTD", + "short_code": "DKSH", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "DKSHSGSG" + } + } + ] + }, + { + "name": "DOW FINANCIAL SERVICES INC. SINGAPORE", + "short_code": "DFSI", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "DFSISGS1" + } + } + ] + }, + { + "name": "DYMON ASIA CAPITAL", + "short_code": "DMAC", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "DMACSGS1" + } + }, + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "DMACSG31" + } + } + ] + }, + { + "name": "DZ BANK AG, SINGAPORE BRANCH", + "short_code": "GENO", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "GENOSGSG" + } + } + ] + }, + { + "name": "E.SUN COMMERCIAL BANK, LTD.", + "short_code": "ESUN", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "ESUNSGSG" + } + } + ] + }, + { + "name": "EASTSPRING INVESTMENTS SINGAPORE LIMITED", + "short_code": "ESIN", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "ESINSGS2" + } + }, + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "ESINSGS3" + } + } + ] + }, + { + "name": "EFFISSIMO CAPITAL MANAGEMENT PTE LTD", + "short_code": "ECMP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "ECMPSGS1" + } + } + ] + }, + { + "name": "EFG BANK AG SINGAPORE BRANCH", + "short_code": "EFGB", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "EFGBSGSG" + } + } + ] + }, + { + "name": "ELLIOTT AND CARMEN INTERNATIONAL LLP", + "short_code": "ECQL", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "ECQLSGS1" + } + } + ] + }, + { + "name": "ELYSIUM FINANCIAL SERVICES PTE. LTD", + "short_code": "EFST", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "EFSTSGS1" + } + } + ] + }, + { + "name": "EMIRATES NBD BANK PJSC (ENBD)", + "short_code": "EBIL", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "EBILSGSG" + } + } + ] + }, + { + "name": "FAR EAST MINO ELECTRONIC PTE. LTD.", + "short_code": "FEME", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "FEMESGSG" + } + } + ] + }, + { + "name": "FIL INVESTMENT MANAGEMENT (SINGAPORE) LIMITED", + "short_code": "FIIS", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "FIISSGS1" + } + } + ] + }, + { + "name": "FINACCEL PTE. LTD.", + "short_code": "FPTE", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "FPTESGSG" + } + } + ] + }, + { + "name": "FINMO TECH PTE. LTD.", + "short_code": "FNTP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "FNTPSGS2" + } + } + ] + }, + { + "name": "FIRST ABU DHABI BANK PJSC (FORMERLY NATIONAL BANK OF ABU DHABI)", + "short_code": "FGBM", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "FGBMSGSG" + } + }, + { + "code": "LAU", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "FGBMSGSGLAU" + } + } + ] + }, + { + "name": "FIRST COMMERCIAL BANK, LTD.", + "short_code": "FCBK", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "FCBKSGSG" + } + } + ] + }, + { + "name": "FITCH RATINGS SINGAPORE PTE LTD.", + "short_code": "FRIP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "FRIPSGS1" + } + } + ] + }, + { + "name": "FIXED AND MOBILE PTE. LTD.", + "short_code": "FXMP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "FXMPSGSG" + } + } + ] + }, + { + "name": "FLEX LTD.", + "short_code": "FLEI", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "FLEISGSG" + } + } + ] + }, + { + "name": "FOMO PAY PTE. LTD.", + "short_code": "FOMP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "FOMPSGS2" + } + }, + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "FOMPSGSG" + } + } + ] + }, + { + "name": "FRASER AND NEAVE, LIMITED", + "short_code": "FANL", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "FANLSGSG" + } + } + ] + }, + { + "name": "FRASERS PROPERTY LIMITED", + "short_code": "FCPL", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "FCPLSGSG" + } + } + ] + }, + { + "name": "FULLERTON (PRIVATE) LIMITED", + "short_code": "THPL", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "THPLSGSG" + } + } + ] + }, + { + "name": "FULLERTON FUND MANAGEMENT COMPANY LTD", + "short_code": "FFMC", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "FFMCSGSG" + } + } + ] + }, + { + "name": "FUNDING SOCIETIES PTE. LTD.", + "short_code": "FSTE", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "FSTESGSG" + } + } + ] + }, + { + "name": "GALENA ASSET MANAGEMENT (ASIA) PTE . LTD", + "short_code": "GANS", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "GANSSGS1" + } + } + ] + }, + { + "name": "GARENA ONLINE PRIVATE LIMITED", + "short_code": "GAOP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "GAOPSGSG" + } + } + ] + }, + { + "name": "GIC PRIVATE LIMITED", + "short_code": "GSIC", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "GSICSGSG" + } + }, + { + "code": "BAC", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "GSICSGSGBAC" + } + }, + { + "code": "CAC", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "GSICSGSGCAC" + } + }, + { + "code": "HAC", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "GSICSGSGHAC" + } + } + ] + }, + { + "name": "GITI TIRE PTE LTD", + "short_code": "GTPE", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "GTPESGSG" + } + } + ] + }, + { + "name": "GLL IHT PTE. LTD.", + "short_code": "GIPT", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "GIPTSGSG" + } + } + ] + }, + { + "name": "GN HEARING PTE LTD", + "short_code": "HEPE", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "HEPESGSG" + } + } + ] + }, + { + "name": "GOLDMAN SACHS (SINGAPORE) PTE", + "short_code": "GSSG", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "GSSGSGSG" + } + } + ] + }, + { + "name": "GOLDMAN SACHS ASIA STRATEGIC PTE. LTD.", + "short_code": "GSSC", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "GSSCSGS1" + } + } + ] + }, + { + "name": "GOLDMAN SACHS ASSET MANAGEMENT (SINGAPORE) PTE. LTD.", + "short_code": "GSEN", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "GSENSGS1" + } + } + ] + }, + { + "name": "GOLDMAN SACHS FOREIGN EXCHANGE", + "short_code": "GSFE", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "GSFESGS1" + } + } + ] + }, + { + "name": "GOLDMAN SACHS FUTURES PTE LTD", + "short_code": "GSFS", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "GSFSSGS1" + } + } + ] + }, + { + "name": "GOLDMAN SACHS HOLDINGS (SINGAPORE) PTE. LTD.", + "short_code": "GSHI", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "GSHISGS1" + } + } + ] + }, + { + "name": "GOLDMAN SACHS SERVICES (SINGAPORE) PTE. LTD.", + "short_code": "GSSO", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "GSSOSGS1" + } + } + ] + }, + { + "name": "GOOGLE ASIA PACIFIC PTE LTD", + "short_code": "GOOG", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "GOOGSGS1" + } + } + ] + }, + { + "name": "GORDIAN CAPITAL SINGAPORE PRIVATE LIMITED", + "short_code": "GCSP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "GCSPSGS1" + } + } + ] + }, + { + "name": "GPAY NETWORK (S) PTE LTD", + "short_code": "GPNT", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "GPNTSGSG" + } + } + ] + }, + { + "name": "GRABTAXI HOLDINGS PTE. LTD.", + "short_code": "GHPE", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "GHPESGSG" + } + } + ] + }, + { + "name": "GRAND ORIENT SECURITIES PTE LTD", + "short_code": "GOSE", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "GOSESGS1" + } + } + ] + }, + { + "name": "GREEN COURT CAPITAL MANAGEMENT PTE LTD", + "short_code": "GCCM", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "GCCMSGS1" + } + } + ] + }, + { + "name": "GREEN LINK DIGITAL BANK PTE LTD", + "short_code": "GLDT", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "GLDTSGSG" + } + } + ] + }, + { + "name": "GS INDIA INVESTMENTS (SINGAPORE) PTE LTD", + "short_code": "IIST", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "IISTSGS1" + } + } + ] + }, + { + "name": "GTN ASIA FINANCIAL SERVICES (PTE.) LTD", + "short_code": "GTNS", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "GTNSSGS2" + } + } + ] + }, + { + "name": "GXS BANK PTE. LTD.", + "short_code": "GXSP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "GXSPSGSG" + } + }, + { + "code": "888", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "GXSPSGSG888" + } + } + ] + }, + { + "name": "HABIB BANK LIMITED", + "short_code": "HABB", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "HABBSGSG" + } + } + ] + }, + { + "name": "HAFNIA SG PTE. LTD.", + "short_code": "HAFP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "HAFPSGSG" + } + } + ] + }, + { + "name": "HANG SENG BANK LIMITED", + "short_code": "HASE", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "HASESGSG" + } + } + ] + }, + { + "name": "HAVENPORT INVESTMENTS PTE. LTD", + "short_code": "HVPA", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "HVPASGS1" + } + } + ] + }, + { + "name": "HAVENPORT INVESTMENTS PTE. LTD", + "short_code": "LMAM", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "LMAMSGS1" + } + } + ] + }, + { + "name": "HEWLETT-PACKARD SINGAPORE (SALES) PTE LTD", + "short_code": "HSSP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "HSSPSGS1" + } + } + ] + }, + { + "name": "HIGHER PARK PTE. LIMITED", + "short_code": "IVCP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "IVCPSGS1" + } + } + ] + }, + { + "name": "HITPAY PAYMENT SOLUTIONS PTE. LTD.", + "short_code": "HITP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "HITPSGS2" + } + } + ] + }, + { + "name": "HL BANK, SINGAPORE", + "short_code": "HLBB", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "HLBBSGSG" + } + } + ] + }, + { + "name": "HP SINGAPORE (PRIVATE) LIMITED", + "short_code": "HESI", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "HESISGS1" + } + } + ] + }, + { + "name": "HSBC BANK (SINGAPORE) LIMITED", + "short_code": "HSBC", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "HSBCSGS2" + } + }, + { + "code": "GPI", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "HSBCSGS2GPI" + } + } + ] + }, + { + "name": "HSBC GLOBAL ASSET MANAGEMENT (SINGAPORE) LIMITED", + "short_code": "HSMS", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "HSMSSGS1" + } + } + ] + }, + { + "name": "HSBC INSTITUTIONAL TRUST SERVICES (SINGAPORE) LIMITED", + "short_code": "BBDA", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "BBDASGSX" + } + }, + { + "code": "GCA", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "BBDASGSXGCA" + } + }, + { + "code": "TAR", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "BBDASGSXTAR" + } + } + ] + }, + { + "name": "HSBC SECURITIES (SINGAPORE) PTE LTD", + "short_code": "HJCS", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "HJCSSGSG" + } + } + ] + }, + { + "name": "HUA NAN COMMERCIAL BANK LTD", + "short_code": "HNBK", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "HNBKSGSG" + } + } + ] + }, + { + "name": "ICAP (SINGAPORE) PTE. LTD", + "short_code": "APPL", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "APPLSGS1" + } + } + ] + }, + { + "name": "ICBC STANDARD BANK PLC, SINGAPORE BRANCH", + "short_code": "SBSA", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SBSASGSG" + } + } + ] + }, + { + "name": "ICE CLEAR SINGAPORE PTE LTD", + "short_code": "ICIP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "ICIPSGSG" + } + } + ] + }, + { + "name": "ICICI BANK LIMITED", + "short_code": "ICIC", + "branches": [ + { + "code": "COP", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "ICICSGSGCOP" + } + }, + { + "code": "RET", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "ICICSGSGRET" + } + }, + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "ICICSGSG" + } + }, + { + "code": "CTS", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "ICICSGSGCTS" + } + }, + { + "code": "IPB", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "ICICSGSGIPB" + } + }, + { + "code": "MOG", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "ICICSGSGMOG" + } + } + ] + }, + { + "name": "IIFL SECURITIES PTE LTD", + "short_code": "IIFL", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "IIFLSGS1" + } + } + ] + }, + { + "name": "INDIAN BANK", + "short_code": "IDIB", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "IDIBSGSG" + } + } + ] + }, + { + "name": "INDIAN OVERSEAS BANK", + "short_code": "IOBA", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "IOBASGSG" + } + } + ] + }, + { + "name": "INDUSTRIAL AND COMMERCIAL BANK OF CHINA", + "short_code": "ICBK", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "ICBKSGSG" + } + }, + { + "code": "CLR", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "ICBKSGSGCLR" + } + } + ] + }, + { + "name": "ING BANK N.V.", + "short_code": "INGB", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "INGBSGSG" + } + } + ] + }, + { + "name": "INSTINET SINGAPORE SERVICES PTE LTD", + "short_code": "ISSP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "ISSPSGS1" + } + } + ] + }, + { + "name": "INTERACTIVE BROKERS SINGAPORE PTE. LTD.", + "short_code": "IBKR", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "IBKRSGSG" + } + } + ] + }, + { + "name": "INTERNATIONAL EXCHANGE CO (SINGAPORE) PTE LTD", + "short_code": "HIEE", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "HIEESGSG" + } + } + ] + }, + { + "name": "INTESA SANPAOLO S.P.A. SINGAPORE BRANCH", + "short_code": "BCIT", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "BCITSGSG" + } + } + ] + }, + { + "name": "INVESCO ASSET MANAGEMENT SINGAPORE LTD", + "short_code": "GTMG", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "GTMGSGS1" + } + } + ] + }, + { + "name": "INVESTMENT COMPANY OF THE PEOPLE'S REPUBLIC OF CHINA (SINGAPORE) PTE LTD., SINGAPORE", + "short_code": "PBOC", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PBOCSGSG" + } + } + ] + }, + { + "name": "IPP FINANCIAL ADVISERS PTE. LTD.", + "short_code": "IPPP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "IPPPSGS1" + } + } + ] + }, + { + "name": "IVENIO HOLDINGS PTE LTD", + "short_code": "IVHP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "IVHPSGS1" + } + } + ] + }, + { + "name": "IVF INVESTMENT AND CREDIT PTE. LTD.", + "short_code": "IICP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "IICPSGSG" + } + } + ] + }, + { + "name": "J. ARON AND CO (SINGAPORE) PTE.", + "short_code": "ARGP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "ARGPSGS1" + } + } + ] + }, + { + "name": "J.P. MORGAN (S.E.A.) LIMITED", + "short_code": "CIBS", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CIBSSGS1" + } + } + ] + }, + { + "name": "J.P. MORGAN (S.E.A.) LIMITED", + "short_code": "CMSE", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CMSESGSG" + } + }, + { + "code": "JPS", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CMSESGSGJPS" + } + } + ] + }, + { + "name": "J.P. MORGAN SECURITES SINGAPORE PRIVATE LIMITED", + "short_code": "JPSE", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "JPSESGS1" + } + } + ] + }, + { + "name": "J.P. MORGAN SECURITIES ASIA PRIVATE LIMITED", + "short_code": "JPMS", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "JPMSSGS1" + } + } + ] + }, + { + "name": "J.P. MORGAN SECURITIES SINGAPORE PRIVATE LIMITED", + "short_code": "JFSS", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "JFSSSGS1" + } + } + ] + }, + { + "name": "JEBSEN AND JESSEN PTE LTD", + "short_code": "JEJP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "JEJPSGSG" + } + } + ] + }, + { + "name": "JPMORGAN CHASE BANK NA, SINGAPORE (PRIVATE BANKING)", + "short_code": "CHAS", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CHASSGSP" + } + } + ] + }, + { + "name": "JPMORGAN CHASE BANK, N.A.", + "short_code": "CHAS", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CHASSGSG" + } + }, + { + "code": "TRO", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CHASSGSGTRO" + } + }, + { + "code": "PBI", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CHASSGSGPBI" + } + } + ] + }, + { + "name": "JUMP TRADING PACIFIC PTE. LTD", + "short_code": "JTPP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "JTPPSGS1" + } + } + ] + }, + { + "name": "KBC BANK N.V. SINGAPORE BRANCH", + "short_code": "KRED", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "KREDSGSX" + } + } + ] + }, + { + "name": "KEB HANA BANK SINGAPORE BRANCH", + "short_code": "KOEX", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "KOEXSGSG" + } + } + ] + }, + { + "name": "KEPPEL LTD.", + "short_code": "KEPC", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "KEPCSGSG" + } + } + ] + }, + { + "name": "KEXIM GLOBAL (SINGAPORE) LTD.", + "short_code": "EXIK", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "EXIKSGSG" + } + } + ] + }, + { + "name": "KEYSIGHT TECHNOLOGIES SINGAPORE (HOLDINGS) PTE LTD", + "short_code": "KSIG", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "KSIGSGSG" + } + } + ] + }, + { + "name": "KEYSTONE INVESTORS PTE. LTD", + "short_code": "KEYI", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "KEYISGS2" + } + } + ] + }, + { + "name": "KGI SECURITIES (SINGAPORE) PTE.LTD", + "short_code": "FRSE", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "FRSESGS1" + } + } + ] + }, + { + "name": "KHATTAR CAPITAL INTERNATIONAL PTE. LTD.", + "short_code": "SAPT", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SAPTSGS1" + } + } + ] + }, + { + "name": "KHATTAR FINANCIAL FUTURES PTE. LTD", + "short_code": "SASS", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SASSSGS1" + } + } + ] + }, + { + "name": "KIM ENG SECURITIES PTE. LTD.", + "short_code": "KMES", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "KMESSGS1" + } + } + ] + }, + { + "name": "KOOKMIN BANK CO.,LTD. SINGAPORE BRANCH", + "short_code": "CZNB", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CZNBSGSG" + } + } + ] + }, + { + "name": "KORU PARTNERS PTE. LTD", + "short_code": "CPPE", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CPPESGS1" + } + } + ] + }, + { + "name": "KRUNG THAI BANK PCL, SINGAPORE BRANCH", + "short_code": "KRTH", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "KRTHSGSG" + } + } + ] + }, + { + "name": "KULICKE AND SOFFA PTE LTD", + "short_code": "KUSP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "KUSPSGSG" + } + } + ] + }, + { + "name": "LABRADOR REAL ESTATE PTE. LTD.", + "short_code": "LREP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "LREPSGS1" + } + } + ] + }, + { + "name": "LAND BANK OF TAIWAN, SINGAPORE BRANCH", + "short_code": "LBOT", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "LBOTSGSG" + } + } + ] + }, + { + "name": "LANDESBANK BADEN-WUERTTEMBERG", + "short_code": "SOLA", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SOLASGSG" + } + } + ] + }, + { + "name": "LEGACY VIP PTE LTD", + "short_code": "LEVP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "LEVPSGS1" + } + } + ] + }, + { + "name": "LEHMAN BROTHERS CAPITAL ASIA PTE. LTD", + "short_code": "LBCA", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "LBCASGS1" + } + } + ] + }, + { + "name": "LEHMAN BROTHERS SINGAPORE PTE LTD", + "short_code": "LBPS", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "LBPSSGS1" + } + } + ] + }, + { + "name": "LG DISPLAY SINGAPORE PTE. LTD.", + "short_code": "LGDT", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "LGDTSGS1" + } + } + ] + }, + { + "name": "LGT BANK (SINGAPORE) LTD.", + "short_code": "BLFL", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "BLFLSGSG" + } + }, + { + "code": "EXC", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "BLFLSGSGEXC" + } + } + ] + }, + { + "name": "LIANHE INVESTMENTS PTE. LTD", + "short_code": "LHIV", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "LHIVSGL1" + } + } + ] + }, + { + "name": "LIM AND TAN SECURITIES PTE LTD", + "short_code": "LIMT", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "LIMTSGS1" + } + } + ] + }, + { + "name": "LION GLOBAL INVESTORS LTD", + "short_code": "OAML", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "OAMLSGSG" + } + } + ] + }, + { + "name": "LIQUID GROUP PTE. LTD.", + "short_code": "LIGP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "LIGPSGSG" + } + } + ] + }, + { + "name": "LIQUIDNET SINGAPORE PRIVATE LIMITED", + "short_code": "LIQS", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "LIQSSGS1" + } + } + ] + }, + { + "name": "LOMBARD ODIER (SINGAPORE) LTD", + "short_code": "LOCY", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "LOCYSGSG" + } + }, + { + "code": "NDP", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "LOCYSGSGNDP" + } + } + ] + }, + { + "name": "M-DAQ CASHPORT PTE LTD", + "short_code": "MDCP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MDCPSGSG" + } + } + ] + }, + { + "name": "MACQUARIE BANK LIMITED, SINGAPORE BRANCH", + "short_code": "MACQ", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MACQSGSG" + } + } + ] + }, + { + "name": "MACQUARIE CAPITAL SECURITIES (SINGAPORE) PTE LTD", + "short_code": "BSSL", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "BSSLSGS1" + } + } + ] + }, + { + "name": "MACQUARIE CAPITAL SECURITIES (SINGAPORE) PTE. LIMITED", + "short_code": "SEBR", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SEBRSGS1" + } + } + ] + }, + { + "name": "MALAYAN BANKING BERHAD", + "short_code": "MBBE", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MBBESGSG" + } + }, + { + "code": "RWM", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MBBESGSGRWM" + } + } + ] + }, + { + "name": "MANULIFE (SINGAPORE) PTE. LTD", + "short_code": "MFCT", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MFCTSGSG" + } + } + ] + }, + { + "name": "MANULIFE ASSET MANAGEMENT (SINGAPORE) PTE. LTD", + "short_code": "MSMN", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MSMNSGS1" + } + } + ] + }, + { + "name": "MARIBANK SINGAPORE PRIVATE LIMITED", + "short_code": "SSPI", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SSPISGSG" + } + } + ] + }, + { + "name": "MARKETAXESS SINGAPORE PTE. LIMITED", + "short_code": "MRSP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MRSPSGS1" + } + } + ] + }, + { + "name": "MARKETNODE PTE. LTD.", + "short_code": "MRPE", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MRPESGSG" + } + } + ] + }, + { + "name": "MATCHMOVE PAY PTE. LTD.", + "short_code": "MAYP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MAYPSGSG" + } + } + ] + }, + { + "name": "MAXEON SOLAR TECHNOLOGIES, LTD.", + "short_code": "MSTE", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MSTESGSG" + } + } + ] + }, + { + "name": "MAYBANK KIM ENG SECURITIES PTE LTD", + "short_code": "MKEE", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MKEESGS1" + } + } + ] + }, + { + "name": "MAYBANK SINGAPORE LIMITED", + "short_code": "MBBE", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MBBESGS2" + } + }, + { + "code": "RWM", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MBBESGS2RWM" + } + } + ] + }, + { + "name": "MAYWOOD ASSET MANAGEMENT PTE. LTD.", + "short_code": "MSMP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MSMPSGS1" + } + }, + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MSMPSGSG" + } + } + ] + }, + { + "name": "MEGA INTERNATIONAL COMMERCIAL BANK CO., LTD., SINGAPORE BRANCH", + "short_code": "ICBC", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "ICBCSGSG" + } + } + ] + }, + { + "name": "MERCANTILE AND MARITIME ENERGY PTE LTD", + "short_code": "MMET", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MMETSGSG" + } + } + ] + }, + { + "name": "MERCEDES-BENZ FINANCIAL SERVICES SINGAPORE LTD.", + "short_code": "DFIS", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "DFISSGSG" + } + } + ] + }, + { + "name": "MERCEDES-BENZ SINGAPORE PTE. LTD.", + "short_code": "DCAG", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "DCAGSGSG" + } + }, + { + "code": "TWN", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "DCAGSGSGTWN" + } + }, + { + "code": "INR", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "DCAGSGSGINR" + } + }, + { + "code": "IBA", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "DCAGSGSGIBA" + } + } + ] + }, + { + "name": "MERCER INVESTMENTS (SINGAPORE) PTE. LTD.", + "short_code": "MIGT", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MIGTSGS1" + } + } + ] + }, + { + "name": "MERRILL LYNCH (SINGAPORE) PTE. LTD", + "short_code": "SNCO", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SNCOSGS1" + } + } + ] + }, + { + "name": "MERRILL LYNCH (SINGAPORE) PTE. LTD.", + "short_code": "MLSS", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MLSSSGSG" + } + }, + { + "code": "IND", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MLSSSGSGIND" + } + } + ] + }, + { + "name": "MERRILL LYNCH MARKETS SINGAPORE PTE. LTD", + "short_code": "MLFS", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MLFSSGS1" + } + } + ] + }, + { + "name": "MILLENNIUM SECURITIES PTE LTD", + "short_code": "MIST", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MISTSGS1" + } + } + ] + }, + { + "name": "MILLENNIUM SECURITIES PTE LTD", + "short_code": "TORP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "TORPSGS1" + } + } + ] + }, + { + "name": "MITSUBISHI UFJ TRUST AND BANKING CORPORATION", + "short_code": "MTBC", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MTBCSGSG" + } + } + ] + }, + { + "name": "MIZUHO BANK, LTD. SINGAPORE BRANCH", + "short_code": "MHCB", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MHCBSGSG" + } + } + ] + }, + { + "name": "MIZUHO SECURITIES (SINGAPORE) PTE. LTD", + "short_code": "FUJI", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "FUJISGS1" + } + } + ] + }, + { + "name": "MIZUHO SECURITIES (SINGAPORE) PTE. LTD.", + "short_code": "MHSC", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MHSCSGSG" + } + } + ] + }, + { + "name": "MONETARY AUTHORITY OF SINGAPORE (THE)", + "short_code": "MASG", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSM" + } + } + ] + }, + { + "name": "MONETARY AUTHORITY OF SINGAPORE, THE", + "short_code": "MASG", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSG" + } + } + ] + }, + { + "name": "MONFX PTE. LTD.", + "short_code": "MNPT", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MNPTSGSG" + } + } + ] + }, + { + "name": "MOODY'S SINGAPORE PTE LTD", + "short_code": "MOIT", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MOITSGS1" + } + } + ] + }, + { + "name": "MORGAN STANLEY BANK ASIA LIMITED", + "short_code": "MSSA", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MSSASGSG" + } + }, + { + "code": "CTR", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MSSASGSGCTR" + } + } + ] + }, + { + "name": "MORGAN STANLEY INVESTMENT MANAGEMENT COMPANY", + "short_code": "MSAM", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MSAMSGSX" + } + } + ] + }, + { + "name": "MUFG BANK, LTD.", + "short_code": "BOTK", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "BOTKSGSX" + } + } + ] + }, + { + "name": "MUFG SECURITIES ASIA (SINGAPORE) LIMITED", + "short_code": "BOIS", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "BOISSGS1" + } + } + ] + }, + { + "name": "N.M. ROTHSCHILD AND SONS (SINGAPORE) LIMITED", + "short_code": "ROTH", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "ROTHSGS1" + } + } + ] + }, + { + "name": "NATIONAL AUSTRALIA BANK", + "short_code": "NATA", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "NATASGSG" + } + } + ] + }, + { + "name": "NATIONAL BANK OF KUWAIT S.A.K.P", + "short_code": "NBOK", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "NBOKSGSG" + } + } + ] + }, + { + "name": "NATIXIS", + "short_code": "NATX", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "NATXSGSG" + } + } + ] + }, + { + "name": "NATWEST MARKETS PLC SINGAPORE BRANCH", + "short_code": "RBOS", + "branches": [ + { + "code": "NWB", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "RBOSSGSGNWB" + } + }, + { + "code": "RSI", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "RBOSSGSGRSI" + } + }, + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "RBOSSGSG" + } + }, + { + "code": "EQT", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "RBOSSGSGEQT" + } + } + ] + }, + { + "name": "NIKE GLOBAL TRADING B.V. SINGAPORE BRANCH", + "short_code": "NIKE", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "NIKESG21" + } + } + ] + }, + { + "name": "NIKE GLOBAL TRADING PTE LTD", + "short_code": "NGTP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "NGTPSGS1" + } + } + ] + }, + { + "name": "NIKE SINGAPORE PTE LTD", + "short_code": "NIKE", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "NIKESGS1" + } + } + ] + }, + { + "name": "NIKKO ASSET MANAGEMENT INTERNATIONAL LIMITED", + "short_code": "NCMS", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "NCMSSGS1" + } + } + ] + }, + { + "name": "NIPPON CREDIT BANK LTD., THE", + "short_code": "NCBT", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "NCBTSGS1" + } + } + ] + }, + { + "name": "NIPPON LIFE GLOBAL INVESTORS SINGAPORE LIMITED", + "short_code": "NLGI", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "NLGISGS2" + } + } + ] + }, + { + "name": "NIPPON LIFE INDIA ASSET MANAGEMENT (SINGAPORE) PTE. LTD", + "short_code": "RAAP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "RAAPSGS1" + } + } + ] + }, + { + "name": "NIUM PTE. LTD.", + "short_code": "ISPT", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "ISPTSGSG" + } + }, + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "ISPTSGSA" + } + } + ] + }, + { + "name": "NOMURA ASSET MANAGEMENT SINGAPORE LTD", + "short_code": "NOCM", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "NOCMSGSG" + } + } + ] + }, + { + "name": "NOMURA INVESTMENTS (SINGAPORE) PTE", + "short_code": "NOIS", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "NOISSGSG" + } + } + ] + }, + { + "name": "NOMURA RESEARCH INSTITUTE (SINGAPORE) PRIVATE LIMITED", + "short_code": "NRIS", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "NRISSGS1" + } + } + ] + }, + { + "name": "NOMURA SECURITIES SINGAPORE PTE LTD", + "short_code": "NOMS", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "NOMSSGS1" + } + } + ] + }, + { + "name": "NOMURA SINGAPORE LIMITED", + "short_code": "SNOM", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SNOMSGL1" + } + }, + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SNOMSGSG" + } + } + ] + }, + { + "name": "NORDDEUTSCHE LANDESBANK GIROZENTRALE", + "short_code": "NOLA", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "NOLASGSG" + } + } + ] + }, + { + "name": "NORINCHUKIN BANK, THE", + "short_code": "NOCU", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "NOCUSGSG" + } + } + ] + }, + { + "name": "NORTHERN TRUST COMPANY", + "short_code": "CNOR", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CNORSGSG" + } + } + ] + }, + { + "name": "NOVUM FINANCIAL TECHNOLOGIES PTE. LTD.", + "short_code": "NFTP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "NFTPSGS1" + } + } + ] + }, + { + "name": "NTUC INCOME INSURANCE CO-OPERATIVE LIMITED", + "short_code": "NIIC", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "NIICSGS1" + } + }, + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "NIICSGA1" + } + } + ] + }, + { + "name": "OCBC INVESTMENT RESEARCH PRIVATE LIMITED", + "short_code": "OIRP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "OIRPSGS1" + } + } + ] + }, + { + "name": "OCBC NOMINEES SINGAPORE PRIVATE LIMITED", + "short_code": "OCNP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "OCNPSGS1" + } + } + ] + }, + { + "name": "OCBC SECURITIES PRIVATE LIMITED", + "short_code": "KEPP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "KEPPSGS1" + } + } + ] + }, + { + "name": "OCBC SECURITIES PRIVATE LIMITED", + "short_code": "KEPS", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "KEPSSGS1" + } + } + ] + }, + { + "name": "OCBC SECURITIES PRIVATE LIMITED", + "short_code": "OCBC", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "OCBCSGS1" + } + } + ] + }, + { + "name": "OCBC SECURITIES PRIVATE LIMITED", + "short_code": "OCSE", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "OCSESGS1" + } + } + ] + }, + { + "name": "OCBC SECURITIES PRIVATE LIMITED", + "short_code": "OCSP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "OCSPSGSG" + } + } + ] + }, + { + "name": "OCEAN NETWORK EXPRESS PTE. LTD.", + "short_code": "ONXP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "ONXPSGSG" + } + } + ] + }, + { + "name": "OCM ASIA CREDIT I PTE. LTD.", + "short_code": "OCMA", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "OCMASGS2" + } + } + ] + }, + { + "name": "OFFSETPAY PTE LTD", + "short_code": "OFTT", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "OFTTSGS2" + } + } + ] + }, + { + "name": "OLAM AGRI HOLDINGS LIMITED", + "short_code": "OLAH", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "OLAHSGSG" + } + } + ] + }, + { + "name": "OMERS CAPITAL MARKETS ASIA HOLDINGS PTE. LTD.", + "short_code": "OMAC", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "OMACSGS2" + } + } + ] + }, + { + "name": "ONCHAIN CUSTODIAN PTE LTD", + "short_code": "ONCT", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "ONCTSGS2" + } + } + ] + }, + { + "name": "OPAL FINTECH PTE LTD", + "short_code": "KARP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "KARPSGS2" + } + } + ] + }, + { + "name": "OUB SECURITIES PTE LTD.", + "short_code": "OUSP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "OUSPSGS1" + } + } + ] + }, + { + "name": "OVERSEA-CHINESE BANKING CORPORATION LIMITED", + "short_code": "OCBC", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "OCBCSGSG" + } + }, + { + "code": "GCF", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "OCBCSGSGGCF" + } + }, + { + "code": "GWO", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "OCBCSGSGGWO" + } + } + ] + }, + { + "name": "OWW CAPITAL PARTNERS PTE. LTD", + "short_code": "OWWM", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "OWWMSGS1" + } + } + ] + }, + { + "name": "PAA CAPITAL PTE LIMITED", + "short_code": "PAPP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PAPPSGS1" + } + } + ] + }, + { + "name": "PANASONIC ASIA PACIFIC PTE. LTD.", + "short_code": "PANA", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PANASGS1" + } + } + ] + }, + { + "name": "PAYPAL PTE. LTD.", + "short_code": "PYPT", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PYPTSGS2" + } + } + ] + }, + { + "name": "PERSEVERANCE ASSET MANAGEMENT INTERNATIONAL (SINGAPORE) PTE. LTD.", + "short_code": "PSMN", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PSMNSGS2" + } + } + ] + }, + { + "name": "PETREDEC INTERNATIONAL PTE LTD FINANCIAL DEPARTMENT", + "short_code": "PINP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PINPSGSG" + } + } + ] + }, + { + "name": "PHEIM ASSET MANAGEMENT (ASIA) PTE LTD", + "short_code": "PAMA", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PAMASGS1" + } + } + ] + }, + { + "name": "PHILIPPINE NATIONAL BANK-SINGAPORE", + "short_code": "PNBM", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PNBMSGSG" + } + } + ] + }, + { + "name": "PHILLIP CAPITAL MANAGEMENT (S) LTD", + "short_code": "PHCM", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PHCMSGS1" + } + } + ] + }, + { + "name": "PHILLIP FUTURES PTE. LTD.", + "short_code": "PHFU", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PHFUSGS1" + } + } + ] + }, + { + "name": "PHILLIP SECURITIES PTE LTD", + "short_code": "PHSE", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PHSESGS1" + } + } + ] + }, + { + "name": "PHILLIP SECURITIES RESEARCH PTE LTD", + "short_code": "PSRP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PSRPSGS1" + } + } + ] + }, + { + "name": "PIA 2015 INVESTMENTS (SINGAPORE) PTE. LTD.", + "short_code": "PIIP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PIIPSGS1" + } + } + ] + }, + { + "name": "PIL PTE. LTD.", + "short_code": "PLPT", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PLPTSGSG" + } + } + ] + }, + { + "name": "PIPO (SG) PTE. LTD.", + "short_code": "PIPP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PIPPSGSG" + } + } + ] + }, + { + "name": "POWERGAS LIMITED", + "short_code": "POEG", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "POEGSGS1" + } + } + ] + }, + { + "name": "PRUDENTIAL ASSET MANAGEMENT SINGAPORE LTD", + "short_code": "PAMG", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PAMGSGS1" + } + } + ] + }, + { + "name": "PRUDENTIAL PORTFOLIO MANAGERS SINGAPORE LIMITED", + "short_code": "PPML", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PPMLSGS1" + } + } + ] + }, + { + "name": "PT. BANK RAKYAT INDONESIA (PERSERO) TBK., SINGAPORE BRANCH", + "short_code": "BRIN", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "BRINSGSG" + } + } + ] + }, + { + "name": "PURE COMMERCE (S) PTE LTD", + "short_code": "PURE", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PURESGS1" + } + } + ] + }, + { + "name": "QATAR NATIONAL BANK (Q.P.S.C)", + "short_code": "QNBA", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "QNBASGSG" + } + }, + { + "code": "SLQ", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "QNBASGSGSLQ" + } + } + ] + }, + { + "name": "RABOBANK SINGAPORE", + "short_code": "RABO", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "RABOSGSG" + } + } + ] + }, + { + "name": "RAFFLES NOMINEES (PTE.) LIMITED", + "short_code": "SCBL", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SCBLSG21" + } + } + ] + }, + { + "name": "RAIFFEISEN BANK INTERNATIONAL AG SINGAPORE BRANCH", + "short_code": "RZBA", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "RZBASGS1" + } + } + ] + }, + { + "name": "RAPYD HOLDINGS PTE LTD", + "short_code": "RAPY", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "RAPYSGS2" + } + } + ] + }, + { + "name": "REC SOLAR PTE. LTD.", + "short_code": "RSPT", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "RSPTSGSG" + } + } + ] + }, + { + "name": "REFINITIV TRANSACTION SERVICES LIMITED SINGAPORE BRANCH", + "short_code": "RTSL", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "RTSLSGS1" + } + } + ] + }, + { + "name": "RESONA MERCHANT BANK ASIA LIMITED", + "short_code": "AFCM", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "AFCMSGSG" + } + } + ] + }, + { + "name": "REVANTAGE GLOBAL SERVICES ASIA PTE. LTD.", + "short_code": "RGSS", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "RGSSSGSG" + } + } + ] + }, + { + "name": "REVOLUT TECHNOLOGIES SINGAPORE PTE. LTD.", + "short_code": "REVO", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "REVOSGS2" + } + } + ] + }, + { + "name": "RGE PTE. LTD.", + "short_code": "RGEP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "RGEPSGSG" + } + } + ] + }, + { + "name": "RHB ASSET MANAGEMENT PTE LTD", + "short_code": "RANT", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "RANTSGS1" + } + } + ] + }, + { + "name": "RHB BANK BERHAD", + "short_code": "RHBB", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "RHBBSGSG" + } + } + ] + }, + { + "name": "RHB SECURITIES SINGAPORE PTE LTD", + "short_code": "DASP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "DASPSGS1" + } + } + ] + }, + { + "name": "RICHARD CHANDLER SINGAPORE PTE LTD", + "short_code": "OGSL", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "OGSLSGS1" + } + } + ] + }, + { + "name": "ROTHSCHILD ASSET MANAGEMENT (S) LTD", + "short_code": "ROAM", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "ROAMSGS1" + } + } + ] + }, + { + "name": "ROYAL BANK OF CANADA", + "short_code": "ROYC", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "ROYCSGSG" + } + }, + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "ROYCSGS2" + } + }, + { + "code": "GSS", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "ROYCSGSGGSS" + } + } + ] + }, + { + "name": "S.W.I.F.T", + "short_code": "SWHQ", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SWHQSGSG" + } + } + ] + }, + { + "name": "SAMSUNG ASIA PTE LTD.", + "short_code": "SECT", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SECTSGS1" + } + }, + { + "code": "54H", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SECTSGS154H" + } + }, + { + "code": "540", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SECTSGS1540" + } + } + ] + }, + { + "name": "SBI SECURITIES (SINGAPORE) PTE.LTD.", + "short_code": "SBST", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SBSTSGSG" + } + } + ] + }, + { + "name": "SCHRODER AND CO (ASIA) LTD", + "short_code": "SALI", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SALISGSG" + } + } + ] + }, + { + "name": "SCHRODER INVESTMENT MANAGEMENT (SINGAPORE) LTD", + "short_code": "SIMN", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SIMNSGSG" + } + } + ] + }, + { + "name": "SDC SCIENCE PARK PTE. LTD.", + "short_code": "SDCS", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SDCSSGS2" + } + } + ] + }, + { + "name": "SDC TAMPINES PTE. LTD.", + "short_code": "SDCL", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SDCLSGS2" + } + } + ] + }, + { + "name": "SEMBAWANG CAPITAL PTE LTD", + "short_code": "SECE", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SECESGS1" + } + } + ] + }, + { + "name": "SEMBCORP INDUSTRIES LTD", + "short_code": "SEND", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SENDSGSG" + } + } + ] + }, + { + "name": "SEMBCORP MARINE LTD", + "short_code": "SMMR", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SMMRSGSG" + } + } + ] + }, + { + "name": "SG ASSET MANAGEMENT (SINGAPORE) LTD", + "short_code": "SGAM", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SGAMSGS1" + } + } + ] + }, + { + "name": "SG SECURITIES (SINGAPORE) CUSTODIAL SERVICES PTE LTD", + "short_code": "SGSC", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SGSCSGS1" + } + } + ] + }, + { + "name": "SG SECURITIES (SINGAPORE) PTE LTD", + "short_code": "SGSE", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SGSESGSG" + } + } + ] + }, + { + "name": "SGX BOND TRADING PTE. LTD.", + "short_code": "SGXB", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SGXBSGS2" + } + } + ] + }, + { + "name": "SGX GENERAL COUNTERPARTY PTE. LTD.", + "short_code": "SGOP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SGOPSGS2" + } + } + ] + }, + { + "name": "SHANGHAI PUDONG DEVELOPMENT BANK CO.,LTD", + "short_code": "SPDB", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SPDBSGSG" + } + } + ] + }, + { + "name": "SHELL EASTERN PETROLEUM PTE LTD", + "short_code": "SEPP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SEPPSGS1" + } + } + ] + }, + { + "name": "SHINHAN BANK, SINGAPORE BRANCH", + "short_code": "SHBK", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SHBKSGSG" + } + } + ] + }, + { + "name": "SIAM COMMERCIAL BANK PCL, THE", + "short_code": "SICO", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SICOSGSG" + } + } + ] + }, + { + "name": "SIEMENS BANK GMBH SINGAPORE BRANCH", + "short_code": "SIBA", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SIBASGSG" + } + } + ] + }, + { + "name": "SING INVESTMENTS AND FINANCE LTD", + "short_code": "SIVF", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SIVFSGSG" + } + } + ] + }, + { + "name": "SINGAPORE COMMODITY EXCHANGE LIMITED", + "short_code": "XSCE", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "XSCESGS1" + } + } + ] + }, + { + "name": "SINGAPORE DISTRICT COOLING AMK PTE. LTD.", + "short_code": "SDCA", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SDCASGS2" + } + } + ] + }, + { + "name": "SINGAPORE DISTRICT COOLING PTE LTD", + "short_code": "SPDC", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SPDCSGS1" + } + } + ] + }, + { + "name": "SINGAPORE EXCHANGE DERIVATIVES CLEARING LIMITED", + "short_code": "XSIM", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "XSIMSGSG" + } + } + ] + }, + { + "name": "SINGAPORE EXCHANGE LIMITED", + "short_code": "XSES", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "XSESSGS1" + } + }, + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "XSESSGS2" + } + } + ] + }, + { + "name": "SINGAPORE INSTITUTE OF POWER AND GAS PTE. LTD.", + "short_code": "SIPG", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SIPGSGS1" + } + } + ] + }, + { + "name": "SINGAPORE LIFE LTD.", + "short_code": "SILF", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SILFSGSG" + } + } + ] + }, + { + "name": "SINGAPORE POWER INTERNATIONAL PTE LTD", + "short_code": "SPLP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SPLPSGS1" + } + } + ] + }, + { + "name": "SINGAPORE POWER LIMITED", + "short_code": "SGPL", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SGPLSGSG" + } + } + ] + }, + { + "name": "SINGAPORE SUPER HI DINING PTE LTD", + "short_code": "HLHP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "HLHPSGSG" + } + } + ] + }, + { + "name": "SINGAPORE TECHNOLOGIES ENGINEERING LTD", + "short_code": "STNG", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "STNGSGSG" + } + } + ] + }, + { + "name": "SINGAPURA FINANCE LTD", + "short_code": "SIEI", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SIEISGS1" + } + } + ] + }, + { + "name": "SINGCASH PTE. LTD.", + "short_code": "SNPT", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SNPTSGSG" + } + } + ] + }, + { + "name": "SINGX SINGAPORE PTE LTD", + "short_code": "SIOT", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SIOTSGS2" + } + } + ] + }, + { + "name": "SIVANTOS PTE. LTD.", + "short_code": "BSTH", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "BSTHSGSG" + } + } + ] + }, + { + "name": "SKANDINAVISKA ENSKILDA BANKEN AB (PUBL)", + "short_code": "ESSE", + "branches": [ + { + "code": "CLS", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "ESSESGSGCLS" + } + }, + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "ESSESGSG" + } + } + ] + }, + { + "name": "SLEEK TECH (PTE. LTD.)", + "short_code": "SLTT", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SLTTSGS2" + } + } + ] + }, + { + "name": "SMBC NIKKO SECURITIES (SINGAPORE) PTE. LTD.", + "short_code": "NKSC", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "NKSCSGSG" + } + } + ] + }, + { + "name": "SMITH NEW COURT SECURITIES PTE LTD.", + "short_code": "SNCP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SNCPSGS1" + } + } + ] + }, + { + "name": "SOCIETE GENERALE", + "short_code": "SOGE", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SOGESGSG" + } + }, + { + "code": "CTI", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SOGESGSGCTI" + } + } + ] + }, + { + "name": "SOCIETE GENERALE BANK AND TRUST, SINGAPORE BRANCH", + "short_code": "SGBT", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SGBTSGS1" + } + } + ] + }, + { + "name": "SP CAPITAL LIMITED", + "short_code": "CTLI", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CTLISGS1" + } + } + ] + }, + { + "name": "SP CARBON SOLUTIONS PTE. LTD.", + "short_code": "IMTT", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "IMTTSGS2" + } + } + ] + }, + { + "name": "SP DIGITAL PTE. LTD.", + "short_code": "DIPT", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "DIPTSGS1" + } + } + ] + }, + { + "name": "SP ENERGY SERVICES PTE. LTD.", + "short_code": "ONPT", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "ONPTSGS1" + } + } + ] + }, + { + "name": "SP ERESOURCES PTE LTD", + "short_code": "ERPT", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "ERPTSGS1" + } + } + ] + }, + { + "name": "SP GLOBAL SOLUTION PTE. LTD.", + "short_code": "GSPT", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "GSPTSGS1" + } + } + ] + }, + { + "name": "SP GROUP TREASURY PTE. LTD.", + "short_code": "GRTP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "GRTPSGS1" + } + } + ] + }, + { + "name": "SP HOME COOLING PTE. LTD", + "short_code": "HOCT", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "HOCTSGS2" + } + } + ] + }, + { + "name": "SP HOME PTE. LTD.", + "short_code": "HOPT", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "HOPTSGS2" + } + } + ] + }, + { + "name": "SP INNOVATION PTE.LTD.", + "short_code": "INPD", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "INPDSGS1" + } + } + ] + }, + { + "name": "SP MOBILITY PTE. LTD.", + "short_code": "MBPT", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MBPTSGS1" + } + } + ] + }, + { + "name": "SP POWERASSETS LIMITED", + "short_code": "POWA", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "POWASGS1" + } + } + ] + }, + { + "name": "SP POWERASSETS LIMITED (AS TRUSTEE MANAGER OF SP CROSS ISLAND TUNNEL TRUST)", + "short_code": "TLTT", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "TLTTSGS1" + } + } + ] + }, + { + "name": "SP POWERGRID LIMITED", + "short_code": "POWG", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "POWGSGS1" + } + } + ] + }, + { + "name": "SP SERVICES LIMITED", + "short_code": "SRVC", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SRVCSGS1" + } + } + ] + }, + { + "name": "SP SUSTAINABILITY AND ENGINEERING PTE. LTD.", + "short_code": "SUNP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SUNPSGS2" + } + } + ] + }, + { + "name": "SP TRAINING AND CONSULTANCY COMPANY PTE. LTD.", + "short_code": "TCOC", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "TCOCSGS1" + } + } + ] + }, + { + "name": "SPACE PTE LTD", + "short_code": "PPPT", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PPPTSGS1" + } + } + ] + }, + { + "name": "SPCOMM PTE. LTD.", + "short_code": "SMPT", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SMPTSGS1" + } + } + ] + }, + { + "name": "SPCONNECT PTE. LTD.", + "short_code": "SCNE", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SCNESGS1" + } + } + ] + }, + { + "name": "SPI ENERGY INVESTMENTS PTE. LTD.", + "short_code": "SNIE", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SNIESGS1" + } + } + ] + }, + { + "name": "SPIEI VIETNAM PTE. LTD.", + "short_code": "SPVP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SPVPSGS2" + } + } + ] + }, + { + "name": "SPIEI VIETNAM SOLAR PTE LTD", + "short_code": "SVST", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SVSTSGS2" + } + } + ] + }, + { + "name": "SPL PROPERTY PTE. LTD.", + "short_code": "SPYT", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SPYTSGS1" + } + } + ] + }, + { + "name": "SPRINGS CAPITAL MANAGEMENT (SINGAPORE) PTE. LTD.", + "short_code": "SCNI", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SCNISGS2" + } + } + ] + }, + { + "name": "SPX PTE. LTD.", + "short_code": "SXPT", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SXPTSGS2" + } + } + ] + }, + { + "name": "STANDARD CHARTERED (2000) LIMITED", + "short_code": "SCMA", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SCMASGS1" + } + } + ] + }, + { + "name": "STANDARD CHARTERED BANK", + "short_code": "SCBL", + "branches": [ + { + "code": "EQI", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SCBLSGSGEQI" + } + }, + { + "code": "FIN", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SCBLSGSGFIN" + } + }, + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SCBLSGSG" + } + }, + { + "code": "CDP", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SCBLSGSGCDP" + } + }, + { + "code": "ZOP", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SCBLSGSGZOP" + } + }, + { + "code": "ZLA", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SCBLSGS1ZLA" + } + }, + { + "code": "FTL", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SCBLSGSGFTL" + } + }, + { + "code": "GPE", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SCBLSGSGGPE" + } + }, + { + "code": "ZPB", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SCBLSGSGZPB" + } + } + ] + }, + { + "name": "STANDARD CHARTERED BANK (SINGAPORE) LIMITED", + "short_code": "SCBL", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SCBLSG22" + } + }, + { + "code": "ZOP", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SCBLSG22ZOP" + } + }, + { + "code": "ZPB", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SCBLSG22ZPB" + } + }, + { + "code": "WMO", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SCBLSG22WMO" + } + }, + { + "code": "GPE", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SCBLSG22GPE" + } + }, + { + "code": "STM", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SCBLSG22STM" + } + }, + { + "code": "EQI", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SCBLSG22EQI" + } + } + ] + }, + { + "name": "STATE BANK OF INDIA", + "short_code": "SBIN", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SBINSGSG" + } + } + ] + }, + { + "name": "STATE STREET BANK AND TRUST COMPANY, SINGAPORE BRANCH", + "short_code": "SBOS", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SBOSSGSX" + } + }, + { + "code": "AGC", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SBOSSGSXAGC" + } + }, + { + "code": "AGD", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SBOSSGSXAGD" + } + }, + { + "code": "TAD", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SBOSSGSXTAD" + } + } + ] + }, + { + "name": "STATE STREET GLOBAL ADVISORS SINGAPORE LIMITED", + "short_code": "SSGA", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SSGASG21" + } + } + ] + }, + { + "name": "STONEX FINANCIAL PTE. LTD.", + "short_code": "IGLU", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "IGLUSGSG" + } + } + ] + }, + { + "name": "STORHUB MANAGEMENT PTE. LTD.", + "short_code": "SRHP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SRHPSGSG" + } + } + ] + }, + { + "name": "SUMITOMO MITSUI BANKING CORPORATION", + "short_code": "SMBC", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SMBCSGSG" + } + } + ] + }, + { + "name": "SUMITOMO MITSUI TRUST BANK LIMITED, SINGAPORE BRANH", + "short_code": "STBC", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "STBCSGSG" + } + } + ] + }, + { + "name": "SURBANA JURONG PRIVATE LIMITED", + "short_code": "SUJR", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SUJRSGSG" + } + } + ] + }, + { + "name": "SWISS ASIA FINANCIAL SERVICES PTE LTD", + "short_code": "SSIV", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SSIVSG21" + } + } + ] + }, + { + "name": "SWISS LIFE (SINGAPORE) PTE. LTD.", + "short_code": "SLIE", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SLIESGSG" + } + } + ] + }, + { + "name": "SWISS REINSURANCE COMPANY, SINGAPORE BRANCH", + "short_code": "SWRE", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SWRESGS1" + } + } + ] + }, + { + "name": "SYMPHONY FINANCIAL PARTNERS (SINGAPORE) PTE. LTD.", + "short_code": "SYMH", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SYMHSGS1" + } + } + ] + }, + { + "name": "SYNERGY MARINE PTE. LTD.", + "short_code": "SYME", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SYMESGSG" + } + } + ] + }, + { + "name": "TAIPEI FUBON COMMERCIAL BANK CO.,LTD", + "short_code": "TPBK", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "TPBKSGSG" + } + } + ] + }, + { + "name": "TAISHIN INTERNATIONAL BANK CO.,LTD. SINGAPORE BRANCH", + "short_code": "TSIB", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "TSIBSGSG" + } + } + ] + }, + { + "name": "TAZAPAY PTE. LTD.", + "short_code": "TAZC", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "TAZCSGS2" + } + } + ] + }, + { + "name": "TECHCREATE SOLUTION PRIVATE LIMITED", + "short_code": "TESV", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "TESVSGS2" + } + } + ] + }, + { + "name": "TEMASEK HOLDINGS (PRIVATE) LIMITED", + "short_code": "TEHO", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "TEHOSGS1" + } + } + ] + }, + { + "name": "TEMPLETON ASSET MANAGEMENT LTD", + "short_code": "TIMI", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "TIMISGSG" + } + }, + { + "code": "BEM", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "TIMISGSGBEM" + } + } + ] + }, + { + "name": "TES-ENVIROCORP PTE. LTD.", + "short_code": "TENP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "TENPSGSG" + } + } + ] + }, + { + "name": "THE BANK OF EAST ASIA LIMITED", + "short_code": "BEAS", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "BEASSGSG" + } + } + ] + }, + { + "name": "THE BANK OF NEW YORK MELLON, SINGAPORE BRANCH", + "short_code": "IRVT", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "IRVTSGSX" + } + } + ] + }, + { + "name": "THE BANK OF NOVA SCOTIA", + "short_code": "NOSC", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "NOSCSG21" + } + } + ] + }, + { + "name": "THE BANK OF NOVA SCOTIA, SINGAPORE BRANCH", + "short_code": "NOSC", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "NOSCSGSG" + } + }, + { + "code": "GFI", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "NOSCSGSGGFI" + } + }, + { + "code": "IMM", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "NOSCSGSGIMM" + } + } + ] + }, + { + "name": "THE BANK OF YOKOHAMA, LTD. SINGAPORE BRANCH", + "short_code": "HAMA", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "HAMASGS2" + } + } + ] + }, + { + "name": "THE CENTRAL DEPOSITORY (PTE) LIMITED", + "short_code": "CDPL", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CDPLSGSG" + } + }, + { + "code": "001", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CDPLSGSG001" + } + } + ] + }, + { + "name": "THE CHUGOKU BANK, LTD. SINGAPORE BRANCH", + "short_code": "CHGK", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CHGKSGSG" + } + } + ] + }, + { + "name": "THE GREAT EASTERN LIFE ASSURANCE COMPANY LIMITED", + "short_code": "GELA", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "GELASGSG" + } + } + ] + }, + { + "name": "THE HACHIJUNI BANK, LTD. SINGAPORE BRANCH", + "short_code": "HABK", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "HABKSGSG" + } + } + ] + }, + { + "name": "THE HONGKONG AND SHANGHAI BANKING CORPORATION LIMITED", + "short_code": "HSBC", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "HSBCSGSG" + } + }, + { + "code": "CLS", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "HSBCSGSGCLS" + } + }, + { + "code": "CNC", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "HSBCSGSGCNC" + } + }, + { + "code": "BLC", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "HSBCSGSGBLC" + } + }, + { + "code": "GWS", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "HSBCSGSGGWS" + } + }, + { + "code": "ISV", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "HSBCSGSGISV" + } + }, + { + "code": "GPI", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "HSBCSGSGGPI" + } + }, + { + "code": "PBD", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "HSBCSGSGPBD" + } + }, + { + "code": "WBS", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "HSBCSGSGWBS" + } + }, + { + "code": "FEX", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "HSBCSGSGFEX" + } + } + ] + }, + { + "name": "THE ISLAMIC BANK OF ASIA LIMITED", + "short_code": "TIBA", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "TIBASGSG" + } + } + ] + }, + { + "name": "THE IYO BANK, LTD. SINGAPORE BRANCH", + "short_code": "IYOB", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "IYOBSGSG" + } + } + ] + }, + { + "name": "THE KOREA DEVELOPMENT BANK,SINGAPORE BRANCH", + "short_code": "KODB", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "KODBSGSG" + } + } + ] + }, + { + "name": "THE MONETARY AUTHORITY OF SINGAPORE", + "short_code": "MASG", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSC" + } + }, + { + "code": "TPA", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTPA" + } + }, + { + "code": "TPB", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTPB" + } + }, + { + "code": "TPC", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTPC" + } + }, + { + "code": "TQC", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTQC" + } + }, + { + "code": "TPD", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTPD" + } + }, + { + "code": "TPE", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTPE" + } + }, + { + "code": "TPF", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTPF" + } + }, + { + "code": "TPG", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTPG" + } + }, + { + "code": "TPH", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTPH" + } + }, + { + "code": "TPI", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTPI" + } + }, + { + "code": "TPJ", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTPJ" + } + }, + { + "code": "TPK", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTPK" + } + }, + { + "code": "TPL", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTPL" + } + }, + { + "code": "TPM", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTPM" + } + }, + { + "code": "TPN", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTPN" + } + }, + { + "code": "TPO", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTPO" + } + }, + { + "code": "TPP", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTPP" + } + }, + { + "code": "TPQ", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTPQ" + } + }, + { + "code": "TPR", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTPR" + } + }, + { + "code": "TPS", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTPS" + } + }, + { + "code": "TPT", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTPT" + } + }, + { + "code": "TPU", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTPU" + } + }, + { + "code": "TPV", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTPV" + } + }, + { + "code": "TPW", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTPW" + } + }, + { + "code": "TPX", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTPX" + } + }, + { + "code": "TPY", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTPY" + } + }, + { + "code": "TPZ", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTPZ" + } + }, + { + "code": "TQA", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTQA" + } + }, + { + "code": "TQB", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTQB" + } + }, + { + "code": "TQD", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTQD" + } + }, + { + "code": "TQE", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTQE" + } + }, + { + "code": "TQF", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTQF" + } + }, + { + "code": "TQG", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTQG" + } + }, + { + "code": "TQH", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTQH" + } + }, + { + "code": "TQI", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTQI" + } + }, + { + "code": "TQJ", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTQJ" + } + }, + { + "code": "TQK", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTQK" + } + }, + { + "code": "TQL", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTQL" + } + }, + { + "code": "TQM", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTQM" + } + }, + { + "code": "TQN", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTQN" + } + }, + { + "code": "TQO", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTQO" + } + }, + { + "code": "TQP", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTQP" + } + }, + { + "code": "TQQ", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTQQ" + } + }, + { + "code": "TQR", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTQR" + } + }, + { + "code": "TQS", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTQS" + } + }, + { + "code": "TQT", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTQT" + } + }, + { + "code": "TQU", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTQU" + } + }, + { + "code": "TQV", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTQV" + } + }, + { + "code": "TQW", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTQW" + } + }, + { + "code": "TQX", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTQX" + } + }, + { + "code": "TQY", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTQY" + } + }, + { + "code": "TQZ", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCTQZ" + } + }, + { + "code": "NPA", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCNPA" + } + }, + { + "code": "NPB", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCNPB" + } + }, + { + "code": "NPC", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCNPC" + } + }, + { + "code": "NPD", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCNPD" + } + }, + { + "code": "VTA", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCVTA" + } + }, + { + "code": "VTB", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCVTB" + } + }, + { + "code": "VTC", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCVTC" + } + }, + { + "code": "VTD", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCVTD" + } + }, + { + "code": "VTE", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCVTE" + } + }, + { + "code": "VTF", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCVTF" + } + }, + { + "code": "VTG", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCVTG" + } + }, + { + "code": "VTH", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCVTH" + } + }, + { + "code": "RTG", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCRTG" + } + }, + { + "code": "SSS", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "MASGSGSCSSS" + } + } + ] + }, + { + "name": "THE SAUDI NATIONAL BANK SINGAPORE BRANCH", + "short_code": "NCBK", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "NCBKSGSG" + } + } + ] + }, + { + "name": "THE SHANGHAI COMMERCIAL AND SAVINGS BANK, LTD.", + "short_code": "SCSB", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SCSBSGSG" + } + } + ] + }, + { + "name": "THE SHIZUOKA BANK, LTD. SINGAPORE BRANCH", + "short_code": "SHIZ", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "SHIZSGSG" + } + } + ] + }, + { + "name": "THE STRAITS TRADING COMPANY LIMITED", + "short_code": "STDN", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "STDNSGSG" + } + } + ] + }, + { + "name": "THUNES ASIA PRIVATE LIMITED", + "short_code": "THAI", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "THAISGSG" + } + } + ] + }, + { + "name": "TOKIO MARINE ASSET MANAGEMENT INTERNATIONAL PTE. LTD", + "short_code": "TMAJ", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "TMAJSGS1" + } + } + ] + }, + { + "name": "TOKIO MARINE LIFE INSURANCE SINGAPORE LTD.", + "short_code": "TMLI", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "TMLISGS1" + } + } + ] + }, + { + "name": "TORONTO DOMINION (SOUTH EAST ASIA) LTD.", + "short_code": "TDOM", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "TDOMSG2S" + } + } + ] + }, + { + "name": "TORONTO DOMINION BANK", + "short_code": "TDOM", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "TDOMSGSG" + } + } + ] + }, + { + "name": "TRADITION SINGAPORE PTE. LTD.", + "short_code": "OTSP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "OTSPSGS1" + } + } + ] + }, + { + "name": "TRANSFERCLEAR PTE LTD", + "short_code": "TRLF", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "TRLFSGS2" + } + } + ] + }, + { + "name": "TRANSFERMATE PTE LTD", + "short_code": "TAPT", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "TAPTSGS2" + } + } + ] + }, + { + "name": "TRANSWAP PRIVATE LIMITED", + "short_code": "TRPV", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "TRPVSGS2" + } + } + ] + }, + { + "name": "TRUST BANK SINGAPORE LIMITED", + "short_code": "TRBU", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "TRBUSGSG" + } + } + ] + }, + { + "name": "TSANG AND ONG STOCKBROKERS (PTE) LTD.", + "short_code": "TSAN", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "TSANSGS1" + } + } + ] + }, + { + "name": "TULLETT PREBON (SINGAPORE) LIMITED", + "short_code": "PRYL", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PRYLSGS1" + } + } + ] + }, + { + "name": "U.B.A.F. - UNION DE BANQUES ARABES ET FRANCAISES", + "short_code": "UBAF", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "UBAFSGSX" + } + } + ] + }, + { + "name": "UBS AG SINGAPORE BRANCH", + "short_code": "UBSW", + "branches": [ + { + "code": "E1M", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "UBSWSGSGE1M" + } + }, + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "UBSWSGSX" + } + }, + { + "code": "CLS", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "UBSWSGSGCLS" + } + }, + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "UBSWSGSG" + } + }, + { + "code": "CIC", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "UBSWSGSGCIC" + } + } + ] + }, + { + "name": "UBS ASSET MANAGEMENT (SINGAPORE) LTD", + "short_code": "UBSA", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "UBSASGSG" + } + } + ] + }, + { + "name": "UBS FUTURES SINGAPORE LTD.", + "short_code": "ABNA", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "ABNASGF1" + } + } + ] + }, + { + "name": "UBS SECURITIES PTE. LTD.", + "short_code": "WSSP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "WSSPSGS1" + } + } + ] + }, + { + "name": "UCO BANK", + "short_code": "UCBA", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "UCBASGSG" + } + } + ] + }, + { + "name": "UNION BANCAIRE PRIVEE UBP SA SINGAPORE BRANCH", + "short_code": "UBPG", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "UBPGSGSX" + } + } + ] + }, + { + "name": "UNITED OVERSEAS BANK LIMITED", + "short_code": "UOVB", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "UOVBSGSG" + } + }, + { + "code": "CSD", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "UOVBSGSGCSD" + } + }, + { + "code": "CMS", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "UOVBSGSGCMS" + } + } + ] + }, + { + "name": "UOB ASIA LIMITED", + "short_code": "UMBI", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "UMBISGS1" + } + } + ] + }, + { + "name": "UOB BULLION AND FUTURES LIMITED", + "short_code": "UOBF", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "UOBFSGS1" + } + } + ] + }, + { + "name": "UOB KAY HIAN PTE LIMITED", + "short_code": "KHPL", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "KHPLSGSG" + } + } + ] + }, + { + "name": "UOB SECURITIES PTE LTD.", + "short_code": "UOBS", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "UOBSSGS1" + } + } + ] + }, + { + "name": "UOB VENTURE MANAGEMENT PRIVATE LIMITED", + "short_code": "UVMP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "UVMPSGS1" + } + } + ] + }, + { + "name": "UQPAY PTE. LTD.", + "short_code": "UQTP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "UQTPSGS2" + } + } + ] + }, + { + "name": "VERIZON ASIA PACIFIC HOLDINGS PTE.", + "short_code": "VZAP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "VZAPSGSG" + } + } + ] + }, + { + "name": "VICKERS CAPITAL PTE. LTD", + "short_code": "CAPA", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "CAPASGS1" + } + } + ] + }, + { + "name": "VICKERS CAPITAL PTE. LTD", + "short_code": "INLL", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "INLLSGS1" + } + } + ] + }, + { + "name": "VITOL ASIA PTE LTD", + "short_code": "VTOA", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "VTOASGSG" + } + } + ] + }, + { + "name": "VOLVO TREASURY ASIA LTD", + "short_code": "VTAL", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "VTALSGS1" + } + } + ] + }, + { + "name": "VP BANK LTD SINGAPORE BRANCH", + "short_code": "VPBV", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "VPBVSGS1" + } + } + ] + }, + { + "name": "VULPES INVESTMENT MANAGEMENT PRIVATE LIMITED", + "short_code": "AFMP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "AFMPSGS1" + } + } + ] + }, + { + "name": "WALLEX TECHNOLOGIES PTE LTD", + "short_code": "WATP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "WATPSGS2" + } + } + ] + }, + { + "name": "WELLS FARGO BANK MINNESOTA NA", + "short_code": "NWNB", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "NWNBSGS1" + } + } + ] + }, + { + "name": "WELLS FARGO BANK, NA", + "short_code": "PNBP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "PNBPSGSG" + } + } + ] + }, + { + "name": "WESTPAC BANKING CORPORATION", + "short_code": "WPAC", + "branches": [ + { + "code": "TRD", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "WPACSGSGTRD" + } + }, + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "WPACSGSG" + } + }, + { + "code": "TSY", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "WPACSGSGTSY" + } + } + ] + }, + { + "name": "WILMAR INTERNATIONAL LIMITED", + "short_code": "WILM", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "WILMSGSG" + } + } + ] + }, + { + "name": "WISE ASIA-PACIFIC PTE LTD", + "short_code": "TRWI", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "TRWISGS1" + } + }, + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "TRWISGSG" + } + }, + { + "code": "TST", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "TRWISGS1TST" + } + } + ] + }, + { + "name": "WOORI BANK, SINGAPORE", + "short_code": "HVBK", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "HVBKSGSG" + } + } + ] + }, + { + "name": "WORLD FIRST ASIA PTE LTD", + "short_code": "WFAP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "WFAPSGS1" + } + } + ] + }, + { + "name": "WOTRANSFER PTE. LTD.", + "short_code": "WOTP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "WOTPSGS2" + } + } + ] + }, + { + "name": "XENDIT", + "short_code": "XPNP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "XPNPSGSG" + } + } + ] + }, + { + "name": "XFERS", + "short_code": "XFEP", + "branches": [ + { + "code": "", + "city": "SINGAPORE", + "identifiers": { + "swift_code": "XFEPSGSG" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/packages/i18nify-go/modules/bankcodes/data/US.json b/packages/i18nify-go/modules/bankcodes/data/US.json index 6d6cbb1d..04d7837f 100644 --- a/packages/i18nify-go/modules/bankcodes/data/US.json +++ b/packages/i18nify-go/modules/bankcodes/data/US.json @@ -1,22 +1,68736 @@ { - "defaults": { - "identifier_type": "ROUTING_NUMBER" - }, - "details": [ - { - "name": "U.S. BANK N.A.", - "short_code": "USBK", - "branches": [ - { - "code": "XXX", - "city": "MINNEAPOLIS", - "identifiers": { - "swift_code": "USBKUS44XXX", - "routing_number": "122105155" - } - } - ] - } - ] - } - \ No newline at end of file + "defaults": { + "identifier_type": "SWIFT" + }, + "details": [ + { + "name": "U.S. BANK N.A.", + "short_code": "USBK", + "branches": [ + { + "code": "", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "USBKUS44", + "routing_number": "122105155" + } + }, + { + "code": "LAX", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "USBKUS44LAX" + } + }, + { + "code": "MIL", + "city": "MILWAUKEE", + "identifiers": { + "swift_code": "USBKUS44MIL" + } + }, + { + "code": "FDS", + "city": "MILWAUKEE", + "identifiers": { + "swift_code": "USBKUS4TFDS" + } + }, + { + "code": "", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "USBKUS44" + } + }, + { + "code": "SCF", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "USBKUS44SCF" + } + }, + { + "code": "FEX", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "USBKUS44FEX" + } + }, + { + "code": "ITF", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "USBKUS44ITF" + } + }, + { + "code": "IMT", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "USBKUS44IMT" + } + }, + { + "code": "MCT", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "USBKUS44MCT" + } + }, + { + "code": "PPS", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "USBKUS44PPS" + } + }, + { + "code": "PDX", + "city": "PORTLAND", + "identifiers": { + "swift_code": "USBKUS44PDX" + } + }, + { + "code": "STP", + "city": "SAINT PAUL", + "identifiers": { + "swift_code": "USBKUS44STP" + } + }, + { + "code": "SEA", + "city": "SEATTLE", + "identifiers": { + "swift_code": "USBKUS44SEA" + } + }, + { + "code": "STL", + "city": "ST. LOUIS", + "identifiers": { + "swift_code": "USBKUS44STL" + } + }, + { + "code": "", + "city": "ST. PAUL", + "identifiers": { + "swift_code": "USBKUS4T" + } + }, + { + "code": "COR", + "city": "ST. PAUL", + "identifiers": { + "swift_code": "USBKUS4TCOR" + } + }, + { + "code": "CTT", + "city": "ST. PAUL", + "identifiers": { + "swift_code": "USBKUS4TCTT" + } + }, + { + "code": "CTB", + "city": "ST. PAUL", + "identifiers": { + "swift_code": "USBKUS4TCTB" + } + }, + { + "code": "DOM", + "city": "ST. PAUL", + "identifiers": { + "swift_code": "USBKUS4TDOM" + } + }, + { + "code": "DTS", + "city": "ST. PAUL", + "identifiers": { + "swift_code": "USBKUS4TDTS" + } + }, + { + "code": "FST", + "city": "ST. PAUL", + "identifiers": { + "swift_code": "USBKUS4TFST" + } + }, + { + "code": "GFS", + "city": "ST. PAUL", + "identifiers": { + "swift_code": "USBKUS4TGFS" + } + }, + { + "code": "GBL", + "city": "ST. PAUL", + "identifiers": { + "swift_code": "USBKUS4TGBL" + } + }, + { + "code": "ITC", + "city": "ST. PAUL", + "identifiers": { + "swift_code": "USBKUS4TITC" + } + }, + { + "code": "MFC", + "city": "ST. PAUL", + "identifiers": { + "swift_code": "USBKUS4TMFC" + } + }, + { + "code": "SLD", + "city": "ST. PAUL", + "identifiers": { + "swift_code": "USBKUS4TSLD" + } + }, + { + "code": "SWP", + "city": "ST. PAUL", + "identifiers": { + "swift_code": "USBKUS4TSWP" + } + }, + { + "code": "TRS", + "city": "ST. PAUL", + "identifiers": { + "swift_code": "USBKUS4TTRS" + } + }, + { + "code": "RTM", + "city": "ST. PAUL", + "identifiers": { + "swift_code": "USBKUS4TRTM" + } + }, + { + "code": "ASM", + "city": "ST. PAUL", + "identifiers": { + "swift_code": "USBKUS4TASM" + } + }, + { + "code": "FD1", + "city": "ST. PAUL", + "identifiers": { + "swift_code": "USBKUS4TFD1" + } + } + ] + }, + { + "name": "1492 CAPITAL MANAGEMENT, LLC", + "short_code": "CMNL", + "branches": [ + { + "code": "", + "city": "MILWAUKEE", + "identifiers": { + "swift_code": "CMNLUS41" + } + } + ] + }, + { + "name": "1607 CAPITAL PARTNERS, LLC", + "short_code": "CPPC", + "branches": [ + { + "code": "", + "city": "GLEN ALLEN", + "identifiers": { + "swift_code": "CPPCUS31" + } + } + ] + }, + { + "name": "1630 DEWEY LIHTC LLC", + "short_code": "DEHC", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "DEHCUS31" + } + } + ] + }, + { + "name": "1ST CAPITAL LENDING FUND INC.", + "short_code": "FCAB", + "branches": [ + { + "code": "", + "city": "BOCA RATON", + "identifiers": { + "swift_code": "FCABUS31" + } + } + ] + }, + { + "name": "1ST PMF BANCORP", + "short_code": "PMFA", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "PMFAUS66" + } + }, + { + "code": "HKG", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "PMFAUS66HKG" + } + } + ] + }, + { + "name": "1ST SECURITY BANK OF WASHINGTON", + "short_code": "FSBW", + "branches": [ + { + "code": "", + "city": "MOUNTLAKE TERRACE", + "identifiers": { + "swift_code": "FSBWUS62" + } + } + ] + }, + { + "name": "1ST SOURCE BANK", + "short_code": "SRCE", + "branches": [ + { + "code": "", + "city": "SOUTH BEND", + "identifiers": { + "swift_code": "SRCEUS31" + } + } + ] + }, + { + "name": "1ST STATE BANK, INC.", + "short_code": "TTAE", + "branches": [ + { + "code": "", + "city": "SAGINAW", + "identifiers": { + "swift_code": "TTAEUS33" + } + } + ] + }, + { + "name": "337 FRONTIER CAPITAL LP", + "short_code": "FRCL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "FRCLUS31" + } + } + ] + }, + { + "name": "3M COMPANY", + "short_code": "MMMC", + "branches": [ + { + "code": "", + "city": "ST. PAUL", + "identifiers": { + "swift_code": "MMMCUS44" + } + } + ] + }, + { + "name": "3M HEALTH CARE COMPANY", + "short_code": "MMHC", + "branches": [ + { + "code": "", + "city": "ST. PAUL", + "identifiers": { + "swift_code": "MMHCUS44" + } + } + ] + }, + { + "name": "40/86 ADVISORS, INC.", + "short_code": "CCMI", + "branches": [ + { + "code": "", + "city": "CARMEL", + "identifiers": { + "swift_code": "CCMIUS31" + } + } + ] + }, + { + "name": "4086 ADVISORS, INC.", + "short_code": "CCMI", + "branches": [ + { + "code": "", + "city": "CARMEL", + "identifiers": { + "swift_code": "CCMIUS3A" + } + } + ] + }, + { + "name": "777 ASSET MANAGEMENT LLC", + "short_code": "AEMC", + "branches": [ + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "AEMCUS32" + } + } + ] + }, + { + "name": "986 E 181ST ST LIHTC LLC", + "short_code": "LILC", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "LILCUS31" + } + } + ] + }, + { + "name": "A. MONTAG AND ASSOCIATES", + "short_code": "MOAS", + "branches": [ + { + "code": "", + "city": "ATLANTA", + "identifiers": { + "swift_code": "MOASUS31" + } + } + ] + }, + { + "name": "AAM COMPANY", + "short_code": "AACM", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "AACMUS41" + } + } + ] + }, + { + "name": "AAVE LLC", + "short_code": "AAVC", + "branches": [ + { + "code": "", + "city": "LEWES", + "identifiers": { + "swift_code": "AAVCUS32" + } + } + ] + }, + { + "name": "ABACUS FEDERAL SAVINGS BANK", + "short_code": "AFSB", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "AFSBUS33" + } + } + ] + }, + { + "name": "ABACUS FINANCIAL GROUP, INC.", + "short_code": "ABFG", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "ABFGUS41" + } + } + ] + }, + { + "name": "ABANCA USA", + "short_code": "CAGL", + "branches": [ + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "CAGLUS3M" + } + } + ] + }, + { + "name": "ABBOTT LABORATORIES", + "short_code": "ABTT", + "branches": [ + { + "code": "", + "city": "ABBOTT PARK", + "identifiers": { + "swift_code": "ABTTUS44" + } + }, + { + "code": "", + "city": "ABBOTT PARK", + "identifiers": { + "swift_code": "ABTTUS45" + } + } + ] + }, + { + "name": "ABBVIE, INC.", + "short_code": "ABBV", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "ABBVUS44" + } + } + ] + }, + { + "name": "ABEL/NOSER CORP", + "short_code": "ABEN", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ABENUS31" + } + } + ] + }, + { + "name": "ABERCROMBIE AND FITCH CO.", + "short_code": "ANFC", + "branches": [ + { + "code": "", + "city": "NEW ALBANY", + "identifiers": { + "swift_code": "ANFCUS33" + } + } + ] + }, + { + "name": "ABG SUNDAL COLLIER INC.", + "short_code": "ABEE", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ABEEUS31" + } + } + ] + }, + { + "name": "ABN AMRO CLEARING CHICAGO LLC", + "short_code": "FCAL", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "FCALUS41" + } + }, + { + "code": "396", + "city": "CHICAGO", + "identifiers": { + "swift_code": "FCALUS41396" + } + } + ] + }, + { + "name": "ABN AMRO CLEARING CHICAGO LLC", + "short_code": "OCON", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "OCONUS41" + } + } + ] + }, + { + "name": "ACADEMY BANK, N.A.", + "short_code": "ACAY", + "branches": [ + { + "code": "", + "city": "KANSAS CITY", + "identifiers": { + "swift_code": "ACAYUS41" + } + } + ] + }, + { + "name": "ACADEMY SECURITIES, INC.", + "short_code": "ACEE", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ACEEUS31" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ACEEUS3A" + } + } + ] + }, + { + "name": "ACCESS SECURITIES INC.", + "short_code": "ACSU", + "branches": [ + { + "code": "", + "city": "STAMFORD", + "identifiers": { + "swift_code": "ACSUUS31" + } + } + ] + }, + { + "name": "ACCI SECURITIES INC.", + "short_code": "ACSE", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ACSEUS31" + } + } + ] + }, + { + "name": "ACI CAPITAL GROUP, LLC", + "short_code": "ACIX", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ACIXUS31" + } + } + ] + }, + { + "name": "ACORN CAPITAL MANAGEMENT, LLC", + "short_code": "ACNL", + "branches": [ + { + "code": "", + "city": "KENNETT SQUARE", + "identifiers": { + "swift_code": "ACNLUS31" + } + } + ] + }, + { + "name": "ACR ALPINE CAPITAL RESEARCH, LLC", + "short_code": "ANML", + "branches": [ + { + "code": "", + "city": "ST. LOUIS", + "identifiers": { + "swift_code": "ANMLUS41" + } + } + ] + }, + { + "name": "ACUPAY SYSTEM LLC", + "short_code": "ACPY", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ACPYUS33" + } + }, + { + "code": "CUS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ACPYUS33CUS" + } + } + ] + }, + { + "name": "ADAMS COMMUNITY BANK", + "short_code": "ADCY", + "branches": [ + { + "code": "", + "city": "ADAMS", + "identifiers": { + "swift_code": "ADCYUS32" + } + } + ] + }, + { + "name": "ADELANTE CAPITAL MANAGEMENT LLC", + "short_code": "ACTL", + "branches": [ + { + "code": "", + "city": "OAKLAND", + "identifiers": { + "swift_code": "ACTLUS61" + } + } + ] + }, + { + "name": "ADENZA INC.", + "short_code": "CATO", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CATOUS66" + } + }, + { + "code": "BBJ", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "CATOUS66BBJ" + } + } + ] + }, + { + "name": "ADIRONDACK TRUST COMPANY FINANCIAL SERVICES INC", + "short_code": "ADTR", + "branches": [ + { + "code": "", + "city": "SARATOGA SPRINGS", + "identifiers": { + "swift_code": "ADTRUS31" + } + } + ] + }, + { + "name": "ADM DERIVATIVES, INC", + "short_code": "ADMD", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "ADMDUS41" + } + } + ] + }, + { + "name": "ADM INVESTOR SERVICES, INC.", + "short_code": "ADMI", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "ADMIUS41" + } + } + ] + }, + { + "name": "ADVANCED ENERGY INDUSTRIES, INC.", + "short_code": "ADEI", + "branches": [ + { + "code": "", + "city": "DENVER", + "identifiers": { + "swift_code": "ADEIUS55" + } + } + ] + }, + { + "name": "ADVANTAGE CAPITAL HOLDINGS LLC", + "short_code": "ACOC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ACOCUS31" + } + } + ] + }, + { + "name": "ADVANTAGE FEDERAL CREDIT UNION", + "short_code": "AFCU", + "branches": [ + { + "code": "", + "city": "ROCHESTER", + "identifiers": { + "swift_code": "AFCUUS33" + } + } + ] + }, + { + "name": "ADVENT CAPITAL MANAGEMENT, LLC", + "short_code": "ADCM", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ADCMUS31" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ADCMUS3B" + } + } + ] + }, + { + "name": "ADVENT INTERNATIONAL CORPORATION", + "short_code": "AINY", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "AINYUS31" + } + } + ] + }, + { + "name": "ADVENT SOFTWARE INC", + "short_code": "ADSO", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "ADSOUS61" + } + } + ] + }, + { + "name": "ADVENTHEALTH", + "short_code": "AHSU", + "branches": [ + { + "code": "", + "city": "ALTAMONTE SPRINGS", + "identifiers": { + "swift_code": "AHSUUS33" + } + } + ] + }, + { + "name": "ADVISORY RESEARCH, INC.", + "short_code": "ADRS", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "ADRSUS41" + } + } + ] + }, + { + "name": "AEGIS FINANCIAL CORPORATION", + "short_code": "BGBC", + "branches": [ + { + "code": "", + "city": "MCLEAN", + "identifiers": { + "swift_code": "BGBCUS31" + } + }, + { + "code": "AFC", + "city": "MCLEAN", + "identifiers": { + "swift_code": "BGBCUS31AFC" + } + } + ] + }, + { + "name": "AEGON USA INVESTMENT MANAGEMENT, LLC", + "short_code": "AEGU", + "branches": [ + { + "code": "", + "city": "CEDAR RAPIDS", + "identifiers": { + "swift_code": "AEGUUS44" + } + }, + { + "code": "", + "city": "CEDAR RAPIDS", + "identifiers": { + "swift_code": "AEGUUS42" + } + } + ] + }, + { + "name": "AETNA LIFE INSURANCE COMPANY", + "short_code": "AETN", + "branches": [ + { + "code": "", + "city": "HARTFORD", + "identifiers": { + "swift_code": "AETNUS33" + } + } + ] + }, + { + "name": "AFFINITY INVESTMENT ADVISORS, LLC", + "short_code": "AIDL", + "branches": [ + { + "code": "", + "city": "NEWPORT BEACH", + "identifiers": { + "swift_code": "AIDLUS62" + } + } + ] + }, + { + "name": "AFFINITY PLUS FEDERAL CREDIT UNION", + "short_code": "APFD", + "branches": [ + { + "code": "", + "city": "SAINT PAUL", + "identifiers": { + "swift_code": "APFDUS44" + } + } + ] + }, + { + "name": "AFFINITY WEALTH MANAGEMENT, INC.", + "short_code": "AFWM", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "AFWMUS31" + } + } + ] + }, + { + "name": "AFLAC ASSET MANAGEMENT LLC", + "short_code": "AAEC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "AAECUS33" + } + } + ] + }, + { + "name": "AGENCY TRADING GROUP, INC", + "short_code": "ATGP", + "branches": [ + { + "code": "", + "city": "WAYZATA", + "identifiers": { + "swift_code": "ATGPUS41" + } + } + ] + }, + { + "name": "AGILENT TECHNOLOGIES, INC", + "short_code": "AGIL", + "branches": [ + { + "code": "", + "city": "SANTA CLARA", + "identifiers": { + "swift_code": "AGILUS6S" + } + } + ] + }, + { + "name": "AGINCOURT CAPITAL MANAGEMENT", + "short_code": "AGCG", + "branches": [ + { + "code": "", + "city": "RICHMOND", + "identifiers": { + "swift_code": "AGCGUS31" + } + } + ] + }, + { + "name": "AGINCOURT PARTNERS, LLC", + "short_code": "AGPL", + "branches": [ + { + "code": "", + "city": "ALAMEDA", + "identifiers": { + "swift_code": "AGPLUS61" + } + } + ] + }, + { + "name": "AGRICULTURAL BANK OF CHINA NEW YORK BRANCH", + "short_code": "ABOC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ABOCUS33" + } + } + ] + }, + { + "name": "AIB BANK", + "short_code": "AIBK", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "AIBKUS33" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "AIBKUS3T" + } + }, + { + "code": "TMK", + "city": "NEW YORK", + "identifiers": { + "swift_code": "AIBKUS3TTMK" + } + } + ] + }, + { + "name": "AIG FINANCIAL PRODUCTS CORP.", + "short_code": "AIGF", + "branches": [ + { + "code": "", + "city": "WILTON", + "identifiers": { + "swift_code": "AIGFUS33" + } + } + ] + }, + { + "name": "AIG GLOBAL ASSET MANAGEMENT HOLDINGS CORP.", + "short_code": "AGIG", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "AGIGUS33" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "AGIGUS3W" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "AGIGUS3B" + } + }, + { + "code": "MKT", + "city": "WILTON", + "identifiers": { + "swift_code": "AGIGUS33MKT" + } + } + ] + }, + { + "name": "AIG INTERNATIONAL INC.", + "short_code": "AIGI", + "branches": [ + { + "code": "", + "city": "WILTON", + "identifiers": { + "swift_code": "AIGIUS33" + } + }, + { + "code": "", + "city": "WILTON", + "identifiers": { + "swift_code": "AIGIUS3A" + } + }, + { + "code": "", + "city": "WILTON", + "identifiers": { + "swift_code": "AIGIUS3B" + } + } + ] + }, + { + "name": "AIMBANK", + "short_code": "AIMN", + "branches": [ + { + "code": "", + "city": "LITTLEFIELD", + "identifiers": { + "swift_code": "AIMNUS41" + } + } + ] + }, + { + "name": "AIS CAPITAL MANAGEMENT", + "short_code": "AICA", + "branches": [ + { + "code": "", + "city": "WILTON", + "identifiers": { + "swift_code": "AICAUS31" + } + } + ] + }, + { + "name": "AJO, LP", + "short_code": "AJOA", + "branches": [ + { + "code": "", + "city": "PHILADELPHIA", + "identifiers": { + "swift_code": "AJOAUS31" + } + } + ] + }, + { + "name": "AK CAPITAL LLC", + "short_code": "AKCP", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "AKCPUS31" + } + } + ] + }, + { + "name": "AKAMAI TECHNOLOGIES, INC.", + "short_code": "AKTC", + "branches": [ + { + "code": "", + "city": "CAMBRIDGE", + "identifiers": { + "swift_code": "AKTCUS42" + } + } + ] + }, + { + "name": "ALASKA PERMANENT FUND CORPORATION", + "short_code": "APFO", + "branches": [ + { + "code": "", + "city": "JUNEAU", + "identifiers": { + "swift_code": "APFOUS8J" + } + } + ] + }, + { + "name": "ALBEMARLE CORPORATION", + "short_code": "ALOT", + "branches": [ + { + "code": "", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "ALOTUS33" + } + } + ] + }, + { + "name": "ALBION FINANCIAL GROUP", + "short_code": "ALFG", + "branches": [ + { + "code": "", + "city": "SALT LAKE CITY", + "identifiers": { + "swift_code": "ALFGUS51" + } + } + ] + }, + { + "name": "ALCOA CORPORATION", + "short_code": "ALUP", + "branches": [ + { + "code": "", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "ALUPUS33" + } + } + ] + }, + { + "name": "ALERUS FINANCIAL, NATIONAL ASSOCIATION", + "short_code": "ALER", + "branches": [ + { + "code": "", + "city": "GRAND FORKS", + "identifiers": { + "swift_code": "ALERUS44" + } + } + ] + }, + { + "name": "ALESCO ADVISORS LLC", + "short_code": "WECL", + "branches": [ + { + "code": "", + "city": "PITTSFORD", + "identifiers": { + "swift_code": "WECLUS31" + } + } + ] + }, + { + "name": "ALEUTIAN INVESTMENTS LLC", + "short_code": "ALEU", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ALEUUS31" + } + } + ] + }, + { + "name": "ALEXION PHARMACEUTICALS INC.", + "short_code": "ALXN", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "ALXNUS33" + } + } + ] + }, + { + "name": "ALFA MUTUAL INSURANCE COMPANY", + "short_code": "ALFY", + "branches": [ + { + "code": "", + "city": "MONTGOMERY", + "identifiers": { + "swift_code": "ALFYUS42" + } + } + ] + }, + { + "name": "ALGERT COLDIRON INVESTORS, LLC", + "short_code": "ACIL", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "ACILUS61" + } + } + ] + }, + { + "name": "ALGERT GLOBAL LLC", + "short_code": "ALOL", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "ALOLUS61" + } + } + ] + }, + { + "name": "ALKEON CAPITAL MANAGEMENT, LLC", + "short_code": "AAGC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "AAGCUS32" + } + } + ] + }, + { + "name": "ALLEGIANCE FINANCIAL GROUP, INC.", + "short_code": "ALFO", + "branches": [ + { + "code": "", + "city": "SOUTH PORTLAND", + "identifiers": { + "swift_code": "ALFOUS31" + } + } + ] + }, + { + "name": "ALLEGIS GROUP, INC.", + "short_code": "ALGR", + "branches": [ + { + "code": "", + "city": "HANOVER", + "identifiers": { + "swift_code": "ALGRUS33" + } + } + ] + }, + { + "name": "ALLIANCE BANK CENTRAL TEXAS", + "short_code": "ALCX", + "branches": [ + { + "code": "", + "city": "WACO", + "identifiers": { + "swift_code": "ALCXUS42" + } + } + ] + }, + { + "name": "ALLIANZ ASSET MANAGEMENT OF AMERICA L.P.", + "short_code": "PIAD", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PIADUS31" + } + } + ] + }, + { + "name": "ALLIANZ GLOBAL INVESTORS U.S. LLC", + "short_code": "CCTL", + "branches": [ + { + "code": "", + "city": "LA JOLLA", + "identifiers": { + "swift_code": "CCTLUS61" + } + } + ] + }, + { + "name": "ALLIANZ INVESTMENT MANAGEMENT LLC", + "short_code": "AINL", + "branches": [ + { + "code": "", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "AINLUS42" + } + } + ] + }, + { + "name": "ALLIED UNIVERSAL", + "short_code": "AUHL", + "branches": [ + { + "code": "", + "city": "IRVINE", + "identifiers": { + "swift_code": "AUHLUS66" + } + } + ] + }, + { + "name": "ALLSPRING GLOBAL INVESTMENTS, LLC", + "short_code": "WCAP", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "WCAPUS61" + } + } + ] + }, + { + "name": "ALLSTATE INSURANCE COMPANY", + "short_code": "ASLT", + "branches": [ + { + "code": "", + "city": "NORTHBROOK", + "identifiers": { + "swift_code": "ASLTUS44" + } + } + ] + }, + { + "name": "ALLSTON CAPITAL LLC", + "short_code": "ASPL", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "ASPLUS41" + } + } + ] + }, + { + "name": "ALLY BANK", + "short_code": "ALLY", + "branches": [ + { + "code": "", + "city": "FORT WASHINGTON", + "identifiers": { + "swift_code": "ALLYUS31" + } + } + ] + }, + { + "name": "ALLY FINANCIAL INC", + "short_code": "ALYI", + "branches": [ + { + "code": "INC", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "ALYIUS33INC" + } + }, + { + "code": "QTM", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "ALYIUS33QTM" + } + }, + { + "code": "SER", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "ALYIUS33SER" + } + }, + { + "code": "", + "city": "DETROIT", + "identifiers": { + "swift_code": "ALYIUS33" + } + }, + { + "code": "", + "city": "DETROIT", + "identifiers": { + "swift_code": "ALYIUS3G" + } + }, + { + "code": "", + "city": "DETROIT", + "identifiers": { + "swift_code": "ALYIUS3C" + } + } + ] + }, + { + "name": "ALMA BANK", + "short_code": "LLMA", + "branches": [ + { + "code": "", + "city": "ASTORIA", + "identifiers": { + "swift_code": "LLMAUS32" + } + } + ] + }, + { + "name": "ALOSTAR BANK OF COMMERCE", + "short_code": "ALOE", + "branches": [ + { + "code": "", + "city": "BIRMINGHAM", + "identifiers": { + "swift_code": "ALOEUS44" + } + } + ] + }, + { + "name": "ALPACA SECURITIES LLC", + "short_code": "APCC", + "branches": [ + { + "code": "", + "city": "SAN MATEO", + "identifiers": { + "swift_code": "APCCUS62" + } + } + ] + }, + { + "name": "ALPHA ARCHITECT ETF TRUST", + "short_code": "AAET", + "branches": [ + { + "code": "", + "city": "HAVERTOWN", + "identifiers": { + "swift_code": "AAETUS32" + } + } + ] + }, + { + "name": "ALPHA CAPITAL MANAGEMENT, INC.", + "short_code": "ALAE", + "branches": [ + { + "code": "", + "city": "DETROIT", + "identifiers": { + "swift_code": "ALAEUS31" + } + } + ] + }, + { + "name": "ALPHA PARTNERS, LLC", + "short_code": "APLL", + "branches": [ + { + "code": "", + "city": "DETROIT", + "identifiers": { + "swift_code": "APLLUS31" + } + } + ] + }, + { + "name": "ALPHA QUANT ADVISORS, LLC", + "short_code": "AQAL", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "AQALUS31" + } + } + ] + }, + { + "name": "ALPHA WINDWARD LLC", + "short_code": "ALWL", + "branches": [ + { + "code": "", + "city": "WESTWOOD", + "identifiers": { + "swift_code": "ALWLUS31" + } + } + ] + }, + { + "name": "ALPHADYNE ASSET MANAGEMENT", + "short_code": "APAA", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "APAAUS31" + } + } + ] + }, + { + "name": "ALPHALEDGER MARKETS, INC.", + "short_code": "ALRK", + "branches": [ + { + "code": "", + "city": "POULSBO", + "identifiers": { + "swift_code": "ALRKUS62" + } + } + ] + }, + { + "name": "ALPHAMETRIX 360, LLC", + "short_code": "ALMX", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "ALMXUS41" + } + } + ] + }, + { + "name": "ALPINE BANK", + "short_code": "APPI", + "branches": [ + { + "code": "", + "city": "GLENWOOD SPRINGS", + "identifiers": { + "swift_code": "APPIUS55" + } + } + ] + }, + { + "name": "ALPINE SECURITIES CORPORATION", + "short_code": "ALUC", + "branches": [ + { + "code": "", + "city": "SALT LAKE CITY", + "identifiers": { + "swift_code": "ALUCUS51" + } + } + ] + }, + { + "name": "ALPINE WOODS CAPITAL INVESTORS, LLC", + "short_code": "AWCI", + "branches": [ + { + "code": "", + "city": "PURCHASE", + "identifiers": { + "swift_code": "AWCIUS31" + } + } + ] + }, + { + "name": "ALPS ADVISORS INC.", + "short_code": "ALVD", + "branches": [ + { + "code": "", + "city": "DENVER", + "identifiers": { + "swift_code": "ALVDUS51" + } + } + ] + }, + { + "name": "ALTA CAPITAL MANAGEMENT LLC", + "short_code": "ALCG", + "branches": [ + { + "code": "", + "city": "SALT LAKE CITY", + "identifiers": { + "swift_code": "ALCGUS51" + } + } + ] + }, + { + "name": "ALTABANK", + "short_code": "AMFO", + "branches": [ + { + "code": "", + "city": "AMERICAN FORK", + "identifiers": { + "swift_code": "AMFOUS51" + } + } + ] + }, + { + "name": "ALTAIR ADVISERS, LLC", + "short_code": "ALTI", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "ALTIUS41" + } + } + ] + }, + { + "name": "ALTERNA SECURITIES, INC.", + "short_code": "ASEU", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "ASEUUS42" + } + } + ] + }, + { + "name": "ALTICOR INC", + "short_code": "AMWY", + "branches": [ + { + "code": "", + "city": "ADA", + "identifiers": { + "swift_code": "AMWYUS33" + } + } + ] + }, + { + "name": "ALTRAVUE CAPITAL, LLC", + "short_code": "ATCC", + "branches": [ + { + "code": "", + "city": "BELLEVUE", + "identifiers": { + "swift_code": "ATCCUS62" + } + } + ] + }, + { + "name": "ALTRINSIC GLOBAL ADVISORS, LLC", + "short_code": "AGAL", + "branches": [ + { + "code": "", + "city": "GREENWICH", + "identifiers": { + "swift_code": "AGALUS31" + } + } + ] + }, + { + "name": "ALTRIUS CAPITAL MANAGEMENT, INC", + "short_code": "ALAT", + "branches": [ + { + "code": "", + "city": "NEW BERN", + "identifiers": { + "swift_code": "ALATUS31" + } + } + ] + }, + { + "name": "ALYESKA INVESTMENT GROUP, L.P.", + "short_code": "ALVO", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "ALVOUS44" + } + } + ] + }, + { + "name": "AMALGAMATED BANK OF CHICAGO", + "short_code": "ATSB", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "ATSBUS41" + } + } + ] + }, + { + "name": "AMALGAMATED BANK OF CHICAGO", + "short_code": "AMCH", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "AMCHUS41" + } + } + ] + }, + { + "name": "AMALGAMATED BANK OF NEW YORK", + "short_code": "ANYO", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ANYOUS31" + } + } + ] + }, + { + "name": "AMAZON CORPORATE LLC.", + "short_code": "ACOL", + "branches": [ + { + "code": "", + "city": "SEATTLE", + "identifiers": { + "swift_code": "ACOLUS66" + } + }, + { + "code": "", + "city": "SEATTLE", + "identifiers": { + "swift_code": "ACOLUS6S" + } + } + ] + }, + { + "name": "AMAZON PAYMENTS, INC.", + "short_code": "AMZN", + "branches": [ + { + "code": "", + "city": "SEATTLE", + "identifiers": { + "swift_code": "AMZNUS61" + } + } + ] + }, + { + "name": "AMBAC ASSURANCE CORPORATION", + "short_code": "AACO", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "AACOUS31" + } + } + ] + }, + { + "name": "AMBAC CREDIT PRODUCTS, LLC", + "short_code": "ACPR", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ACPRUS31" + } + } + ] + }, + { + "name": "AMBAC FINANCIAL SERVICES, LLC", + "short_code": "AFSE", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "AFSEUS31" + } + } + ] + }, + { + "name": "AMBAC INVESTMENTS, INC.", + "short_code": "AINV", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "AINVUS31" + } + } + ] + }, + { + "name": "AMBS INVESTMENT COUNSEL, L.L.C.", + "short_code": "AICL", + "branches": [ + { + "code": "", + "city": "GRAND RAPIDS", + "identifiers": { + "swift_code": "AICLUS31" + } + } + ] + }, + { + "name": "AMERANT BANK, N.A.", + "short_code": "MNBM", + "branches": [ + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "MNBMUS33" + } + } + ] + }, + { + "name": "AMERASIA BANK", + "short_code": "AIAB", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "AIABUS31" + } + } + ] + }, + { + "name": "AMERICAN AIRLINES INC", + "short_code": "AMRL", + "branches": [ + { + "code": "", + "city": "FORT WORTH", + "identifiers": { + "swift_code": "AMRLUS44" + } + } + ] + }, + { + "name": "AMERICAN BANK", + "short_code": "AMEN", + "branches": [ + { + "code": "", + "city": "ALLENTOWN", + "identifiers": { + "swift_code": "AMENUS32" + } + } + ] + }, + { + "name": "AMERICAN BANK LAKE CITY", + "short_code": "LCSB", + "branches": [ + { + "code": "", + "city": "LAKE CITY", + "identifiers": { + "swift_code": "LCSBUS41" + } + } + ] + }, + { + "name": "AMERICAN BANK N.A.", + "short_code": "AMEA", + "branches": [ + { + "code": "", + "city": "CORPUS CHRISTI", + "identifiers": { + "swift_code": "AMEAUS42" + } + } + ] + }, + { + "name": "AMERICAN BUSINESS BANK", + "short_code": "ACBB", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "ACBBUS6L" + } + } + ] + }, + { + "name": "AMERICAN CAPITAL MANAGEMENT, INC.", + "short_code": "AMPM", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "AMPMUS32" + } + } + ] + }, + { + "name": "AMERICAN CENTURY INVESTMENT MANAGEMENT INC", + "short_code": "ACEN", + "branches": [ + { + "code": "", + "city": "KANSAS CITY", + "identifiers": { + "swift_code": "ACENUS41" + } + } + ] + }, + { + "name": "AMERICAN CENTURY INVESTMENT MANAGEMENT INC", + "short_code": "ACNG", + "branches": [ + { + "code": "", + "city": "KANSAS CITY", + "identifiers": { + "swift_code": "ACNGUS42" + } + } + ] + }, + { + "name": "AMERICAN COMMUNITY BANK AND TRUST", + "short_code": "AMCS", + "branches": [ + { + "code": "", + "city": "WOODSTOCK", + "identifiers": { + "swift_code": "AMCSUS44" + } + } + ] + }, + { + "name": "AMERICAN ENTERPRISE INVESTMENT SERVICES", + "short_code": "AEIS", + "branches": [ + { + "code": "", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "AEISUS41" + } + } + ] + }, + { + "name": "AMERICAN EQUITY INVESTMENT LIFE INSURANCE COMPANY", + "short_code": "AEIL", + "branches": [ + { + "code": "", + "city": "WEST DES MOINES", + "identifiers": { + "swift_code": "AEILUS44" + } + }, + { + "code": "", + "city": "WEST DES MOINES", + "identifiers": { + "swift_code": "AEILUS4A" + } + } + ] + }, + { + "name": "AMERICAN EXPRESS EUROPE LLC", + "short_code": "AEEC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "AEECUS31" + } + } + ] + }, + { + "name": "AMERICAN EXPRESS TAX AND BUSINESS SERVICE", + "short_code": "AETB", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "AETBUS41" + } + } + ] + }, + { + "name": "AMERICAN EXPRESS TRAVEL RELATED SERVICES COMPANY, INC.", + "short_code": "AETC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "AETCUS3A" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "AETCUS3B" + } + } + ] + }, + { + "name": "AMERICAN EXPRESS TRAVEL RELATED SERVICES COMPANY, INC. (FX INTERNATIONAL PAYMENTS)", + "short_code": "AETC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "AETCUS33" + } + } + ] + }, + { + "name": "AMERICAN FAMILY MUTUAL INSURANCE COMPANY, S.I.", + "short_code": "AFMN", + "branches": [ + { + "code": "", + "city": "MADISON", + "identifiers": { + "swift_code": "AFMNUS44" + } + } + ] + }, + { + "name": "AMERICAN FIRST NATIONAL BANK", + "short_code": "AFNB", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "AFNBUS4H" + } + } + ] + }, + { + "name": "AMERICAN INTERNATIONAL GROUP", + "short_code": "AIGX", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "AIGXUS33" + } + } + ] + }, + { + "name": "AMERICAN NATIONAL INSURANCE CO.", + "short_code": "SEMR", + "branches": [ + { + "code": "", + "city": "GALVESTON", + "identifiers": { + "swift_code": "SEMRUS41" + } + } + ] + }, + { + "name": "AMERICAN NATIONAL RED CROSS", + "short_code": "ANRC", + "branches": [ + { + "code": "", + "city": "WASHINGTON", + "identifiers": { + "swift_code": "ANRCUS33" + } + } + ] + }, + { + "name": "AMERICAN PREMIER BANK", + "short_code": "APBC", + "branches": [ + { + "code": "", + "city": "ARCADIA", + "identifiers": { + "swift_code": "APBCUS61" + } + } + ] + }, + { + "name": "AMERICAN SAVINGS BANK", + "short_code": "ASAV", + "branches": [ + { + "code": "", + "city": "HONOLULU", + "identifiers": { + "swift_code": "ASAVUS77" + } + } + ] + }, + { + "name": "AMERICAN STOCK EXCHANGE", + "short_code": "XASE", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "XASEUS31" + } + } + ] + }, + { + "name": "AMERICAN TOWER CORPORATION", + "short_code": "AMTC", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "AMTCUS33" + } + } + ] + }, + { + "name": "AMERICAN VETERANS GROUP, PBC.", + "short_code": "AMVG", + "branches": [ + { + "code": "", + "city": "MELVILLE", + "identifiers": { + "swift_code": "AMVGUS32" + } + } + ] + }, + { + "name": "AMERICO LIFE, INC.", + "short_code": "AMLF", + "branches": [ + { + "code": "", + "city": "KANSAS CITY", + "identifiers": { + "swift_code": "AMLFUS44" + } + } + ] + }, + { + "name": "AMERIS BANK", + "short_code": "FITY", + "branches": [ + { + "code": "", + "city": "ATLANTA", + "identifiers": { + "swift_code": "FITYUS33" + } + } + ] + }, + { + "name": "AMERIS BANK", + "short_code": "AERI", + "branches": [ + { + "code": "", + "city": "MOULTRIE", + "identifiers": { + "swift_code": "AERIUS33" + } + } + ] + }, + { + "name": "AMERISOURCEBERGEN CORPORATION", + "short_code": "AMOR", + "branches": [ + { + "code": "", + "city": "CONSHOHOCKEN", + "identifiers": { + "swift_code": "AMORUS33" + } + } + ] + }, + { + "name": "AMERITAS INVESTMENT PARTNERS, INC.", + "short_code": "SIPL", + "branches": [ + { + "code": "", + "city": "CINCINNATI", + "identifiers": { + "swift_code": "SIPLUS31" + } + }, + { + "code": "", + "city": "LINCOLN", + "identifiers": { + "swift_code": "SIPLUS44" + } + } + ] + }, + { + "name": "AMERIVET SECURITIES INC", + "short_code": "AMEU", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "AMEUUS32" + } + } + ] + }, + { + "name": "AMETEK, INC", + "short_code": "AMTK", + "branches": [ + { + "code": "", + "city": "BERWYN", + "identifiers": { + "swift_code": "AMTKUS33" + } + } + ] + }, + { + "name": "AMGEN INC.", + "short_code": "AGGN", + "branches": [ + { + "code": "", + "city": "THOUSAND OAKS", + "identifiers": { + "swift_code": "AGGNUS62" + } + } + ] + }, + { + "name": "AMICA MUTUAL INSURANCE COMPANY", + "short_code": "AMIM", + "branches": [ + { + "code": "", + "city": "LINCOLN", + "identifiers": { + "swift_code": "AMIMUS33" + } + } + ] + }, + { + "name": "AMLQ HOLDINGS (DEL) LLC", + "short_code": "AMHL", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "AMHLUS31" + } + } + ] + }, + { + "name": "AMSTED INDUSTRIES INCORPORATED", + "short_code": "AMIO", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "AMIOUS44" + } + } + ] + }, + { + "name": "AMTRUST FINANCIAL SERVICES INC.", + "short_code": "AMTF", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "AMTFUS33" + } + } + ] + }, + { + "name": "AMTRUST NORTH AMERICA, INC.", + "short_code": "ANOA", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ANOAUS33" + } + } + ] + }, + { + "name": "AMUNDI INVESTMENTS USA LLC", + "short_code": "AIUL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "AIULUS31" + } + } + ] + }, + { + "name": "ANALYTIC INVESTORS, LLC", + "short_code": "IVLL", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "IVLLUS61" + } + } + ] + }, + { + "name": "ANB BANK", + "short_code": "AMNT", + "branches": [ + { + "code": "", + "city": "DENVER", + "identifiers": { + "swift_code": "AMNTUS51" + } + } + ] + }, + { + "name": "ANCHOR BANK", + "short_code": "ANHR", + "branches": [ + { + "code": "", + "city": "PALM BEACH GARDENS", + "identifiers": { + "swift_code": "ANHRUS33" + } + } + ] + }, + { + "name": "ANGEL OAK CAPITAL ADVISORS, LLC", + "short_code": "AOAK", + "branches": [ + { + "code": "", + "city": "ATLANTA", + "identifiers": { + "swift_code": "AOAKUS33" + } + } + ] + }, + { + "name": "ANGELO, GORDON AND CO., L.P.", + "short_code": "ANGD", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ANGDUS33" + } + } + ] + }, + { + "name": "ANNALY CAPITAL MANAGEMENT, INC.", + "short_code": "ANCG", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ANCGUS33" + } + } + ] + }, + { + "name": "ANTARES CAPITAL LP", + "short_code": "ANCT", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "ANCTUS44" + } + } + ] + }, + { + "name": "ANTHEM BANK AND TRUST", + "short_code": "ANRT", + "branches": [ + { + "code": "", + "city": "PLAQUEMINE", + "identifiers": { + "swift_code": "ANRTUS42" + } + } + ] + }, + { + "name": "APERIO GROUP, LLC", + "short_code": "APGL", + "branches": [ + { + "code": "", + "city": "SAUSALITO", + "identifiers": { + "swift_code": "APGLUS6S" + } + } + ] + }, + { + "name": "APERTURE INVESTORS, LLC", + "short_code": "APNC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "APNCUS33" + } + } + ] + }, + { + "name": "APEX CLEARING CORPORATION", + "short_code": "PFSI", + "branches": [ + { + "code": "", + "city": "DALLAS", + "identifiers": { + "swift_code": "PFSIUS4R" + } + } + ] + }, + { + "name": "APEX CLEARING CORPORATION", + "short_code": "CLEI", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CLEIUS31" + } + } + ] + }, + { + "name": "APG ASSET MANAGEMENT US INC.", + "short_code": "APGM", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "APGMUS33" + } + } + ] + }, + { + "name": "APOLLO GLOBAL MANAGEMENT, INC.", + "short_code": "APGA", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "APGAUS33" + } + } + ] + }, + { + "name": "APOLLO INSURANCE SOLUTIONS GROUP LLC", + "short_code": "AAGL", + "branches": [ + { + "code": "", + "city": "EL SEGUNDO", + "identifiers": { + "swift_code": "AAGLUS62" + } + } + ] + }, + { + "name": "APPLE BANK FOR SAVINGS", + "short_code": "APPA", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "APPAUS33" + } + } + ] + }, + { + "name": "APPLE BANK FOR SAVINGS", + "short_code": "ESAB", + "branches": [ + { + "code": "", + "city": "SCARSDALE", + "identifiers": { + "swift_code": "ESABUS31" + } + } + ] + }, + { + "name": "APPLE INC.", + "short_code": "APLE", + "branches": [ + { + "code": "", + "city": "CUPERTINO", + "identifiers": { + "swift_code": "APLEUS66" + } + } + ] + }, + { + "name": "APW OPCO LLC", + "short_code": "APOC", + "branches": [ + { + "code": "", + "city": "BALA CYNWYD", + "identifiers": { + "swift_code": "APOCUS33" + } + } + ] + }, + { + "name": "AQR CAPITAL MANAGEMENT, LLC", + "short_code": "AQRM", + "branches": [ + { + "code": "", + "city": "GREENWICH", + "identifiers": { + "swift_code": "AQRMUS33" + } + } + ] + }, + { + "name": "AQUA SECURITIES", + "short_code": "AQSE", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "AQSEUS31" + } + } + ] + }, + { + "name": "AQUARIAN HOLDINGS INVESTMENT MANAGEMENT LLC", + "short_code": "AQAN", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "AQANUS33" + } + } + ] + }, + { + "name": "ARAB BANK PLC", + "short_code": "ARAB", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ARABUS31" + } + } + ] + }, + { + "name": "ARAB BANKING CORPORATION", + "short_code": "ABCO", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ABCOUS33" + } + } + ] + }, + { + "name": "ARAMARK SERVICES INC", + "short_code": "ARKS", + "branches": [ + { + "code": "", + "city": "PHILADELPHIA", + "identifiers": { + "swift_code": "ARKSUS33" + } + } + ] + }, + { + "name": "ARBOR RESEARCH AND TRADING LLC.", + "short_code": "ARBT", + "branches": [ + { + "code": "", + "city": "BARRINGTON", + "identifiers": { + "swift_code": "ARBTUS41" + } + } + ] + }, + { + "name": "ARCADIA INVESTMENT MANAGEMENT CORP.", + "short_code": "ARNA", + "branches": [ + { + "code": "", + "city": "KALAMAZOO", + "identifiers": { + "swift_code": "ARNAUS31" + } + } + ] + }, + { + "name": "ARCHER-DANIELS-MIDLAND COMPANY", + "short_code": "ADMC", + "branches": [ + { + "code": "", + "city": "DECATUR", + "identifiers": { + "swift_code": "ADMCUS44" + } + } + ] + }, + { + "name": "ARCHIPELAGO SERVICES", + "short_code": "ARCH", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "ARCHUS41" + } + } + ] + }, + { + "name": "ARCONIC CORPORATION", + "short_code": "ARPO", + "branches": [ + { + "code": "", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "ARPOUS33" + } + } + ] + }, + { + "name": "ARENA CAPITAL ADVISORS, LLC", + "short_code": "AAOL", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "AAOLUS66" + } + } + ] + }, + { + "name": "ARENA INVESTORS, LP", + "short_code": "ARNO", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ARNOUS33" + } + } + ] + }, + { + "name": "ARES MANAGEMENT LLC", + "short_code": "ARNL", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "ARNLUS61" + } + }, + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "ARNLUS66" + } + } + ] + }, + { + "name": "ARGA INVESTMENT MANAGEMENT, LP", + "short_code": "ARVM", + "branches": [ + { + "code": "", + "city": "STAMFORD", + "identifiers": { + "swift_code": "ARVMUS31" + } + }, + { + "code": "", + "city": "STAMFORD", + "identifiers": { + "swift_code": "ARVMUS33" + } + } + ] + }, + { + "name": "ARGUS INVESTORS' COUNSEL, INC.", + "short_code": "ARIU", + "branches": [ + { + "code": "", + "city": "STAMFORD", + "identifiers": { + "swift_code": "ARIUUS31" + } + } + ] + }, + { + "name": "ARIEL INVESTMENTS", + "short_code": "ARNV", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "ARNVUS41" + } + } + ] + }, + { + "name": "ARISTOTLE CAPITAL MANAGEMENT, LLC.", + "short_code": "RCRL", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "RCRLUS61" + } + } + ] + }, + { + "name": "ARIZONA FINANCIAL CREDIT UNION", + "short_code": "AFCI", + "branches": [ + { + "code": "", + "city": "PHOENIX", + "identifiers": { + "swift_code": "AFCIUS42" + } + } + ] + }, + { + "name": "ARIZONA STATE RETIREMENT SYSTEM", + "short_code": "ASRY", + "branches": [ + { + "code": "", + "city": "PHOENIX", + "identifiers": { + "swift_code": "ASRYUS55" + } + } + ] + }, + { + "name": "ARMED FORCES BANK", + "short_code": "ARFO", + "branches": [ + { + "code": "", + "city": "LEAVENWORTH", + "identifiers": { + "swift_code": "ARFOUS41" + } + } + ] + }, + { + "name": "ARMSTRONG SHAW ASSOCIATES INC.", + "short_code": "ARSS", + "branches": [ + { + "code": "", + "city": "NEW CANAAN", + "identifiers": { + "swift_code": "ARSSUS31" + } + } + ] + }, + { + "name": "ARNOLD AND S. BLEICHROEDER ADVISORS, LLC", + "short_code": "AAMS", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "AAMSUS31" + } + } + ] + }, + { + "name": "AROSA CAPITAL MANAGEMENT LP", + "short_code": "ARPM", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ARPMUS32" + } + } + ] + }, + { + "name": "ARROW ELECTRONICS, INC.", + "short_code": "AREO", + "branches": [ + { + "code": "", + "city": "CENTENNIAL", + "identifiers": { + "swift_code": "AREOUS55" + } + } + ] + }, + { + "name": "ARTEMIS INVESTMENT LLC", + "short_code": "ARIL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ARILUS31" + } + } + ] + }, + { + "name": "ARTHUR ZASKE AND ASSOCIATES, LLC", + "short_code": "ARZA", + "branches": [ + { + "code": "", + "city": "BLOOMFIELD HILLS", + "identifiers": { + "swift_code": "ARZAUS31" + } + } + ] + }, + { + "name": "ARTISAN PARTNERS LIMITED PARTNERSHIP", + "short_code": "ARPN", + "branches": [ + { + "code": "", + "city": "MILWAUKEE", + "identifiers": { + "swift_code": "ARPNUS51" + } + }, + { + "code": "", + "city": "MILWAUKEE", + "identifiers": { + "swift_code": "ARPNUS4M" + } + } + ] + }, + { + "name": "ARTISANS' BANK", + "short_code": "ARSA", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "ARSAUS31" + } + } + ] + }, + { + "name": "ARVEST BANK", + "short_code": "ARVT", + "branches": [ + { + "code": "", + "city": "TULSA", + "identifiers": { + "swift_code": "ARVTUS44" + } + } + ] + }, + { + "name": "ASB CAPITAL MANAGEMENT", + "short_code": "ASCG", + "branches": [ + { + "code": "", + "city": "WASHINGTON", + "identifiers": { + "swift_code": "ASCGUS31" + } + } + ] + }, + { + "name": "ASCENDANTFX CAPITAL USA, INC.", + "short_code": "ASCS", + "branches": [ + { + "code": "", + "city": "PLEASANT HILL", + "identifiers": { + "swift_code": "ASCSUS33" + } + } + ] + }, + { + "name": "ASHFIELD CAPITAL PARTNERS", + "short_code": "ASCP", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "ASCPUS61" + } + } + ] + }, + { + "name": "ASHFORD CAPITAL MANAGEMENT, INC.", + "short_code": "ASCN", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "ASCNUS31" + } + } + ] + }, + { + "name": "ASHLAND MANAGEMENT INCORPORATED", + "short_code": "ASHL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ASHLUS31" + } + } + ] + }, + { + "name": "ASIAN BANK", + "short_code": "AIAA", + "branches": [ + { + "code": "", + "city": "PHILADELPHIA", + "identifiers": { + "swift_code": "AIAAUS3P" + } + } + ] + }, + { + "name": "ASSET ACQUISITION AND RESOLUTION ENTITY, LLC", + "short_code": "AARE", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "AAREUS31" + } + } + ] + }, + { + "name": "ASSET ADVISORY SERVICES LLC", + "short_code": "AAEL", + "branches": [ + { + "code": "", + "city": "KANSAS CITY", + "identifiers": { + "swift_code": "AAELUS41" + } + } + ] + }, + { + "name": "ASSET CONSULTING GROUP", + "short_code": "ASCU", + "branches": [ + { + "code": "", + "city": "ST. LOUIS", + "identifiers": { + "swift_code": "ASCUUS41" + } + } + ] + }, + { + "name": "ASSET MANAGEMENT ONE USA INC", + "short_code": "AMOU", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "AMOUUS32" + } + } + ] + }, + { + "name": "ASSOCIATED BANK, N.A.", + "short_code": "ABGB", + "branches": [ + { + "code": "", + "city": "GREEN BAY", + "identifiers": { + "swift_code": "ABGBUS44" + } + } + ] + }, + { + "name": "ASSOCIATED FOREIGN EXCHANGE, INC", + "short_code": "AFEI", + "branches": [ + { + "code": "", + "city": "WOODLAND HILLS", + "identifiers": { + "swift_code": "AFEIUS6L" + } + } + ] + }, + { + "name": "ASSURANT, INC.", + "short_code": "ASRA", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ASRAUS33" + } + } + ] + }, + { + "name": "ASTELLAS US LLC", + "short_code": "ATLL", + "branches": [ + { + "code": "", + "city": "NORTHBROOK", + "identifiers": { + "swift_code": "ATLLUS44" + } + } + ] + }, + { + "name": "ASTORIA BANK", + "short_code": "AFSO", + "branches": [ + { + "code": "", + "city": "NORTH HEMPSTEAD", + "identifiers": { + "swift_code": "AFSOUS31" + } + } + ] + }, + { + "name": "ATALANTA-SOSNOFF CAPITAL", + "short_code": "ATAI", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ATAIUS31" + } + } + ] + }, + { + "name": "ATALAYA CAPITAL MANAGEMENT LP", + "short_code": "ACGG", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ACGGUS33" + } + } + ] + }, + { + "name": "ATHENA CAPITAL ADVISORS LLC", + "short_code": "ACDL", + "branches": [ + { + "code": "", + "city": "LINCOLN", + "identifiers": { + "swift_code": "ACDLUS31" + } + } + ] + }, + { + "name": "ATIVO CAPITAL MANAGEMENT LLC", + "short_code": "ACGL", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "ACGLUS41" + } + } + ] + }, + { + "name": "ATLANTA LIFE INVESTMENT ADVISORS, INC", + "short_code": "ALID", + "branches": [ + { + "code": "", + "city": "ATLANTA", + "identifiers": { + "swift_code": "ALIDUS31" + } + } + ] + }, + { + "name": "ATLANTIC CAPITAL MANAGEMENT", + "short_code": "ATCN", + "branches": [ + { + "code": "", + "city": "RICHMOND", + "identifiers": { + "swift_code": "ATCNUS31" + } + } + ] + }, + { + "name": "ATLANTIC COMMUNITY BANKERS BANK", + "short_code": "ATLC", + "branches": [ + { + "code": "", + "city": "CAMP HILL", + "identifiers": { + "swift_code": "ATLCUS31" + } + } + ] + }, + { + "name": "ATLANTIC COMMUNITY BANKERS' BANK", + "short_code": "NORH", + "branches": [ + { + "code": "", + "city": "CAMP HILL", + "identifiers": { + "swift_code": "NORHUS33" + } + } + ] + }, + { + "name": "ATLANTIC INVESTMENT COMPANY", + "short_code": "ATIC", + "branches": [ + { + "code": "", + "city": "ATLANTA", + "identifiers": { + "swift_code": "ATICUS31" + } + } + ] + }, + { + "name": "ATLANTIC UNION BANK", + "short_code": "ATUN", + "branches": [ + { + "code": "", + "city": "RICHMOND", + "identifiers": { + "swift_code": "ATUNUS32" + } + } + ] + }, + { + "name": "ATLAS ADVISORS LLC", + "short_code": "ATAC", + "branches": [ + { + "code": "", + "city": "NEWPORT BEACH", + "identifiers": { + "swift_code": "ATACUS61" + } + } + ] + }, + { + "name": "ATTUCKS ASSET MANAGEMENT, LLC", + "short_code": "AAMC", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "AAMCUS41" + } + } + ] + }, + { + "name": "AUBURN IMPACT INVESTMENTS, INC.", + "short_code": "AUIN", + "branches": [ + { + "code": "", + "city": "BILLINGS", + "identifiers": { + "swift_code": "AUINUS51" + } + } + ] + }, + { + "name": "AUGUSTINE ASSET MANAGEMENT, INC.", + "short_code": "AUAM", + "branches": [ + { + "code": "", + "city": "JACKSONVILLE", + "identifiers": { + "swift_code": "AUAMUS31" + } + } + ] + }, + { + "name": "AURIA SERVICES CORP", + "short_code": "FSEV", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "FSEVUS31" + } + } + ] + }, + { + "name": "AUSTIN INVESTMENT MANAGEMENT,INC", + "short_code": "AUIM", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "AUIMUS31" + } + } + ] + }, + { + "name": "AUSTRALIA AND NEW ZEALAND BANKING GROUP LTD.", + "short_code": "ANZB", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ANZBUS33" + } + } + ] + }, + { + "name": "AUTOMATIC DATA PROCESSING INC", + "short_code": "ADPI", + "branches": [ + { + "code": "", + "city": "ROSELAND", + "identifiers": { + "swift_code": "ADPIUS33" + } + }, + { + "code": "", + "city": "ROSELAND", + "identifiers": { + "swift_code": "ADPIUS3A" + } + } + ] + }, + { + "name": "AVALON CAPITAL MANAGEMENT", + "short_code": "AVCM", + "branches": [ + { + "code": "", + "city": "REDWOOD CITY", + "identifiers": { + "swift_code": "AVCMUS61" + } + } + ] + }, + { + "name": "AVIDBANK", + "short_code": "AVID", + "branches": [ + { + "code": "", + "city": "SAN JOSE", + "identifiers": { + "swift_code": "AVIDUS66" + } + } + ] + }, + { + "name": "AVIDIA BANK", + "short_code": "AVDA", + "branches": [ + { + "code": "", + "city": "HUDSON", + "identifiers": { + "swift_code": "AVDAUS42" + } + } + ] + }, + { + "name": "AVIVA INVESTORS AMERICAS LLC", + "short_code": "AINA", + "branches": [ + { + "code": "", + "city": "DES MOINES", + "identifiers": { + "swift_code": "AINAUS41" + } + } + ] + }, + { + "name": "AVM L.P.", + "short_code": "IIIA", + "branches": [ + { + "code": "", + "city": "BOCA RATON", + "identifiers": { + "swift_code": "IIIAUS33" + } + } + ] + }, + { + "name": "AVNET, INC", + "short_code": "AVTI", + "branches": [ + { + "code": "", + "city": "PHOENIX", + "identifiers": { + "swift_code": "AVTIUS55" + } + } + ] + }, + { + "name": "AXA INVESTMENT MANAGERS, INC.", + "short_code": "AXIN", + "branches": [ + { + "code": "", + "city": "GREENWICH", + "identifiers": { + "swift_code": "AXINUS31" + } + } + ] + }, + { + "name": "AXIOM INTERNATIONAL INVESTORS LLC", + "short_code": "AIIL", + "branches": [ + { + "code": "", + "city": "GREENWICH", + "identifiers": { + "swift_code": "AIILUS31" + } + } + ] + }, + { + "name": "AXLETREE SOLUTIONS INC.", + "short_code": "AXLE", + "branches": [ + { + "code": "", + "city": "EAST BRUNSWICK", + "identifiers": { + "swift_code": "AXLEUS33" + } + } + ] + }, + { + "name": "AXOS BANK", + "short_code": "BOFD", + "branches": [ + { + "code": "", + "city": "SAN DIEGO", + "identifiers": { + "swift_code": "BOFDUS66" + } + } + ] + }, + { + "name": "AXOS CLEARING LLC", + "short_code": "OOCC", + "branches": [ + { + "code": "", + "city": "OMAHA", + "identifiers": { + "swift_code": "OOCCUS41" + } + }, + { + "code": "", + "city": "OMAHA", + "identifiers": { + "swift_code": "OOCCUS44" + } + } + ] + }, + { + "name": "AYCO SERVICES AGENCY L.P.", + "short_code": "AYSA", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "AYSAUS31" + } + } + ] + }, + { + "name": "AZIMUTH CAPITAL MANAGEMENT LLC", + "short_code": "ACML", + "branches": [ + { + "code": "", + "city": "BLOOMFIELD HILLS", + "identifiers": { + "swift_code": "ACMLUS31" + } + } + ] + }, + { + "name": "B AND K PROPERTIES NYC LLC", + "short_code": "PNYL", + "branches": [ + { + "code": "", + "city": "DOVER", + "identifiers": { + "swift_code": "PNYLUS32" + } + } + ] + }, + { + "name": "B. C. ZIEGLER AND COMPANY", + "short_code": "ZIWM", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "ZIWMUS41" + } + } + ] + }, + { + "name": "B. RILEY AND CO., LLC", + "short_code": "RILL", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "RILLUS61" + } + } + ] + }, + { + "name": "B.C. ZIEGLER AND COMPANY", + "short_code": "ZIEC", + "branches": [ + { + "code": "", + "city": "MILWAUKEE", + "identifiers": { + "swift_code": "ZIECUS51" + } + } + ] + }, + { + "name": "BA FUTURES, INC.", + "short_code": "BAFT", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "BAFTUS41" + } + } + ] + }, + { + "name": "BACARDI BUSINESS SOLUTIONS, INC", + "short_code": "BBST", + "branches": [ + { + "code": "", + "city": "CORAL GABLES", + "identifiers": { + "swift_code": "BBSTUS33" + } + } + ] + }, + { + "name": "BADGLEY, PHELPS AND BELL, INC.", + "short_code": "BAEL", + "branches": [ + { + "code": "", + "city": "SEATTLE", + "identifiers": { + "swift_code": "BAELUS61" + } + } + ] + }, + { + "name": "BAHL AND GAYNOR", + "short_code": "BAGY", + "branches": [ + { + "code": "", + "city": "CINCINNATI", + "identifiers": { + "swift_code": "BAGYUS31" + } + } + ] + }, + { + "name": "BAILARD, BIEHL AND KAISER INC.", + "short_code": "BAIK", + "branches": [ + { + "code": "", + "city": "FOSTER CITY", + "identifiers": { + "swift_code": "BAIKUS61" + } + } + ] + }, + { + "name": "BAIN AND COMPANY INC", + "short_code": "BAOY", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "BAOYUS33" + } + } + ] + }, + { + "name": "BAIN CAPITAL CREDIT, LP", + "short_code": "SKTY", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "SKTYUS33" + } + } + ] + }, + { + "name": "BAIN CAPITAL PRIVATE EQUITY, LP.", + "short_code": "BCPQ", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "BCPQUS33" + } + } + ] + }, + { + "name": "BAIN CAPITAL PUBLIC EQUITY, LP", + "short_code": "BCPU", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "BCPUUS42" + } + } + ] + }, + { + "name": "BAKER BOYER NATIONAL BANK", + "short_code": "BBOY", + "branches": [ + { + "code": "", + "city": "WALLA WALLA", + "identifiers": { + "swift_code": "BBOYUS31" + } + } + ] + }, + { + "name": "BAKER HUGHES HOLDINGS LLC", + "short_code": "BHIC", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "BHICUS4H" + } + } + ] + }, + { + "name": "BALL CORPORATION", + "short_code": "BLLC", + "branches": [ + { + "code": "", + "city": "WESTMINSTER", + "identifiers": { + "swift_code": "BLLCUS55" + } + } + ] + }, + { + "name": "BALLSTON SPA NATIONAL BANK", + "short_code": "BSNB", + "branches": [ + { + "code": "", + "city": "BALLSTON SPA", + "identifiers": { + "swift_code": "BSNBUS31" + } + } + ] + }, + { + "name": "BALLYS CORP", + "short_code": "BOOP", + "branches": [ + { + "code": "", + "city": "PROVIDENCE", + "identifiers": { + "swift_code": "BOOPUS33" + } + } + ] + }, + { + "name": "BALYASNY ASSET MANAGEMENT L.P.", + "short_code": "BLAG", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "BLAGUS44" + } + } + ] + }, + { + "name": "BALYASNY ASSET MANAGEMENT LP", + "short_code": "BLAG", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "BLAGUS41" + } + } + ] + }, + { + "name": "BANC OF CALIFORNIA (FORMERLY BANC OF CALIFORNIA NA)", + "short_code": "BCLF", + "branches": [ + { + "code": "", + "city": "DURHAM", + "identifiers": { + "swift_code": "BCLFUS66" + } + } + ] + }, + { + "name": "BANC OF CALIFORNIA (FORMERLY PACIFIC WESTERN BANK)", + "short_code": "FNSD", + "branches": [ + { + "code": "", + "city": "DURHAM", + "identifiers": { + "swift_code": "FNSDUS6D" + } + } + ] + }, + { + "name": "BANC OF CALIFORNIA (FORMERLY SQUARE 1 BANK A DIVISION OF PACIFIC WESTERN BANK)", + "short_code": "SQAR", + "branches": [ + { + "code": "", + "city": "DURHAM", + "identifiers": { + "swift_code": "SQARUS33" + } + } + ] + }, + { + "name": "BANCA IMI SECURITIES CORP", + "short_code": "MBCS", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MBCSUS31" + } + } + ] + }, + { + "name": "BANCFIRST", + "short_code": "BFOK", + "branches": [ + { + "code": "", + "city": "OKLAHOMA CITY", + "identifiers": { + "swift_code": "BFOKUS44" + } + } + ] + }, + { + "name": "BANCO BILBAO VIZCAYA ARGENTARIA, NEW YORK", + "short_code": "BBVA", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBVAUS33" + } + }, + { + "code": "GCI", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBVAUS33GCI" + } + }, + { + "code": "IBF", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBVAUS33IBF" + } + } + ] + }, + { + "name": "BANCO BRADESCO S.A.", + "short_code": "BBDE", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBDEUS33" + } + } + ] + }, + { + "name": "BANCO COLPATRIA MIAMI AGENCY", + "short_code": "COLP", + "branches": [ + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "COLPUS31" + } + } + ] + }, + { + "name": "BANCO DAVIVIENDA S.A.", + "short_code": "CAFE", + "branches": [ + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "CAFEUS3M" + } + } + ] + }, + { + "name": "BANCO DE BOGOTA, MIAMI AGENCY", + "short_code": "BBOG", + "branches": [ + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "BBOGUS3M" + } + } + ] + }, + { + "name": "BANCO DE CREDITO DEL PERU - MIAMI AGENCY", + "short_code": "BCPL", + "branches": [ + { + "code": "", + "city": "CORAL GABLES", + "identifiers": { + "swift_code": "BCPLUS33" + } + } + ] + }, + { + "name": "BANCO DE CREDITO E INVERSIONES, MIAMI BRANCH", + "short_code": "CRED", + "branches": [ + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "CREDUS3M" + } + } + ] + }, + { + "name": "BANCO DE LA NACION ARGENTINA", + "short_code": "NACN", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NACNUS33" + } + } + ] + }, + { + "name": "BANCO DE LA NACION ARGENTINA, MIAMI BRANCH", + "short_code": "NACN", + "branches": [ + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "NACNUS3M" + } + } + ] + }, + { + "name": "BANCO DE LA REPUBLICA ORIENTAL DEL URUGUAY", + "short_code": "BROU", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BROUUS33" + } + } + ] + }, + { + "name": "BANCO DE SABADELL, S.A.", + "short_code": "BSAB", + "branches": [ + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "BSABUS3X" + } + } + ] + }, + { + "name": "BANCO DEL ATLANTICO S.N.C.", + "short_code": "ATCO", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ATCOUS31" + } + } + ] + }, + { + "name": "BANCO DO BRASIL S.A", + "short_code": "BRAS", + "branches": [ + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "BRASUS3M" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BRASUS33" + } + } + ] + }, + { + "name": "BANCO ITAU INTERNATIONAL", + "short_code": "ITAU", + "branches": [ + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "ITAUUS3M" + } + } + ] + }, + { + "name": "BANCO LATINOAMERICANO DE COMERCIO EXTERIOR S.A.", + "short_code": "BLAE", + "branches": [ + { + "code": "", + "city": "WHITE PLAINS", + "identifiers": { + "swift_code": "BLAEUS3X" + } + } + ] + }, + { + "name": "BANCO PICHINCHA - MIAMI AGENCY", + "short_code": "PICH", + "branches": [ + { + "code": "", + "city": "CORAL GABLES", + "identifiers": { + "swift_code": "PICHUS3M" + } + } + ] + }, + { + "name": "BANCO SANTANDER INTERNATIONAL", + "short_code": "BDER", + "branches": [ + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "BDERUS3M" + } + }, + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "BDERUS3B" + } + } + ] + }, + { + "name": "BANCO SANTANDER S.A. NEW YORK", + "short_code": "BSCH", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BSCHUS33" + } + } + ] + }, + { + "name": "BANESCO USA", + "short_code": "BBUB", + "branches": [ + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "BBUBUS33" + } + } + ] + }, + { + "name": "BANGKOK BANK PUBLIC COMPANY LIMITED, NEW YORK", + "short_code": "BKKB", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BKKBUS33" + } + } + ] + }, + { + "name": "BANGOR SAVINGS BANK", + "short_code": "BSME", + "branches": [ + { + "code": "", + "city": "BANGOR", + "identifiers": { + "swift_code": "BSMEUS33" + } + }, + { + "code": "", + "city": "BANGOR", + "identifiers": { + "swift_code": "BSMEUS32" + } + } + ] + }, + { + "name": "BANK AND TRUST SSB, THE", + "short_code": "BTRR", + "branches": [ + { + "code": "", + "city": "DEL RIO", + "identifiers": { + "swift_code": "BTRRUS41" + } + } + ] + }, + { + "name": "BANK FIRST NA", + "short_code": "FRNI", + "branches": [ + { + "code": "", + "city": "MANITOWOC", + "identifiers": { + "swift_code": "FRNIUS44" + } + } + ] + }, + { + "name": "BANK HAPOALIM B.M.", + "short_code": "POAL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "POALUS33" + } + } + ] + }, + { + "name": "BANK IOWA", + "short_code": "IOAA", + "branches": [ + { + "code": "", + "city": "WEST DES MOINES", + "identifiers": { + "swift_code": "IOAAUS41" + } + } + ] + }, + { + "name": "BANK IRVINE", + "short_code": "IRNI", + "branches": [ + { + "code": "", + "city": "IRVINE", + "identifiers": { + "swift_code": "IRNIUS66" + } + } + ] + }, + { + "name": "BANK MUTUAL", + "short_code": "MUTU", + "branches": [ + { + "code": "", + "city": "MILWAUKEE", + "identifiers": { + "swift_code": "MUTUUS44" + } + }, + { + "code": "", + "city": "MILWAUKEE", + "identifiers": { + "swift_code": "MUTUUS41" + } + } + ] + }, + { + "name": "BANK NEGARA INDONESIA (PERSERO) PT., NEW YORK AGENCY", + "short_code": "BNIN", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNINUS33" + } + } + ] + }, + { + "name": "BANK OF AMERICA CORPORATION", + "short_code": "MLCO", + "branches": [ + { + "code": "", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "MLCOUS33" + } + }, + { + "code": "BOS", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "MLCOUS3GBOS" + } + }, + { + "code": "", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "MLCOUS3C" + } + }, + { + "code": "PFS", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "MLCOUS33PFS" + } + }, + { + "code": "NBH", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "MLCOUS3BNBH" + } + }, + { + "code": "PLX", + "city": "CHICAGO", + "identifiers": { + "swift_code": "MLCOUS3GPLX" + } + }, + { + "code": "", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "MLCOUS3B" + } + }, + { + "code": "", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "MLCOUS3G" + } + }, + { + "code": "ASM", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "MLCOUS3GASM" + } + }, + { + "code": "GFX", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MLCOUS33GFX" + } + }, + { + "code": "CRD", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MLCOUS3GCRD" + } + }, + { + "code": "BLR", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MLCOUS3BBLR" + } + }, + { + "code": "RDR", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MLCOUS3GRDR" + } + }, + { + "code": "EQS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MLCOUS3GEQS" + } + }, + { + "code": "ATL", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MLCOUS3GATL" + } + }, + { + "code": "CPB", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MLCOUS3GCPB" + } + }, + { + "code": "CAD", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MLCOUS3GCAD" + } + }, + { + "code": "CA2", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MLCOUS3GCA2" + } + }, + { + "code": "CAR", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MLCOUS3GCAR" + } + }, + { + "code": "DRV", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MLCOUS3GDRV" + } + }, + { + "code": "ESJ", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MLCOUS3GESJ" + } + }, + { + "code": "FED", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MLCOUS3GFED" + } + }, + { + "code": "FDS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MLCOUS3GFDS" + } + }, + { + "code": "FPB", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MLCOUS3GFPB" + } + }, + { + "code": "FUT", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MLCOUS3GFUT" + } + }, + { + "code": "ISL", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MLCOUS3GISL" + } + }, + { + "code": "MSG", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MLCOUS3GMSG" + } + }, + { + "code": "PRO", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MLCOUS3GPRO" + } + }, + { + "code": "MLS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MLCOUS3BMLS" + } + }, + { + "code": "CAN", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MLCOUS3GCAN" + } + }, + { + "code": "MFM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MLCOUS33MFM" + } + }, + { + "code": "FUT", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MLCOUS3BFUT" + } + }, + { + "code": "PFS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MLCOUS3GPFS" + } + }, + { + "code": "PBG", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MLCOUS33PBG" + } + }, + { + "code": "GPB", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MLCOUS3GGPB" + } + }, + { + "code": "SAT", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MLCOUS3GSAT" + } + }, + { + "code": "SSS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MLCOUS3GSSS" + } + } + ] + }, + { + "name": "BANK OF AMERICA, N.A", + "short_code": "BOFA", + "branches": [ + { + "code": "UST", + "city": "BOSTON", + "identifiers": { + "swift_code": "BOFAUSV1UST" + } + }, + { + "code": "", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "BOFAUSV1" + } + } + ] + }, + { + "name": "BANK OF AMERICA, N.A.", + "short_code": "BOFA", + "branches": [ + { + "code": "SHA", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "BOFAUS3DSHA" + } + }, + { + "code": "LTS", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "BOFAUS3NLTS" + } + }, + { + "code": "AU2", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "BOFAUS3DAU2" + } + }, + { + "code": "SG2", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "BOFAUS3DSG2" + } + }, + { + "code": "SG3", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "BOFAUS3DSG3" + } + }, + { + "code": "AUS", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "BOFAUS3DAUS" + } + }, + { + "code": "HK2", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "BOFAUS3DHK2" + } + }, + { + "code": "HKG", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "BOFAUS3DHKG" + } + }, + { + "code": "IND", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "BOFAUS3DIND" + } + }, + { + "code": "KOR", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "BOFAUS3DKOR" + } + }, + { + "code": "SIG", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "BOFAUS3DSIG" + } + }, + { + "code": "TAI", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "BOFAUS3DTAI" + } + }, + { + "code": "JAP", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "BOFAUS3DJAP" + } + }, + { + "code": "SG4", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "BOFAUS3DSG4" + } + }, + { + "code": "CCD", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "BOFAUS3DCCD" + } + }, + { + "code": "BND", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "BOFAUS6SBND" + } + }, + { + "code": "FPS", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "BOFAUS3DFPS" + } + }, + { + "code": "GDS", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "BOFAUS6SGDS" + } + }, + { + "code": "CRD", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "BOFAUS3DCRD" + } + }, + { + "code": "MET", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "BOFAUS6SMET" + } + }, + { + "code": "TSY", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "BOFAUS3DTSY" + } + }, + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "BOFAUS3M" + } + }, + { + "code": "LMA", + "city": "NEW JERSEY", + "identifiers": { + "swift_code": "BOFAUS3NLMA" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BOFAUS3D" + } + }, + { + "code": "FIA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BOFAUS3DFIA" + } + }, + { + "code": "PLX", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BOFAUS3DPLX" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BOFAUS3N" + } + }, + { + "code": "MET", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BOFAUS3DMET" + } + }, + { + "code": "DOC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BOFAUS3DDOC" + } + }, + { + "code": "EQN", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BOFAUS3DEQN" + } + }, + { + "code": "TRS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BOFAUS3NTRS" + } + }, + { + "code": "INQ", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BOFAUS3NINQ" + } + }, + { + "code": "FCD", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "BOFAUS6SFCD" + } + }, + { + "code": "GCI", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "BOFAUS6SGCI" + } + }, + { + "code": "IPB", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "BOFAUS6SIPB" + } + }, + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "BOFAUS6N" + } + }, + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "BOFAUS6H" + } + }, + { + "code": "CAN", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "BOFAUS6NCAN" + } + }, + { + "code": "LON", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "BOFAUS6NLON" + } + }, + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "BOFAUS6S" + } + }, + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "BOFAUS6B" + } + }, + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "BOFAUS6M" + } + }, + { + "code": "GFX", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "BOFAUS6NGFX" + } + }, + { + "code": "IGC", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "BOFAUS6SIGC" + } + }, + { + "code": "INQ", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "BOFAUS6SINQ" + } + }, + { + "code": "SFX", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "BOFAUS6SSFX" + } + } + ] + }, + { + "name": "BANK OF ANN ARBOR", + "short_code": "ANNA", + "branches": [ + { + "code": "", + "city": "ANN ARBOR", + "identifiers": { + "swift_code": "ANNAUS33" + } + } + ] + }, + { + "name": "BANK OF BARODA", + "short_code": "BARB", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BARBUS33" + } + } + ] + }, + { + "name": "BANK OF BIRD IN HAND", + "short_code": "BIHA", + "branches": [ + { + "code": "", + "city": "BIRD-IN-HAND", + "identifiers": { + "swift_code": "BIHAUS32" + } + } + ] + }, + { + "name": "BANK OF BOSTON INTERNATIONAL OF MIAMI", + "short_code": "BOFA", + "branches": [ + { + "code": "", + "city": "CORAL GABLES", + "identifiers": { + "swift_code": "BOFAUSA1" + } + } + ] + }, + { + "name": "BANK OF CHINA", + "short_code": "BKCH", + "branches": [ + { + "code": "CHI", + "city": "CHICAGO", + "identifiers": { + "swift_code": "BKCHUS33CHI" + } + }, + { + "code": "LAX", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "BKCHUS33LAX" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BKCHUS33" + } + }, + { + "code": "URC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BKCHUS33URC" + } + }, + { + "code": "CTX", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BKCHUS33CTX" + } + } + ] + }, + { + "name": "BANK OF COLORADO", + "short_code": "CLRD", + "branches": [ + { + "code": "", + "city": "FORT COLLINS", + "identifiers": { + "swift_code": "CLRDUS55" + } + } + ] + }, + { + "name": "BANK OF COMMUNICATIONS CO. LTD SAN FRANCISCO BRANCH", + "short_code": "COMM", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "COMMUS66" + } + } + ] + }, + { + "name": "BANK OF COMMUNICATIONS CO.,LTD. NEW YORK BRANCH", + "short_code": "COMM", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "COMMUS33" + } + } + ] + }, + { + "name": "BANK OF EAST ASIA LIMITED, THE, NEW YORK BRANCH", + "short_code": "BEAS", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BEASUS33" + } + } + ] + }, + { + "name": "BANK OF GUAM", + "short_code": "GMBK", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "GMBKUS61" + } + } + ] + }, + { + "name": "BANK OF HAWAII", + "short_code": "BOHI", + "branches": [ + { + "code": "", + "city": "HONOLULU", + "identifiers": { + "swift_code": "BOHIUS77" + } + } + ] + }, + { + "name": "BANK OF HOPE", + "short_code": "NARA", + "branches": [ + { + "code": "010", + "city": "FORT LEE", + "identifiers": { + "swift_code": "NARAUS6L010" + } + }, + { + "code": "", + "city": "GARDENA", + "identifiers": { + "swift_code": "NARAUS6L" + } + }, + { + "code": "090", + "city": "GARDENA", + "identifiers": { + "swift_code": "NARAUS6L090" + } + } + ] + }, + { + "name": "BANK OF INDIA, NEW YORK BRANCH", + "short_code": "BKID", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BKIDUS33" + } + }, + { + "code": "SFA", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "BKIDUS33SFA" + } + } + ] + }, + { + "name": "BANK OF IRELAND (GLOBAL MARKET US)", + "short_code": "BOFI", + "branches": [ + { + "code": "", + "city": "STAMFORD", + "identifiers": { + "swift_code": "BOFIUS33" + } + } + ] + }, + { + "name": "BANK OF LABOR", + "short_code": "LAOO", + "branches": [ + { + "code": "", + "city": "KANSAS CITY", + "identifiers": { + "swift_code": "LAOOUS41" + } + } + ] + }, + { + "name": "BANK OF MARIN", + "short_code": "MRRN", + "branches": [ + { + "code": "", + "city": "NOVATO", + "identifiers": { + "swift_code": "MRRNUS66" + } + } + ] + }, + { + "name": "BANK OF MAYSVILLE", + "short_code": "BMAY", + "branches": [ + { + "code": "", + "city": "MAYSVILLE", + "identifiers": { + "swift_code": "BMAYUS31" + } + } + ] + }, + { + "name": "BANK OF MONTREAL", + "short_code": "BOFM", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "BOFMUS4X" + } + } + ] + }, + { + "name": "BANK OF NEW HAMPSHIRE", + "short_code": "BNHA", + "branches": [ + { + "code": "", + "city": "MANCHESTER", + "identifiers": { + "swift_code": "BNHAUS31" + } + } + ] + }, + { + "name": "BANK OF NOVA SCOTIA", + "short_code": "NOSC", + "branches": [ + { + "code": "03B", + "city": "BOSTON", + "identifiers": { + "swift_code": "NOSCUS3103B" + } + }, + { + "code": "GSL", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS33GSL" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS33" + } + }, + { + "code": "TPS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS33TPS" + } + }, + { + "code": "NYA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS33NYA" + } + }, + { + "code": "IMM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS33IMM" + } + }, + { + "code": "MT1", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS33MT1" + } + }, + { + "code": "MT2", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS33MT2" + } + }, + { + "code": "TC1", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS33TC1" + } + }, + { + "code": "TC2", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS33TC2" + } + }, + { + "code": "TC3", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS33TC3" + } + }, + { + "code": "TC4", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS33TC4" + } + }, + { + "code": "TC5", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS33TC5" + } + }, + { + "code": "TC6", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS33TC6" + } + }, + { + "code": "TC7", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS33TC7" + } + }, + { + "code": "TC8", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS33TC8" + } + }, + { + "code": "TC9", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS33TC9" + } + }, + { + "code": "TD1", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS33TD1" + } + }, + { + "code": "TD2", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS33TD2" + } + }, + { + "code": "TL1", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS33TL1" + } + }, + { + "code": "TL2", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS33TL2" + } + }, + { + "code": "TL3", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS33TL3" + } + }, + { + "code": "TL4", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS33TL4" + } + }, + { + "code": "TL5", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS33TL5" + } + }, + { + "code": "TL6", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS33TL6" + } + }, + { + "code": "TL7", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS33TL7" + } + }, + { + "code": "TL8", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS33TL8" + } + }, + { + "code": "TL9", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS33TL9" + } + }, + { + "code": "TD3", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS33TD3" + } + }, + { + "code": "TD4", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS33TD4" + } + }, + { + "code": "TD5", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS33TD5" + } + }, + { + "code": "TD6", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS33TD6" + } + }, + { + "code": "TD7", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS33TD7" + } + }, + { + "code": "TD8", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS33TD8" + } + }, + { + "code": "TD9", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS33TD9" + } + }, + { + "code": "TE1", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS33TE1" + } + }, + { + "code": "TE2", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS33TE2" + } + }, + { + "code": "TE3", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS33TE3" + } + }, + { + "code": "TE4", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS33TE4" + } + }, + { + "code": "TE5", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS33TE5" + } + }, + { + "code": "TE6", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS33TE6" + } + }, + { + "code": "TE7", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS33TE7" + } + }, + { + "code": "TE8", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS33TE8" + } + }, + { + "code": "TE9", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS33TE9" + } + }, + { + "code": "TF1", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS33TF1" + } + }, + { + "code": "TF2", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS33TF2" + } + }, + { + "code": "TF3", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS33TF3" + } + }, + { + "code": "TF4", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS33TF4" + } + }, + { + "code": "06P", + "city": "PORTLAND", + "identifiers": { + "swift_code": "NOSCUS3106P" + } + } + ] + }, + { + "name": "BANK OF SOUTHERN CALIFORNIA N.A.", + "short_code": "BKSC", + "branches": [ + { + "code": "", + "city": "SAN DIEGO", + "identifiers": { + "swift_code": "BKSCUS61" + } + } + ] + }, + { + "name": "BANK OF SOUTHERN CALIFORNIA N.A.", + "short_code": "SOCF", + "branches": [ + { + "code": "", + "city": "SAN DIEGO", + "identifiers": { + "swift_code": "SOCFUS66" + } + } + ] + }, + { + "name": "BANK OF STOCKTON", + "short_code": "STKC", + "branches": [ + { + "code": "", + "city": "STOCKTON", + "identifiers": { + "swift_code": "STKCUS66" + } + } + ] + }, + { + "name": "BANK OF TAIWAN", + "short_code": "BKTW", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "BKTWUS6L" + } + } + ] + }, + { + "name": "BANK OF TAIWAN, NEW YORK BRANCH", + "short_code": "BKTW", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BKTWUS33" + } + } + ] + }, + { + "name": "BANK OF THE ORIENT", + "short_code": "BOFO", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "BOFOUS6L" + } + } + ] + }, + { + "name": "BANK OF UTAH", + "short_code": "UTWO", + "branches": [ + { + "code": "", + "city": "OGDEN", + "identifiers": { + "swift_code": "UTWOUS55" + } + } + ] + }, + { + "name": "BANK OF UTICA", + "short_code": "BAUT", + "branches": [ + { + "code": "", + "city": "UTICA", + "identifiers": { + "swift_code": "BAUTUS31" + } + } + ] + }, + { + "name": "BANK OZK", + "short_code": "OZAR", + "branches": [ + { + "code": "", + "city": "LITTLE ROCK", + "identifiers": { + "swift_code": "OZARUS44" + } + } + ] + }, + { + "name": "BANK RAKYAT INDONESIA", + "short_code": "BRIN", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BRINUS33" + } + } + ] + }, + { + "name": "BANK RHODE ISLAND", + "short_code": "BKRI", + "branches": [ + { + "code": "", + "city": "PROVIDENCE", + "identifiers": { + "swift_code": "BKRIUS33" + } + } + ] + }, + { + "name": "BANK SINOPAC", + "short_code": "SINO", + "branches": [ + { + "code": "", + "city": "PASADENA", + "identifiers": { + "swift_code": "SINOUS6L" + } + } + ] + }, + { + "name": "BANK-FUNDS STAFF FEDERAL CREDIT UNION", + "short_code": "SFRU", + "branches": [ + { + "code": "", + "city": "WASHINGTON", + "identifiers": { + "swift_code": "SFRUUS33" + } + } + ] + }, + { + "name": "BANKERS BANK OF KANSAS", + "short_code": "KAAS", + "branches": [ + { + "code": "", + "city": "WICHITA", + "identifiers": { + "swift_code": "KAASUS41" + } + } + ] + }, + { + "name": "BANKERS TRUST COMPANY", + "short_code": "BTCD", + "branches": [ + { + "code": "", + "city": "DES MOINES", + "identifiers": { + "swift_code": "BTCDUS44" + } + } + ] + }, + { + "name": "BANKERS' BANK", + "short_code": "BBWI", + "branches": [ + { + "code": "", + "city": "MADISON", + "identifiers": { + "swift_code": "BBWIUS44" + } + } + ] + }, + { + "name": "BANKERS' BANK OF THE WEST", + "short_code": "INST", + "branches": [ + { + "code": "", + "city": "DENVER", + "identifiers": { + "swift_code": "INSTUS5D" + } + }, + { + "code": "", + "city": "DENVER", + "identifiers": { + "swift_code": "INSTUS51" + } + } + ] + }, + { + "name": "BANKHOMETOWN", + "short_code": "HOMT", + "branches": [ + { + "code": "", + "city": "OXFORD", + "identifiers": { + "swift_code": "HOMTUS32" + } + } + ] + }, + { + "name": "BANKING CIRCLE US", + "short_code": "BCIR", + "branches": [ + { + "code": "", + "city": "STAMFORD", + "identifiers": { + "swift_code": "BCIRUS33" + } + } + ] + }, + { + "name": "BANKNEWPORT", + "short_code": "BNNP", + "branches": [ + { + "code": "", + "city": "NEWPORT", + "identifiers": { + "swift_code": "BNNPUS32" + } + } + ] + }, + { + "name": "BANKPROV", + "short_code": "PRDI", + "branches": [ + { + "code": "", + "city": "AMESBURY", + "identifiers": { + "swift_code": "PRDIUS33" + } + }, + { + "code": "PRT", + "city": "AMESBURY", + "identifiers": { + "swift_code": "PRDIUS33PRT" + } + }, + { + "code": "PRX", + "city": "AMESBURY", + "identifiers": { + "swift_code": "PRDIUS33PRX" + } + }, + { + "code": "TPR", + "city": "AMESBURY", + "identifiers": { + "swift_code": "PRDIUS33TPR" + } + } + ] + }, + { + "name": "BANKUNITED N.A", + "short_code": "BUFB", + "branches": [ + { + "code": "", + "city": "MIAMI LAKES", + "identifiers": { + "swift_code": "BUFBUS3M" + } + } + ] + }, + { + "name": "BANNER BANK", + "short_code": "BNNE", + "branches": [ + { + "code": "", + "city": "WALLA WALLA", + "identifiers": { + "swift_code": "BNNEUS66" + } + } + ] + }, + { + "name": "BANNOCKBURN GLOBAL FOREX LLC", + "short_code": "BGFC", + "branches": [ + { + "code": "", + "city": "CINCINNATI", + "identifiers": { + "swift_code": "BGFCUS31" + } + } + ] + }, + { + "name": "BARABOO GROWTH LLC", + "short_code": "BGLC", + "branches": [ + { + "code": "", + "city": "MILWAUKEE", + "identifiers": { + "swift_code": "BGLCUS41" + } + } + ] + }, + { + "name": "BARCLAY INVESTMENTS LLC", + "short_code": "BRVC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BRVCUS31" + } + } + ] + }, + { + "name": "BARCLAYS BANK PLC", + "short_code": "BARC", + "branches": [ + { + "code": "BDE", + "city": "DELAWARE", + "identifiers": { + "swift_code": "BARCUS33BDE" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BARCUS33" + } + } + ] + }, + { + "name": "BARCLAYS CAPITAL", + "short_code": "BARC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BARCUS3B" + } + }, + { + "code": "MEM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BARCUS3BMEM" + } + } + ] + }, + { + "name": "BARCLAYS CAPITAL INC", + "short_code": "BDZW", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "BDZWUS41" + } + } + ] + }, + { + "name": "BARCLAYS CAPITAL INC", + "short_code": "BARC", + "branches": [ + { + "code": "", + "city": "WHIPPANY", + "identifiers": { + "swift_code": "BARCUS31" + } + } + ] + }, + { + "name": "BARCLAYS GLOBAL INVESTOR SERVICES,INC.", + "short_code": "BGIX", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "BGIXUS61" + } + } + ] + }, + { + "name": "BARES CAPITAL MANAGEMENT, INC.", + "short_code": "BRTM", + "branches": [ + { + "code": "", + "city": "AUSTIN", + "identifiers": { + "swift_code": "BRTMUS41" + } + } + ] + }, + { + "name": "BARING ASSET MANAGEMENT", + "short_code": "BAAT", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "BAATUS31" + } + } + ] + }, + { + "name": "BARKSDALE AND ASSOCIATES", + "short_code": "BRSO", + "branches": [ + { + "code": "", + "city": "NASHVILLE", + "identifiers": { + "swift_code": "BRSOUS41" + } + } + ] + }, + { + "name": "BARON CAPITAL, INC", + "short_code": "BATP", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BATPUS31" + } + } + ] + }, + { + "name": "BARRETT ASSOCIATES,INC", + "short_code": "BRSI", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BRSIUS31" + } + } + ] + }, + { + "name": "BARRINGTON BANK AND TRUST COMPANY NATIONAL ASSOCIATION", + "short_code": "BBTC", + "branches": [ + { + "code": "", + "city": "BARRINGTON", + "identifiers": { + "swift_code": "BBTCUS44" + } + } + ] + }, + { + "name": "BARRINGTON RESEARCH ASSOCIATES, INC", + "short_code": "BRRT", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "BRRTUS42" + } + } + ] + }, + { + "name": "BARRINGTON STRATEGIC WEALTH MANAGEMENT GROUP", + "short_code": "BSWM", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "BSWMUS41" + } + } + ] + }, + { + "name": "BARROW, HANLEY, MEWHINNEY AND STRAUSS INC.", + "short_code": "BHMS", + "branches": [ + { + "code": "", + "city": "DALLAS", + "identifiers": { + "swift_code": "BHMSUS41" + } + } + ] + }, + { + "name": "BARTLETT AND CO.", + "short_code": "BRTT", + "branches": [ + { + "code": "", + "city": "CINCINNATI", + "identifiers": { + "swift_code": "BRTTUS31" + } + } + ] + }, + { + "name": "BASSWOOD CAPITAL MANAGEMENT", + "short_code": "BSPM", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BSPMUS31" + } + } + ] + }, + { + "name": "BATON SYSTEMS INC.", + "short_code": "BSFU", + "branches": [ + { + "code": "", + "city": "FREMONT", + "identifiers": { + "swift_code": "BSFUUS66" + } + } + ] + }, + { + "name": "BAUER HOCKEY, INC.", + "short_code": "NIKE", + "branches": [ + { + "code": "", + "city": "GREENLAND", + "identifiers": { + "swift_code": "NIKEUSA1" + } + } + ] + }, + { + "name": "BAXTER CREDIT UNION", + "short_code": "BXCU", + "branches": [ + { + "code": "", + "city": "VERNON HILLS", + "identifiers": { + "swift_code": "BXCUUS44" + } + } + ] + }, + { + "name": "BAXTER HEALTHCARE CORPORATION", + "short_code": "BXTR", + "branches": [ + { + "code": "", + "city": "DEERFIELD", + "identifiers": { + "swift_code": "BXTRUS4E" + } + } + ] + }, + { + "name": "BAY CREST PARTNERS, LLC", + "short_code": "AFPL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "AFPLUS31" + } + } + ] + }, + { + "name": "BAY CREST PARTNERS, LLC", + "short_code": "BAYC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BAYCUS31" + } + } + ] + }, + { + "name": "BAYBANK SOUTH", + "short_code": "BNCY", + "branches": [ + { + "code": "", + "city": "DEDHAM", + "identifiers": { + "swift_code": "BNCYUS31" + } + } + ] + }, + { + "name": "BAYCOAST BANK", + "short_code": "BAYO", + "branches": [ + { + "code": "", + "city": "SWANSEA", + "identifiers": { + "swift_code": "BAYOUS32" + } + } + ] + }, + { + "name": "BAYERISCHE LANDESBANK", + "short_code": "BYLA", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BYLAUS33" + } + }, + { + "code": "NYC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BYLAUS33NYC" + } + }, + { + "code": "IBF", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BYLAUS33IBF" + } + } + ] + }, + { + "name": "BAYVIEW ASSET MANAGEMENT, LLC", + "short_code": "BSMG", + "branches": [ + { + "code": "", + "city": "CORAL GABLES", + "identifiers": { + "swift_code": "BSMGUS33" + } + } + ] + }, + { + "name": "BB AMERICAS BANK", + "short_code": "BRAS", + "branches": [ + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "BRASUS3A" + } + } + ] + }, + { + "name": "BB AND T SECURITIES, LLC.", + "short_code": "BBSR", + "branches": [ + { + "code": "", + "city": "RICHMOND", + "identifiers": { + "swift_code": "BBSRUS31" + } + } + ] + }, + { + "name": "BBVA MEXICO S.A. HOUSTON AGENCY", + "short_code": "BCMR", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "BCMRUS4H" + } + } + ] + }, + { + "name": "BBVA SECURITIES INC.", + "short_code": "BBVA", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBVAUS3S" + } + } + ] + }, + { + "name": "BBVA SECURITIES INC.", + "short_code": "IMXC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "IMXCUS31" + } + } + ] + }, + { + "name": "BCP SECURITIES LLC", + "short_code": "BCUC", + "branches": [ + { + "code": "", + "city": "GREENWICH", + "identifiers": { + "swift_code": "BCUCUS31" + } + } + ] + }, + { + "name": "BCS AMERICAS, INC.", + "short_code": "BCMI", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BCMIUS31" + } + } + ] + }, + { + "name": "BEACH INVESTMENT COUNSEL, INC.", + "short_code": "BEIO", + "branches": [ + { + "code": "", + "city": "WEST CONSHOHOCKEN", + "identifiers": { + "swift_code": "BEIOUS31" + } + } + ] + }, + { + "name": "BEACON BUSINESS BANK", + "short_code": "BBNI", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "BBNIUS66" + } + } + ] + }, + { + "name": "BEACON INVESTMENT COMPANY", + "short_code": "BEIC", + "branches": [ + { + "code": "", + "city": "ANN ARBOR", + "identifiers": { + "swift_code": "BEICUS31" + } + } + ] + }, + { + "name": "BECK, MACK AND OLIVER LLC", + "short_code": "BEML", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BEMLUS31" + } + } + ] + }, + { + "name": "BECKER CAPITAL MANAGEMENT, INC.", + "short_code": "BEAE", + "branches": [ + { + "code": "", + "city": "PORTLAND", + "identifiers": { + "swift_code": "BEAEUS61" + } + } + ] + }, + { + "name": "BECTON DICKINSON AND COMPANY", + "short_code": "BEON", + "branches": [ + { + "code": "", + "city": "FRANKLIN LAKES", + "identifiers": { + "swift_code": "BEONUS33" + } + } + ] + }, + { + "name": "BEECH HILL SECURITIES INC", + "short_code": "BEHS", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BEHSUS31" + } + } + ] + }, + { + "name": "BELL BANK", + "short_code": "BSTT", + "branches": [ + { + "code": "", + "city": "FARGO", + "identifiers": { + "swift_code": "BSTTUS44" + } + } + ] + }, + { + "name": "BELVEDERE TRADING LLC", + "short_code": "BETL", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "BETLUS41" + } + } + ] + }, + { + "name": "BENDIX PAYMENT SOLUTIONS, LLC", + "short_code": "BDXP", + "branches": [ + { + "code": "", + "city": "NEW BRUNSWICK", + "identifiers": { + "swift_code": "BDXPUS32" + } + } + ] + }, + { + "name": "BENEDUM INTERESTS", + "short_code": "BEIE", + "branches": [ + { + "code": "", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "BEIEUS31" + } + } + ] + }, + { + "name": "BENEFIT STREET PARTNERS LLC", + "short_code": "BSAC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BSACUS31" + } + } + ] + }, + { + "name": "BENEFIT TRUST COMPANY", + "short_code": "BTCO", + "branches": [ + { + "code": "", + "city": "OVERLAND PARK", + "identifiers": { + "swift_code": "BTCOUS44" + } + } + ] + }, + { + "name": "BERKLEY INSURANCE COMPANY", + "short_code": "BEKN", + "branches": [ + { + "code": "", + "city": "GREENWICH", + "identifiers": { + "swift_code": "BEKNUS33" + } + } + ] + }, + { + "name": "BERKSHIRE BANK", + "short_code": "BERK", + "branches": [ + { + "code": "", + "city": "PITTSFIELD", + "identifiers": { + "swift_code": "BERKUS33" + } + } + ] + }, + { + "name": "BERKSHIRE BANK", + "short_code": "BEKH", + "branches": [ + { + "code": "", + "city": "PITTSFIELD", + "identifiers": { + "swift_code": "BEKHUS31" + } + } + ] + }, + { + "name": "BESSEMER TRUST COMPANY", + "short_code": "TCBE", + "branches": [ + { + "code": "", + "city": "WOODBRIDGE", + "identifiers": { + "swift_code": "TCBEUS3A" + } + }, + { + "code": "", + "city": "WOODBRIDGE", + "identifiers": { + "swift_code": "TCBEUS33" + } + } + ] + }, + { + "name": "BEST INVESTMENTS (DELAWARE) L.L.C.", + "short_code": "BIDL", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "BIDLUS31" + } + } + ] + }, + { + "name": "BETANXT", + "short_code": "BETX", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BETXUS33" + } + } + ] + }, + { + "name": "BEVERLY BANK AND TRUST COMPANY, N,A,", + "short_code": "BEVB", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "BEVBUS44" + } + } + ] + }, + { + "name": "BGC FINANCIAL LP", + "short_code": "BGCF", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BGCFUS33" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BGCFUS41" + } + }, + { + "code": "CTM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BGCFUS41CTM" + } + } + ] + }, + { + "name": "BGC FINANCIAL LP", + "short_code": "BGCA", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BGCAUS32" + } + } + ] + }, + { + "name": "BGC FINANCIAL LP", + "short_code": "FNXB", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "FNXBUS32" + } + } + ] + }, + { + "name": "BGI", + "short_code": "BGIB", + "branches": [ + { + "code": "", + "city": "SEATTLE", + "identifiers": { + "swift_code": "BGIBUS31" + } + } + ] + }, + { + "name": "BIMINI CAPITAL MANAGEMENT, INC.", + "short_code": "BCEG", + "branches": [ + { + "code": "", + "city": "VERO BEACH", + "identifiers": { + "swift_code": "BCEGUS33" + } + } + ] + }, + { + "name": "BIRCH HILL INVESTMENT ADVISORS", + "short_code": "BHIA", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "BHIAUS31" + } + } + ] + }, + { + "name": "BLACK AND VEATCH", + "short_code": "BVHC", + "branches": [ + { + "code": "", + "city": "OVERLAND PARK", + "identifiers": { + "swift_code": "BVHCUS44" + } + } + ] + }, + { + "name": "BLACK DIAMOND CAPITAL MANAGEMENT LLC", + "short_code": "BDCN", + "branches": [ + { + "code": "", + "city": "LAKE FOREST", + "identifiers": { + "swift_code": "BDCNUS41" + } + } + ] + }, + { + "name": "BLACK RIVER ASSET MANAGEMENT LLC", + "short_code": "BREG", + "branches": [ + { + "code": "", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "BREGUS41" + } + } + ] + }, + { + "name": "BLACKROCK FINANCIAL MANAGEMENT INC.", + "short_code": "BLKS", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BLKSUS33" + } + }, + { + "code": "SMA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BLKSUS33SMA" + } + }, + { + "code": "TRE", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BLKSUS33TRE" + } + }, + { + "code": "IVZ", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BLKSUS33IVZ" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BLKSUS3A" + } + }, + { + "code": "CGC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BLKSUS33CGC" + } + }, + { + "code": "SDR", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BLKSUS33SDR" + } + }, + { + "code": "NBH", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BLKSUS33NBH" + } + }, + { + "code": "AEN", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BLKSUS33AEN" + } + }, + { + "code": "ESP", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BLKSUS33ESP" + } + }, + { + "code": "BCX", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BLKSUS3ABCX" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BLKSUS3B" + } + } + ] + }, + { + "name": "BLACKROCK, INC.", + "short_code": "BLAK", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "BLAKUS31" + } + } + ] + }, + { + "name": "BLACKSTONE ALTERNATIVE ASSET MANAGEMENT LP", + "short_code": "BLSM", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BLSMUS33" + } + } + ] + }, + { + "name": "BLACKSTONE ALTERNATIVE CREDIT ADVISORS LP", + "short_code": "GSOC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GSOCUS33" + } + } + ] + }, + { + "name": "BLACKSTONE REAL ESTATE SPECIAL SITUATIONS ADVISORS L.L.C.", + "short_code": "BLSL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BLSLUS32" + } + } + ] + }, + { + "name": "BLACKSTONE SECURITIES PARTNERS LP", + "short_code": "BXGR", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BXGRUS33" + } + }, + { + "code": "LDN", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BXGRUS33LDN" + } + }, + { + "code": "SIN", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BXGRUS33SIN" + } + } + ] + }, + { + "name": "BLAYLOCK BEAL VAN, LLC", + "short_code": "BLRL", + "branches": [ + { + "code": "", + "city": "OAKLAND", + "identifiers": { + "swift_code": "BLRLUS61" + } + } + ] + }, + { + "name": "BLOCK INC.", + "short_code": "BOOC", + "branches": [ + { + "code": "", + "city": "OAKLAND", + "identifiers": { + "swift_code": "BOOCUS66" + } + } + ] + }, + { + "name": "BLOOMBERG TRADEBOOK LLC", + "short_code": "TBUS", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "TBUSUS31" + } + } + ] + }, + { + "name": "BLUEFIN CAPITAL MANAGEMENT, LLC", + "short_code": "BLTL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BLTLUS31" + } + } + ] + }, + { + "name": "BLUEFIN ENERGY, LLC", + "short_code": "BLEC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BLECUS31" + } + } + ] + }, + { + "name": "BLUEMOUNTAIN CAPITAL MANAGEMENT LLC", + "short_code": "BCGC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BCGCUS31" + } + } + ] + }, + { + "name": "BLUEOVAL SK", + "short_code": "BOCL", + "branches": [ + { + "code": "", + "city": "DEARBORN", + "identifiers": { + "swift_code": "BOCLUS33" + } + } + ] + }, + { + "name": "BLUEVINE INC.", + "short_code": "BLVN", + "branches": [ + { + "code": "", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "BLVNUS32" + } + } + ] + }, + { + "name": "BLUM CAPITAL PARTNERS, L.P.", + "short_code": "BLCP", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "BLCPUS61" + } + } + ] + }, + { + "name": "BMC SOFTWARE, INC.", + "short_code": "BMCS", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "BMCSUS44" + } + } + ] + }, + { + "name": "BMO ASSET MANAGEMENT", + "short_code": "BMSA", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "BMSAUS41" + } + } + ] + }, + { + "name": "BMO BANK N.A.", + "short_code": "HATR", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "HATRUS44" + } + }, + { + "code": "SET", + "city": "CHICAGO", + "identifiers": { + "swift_code": "HATRUS44SET" + } + }, + { + "code": "BSL", + "city": "CHICAGO", + "identifiers": { + "swift_code": "HATRUS44BSL" + } + }, + { + "code": "GTM", + "city": "CHICAGO", + "identifiers": { + "swift_code": "HATRUS44GTM" + } + } + ] + }, + { + "name": "BMO BANK N.A.", + "short_code": "BWST", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "BWSTUS66" + } + }, + { + "code": "LAX", + "city": "CITY OF INDUSTRY", + "identifiers": { + "swift_code": "BWSTUS66LAX" + } + } + ] + }, + { + "name": "BMO CAPITAL MARKETS CORP", + "short_code": "NETH", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NETHUS33" + } + }, + { + "code": "GPF", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NETHUS33GPF" + } + } + ] + }, + { + "name": "BMO HARRIS BANK N.A.", + "short_code": "HARS", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "HARSUS41" + } + } + ] + }, + { + "name": "BMO HARRIS BANK N.A. FORMERLY KNOWN AS M AND I BANK", + "short_code": "MARL", + "branches": [ + { + "code": "", + "city": "MILWAUKEE", + "identifiers": { + "swift_code": "MARLUS44" + } + } + ] + }, + { + "name": "BMO NESBITT BURNS EMPLOYEE CO-INVESTMENT FUND I MANAGEMENT (U.S.), INC.", + "short_code": "NEBR", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NEBRUS31" + } + } + ] + }, + { + "name": "BNP PARIBAS", + "short_code": "BNPA", + "branches": [ + { + "code": "001", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31001" + } + }, + { + "code": "002", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31002" + } + }, + { + "code": "003", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31003" + } + }, + { + "code": "004", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31004" + } + }, + { + "code": "005", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31005" + } + }, + { + "code": "006", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31006" + } + }, + { + "code": "007", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31007" + } + }, + { + "code": "008", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31008" + } + }, + { + "code": "009", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31009" + } + }, + { + "code": "010", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31010" + } + }, + { + "code": "011", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31011" + } + }, + { + "code": "012", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31012" + } + }, + { + "code": "013", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31013" + } + }, + { + "code": "014", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31014" + } + }, + { + "code": "015", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31015" + } + }, + { + "code": "016", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31016" + } + }, + { + "code": "017", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31017" + } + }, + { + "code": "018", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31018" + } + }, + { + "code": "019", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31019" + } + }, + { + "code": "020", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31020" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31" + } + }, + { + "code": "021", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31021" + } + }, + { + "code": "022", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31022" + } + }, + { + "code": "023", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31023" + } + }, + { + "code": "024", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31024" + } + }, + { + "code": "025", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31025" + } + }, + { + "code": "026", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31026" + } + }, + { + "code": "027", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31027" + } + }, + { + "code": "028", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31028" + } + }, + { + "code": "029", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31029" + } + }, + { + "code": "030", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31030" + } + }, + { + "code": "031", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31031" + } + }, + { + "code": "032", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31032" + } + }, + { + "code": "033", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31033" + } + }, + { + "code": "034", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31034" + } + }, + { + "code": "035", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31035" + } + }, + { + "code": "036", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31036" + } + }, + { + "code": "037", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31037" + } + }, + { + "code": "038", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31038" + } + }, + { + "code": "039", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31039" + } + }, + { + "code": "040", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31040" + } + }, + { + "code": "041", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31041" + } + }, + { + "code": "042", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31042" + } + }, + { + "code": "043", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31043" + } + }, + { + "code": "044", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31044" + } + }, + { + "code": "045", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31045" + } + }, + { + "code": "046", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31046" + } + }, + { + "code": "047", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31047" + } + }, + { + "code": "048", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31048" + } + }, + { + "code": "049", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31049" + } + }, + { + "code": "050", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31050" + } + }, + { + "code": "051", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31051" + } + }, + { + "code": "052", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31052" + } + }, + { + "code": "053", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31053" + } + }, + { + "code": "054", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31054" + } + }, + { + "code": "055", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31055" + } + }, + { + "code": "056", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31056" + } + }, + { + "code": "057", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31057" + } + }, + { + "code": "058", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31058" + } + }, + { + "code": "059", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31059" + } + }, + { + "code": "060", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31060" + } + }, + { + "code": "061", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31061" + } + }, + { + "code": "062", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31062" + } + }, + { + "code": "063", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31063" + } + }, + { + "code": "064", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31064" + } + }, + { + "code": "065", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31065" + } + }, + { + "code": "066", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31066" + } + }, + { + "code": "067", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31067" + } + }, + { + "code": "068", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31068" + } + }, + { + "code": "069", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31069" + } + }, + { + "code": "070", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31070" + } + }, + { + "code": "071", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31071" + } + }, + { + "code": "072", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31072" + } + }, + { + "code": "073", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31073" + } + }, + { + "code": "074", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31074" + } + }, + { + "code": "075", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31075" + } + }, + { + "code": "076", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31076" + } + }, + { + "code": "077", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31077" + } + }, + { + "code": "078", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31078" + } + }, + { + "code": "079", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31079" + } + }, + { + "code": "080", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31080" + } + }, + { + "code": "081", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31081" + } + }, + { + "code": "082", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31082" + } + }, + { + "code": "083", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31083" + } + }, + { + "code": "084", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31084" + } + }, + { + "code": "085", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31085" + } + }, + { + "code": "086", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31086" + } + }, + { + "code": "087", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31087" + } + }, + { + "code": "088", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31088" + } + }, + { + "code": "089", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31089" + } + }, + { + "code": "090", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31090" + } + }, + { + "code": "091", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31091" + } + }, + { + "code": "092", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31092" + } + }, + { + "code": "093", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31093" + } + }, + { + "code": "094", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31094" + } + }, + { + "code": "095", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31095" + } + }, + { + "code": "096", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31096" + } + }, + { + "code": "097", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31097" + } + }, + { + "code": "098", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31098" + } + }, + { + "code": "099", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31099" + } + }, + { + "code": "100", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31100" + } + }, + { + "code": "101", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31101" + } + }, + { + "code": "102", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31102" + } + }, + { + "code": "103", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31103" + } + }, + { + "code": "104", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31104" + } + }, + { + "code": "105", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31105" + } + }, + { + "code": "106", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31106" + } + }, + { + "code": "107", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31107" + } + }, + { + "code": "108", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31108" + } + }, + { + "code": "109", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31109" + } + }, + { + "code": "110", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS31110" + } + } + ] + }, + { + "name": "BNP PARIBAS CHICAGO BRANCH", + "short_code": "BNPA", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "BNPAUS44" + } + } + ] + }, + { + "name": "BNP PARIBAS FORTIS NEW YORK BRANCH", + "short_code": "GEBA", + "branches": [ + { + "code": "", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "GEBAUS33" + } + } + ] + }, + { + "name": "BNP PARIBAS RCC", + "short_code": "BNBC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNBCUS31" + } + } + ] + }, + { + "name": "BNP PARIBAS SA NEW YORK BRANCH", + "short_code": "BNPA", + "branches": [ + { + "code": "B2S", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "BNPAUS3NB2S" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS3N" + } + }, + { + "code": "BNF", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS3NBNF" + } + }, + { + "code": "BNT", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS3NBNT" + } + }, + { + "code": "WHL", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS3NWHL" + } + }, + { + "code": "C2S", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS3NC2S" + } + }, + { + "code": "IHC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS3NIHC" + } + }, + { + "code": "SFM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS3NSFM" + } + }, + { + "code": "SLA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS3NSLA" + } + }, + { + "code": "ETF", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS3NETF" + } + }, + { + "code": "CAP", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS3NCAP" + } + }, + { + "code": "FXP", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS3NFXP" + } + }, + { + "code": "CUS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS3NCUS" + } + }, + { + "code": "PBS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS3NPBS" + } + }, + { + "code": "AOP", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS3NAOP" + } + }, + { + "code": "WHC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS3NWHC" + } + } + ] + }, + { + "name": "BNP PARIBAS SAN FRANCISCO BRANCH", + "short_code": "BNPA", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "BNPAUS6S" + } + } + ] + }, + { + "name": "BNP PARIBAS SECURITIES CORPORATION", + "short_code": "BNPA", + "branches": [ + { + "code": "ADV", + "city": "KING OF PRUSSIA", + "identifiers": { + "swift_code": "BNPAUS3CADV" + } + }, + { + "code": "PFS", + "city": "KING OF PRUSSIA", + "identifiers": { + "swift_code": "BNPAUS3CPFS" + } + }, + { + "code": "INT", + "city": "KING OF PRUSSIA", + "identifiers": { + "swift_code": "BNPAUS3CINT" + } + }, + { + "code": "PBI", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS3CPBI" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS3C" + } + }, + { + "code": "FIX", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS3CFIX" + } + } + ] + }, + { + "name": "BNP PARIBAS SECURITIES CORPORATION (FORMERLY BNP PARIBAS PRIME BROKERAGE INC.)", + "short_code": "BNPA", + "branches": [ + { + "code": "PBI", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "BNPAUS3PPBI" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS3P" + } + }, + { + "code": "DOM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS3PDOM" + } + }, + { + "code": "GPB", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS3PGPB" + } + }, + { + "code": "NYB", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS3PNYB" + } + }, + { + "code": "SLB", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS3PSLB" + } + }, + { + "code": "INT", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS3PINT" + } + }, + { + "code": "CUS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS3PCUS" + } + }, + { + "code": "PBS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNPAUS3PPBS" + } + } + ] + }, + { + "name": "BNY ESI AND CO.", + "short_code": "ESNY", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ESNYUS31" + } + } + ] + }, + { + "name": "BNY MELLON ASSET MANAGEMENT OPERATIONS LLC", + "short_code": "BMAE", + "branches": [ + { + "code": "SMA", + "city": "BOSTON", + "identifiers": { + "swift_code": "BMAEUS31SMA" + } + }, + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "BMAEUS31" + } + }, + { + "code": "TOK", + "city": "BOSTON", + "identifiers": { + "swift_code": "BMAEUS31TOK" + } + } + ] + }, + { + "name": "BNY MELLON, NATIONAL ASSOCIATION USD", + "short_code": "MELN", + "branches": [ + { + "code": "AVI", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MELNUS3CAVI" + } + }, + { + "code": "IMS", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "MELNUS3CIMS" + } + }, + { + "code": "TBC", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "MELNUS3CTBC" + } + }, + { + "code": "", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "MELNUS3B" + } + }, + { + "code": "TDP", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "MELNUS3CTDP" + } + }, + { + "code": "AGF", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "MELNUS3CAGF" + } + }, + { + "code": "AMH", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "MELNUS3CAMH" + } + }, + { + "code": "RSL", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "MELNUS3CRSL" + } + }, + { + "code": "MER", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "MELNUS3CMER" + } + }, + { + "code": "MET", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "MELNUS3CMET" + } + }, + { + "code": "MUS", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "MELNUS3CMUS" + } + }, + { + "code": "PAC", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "MELNUS3CPAC" + } + }, + { + "code": "", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "MELNUS3X" + } + }, + { + "code": "", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "MELNUS3C" + } + }, + { + "code": "", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "MELNUS3W" + } + }, + { + "code": "AAM", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "MELNUS3CAAM" + } + }, + { + "code": "IFB", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "MELNUS3CIFB" + } + }, + { + "code": "IFX", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "MELNUS3CIFX" + } + }, + { + "code": "NPS", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "MELNUS3CNPS" + } + }, + { + "code": "GSL", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "MELNUS3CGSL" + } + }, + { + "code": "GTE", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "MELNUS3WGTE" + } + }, + { + "code": "SMA", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "MELNUS3CSMA" + } + }, + { + "code": "PCC", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "MELNUS3CPCC" + } + }, + { + "code": "ICG", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "MELNUS3CICG" + } + }, + { + "code": "ALC", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "MELNUS3CALC" + } + }, + { + "code": "ASP", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "MELNUS3CASP" + } + }, + { + "code": "CIF", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "MELNUS3CCIF" + } + }, + { + "code": "IAG", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "MELNUS3CIAG" + } + }, + { + "code": "LIM", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "MELNUS3CLIM" + } + }, + { + "code": "OHA", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "MELNUS3COHA" + } + }, + { + "code": "VOY", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "MELNUS3CVOY" + } + }, + { + "code": "IGM", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "MELNUS3CIGM" + } + }, + { + "code": "SWB", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "MELNUS3CSWB" + } + }, + { + "code": "TRP", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "MELNUS3CTRP" + } + }, + { + "code": "ACC", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "MELNUS3CACC" + } + }, + { + "code": "CUS", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "MELNUS3CCUS" + } + }, + { + "code": "MCH", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "MELNUS3CMCH" + } + } + ] + }, + { + "name": "BOCAGE CAPITAL LLC", + "short_code": "BOPC", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "BOPCUS61" + } + } + ] + }, + { + "name": "BOFA SECURITIES INC", + "short_code": "MTGS", + "branches": [ + { + "code": "FPS", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "MTGSUS6SFPS" + } + }, + { + "code": "FIC", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "MTGSUS6SFIC" + } + }, + { + "code": "ATL", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "MTGSUS6SATL" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MTGSUS6S" + } + }, + { + "code": "ARF", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "MTGSUS6SARF" + } + }, + { + "code": "EFP", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "MTGSUS6SEFP" + } + }, + { + "code": "FXP", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "MTGSUS6SFXP" + } + }, + { + "code": "PBX", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "MTGSUS6SPBX" + } + } + ] + }, + { + "name": "BOFA SECURITIES, INC", + "short_code": "MLSC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MLSCUS31" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MLSCUSA1" + } + } + ] + }, + { + "name": "BOFCAL ASSET MANAGEMENT INC. (FORMERLY PACIFIC WESTERN ASSET MANAGEMENT INC.)", + "short_code": "SQRE", + "branches": [ + { + "code": "", + "city": "MENLO PARK", + "identifiers": { + "swift_code": "SQREUS33" + } + } + ] + }, + { + "name": "BOGESE LC", + "short_code": "BOGS", + "branches": [ + { + "code": "", + "city": "RICHMOND", + "identifiers": { + "swift_code": "BOGSUS31" + } + } + ] + }, + { + "name": "BOKF, NA", + "short_code": "BAOK", + "branches": [ + { + "code": "OKC", + "city": "OKLAHOMA CITY", + "identifiers": { + "swift_code": "BAOKUS44OKC" + } + }, + { + "code": "", + "city": "TULSA", + "identifiers": { + "swift_code": "BAOKUS44" + } + }, + { + "code": "WPM", + "city": "TULSA", + "identifiers": { + "swift_code": "BAOKUS44WPM" + } + } + ] + }, + { + "name": "BONDS.COM, LLC", + "short_code": "MTMI", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MTMIUS31" + } + } + ] + }, + { + "name": "BORGWARNER INC", + "short_code": "BWBC", + "branches": [ + { + "code": "", + "city": "AUBURN HILLS", + "identifiers": { + "swift_code": "BWBCUS33" + } + } + ] + }, + { + "name": "BOSE CORPORATION", + "short_code": "BOSW", + "branches": [ + { + "code": "", + "city": "FRAMINGHAM", + "identifiers": { + "swift_code": "BOSWUS33" + } + } + ] + }, + { + "name": "BOSTON COMPANY ASSET MANAGEMENT, INC., THE", + "short_code": "BCAG", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "BCAGUS31" + } + } + ] + }, + { + "name": "BOSTON FAMILY OFFICE, LLC", + "short_code": "BFOL", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "BFOLUS31" + } + } + ] + }, + { + "name": "BOSTON GLOBAL ADVISORS", + "short_code": "BOGL", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "BOGLUS31" + } + } + ] + }, + { + "name": "BOSTON INVESTOR SERVICES, INC.", + "short_code": "BISV", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "BISVUS31" + } + } + ] + }, + { + "name": "BOSTON SCIENTIFIC CORPORATION", + "short_code": "BSXC", + "branches": [ + { + "code": "", + "city": "MARLBOROUGH", + "identifiers": { + "swift_code": "BSXCUS33" + } + } + ] + }, + { + "name": "BOSTON TRUST WALDEN COMPANY", + "short_code": "BTIN", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "BTINUS31" + } + } + ] + }, + { + "name": "BOUNTY MANAGEMENT CORPORATION", + "short_code": "BOMC", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "BOMCUS31" + } + } + ] + }, + { + "name": "BOURNE STENSTROM CAPITAL MANAGEMENT INC", + "short_code": "BSCN", + "branches": [ + { + "code": "", + "city": "BEDFORD HILLS", + "identifiers": { + "swift_code": "BSCNUS31" + } + } + ] + }, + { + "name": "BOYD WATTERSON ASSET MANAGEMENT, LLC", + "short_code": "BWAM", + "branches": [ + { + "code": "", + "city": "CLEVELAND", + "identifiers": { + "swift_code": "BWAMUS31" + } + } + ] + }, + { + "name": "BOYS, ARNOLD AND COMPANY", + "short_code": "BOAP", + "branches": [ + { + "code": "", + "city": "ASHEVILLE", + "identifiers": { + "swift_code": "BOAPUS31" + } + } + ] + }, + { + "name": "BP CORPORATION NORTH AMERICA INC", + "short_code": "BPUS", + "branches": [ + { + "code": "", + "city": "INDIANAPOLIS", + "identifiers": { + "swift_code": "BPUSUS33" + } + } + ] + }, + { + "name": "BP PRODUCTS NORTH AMERICA INC", + "short_code": "BPUS", + "branches": [ + { + "code": "", + "city": "NAPERVILLE", + "identifiers": { + "swift_code": "BPUSUS44" + } + } + ] + }, + { + "name": "BRADESCO BANK", + "short_code": "BFLB", + "branches": [ + { + "code": "", + "city": "CORAL GABLES", + "identifiers": { + "swift_code": "BFLBUS3M" + } + } + ] + }, + { + "name": "BRATLLEBORO SAVINGS AND LOAN ASSOCIATION", + "short_code": "BSLS", + "branches": [ + { + "code": "", + "city": "BRATTLEBORO", + "identifiers": { + "swift_code": "BSLSUS32" + } + } + ] + }, + { + "name": "BRECKINRIDGE CAPITAL ADVISORS", + "short_code": "BRCD", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "BRCDUS31" + } + } + ] + }, + { + "name": "BRECKINRIDGE CAPITAL ADVISORS, INC.", + "short_code": "BRCD", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "BRCDUS33" + } + } + ] + }, + { + "name": "BREECO MANAGEMENT L.P.", + "short_code": "BRME", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "BRMEUS41" + } + } + ] + }, + { + "name": "BREMER BANK N.A.", + "short_code": "BRFS", + "branches": [ + { + "code": "", + "city": "LAKE ELMO", + "identifiers": { + "swift_code": "BRFSUS4T" + } + }, + { + "code": "CPL", + "city": "LAKE ELMO", + "identifiers": { + "swift_code": "BRFSUS4TCPL" + } + } + ] + }, + { + "name": "BRICKTOWN CAPITAL, LLC", + "short_code": "BCLH", + "branches": [ + { + "code": "", + "city": "DETROIT", + "identifiers": { + "swift_code": "BCLHUS33" + } + } + ] + }, + { + "name": "BRIDGE CITY CAPITAL, LLC", + "short_code": "BCLL", + "branches": [ + { + "code": "", + "city": "PORTLAND", + "identifiers": { + "swift_code": "BCLLUS61" + } + } + ] + }, + { + "name": "BRIDGESTONE AMERICAS, INC", + "short_code": "BRMI", + "branches": [ + { + "code": "", + "city": "NASHVILLE", + "identifiers": { + "swift_code": "BRMIUS44" + } + } + ] + }, + { + "name": "BRIDGEWATER ASSOCIATES, LP", + "short_code": "BWTR", + "branches": [ + { + "code": "", + "city": "WESTPORT", + "identifiers": { + "swift_code": "BWTRUS33" + } + } + ] + }, + { + "name": "BRIDGEWATER BANK", + "short_code": "BRIW", + "branches": [ + { + "code": "", + "city": "SAINT LOUIS PARK", + "identifiers": { + "swift_code": "BRIWUS44" + } + } + ] + }, + { + "name": "BRIDGEWATER ODC, LLC", + "short_code": "BIOL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BIOLUS31" + } + } + ] + }, + { + "name": "BRIDGEWAY CAPITAL MANAGEMENT, INC.", + "short_code": "BRPN", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "BRPNUS41" + } + } + ] + }, + { + "name": "BRIGADE CAPITAL MANAGEMENT, LP", + "short_code": "BRGD", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BRGDUS33" + } + } + ] + }, + { + "name": "BRIGHTHOUSE LIFE INSURANCE COMPANY", + "short_code": "BRGH", + "branches": [ + { + "code": "", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "BRGHUS33" + } + } + ] + }, + { + "name": "BRISTOL COUNTY SAVINGS BANK", + "short_code": "BCOV", + "branches": [ + { + "code": "", + "city": "TAUNTON", + "identifiers": { + "swift_code": "BCOVUS42" + } + } + ] + }, + { + "name": "BRISTOL MYERS SQUIBB COMPANY", + "short_code": "BMYP", + "branches": [ + { + "code": "", + "city": "LAWRENCE VILLE", + "identifiers": { + "swift_code": "BMYPUS33" + } + } + ] + }, + { + "name": "BROAD RUN INVESTMENT MANAGEMENT LLC", + "short_code": "BRNT", + "branches": [ + { + "code": "", + "city": "ARLINGTON", + "identifiers": { + "swift_code": "BRNTUS31" + } + } + ] + }, + { + "name": "BROAD STREET (BEIJING) MANAGEMENT HOLDINGS LLC", + "short_code": "BSEN", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BSENUS31" + } + } + ] + }, + { + "name": "BROAD STREET CREDIT HOLDINGS LLC", + "short_code": "BSRH", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "BSRHUS31" + } + } + ] + }, + { + "name": "BROAD STREET CREDIT INVESTMENTS LLC", + "short_code": "BSRI", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "BSRIUS31" + } + } + ] + }, + { + "name": "BROAD STREET PRINCIPAL INVESTMENTS L.L.C.", + "short_code": "BSPE", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "BSPEUS31" + } + } + ] + }, + { + "name": "BROAD STREET PRINCIPAL INVESTMENTS SUPERHOLDCO LLC", + "short_code": "BSPS", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "BSPSUS31" + } + } + ] + }, + { + "name": "BROADFIN CAPITAL, LLC", + "short_code": "BRPC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BRPCUS31" + } + } + ] + }, + { + "name": "BROADLEAF PARTNERS LLC", + "short_code": "BRPL", + "branches": [ + { + "code": "", + "city": "HUDSON", + "identifiers": { + "swift_code": "BRPLUS31" + } + } + ] + }, + { + "name": "BROADMARK ASSET MANAGEMENT", + "short_code": "BRSG", + "branches": [ + { + "code": "", + "city": "GREENBRAE", + "identifiers": { + "swift_code": "BRSGUS61" + } + } + ] + }, + { + "name": "BROADRIDGE FINANCIAL SOLUTIONS", + "short_code": "BRFO", + "branches": [ + { + "code": "", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "BRFOUS31" + } + } + ] + }, + { + "name": "BROADRIDGE INVESTOR COMMUNICATION SOLUTIONS, INC", + "short_code": "ADPG", + "branches": [ + { + "code": "", + "city": "EDGEWOOD", + "identifiers": { + "swift_code": "ADPGUS33" + } + }, + { + "code": "CAX", + "city": "EDGEWOOD", + "identifiers": { + "swift_code": "ADPGUS33CAX" + } + }, + { + "code": "EDC", + "city": "EDGEWOOD", + "identifiers": { + "swift_code": "ADPGUS33EDC" + } + } + ] + }, + { + "name": "BROADVIEW ADVISORS", + "short_code": "BRAD", + "branches": [ + { + "code": "", + "city": "MILWAUKEE", + "identifiers": { + "swift_code": "BRADUS51" + } + } + ] + }, + { + "name": "BROADWAY NATIONAL BANK", + "short_code": "BNAT", + "branches": [ + { + "code": "", + "city": "SAN ANTONIO", + "identifiers": { + "swift_code": "BNATUS44" + } + } + ] + }, + { + "name": "BROOKFIELD INVESTMENT MANAGEMENT INC", + "short_code": "BRNA", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BRNAUS21" + } + } + ] + }, + { + "name": "BROOKLINE BANK", + "short_code": "BRKL", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "BRKLUS3A" + } + } + ] + }, + { + "name": "BROOKSIDE CAPITAL, INC.", + "short_code": "BRPI", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "BRPIUS61" + } + } + ] + }, + { + "name": "BROWN ADVISORY LLC.", + "short_code": "BROW", + "branches": [ + { + "code": "", + "city": "BALTIMORE", + "identifiers": { + "swift_code": "BROWUS32" + } + } + ] + }, + { + "name": "BROWN BROTHERS HARRIMAN AND CO.", + "short_code": "BBHC", + "branches": [ + { + "code": "BOS", + "city": "BOSTON", + "identifiers": { + "swift_code": "BBHCUS33BOS" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS33" + } + }, + { + "code": "LUX", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS33LUX" + } + } + ] + }, + { + "name": "BROWN BROTHERS HARRIMAN AND CO. INFOMEDIARY", + "short_code": "BBHC", + "branches": [ + { + "code": "FIV", + "city": "BOSTON", + "identifiers": { + "swift_code": "BBHCUS3IFIV" + } + }, + { + "code": "COA", + "city": "BOSTON", + "identifiers": { + "swift_code": "BBHCUS3ICOA" + } + }, + { + "code": "PRE", + "city": "BOSTON", + "identifiers": { + "swift_code": "BBHCUS3IPRE" + } + }, + { + "code": "ART", + "city": "BOSTON", + "identifiers": { + "swift_code": "BBHCUS3IART" + } + }, + { + "code": "MGI", + "city": "BOSTON", + "identifiers": { + "swift_code": "BBHCUS3IMGI" + } + }, + { + "code": "IIM", + "city": "BOSTON", + "identifiers": { + "swift_code": "BBHCUS3IIIM" + } + }, + { + "code": "MTA", + "city": "BOSTON", + "identifiers": { + "swift_code": "BBHCUS3IMTA" + } + }, + { + "code": "NRI", + "city": "BOSTON", + "identifiers": { + "swift_code": "BBHCUS3INRI" + } + }, + { + "code": "GME", + "city": "BOSTON", + "identifiers": { + "swift_code": "BBHCUS3IGME" + } + }, + { + "code": "GMI", + "city": "BOSTON", + "identifiers": { + "swift_code": "BBHCUS3IGMI" + } + }, + { + "code": "GMQ", + "city": "BOSTON", + "identifiers": { + "swift_code": "BBHCUS3IGMQ" + } + }, + { + "code": "TCM", + "city": "BOSTON", + "identifiers": { + "swift_code": "BBHCUS3ITCM" + } + }, + { + "code": "WAM", + "city": "NEW CITY", + "identifiers": { + "swift_code": "BBHCUS3IWAM" + } + }, + { + "code": "IDC", + "city": "NEW CITY", + "identifiers": { + "swift_code": "BBHCUS3IIDC" + } + }, + { + "code": "CSM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ICSM" + } + }, + { + "code": "FIJ", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IFIJ" + } + }, + { + "code": "FIL", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IFIL" + } + }, + { + "code": "MAM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IMAM" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3I" + } + }, + { + "code": "LVA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ILVA" + } + }, + { + "code": "ASH", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IASH" + } + }, + { + "code": "SWC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ISWC" + } + }, + { + "code": "MND", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IMND" + } + }, + { + "code": "MNR", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IMNR" + } + }, + { + "code": "LAX", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ILAX" + } + }, + { + "code": "CON", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ICON" + } + }, + { + "code": "NIA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3INIA" + } + }, + { + "code": "HHK", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IHHK" + } + }, + { + "code": "CBI", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ICBI" + } + }, + { + "code": "AGA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IAGA" + } + }, + { + "code": "BBK", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IBBK" + } + }, + { + "code": "BCG", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IBCG" + } + }, + { + "code": "BYC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IBYC" + } + }, + { + "code": "CIT", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ICIT" + } + }, + { + "code": "CRA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ICRA" + } + }, + { + "code": "CSI", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ICSI" + } + }, + { + "code": "DCM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IDCM" + } + }, + { + "code": "EPC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IEPC" + } + }, + { + "code": "EUR", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IEUR" + } + }, + { + "code": "EVC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IEVC" + } + }, + { + "code": "FAO", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IFAO" + } + }, + { + "code": "GOL", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IGOL" + } + }, + { + "code": "MCM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IMCM" + } + }, + { + "code": "MEQ", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IMEQ" + } + }, + { + "code": "MFC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IMFC" + } + }, + { + "code": "MFI", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IMFI" + } + }, + { + "code": "MFP", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IMFP" + } + }, + { + "code": "MGF", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IMGF" + } + }, + { + "code": "MOR", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IMOR" + } + }, + { + "code": "MTM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IMTM" + } + }, + { + "code": "NWG", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3INWG" + } + }, + { + "code": "OGC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IOGC" + } + }, + { + "code": "OGD", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IOGD" + } + }, + { + "code": "OGI", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IOGI" + } + }, + { + "code": "OGQ", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IOGQ" + } + }, + { + "code": "P13", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IP13" + } + }, + { + "code": "P14", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IP14" + } + }, + { + "code": "P15", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IP15" + } + }, + { + "code": "P18", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IP18" + } + }, + { + "code": "P19", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IP19" + } + }, + { + "code": "PAM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IPAM" + } + }, + { + "code": "PCD", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IPCD" + } + }, + { + "code": "PCL", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IPCL" + } + }, + { + "code": "SCM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ISCM" + } + }, + { + "code": "VAN", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IVAN" + } + }, + { + "code": "WAS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IWAS" + } + }, + { + "code": "WMI", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IWMI" + } + }, + { + "code": "WSF", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IWSF" + } + }, + { + "code": "PPB", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IPPB" + } + }, + { + "code": "AFF", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IAFF" + } + }, + { + "code": "PRV", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IPRV" + } + }, + { + "code": "MUK", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IMUK" + } + }, + { + "code": "CLS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ICLS" + } + }, + { + "code": "PA1", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IPA1" + } + }, + { + "code": "BBY", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IBBY" + } + }, + { + "code": "ETC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IETC" + } + }, + { + "code": "SIJ", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ISIJ" + } + }, + { + "code": "DAJ", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IDAJ" + } + }, + { + "code": "EDI", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IEDI" + } + }, + { + "code": "FX3", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IFX3" + } + }, + { + "code": "ARI", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IARI" + } + }, + { + "code": "BAM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IBAM" + } + }, + { + "code": "FSC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IFSC" + } + }, + { + "code": "VON", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IVON" + } + }, + { + "code": "IM2", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IIM2" + } + }, + { + "code": "MYA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IMYA" + } + }, + { + "code": "OLD", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IOLD" + } + }, + { + "code": "INE", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IINE" + } + }, + { + "code": "SCR", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ISCR" + } + }, + { + "code": "PCT", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IPCT" + } + }, + { + "code": "NZM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3INZM" + } + }, + { + "code": "LLG", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ILLG" + } + }, + { + "code": "BFA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IBFA" + } + }, + { + "code": "FCA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IFCA" + } + }, + { + "code": "TKM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ITKM" + } + }, + { + "code": "SMS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ISMS" + } + }, + { + "code": "AXI", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IAXI" + } + }, + { + "code": "MAJ", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IMAJ" + } + }, + { + "code": "BNP", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IBNP" + } + }, + { + "code": "FPS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IFPS" + } + }, + { + "code": "INC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IINC" + } + }, + { + "code": "INT", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IINT" + } + }, + { + "code": "INV", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IINV" + } + }, + { + "code": "NBB", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3INBB" + } + }, + { + "code": "OML", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IOML" + } + }, + { + "code": "PIN", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IPIN" + } + }, + { + "code": "SCI", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ISCI" + } + }, + { + "code": "TRO", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ITRO" + } + }, + { + "code": "FMM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IFMM" + } + }, + { + "code": "MOA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IMOA" + } + }, + { + "code": "BNA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IBNA" + } + }, + { + "code": "MIN", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IMIN" + } + }, + { + "code": "FDP", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IFDP" + } + }, + { + "code": "BPS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IBPS" + } + }, + { + "code": "BCV", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IBCV" + } + }, + { + "code": "GCC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IGCC" + } + }, + { + "code": "GEN", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IGEN" + } + }, + { + "code": "IVD", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IIVD" + } + }, + { + "code": "IVE", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IIVE" + } + }, + { + "code": "IVF", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IIVF" + } + }, + { + "code": "FS3", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IFS3" + } + }, + { + "code": "KYR", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IKYR" + } + }, + { + "code": "JSP", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IJSP" + } + }, + { + "code": "CPS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ICPS" + } + }, + { + "code": "GCM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IGCM" + } + }, + { + "code": "NOM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3INOM" + } + }, + { + "code": "GAL", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IGAL" + } + }, + { + "code": "MCF", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IMCF" + } + }, + { + "code": "MIF", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IMIF" + } + }, + { + "code": "NIK", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3INIK" + } + }, + { + "code": "ALT", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IALT" + } + }, + { + "code": "FI2", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IFI2" + } + }, + { + "code": "RGI", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IRGI" + } + }, + { + "code": "LNB", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ILNB" + } + }, + { + "code": "AIV", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IAIV" + } + }, + { + "code": "CSA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ICSA" + } + }, + { + "code": "FSE", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IFSE" + } + }, + { + "code": "P16", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IP16" + } + }, + { + "code": "P17", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IP17" + } + }, + { + "code": "P21", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IP21" + } + }, + { + "code": "P22", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IP22" + } + }, + { + "code": "P23", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IP23" + } + }, + { + "code": "P24", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IP24" + } + }, + { + "code": "RAB", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IRAB" + } + }, + { + "code": "RMG", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IRMG" + } + }, + { + "code": "MUZ", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IMUZ" + } + }, + { + "code": "ASF", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IASF" + } + }, + { + "code": "FXS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IFXS" + } + }, + { + "code": "DIA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IDIA" + } + }, + { + "code": "AEW", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IAEW" + } + }, + { + "code": "AFP", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IAFP" + } + }, + { + "code": "AGN", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IAGN" + } + }, + { + "code": "ALA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IALA" + } + }, + { + "code": "AXA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IAXA" + } + }, + { + "code": "BAR", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IBAR" + } + }, + { + "code": "BFM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IBFM" + } + }, + { + "code": "BLK", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IBLK" + } + }, + { + "code": "BRW", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IBRW" + } + }, + { + "code": "BSL", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IBSL" + } + }, + { + "code": "CCI", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ICCI" + } + }, + { + "code": "CNS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ICNS" + } + }, + { + "code": "CSG", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ICSG" + } + }, + { + "code": "EPL", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IEPL" + } + }, + { + "code": "FAC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IFAC" + } + }, + { + "code": "FCM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IFCM" + } + }, + { + "code": "FID", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IFID" + } + }, + { + "code": "ICB", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IICB" + } + }, + { + "code": "IFI", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IIFI" + } + }, + { + "code": "IRN", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IIRN" + } + }, + { + "code": "JNS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IJNS" + } + }, + { + "code": "LNS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ILNS" + } + }, + { + "code": "LSV", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ILSV" + } + }, + { + "code": "NFR", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3INFR" + } + }, + { + "code": "NUV", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3INUV" + } + }, + { + "code": "OFI", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IOFI" + } + }, + { + "code": "OPS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IOPS" + } + }, + { + "code": "OPY", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IOPY" + } + }, + { + "code": "P20", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IP20" + } + }, + { + "code": "PCO", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IPCO" + } + }, + { + "code": "PPA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IPPA" + } + }, + { + "code": "RCM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IRCM" + } + }, + { + "code": "RIJ", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IRIJ" + } + }, + { + "code": "SAI", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ISAI" + } + }, + { + "code": "SEI", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ISEI" + } + }, + { + "code": "STL", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ISTL" + } + }, + { + "code": "SYS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ISYS" + } + }, + { + "code": "THB", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ITHB" + } + }, + { + "code": "TIA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ITIA" + } + }, + { + "code": "PMJ", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IPMJ" + } + }, + { + "code": "STR", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ISTR" + } + }, + { + "code": "RWC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IRWC" + } + }, + { + "code": "ARC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IARC" + } + }, + { + "code": "ARP", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IARP" + } + }, + { + "code": "HND", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IHND" + } + }, + { + "code": "FX1", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IFX1" + } + }, + { + "code": "DRI", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IDRI" + } + }, + { + "code": "SEA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ISEA" + } + }, + { + "code": "GEA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IGEA" + } + }, + { + "code": "ALG", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IALG" + } + }, + { + "code": "FXA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IFXA" + } + }, + { + "code": "RHJ", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IRHJ" + } + }, + { + "code": "MNA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IMNA" + } + }, + { + "code": "CSH", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ICSH" + } + }, + { + "code": "TOB", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ITOB" + } + }, + { + "code": "SBH", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ISBH" + } + }, + { + "code": "IVA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IIVA" + } + }, + { + "code": "AXJ", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IAXJ" + } + }, + { + "code": "VSC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IVSC" + } + }, + { + "code": "SND", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ISND" + } + }, + { + "code": "GQG", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IGQG" + } + }, + { + "code": "PLN", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IPLN" + } + }, + { + "code": "CNG", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ICNG" + } + }, + { + "code": "ARM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IARM" + } + }, + { + "code": "IVB", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IIVB" + } + }, + { + "code": "AIS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IAIS" + } + }, + { + "code": "LGO", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ILGO" + } + }, + { + "code": "ISG", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IISG" + } + }, + { + "code": "BWA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IBWA" + } + }, + { + "code": "IVC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IIVC" + } + }, + { + "code": "BBE", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IBBE" + } + }, + { + "code": "RHA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IRHA" + } + }, + { + "code": "NBX", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3INBX" + } + }, + { + "code": "FIM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IFIM" + } + }, + { + "code": "HCB", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IHCB" + } + }, + { + "code": "GWK", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IGWK" + } + }, + { + "code": "AIM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IAIM" + } + }, + { + "code": "ISC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IISC" + } + }, + { + "code": "GAT", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IGAT" + } + }, + { + "code": "GBX", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IGBX" + } + }, + { + "code": "POL", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IPOL" + } + }, + { + "code": "FMR", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IFMR" + } + }, + { + "code": "PTS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IPTS" + } + }, + { + "code": "ALK", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IALK" + } + }, + { + "code": "BRG", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IBRG" + } + }, + { + "code": "FXM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IFXM" + } + }, + { + "code": "IFX", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IIFX" + } + }, + { + "code": "MAD", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IMAD" + } + }, + { + "code": "MIM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IMIM" + } + }, + { + "code": "OPQ", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IOPQ" + } + }, + { + "code": "PCF", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IPCF" + } + }, + { + "code": "PCH", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IPCH" + } + }, + { + "code": "REU", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IREU" + } + }, + { + "code": "VGD", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IVGD" + } + }, + { + "code": "IVG", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IIVG" + } + }, + { + "code": "IVH", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IIVH" + } + }, + { + "code": "SLN", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ISLN" + } + }, + { + "code": "MIR", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IMIR" + } + }, + { + "code": "MUT", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IMUT" + } + }, + { + "code": "VVP", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IVVP" + } + }, + { + "code": "FXT", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IFXT" + } + }, + { + "code": "BLX", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IBLX" + } + }, + { + "code": "CHH", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ICHH" + } + }, + { + "code": "JAN", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IJAN" + } + }, + { + "code": "MCK", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IMCK" + } + }, + { + "code": "IMU", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IIMU" + } + }, + { + "code": "ETP", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IETP" + } + }, + { + "code": "MFS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IMFS" + } + }, + { + "code": "SCC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ISCC" + } + }, + { + "code": "BAI", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IBAI" + } + }, + { + "code": "CAO", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ICAO" + } + }, + { + "code": "HAI", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IHAI" + } + }, + { + "code": "HOA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IHOA" + } + }, + { + "code": "WEL", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IWEL" + } + }, + { + "code": "AAM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IAAM" + } + }, + { + "code": "ANI", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IANI" + } + }, + { + "code": "AQR", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IAQR" + } + }, + { + "code": "BGC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IBGC" + } + }, + { + "code": "BYS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IBYS" + } + }, + { + "code": "CAW", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ICAW" + } + }, + { + "code": "DNC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IDNC" + } + }, + { + "code": "FIS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IFIS" + } + }, + { + "code": "FMT", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IFMT" + } + }, + { + "code": "FRS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IFRS" + } + }, + { + "code": "GSF", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IGSF" + } + }, + { + "code": "HGI", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IHGI" + } + }, + { + "code": "ICN", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IICN" + } + }, + { + "code": "IMS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IIMS" + } + }, + { + "code": "ING", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IING" + } + }, + { + "code": "MAT", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IMAT" + } + }, + { + "code": "MLI", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IMLI" + } + }, + { + "code": "MEA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IMEA" + } + }, + { + "code": "MLM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IMLM" + } + }, + { + "code": "NML", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3INML" + } + }, + { + "code": "OPE", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IOPE" + } + }, + { + "code": "OPF", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IOPF" + } + }, + { + "code": "OPI", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IOPI" + } + }, + { + "code": "P04", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IP04" + } + }, + { + "code": "P05", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IP05" + } + }, + { + "code": "P06", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IP06" + } + }, + { + "code": "P07", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IP07" + } + }, + { + "code": "P08", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IP08" + } + }, + { + "code": "P09", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IP09" + } + }, + { + "code": "P10", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IP10" + } + }, + { + "code": "P11", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IP11" + } + }, + { + "code": "P12", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IP12" + } + }, + { + "code": "PZE", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IPZE" + } + }, + { + "code": "SAM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ISAM" + } + }, + { + "code": "SKN", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ISKN" + } + }, + { + "code": "TAM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ITAM" + } + }, + { + "code": "TRC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ITRC" + } + }, + { + "code": "WBL", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IWBL" + } + }, + { + "code": "EFS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IEFS" + } + }, + { + "code": "SSI", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3ISSI" + } + }, + { + "code": "WFX", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BBHCUS3IWFX" + } + } + ] + }, + { + "name": "BROWN BROTHERS HARRIMAN FX", + "short_code": "BBHC", + "branches": [ + { + "code": "", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "BBHCUS32" + } + } + ] + }, + { + "name": "BROWN CAPITAL MANAGEMENT, LLC", + "short_code": "BRPM", + "branches": [ + { + "code": "", + "city": "BALTIMORE", + "identifiers": { + "swift_code": "BRPMUS31" + } + } + ] + }, + { + "name": "BROWNSTONE INVESTMENT GROUP, LLC", + "short_code": "BVGL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BVGLUS32" + } + } + ] + }, + { + "name": "BRUKER CORPORATION", + "short_code": "BRUC", + "branches": [ + { + "code": "", + "city": "BILLERICA", + "identifiers": { + "swift_code": "BRUCUS33" + } + } + ] + }, + { + "name": "BTG PACTUAL US CAPITAL, LLC", + "short_code": "BPAB", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BPABUS33" + } + } + ] + }, + { + "name": "BTIG LLC", + "short_code": "BTLL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BTLLUS31" + } + } + ] + }, + { + "name": "BUCKHEAD CAPITAL MANAGEMENT", + "short_code": "BUCA", + "branches": [ + { + "code": "", + "city": "ATLANTA", + "identifiers": { + "swift_code": "BUCAUS31" + } + } + ] + }, + { + "name": "BUCKINGHAM CAPITAL MANAGEMENT, INC.", + "short_code": "BUCG", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BUCGUS31" + } + } + ] + }, + { + "name": "BULLTICK LLC", + "short_code": "BULC", + "branches": [ + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "BULCUS61" + } + } + ] + }, + { + "name": "BURLING BANK", + "short_code": "BURL", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "BURLUS41" + } + } + ] + }, + { + "name": "BUSEY BANK", + "short_code": "BUYE", + "branches": [ + { + "code": "", + "city": "CHAMPAIGN", + "identifiers": { + "swift_code": "BUYEUS44" + } + } + ] + }, + { + "name": "BUTTONWOOD GROUP TRADING LLC", + "short_code": "GRTC", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "GRTCUS41" + } + } + ] + }, + { + "name": "BV CAPITAL MANAGEMENT,INC.", + "short_code": "BVCT", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BVCTUS31" + } + } + ] + }, + { + "name": "BYLINE BANK", + "short_code": "BYLI", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "BYLIUS44" + } + } + ] + }, + { + "name": "BYTECHIP LLC", + "short_code": "BYLL", + "branches": [ + { + "code": "", + "city": "SAN MATEO", + "identifiers": { + "swift_code": "BYLLUS62" + } + } + ] + }, + { + "name": "C.C. DUNNAVAN AND CO., INC.", + "short_code": "DUCO", + "branches": [ + { + "code": "", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "DUCOUS41" + } + } + ] + }, + { + "name": "C.L. KING AND ASSOCIATES, INC.", + "short_code": "KIAS", + "branches": [ + { + "code": "", + "city": "ALBANY", + "identifiers": { + "swift_code": "KIASUS31" + } + } + ] + }, + { + "name": "C.W. HENDERSON AND ASSOCIATES,INC.", + "short_code": "HEAI", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "HEAIUS41" + } + } + ] + }, + { + "name": "CABRERA CAPITAL MARKETS LLC", + "short_code": "CCKL", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CCKLUS41" + } + } + ] + }, + { + "name": "CADENCE BANK", + "short_code": "CDBK", + "branches": [ + { + "code": "", + "city": "BIRMINGHAM", + "identifiers": { + "swift_code": "CDBKUS44" + } + } + ] + }, + { + "name": "CADENCE BANK", + "short_code": "BAHR", + "branches": [ + { + "code": "", + "city": "TUPELO", + "identifiers": { + "swift_code": "BAHRUS44" + } + } + ] + }, + { + "name": "CADENCE CAPITAL MANAGEMENT LLC", + "short_code": "CPMC", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "CPMCUS31" + } + } + ] + }, + { + "name": "CADINHA AND CO., LLC", + "short_code": "CDLL", + "branches": [ + { + "code": "", + "city": "HONOLULU", + "identifiers": { + "swift_code": "CDLLUS71" + } + } + ] + }, + { + "name": "CAK CAPITAL MANAGEMENT D/B/A/ KNOTT CAPITAL MANAGEMENT", + "short_code": "CCAD", + "branches": [ + { + "code": "", + "city": "EXTON", + "identifiers": { + "swift_code": "CCADUS31" + } + } + ] + }, + { + "name": "CALAMOS ADVISORS LLC", + "short_code": "CLAL", + "branches": [ + { + "code": "", + "city": "NAPERVILLE", + "identifiers": { + "swift_code": "CLALUS41" + } + }, + { + "code": "", + "city": "NAPERVILLE", + "identifiers": { + "swift_code": "CLALUSA1" + } + } + ] + }, + { + "name": "CALAMOS AKSIA ADVISORS LLC", + "short_code": "CKAC", + "branches": [ + { + "code": "", + "city": "NAPERVILLE", + "identifiers": { + "swift_code": "CKACUS42" + } + } + ] + }, + { + "name": "CALIFORNIA BANK OF COMMERCE", + "short_code": "CLOE", + "branches": [ + { + "code": "", + "city": "WALNUT CREEK", + "identifiers": { + "swift_code": "CLOEUS66" + } + } + ] + }, + { + "name": "CALIFORNIA PACIFIC BANK", + "short_code": "CBNK", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "CBNKUS6S" + } + } + ] + }, + { + "name": "CALIFORNIA PUBLIC EMPLOYEES' RETIRE MENT SYSTEM", + "short_code": "CPER", + "branches": [ + { + "code": "", + "city": "SACRAMENTO", + "identifiers": { + "swift_code": "CPERUS66" + } + } + ] + }, + { + "name": "CALIFORNIA PUBLIC EMPLOYEES' RETIREMENT SYSTEM (CALPERS)", + "short_code": "CPER", + "branches": [ + { + "code": "", + "city": "SACRAMENTO", + "identifiers": { + "swift_code": "CPERUS61" + } + }, + { + "code": "FIX", + "city": "SACRAMENTO", + "identifiers": { + "swift_code": "CPERUS61FIX" + } + } + ] + }, + { + "name": "CALIFORNIA STATE TEACHERS RETIREMENT SYSTEM", + "short_code": "CSTT", + "branches": [ + { + "code": "", + "city": "WEST SACRAMENTO", + "identifiers": { + "swift_code": "CSTTUS61" + } + } + ] + }, + { + "name": "CALIFORNIA STATE TEACHERS RETIREMENT SYSTEM (CALSTRS)", + "short_code": "CSTT", + "branches": [ + { + "code": "", + "city": "WEST SACRAMENTO", + "identifiers": { + "swift_code": "CSTTUS6A" + } + } + ] + }, + { + "name": "CALPRIVATE BANK", + "short_code": "CLPV", + "branches": [ + { + "code": "", + "city": "LA JOLLA", + "identifiers": { + "swift_code": "CLPVUS66" + } + } + ] + }, + { + "name": "CALVERT INVESTMENTS, INC.", + "short_code": "CAUR", + "branches": [ + { + "code": "", + "city": "BETHESDA", + "identifiers": { + "swift_code": "CAURUS31" + } + } + ] + }, + { + "name": "CAMBIAR INVESTORS, LLC", + "short_code": "CAEV", + "branches": [ + { + "code": "", + "city": "DENVER", + "identifiers": { + "swift_code": "CAEVUS51" + } + } + ] + }, + { + "name": "CAMBRIDGE MERCANTILE CORP. (U.S.A.)", + "short_code": "CBMA", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CBMAUS32" + } + } + ] + }, + { + "name": "CAMBRIDGE SAVINGS BANK", + "short_code": "CABG", + "branches": [ + { + "code": "", + "city": "CAMBRIDGE", + "identifiers": { + "swift_code": "CABGUS33" + } + } + ] + }, + { + "name": "CAMBRIDGE TRUST COMPANY", + "short_code": "CAUP", + "branches": [ + { + "code": "", + "city": "CAMBRIDGE", + "identifiers": { + "swift_code": "CAUPUS31" + } + } + ] + }, + { + "name": "CAMERON CAPITAL MANAGEMENT, LLC", + "short_code": "CCGC", + "branches": [ + { + "code": "", + "city": "RADNOR", + "identifiers": { + "swift_code": "CCGCUS31" + } + } + ] + }, + { + "name": "CAMPBELL ADVISORS, INC", + "short_code": "CADD", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CADDUS31" + } + } + ] + }, + { + "name": "CAMPBELL NEWMAN ASSET MANAGMENT, INC.", + "short_code": "CNAM", + "branches": [ + { + "code": "", + "city": "MEQUON", + "identifiers": { + "swift_code": "CNAMUS51" + } + } + ] + }, + { + "name": "CAMPBELL SOUP COMPANY", + "short_code": "SOUP", + "branches": [ + { + "code": "", + "city": "CAMDEN", + "identifiers": { + "swift_code": "SOUPUS33" + } + } + ] + }, + { + "name": "CANACCORD GENUITY LLC", + "short_code": "ADHA", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "ADHAUS31" + } + } + ] + }, + { + "name": "CANADA LIFE ASSURANCE COMPANY", + "short_code": "CLAY", + "branches": [ + { + "code": "", + "city": "GREENWOOD VILLAGE", + "identifiers": { + "swift_code": "CLAYUS51" + } + } + ] + }, + { + "name": "CANADIAN IMPERIAL BANK OF COMMERCE", + "short_code": "CIBC", + "branches": [ + { + "code": "03A", + "city": "ATLANTA", + "identifiers": { + "swift_code": "CIBCUS3103A" + } + }, + { + "code": "04C", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CIBCUS3104C" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CIBCUS33" + } + }, + { + "code": "IBF", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CIBCUS33IBF" + } + } + ] + }, + { + "name": "CANARA BANK", + "short_code": "CNRB", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CNRBUS33" + } + } + ] + }, + { + "name": "CANTOR FINANCIAL FURTURES EXCHANGE", + "short_code": "XCFF", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "XCFFUS31" + } + } + ] + }, + { + "name": "CANTOR FITZGERALD AND CO.", + "short_code": "CANF", + "branches": [ + { + "code": "CPB", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CANFUS33CPB" + } + }, + { + "code": "ITD", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CANFUS33ITD" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CANFUS33" + } + }, + { + "code": "PSS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CANFUS33PSS" + } + }, + { + "code": "FIN", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CANFUS33FIN" + } + }, + { + "code": "SEC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CANFUS33SEC" + } + } + ] + }, + { + "name": "CANTOR FITZGERALD AND CO. INC.", + "short_code": "CFIL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CFILUS31" + } + } + ] + }, + { + "name": "CANYON CAPITAL ADVISORS", + "short_code": "CNCD", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "CNCDUS61" + } + } + ] + }, + { + "name": "CANYON CAPITAL ADVISORS LLC", + "short_code": "CCVL", + "branches": [ + { + "code": "", + "city": "DALLAS", + "identifiers": { + "swift_code": "CCVLUS44" + } + } + ] + }, + { + "name": "CAPITAL ADVISORS, INC.", + "short_code": "CADO", + "branches": [ + { + "code": "", + "city": "TULSA", + "identifiers": { + "swift_code": "CADOUS41" + } + } + ] + }, + { + "name": "CAPITAL COUNSEL, LLC", + "short_code": "CPCL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CPCLUS31" + } + } + ] + }, + { + "name": "CAPITAL GROWTH MANAGEMENT LIMITED PARTNERSHIP", + "short_code": "CAGM", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "CAGMUS31" + } + } + ] + }, + { + "name": "CAPITAL INSTITUTIONAL SERVICES, INC.", + "short_code": "CAIS", + "branches": [ + { + "code": "044", + "city": "DALLAS", + "identifiers": { + "swift_code": "CAISUS31044" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CAISUS31" + } + } + ] + }, + { + "name": "CAPITAL INTERNATIONAL, INC", + "short_code": "CGTC", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "CGTCUS66" + } + } + ] + }, + { + "name": "CAPITAL INVESTMENT SERVICES OF AMERICA", + "short_code": "CISA", + "branches": [ + { + "code": "", + "city": "MILWAUKEE", + "identifiers": { + "swift_code": "CISAUS51" + } + } + ] + }, + { + "name": "CAPITAL MANAGEMENT ASSOCIATES", + "short_code": "CAGT", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CAGTUS31" + } + } + ] + }, + { + "name": "CAPITAL ONE BANK (USA), NA", + "short_code": "CPOU", + "branches": [ + { + "code": "", + "city": "GLEN ALLEN", + "identifiers": { + "swift_code": "CPOUUS31" + } + } + ] + }, + { + "name": "CAPITAL ONE, N.A.", + "short_code": "HIBK", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "HIBKUSH1" + } + } + ] + }, + { + "name": "CAPITAL ONE, N.A.", + "short_code": "NFBK", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NFBKUS33" + } + } + ] + }, + { + "name": "CAPITAL ONE,N.A.", + "short_code": "HIBK", + "branches": [ + { + "code": "", + "city": "NEW ORLEANS", + "identifiers": { + "swift_code": "HIBKUS44" + } + } + ] + }, + { + "name": "CAPITAL RESEARCH AND MANAGEMENT COMPANY", + "short_code": "CRMC", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "CRMCUS66" + } + }, + { + "code": "CAP", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "CRMCUS66CAP" + } + }, + { + "code": "FOF", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "CRMCUS66FOF" + } + } + ] + }, + { + "name": "CAPITAL RESEARCH AND MANAGEMENT CY", + "short_code": "CRMC", + "branches": [ + { + "code": "", + "city": "IRVINE", + "identifiers": { + "swift_code": "CRMCUS6B" + } + }, + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "CRMCUS6L" + } + } + ] + }, + { + "name": "CAPRIN ASSET MANAGEMENT, LLC", + "short_code": "CSNL", + "branches": [ + { + "code": "", + "city": "RICHMOND", + "identifiers": { + "swift_code": "CSNLUS31" + } + } + ] + }, + { + "name": "CARDEROCK CAPITAL MANAGEMENT, INC", + "short_code": "MECP", + "branches": [ + { + "code": "", + "city": "CHEVY CHASE", + "identifiers": { + "swift_code": "MECPUS31" + } + } + ] + }, + { + "name": "CARDINAL CAPITAL MANAGEMENT LLC", + "short_code": "CCNL", + "branches": [ + { + "code": "", + "city": "GREENWICH", + "identifiers": { + "swift_code": "CCNLUS31" + } + } + ] + }, + { + "name": "CARGILL FINANCIAL SERVICES CORPORATION", + "short_code": "CFSC", + "branches": [ + { + "code": "", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "CFSCUS41" + } + } + ] + }, + { + "name": "CARGILL, INCORPORATED", + "short_code": "WAYC", + "branches": [ + { + "code": "", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "WAYCUS41" + } + } + ] + }, + { + "name": "CARLSON CAPITAL, L.P.", + "short_code": "CLPT", + "branches": [ + { + "code": "", + "city": "DALLAS", + "identifiers": { + "swift_code": "CLPTUS44" + } + } + ] + }, + { + "name": "CARLYLE INVESTMENT MANAGEMENT", + "short_code": "CRGP", + "branches": [ + { + "code": "", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "CRGPUS31" + } + } + ] + }, + { + "name": "CARNES CAPITAL", + "short_code": "CACI", + "branches": [ + { + "code": "", + "city": "NAPLES", + "identifiers": { + "swift_code": "CACIUS31" + } + } + ] + }, + { + "name": "CARRET AND COMPANY", + "short_code": "CAOM", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CAOMUS31" + } + } + ] + }, + { + "name": "CARRET CAPITAL, LLC", + "short_code": "CRTL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CRTLUS31" + } + } + ] + }, + { + "name": "CARRIER GLOBAL CORPORATION", + "short_code": "HVAC", + "branches": [ + { + "code": "", + "city": "PALM BEACH GARDENS", + "identifiers": { + "swift_code": "HVACUS33" + } + } + ] + }, + { + "name": "CARROLLTON BANK", + "short_code": "CLRT", + "branches": [ + { + "code": "", + "city": "ST. LOUIS", + "identifiers": { + "swift_code": "CLRTUS44" + } + } + ] + }, + { + "name": "CASHMAN AND ASSOCIATES", + "short_code": "CAOS", + "branches": [ + { + "code": "", + "city": "ROYERSFORD", + "identifiers": { + "swift_code": "CAOSUS31" + } + } + ] + }, + { + "name": "CASHMERE VALLEY BANK", + "short_code": "CAVY", + "branches": [ + { + "code": "", + "city": "CASHMERE", + "identifiers": { + "swift_code": "CAVYUS61" + } + } + ] + }, + { + "name": "CASS COMMERCIAL BANK", + "short_code": "CASS", + "branches": [ + { + "code": "", + "city": "BRIDGETON", + "identifiers": { + "swift_code": "CASSUS41" + } + } + ] + }, + { + "name": "CASTLE HOOK PARTNERS LP", + "short_code": "CHPN", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHPNUS31" + } + } + ] + }, + { + "name": "CASTLEARK MANAGEMENT, LLC", + "short_code": "CANM", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CANMUS41" + } + } + ] + }, + { + "name": "CASTLELAKE, L.P.", + "short_code": "CAKT", + "branches": [ + { + "code": "", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "CAKTUS44" + } + } + ] + }, + { + "name": "CASTLEOAK SECURITIES, L.P.", + "short_code": "CSUC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CSUCUS31" + } + } + ] + }, + { + "name": "CATALYST CORPORATE FEDERAL CREDIT UNION", + "short_code": "CCFD", + "branches": [ + { + "code": "", + "city": "PLANO", + "identifiers": { + "swift_code": "CCFDUS41" + } + } + ] + }, + { + "name": "CATERPILLAR INC.", + "short_code": "CTPL", + "branches": [ + { + "code": "", + "city": "IRVING", + "identifiers": { + "swift_code": "CTPLUS44" + } + } + ] + }, + { + "name": "CATHAY BANK", + "short_code": "CATH", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "CATHUS6L" + } + }, + { + "code": "NYC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CATHUS6LNYC" + } + } + ] + }, + { + "name": "CATHAY BANK", + "short_code": "ASIB", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ASIBUS31" + } + } + ] + }, + { + "name": "CAUSEWAY CAPITAL MANAGEMENT LLC", + "short_code": "CCAL", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "CCALUS61" + } + } + ] + }, + { + "name": "CAXTON ASSOCIATES, L.L.C", + "short_code": "CAXT", + "branches": [ + { + "code": "", + "city": "PRINCETON", + "identifiers": { + "swift_code": "CAXTUS31" + } + } + ] + }, + { + "name": "CBOE GLOBAL MARKETS, INC", + "short_code": "XCBO", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "XCBOUS41" + } + } + ] + }, + { + "name": "CBRE SERVICES, INC.", + "short_code": "CBEV", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "CBEVUS66" + } + } + ] + }, + { + "name": "CBRE, INC.", + "short_code": "BBRE", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "BBREUS33" + } + } + ] + }, + { + "name": "CCM INVESTMENT ADVISERS", + "short_code": "CCID", + "branches": [ + { + "code": "", + "city": "COLUMBIA", + "identifiers": { + "swift_code": "CCIDUS31" + } + } + ] + }, + { + "name": "CE INVESTMENT MANAGEMENT, LLC", + "short_code": "CNVM", + "branches": [ + { + "code": "", + "city": "OKLAHOMA CITY", + "identifiers": { + "swift_code": "CNVMUS44" + } + } + ] + }, + { + "name": "CEDAR CAPITAL MANAGEMENT", + "short_code": "CECN", + "branches": [ + { + "code": "", + "city": "ANN ARBOR", + "identifiers": { + "swift_code": "CECNUS31" + } + } + ] + }, + { + "name": "CEDAR HILL ASSOCIATES", + "short_code": "CEHA", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CEHAUS41" + } + } + ] + }, + { + "name": "CEDARPOINT CAPITAL MANAGEMENT, INC.", + "short_code": "CEPN", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CEPNUS31" + } + } + ] + }, + { + "name": "CELTIC FINANCIAL, LLC", + "short_code": "CIHL", + "branches": [ + { + "code": "", + "city": "LARKSPUR", + "identifiers": { + "swift_code": "CIHLUS61" + } + } + ] + }, + { + "name": "CENTENNIAL BANK", + "short_code": "CNTE", + "branches": [ + { + "code": "", + "city": "CONWAY", + "identifiers": { + "swift_code": "CNTEUS44" + } + } + ] + }, + { + "name": "CENTENUS GLOBAL MANAGEMENT, LP", + "short_code": "CEBM", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CEBMUS31" + } + } + ] + }, + { + "name": "CENTERSQUARE INVESTMENT MANAGEMENT, INC", + "short_code": "URSM", + "branches": [ + { + "code": "", + "city": "PLYMOUTH MEETING", + "identifiers": { + "swift_code": "URSMUS31" + } + } + ] + }, + { + "name": "CENTIER BANK", + "short_code": "CNIT", + "branches": [ + { + "code": "", + "city": "MERRILLVILLE", + "identifiers": { + "swift_code": "CNITUS44" + } + } + ] + }, + { + "name": "CENTRAL BANK", + "short_code": "CBUT", + "branches": [ + { + "code": "", + "city": "PROVO", + "identifiers": { + "swift_code": "CBUTUS51" + } + } + ] + }, + { + "name": "CENTRAL BANK AND TRUST CO.", + "short_code": "CBTR", + "branches": [ + { + "code": "", + "city": "LEXINGTON", + "identifiers": { + "swift_code": "CBTRUS31" + } + } + ] + }, + { + "name": "CENTRAL MINNESOTA CREDIT UNION", + "short_code": "CMCU", + "branches": [ + { + "code": "", + "city": "MELROSE", + "identifiers": { + "swift_code": "CMCUUS41" + } + } + ] + }, + { + "name": "CENTRAL PACIFIC BANK", + "short_code": "CEPB", + "branches": [ + { + "code": "", + "city": "HONOLULU", + "identifiers": { + "swift_code": "CEPBUS77" + } + } + ] + }, + { + "name": "CENTRAL TRUST COMPANY", + "short_code": "GTCM", + "branches": [ + { + "code": "", + "city": "CLAYTON", + "identifiers": { + "swift_code": "GTCMUS41" + } + } + ] + }, + { + "name": "CENTRE ASSET MANAGEMENT, LLC", + "short_code": "CESA", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CESAUS33" + } + } + ] + }, + { + "name": "CENTRIC BANK", + "short_code": "UDNB", + "branches": [ + { + "code": "", + "city": "DAUPHIN", + "identifiers": { + "swift_code": "UDNBUS31" + } + } + ] + }, + { + "name": "CENTURY BANK", + "short_code": "CEYT", + "branches": [ + { + "code": "", + "city": "SANTA FE", + "identifiers": { + "swift_code": "CEYTUS51" + } + }, + { + "code": "", + "city": "SANTA FE", + "identifiers": { + "swift_code": "CEYTUS55" + } + } + ] + }, + { + "name": "CENTURY CAPITAL MANAGEMENT, LLC", + "short_code": "CCAG", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "CCAGUS31" + } + } + ] + }, + { + "name": "CERBERUS CAPITAL MANAGEMENT, L.P.", + "short_code": "CBPM", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CBPMUS33" + } + } + ] + }, + { + "name": "CERCANO MANAGEMENT LLC", + "short_code": "CMGC", + "branches": [ + { + "code": "", + "city": "BELLEVUE", + "identifiers": { + "swift_code": "CMGCUS62" + } + } + ] + }, + { + "name": "CERIDIAN HCM, INC", + "short_code": "CEHM", + "branches": [ + { + "code": "", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "CEHMUS44" + } + } + ] + }, + { + "name": "CERNER CORPORATION", + "short_code": "CEOA", + "branches": [ + { + "code": "", + "city": "KANSAS CITY", + "identifiers": { + "swift_code": "CEOAUS44" + } + } + ] + }, + { + "name": "CF GLOBAL TRADING LLC", + "short_code": "GLTL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GLTLUS31" + } + } + ] + }, + { + "name": "CFCU COMMUNITY CREDIT UNION", + "short_code": "CCDU", + "branches": [ + { + "code": "", + "city": "ITHACA", + "identifiers": { + "swift_code": "CCDUUS33" + } + } + ] + }, + { + "name": "CG ASSET MANAGEMENT LLC", + "short_code": "CGAN", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CGANUS31" + } + } + ] + }, + { + "name": "CGS-CIMB SECURITIES (USA), INC", + "short_code": "CIUU", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CIUUUS31" + } + } + ] + }, + { + "name": "CHAMBERSBURG TRUST COMPANY", + "short_code": "CHTR", + "branches": [ + { + "code": "", + "city": "CHAMBERSBURG", + "identifiers": { + "swift_code": "CHTRUS31" + } + } + ] + }, + { + "name": "CHAMPLAIN INVESTMENT PARTNERS, LLC", + "short_code": "CNRC", + "branches": [ + { + "code": "", + "city": "BURLINGTON", + "identifiers": { + "swift_code": "CNRCUS31" + } + } + ] + }, + { + "name": "CHANDLER ASSET MANAGEMENT INC.", + "short_code": "CDLR", + "branches": [ + { + "code": "", + "city": "SAN DIEGO", + "identifiers": { + "swift_code": "CDLRUS66" + } + } + ] + }, + { + "name": "CHANG HWA COMMERCIAL BANK, LTD., LOS ANGELES BRANCH", + "short_code": "CCBC", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "CCBCUS6L" + } + } + ] + }, + { + "name": "CHANG HWA COMMERCIAL BANK, LTD., NEW YORK BRANCH", + "short_code": "CCBC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CCBCUS33" + } + } + ] + }, + { + "name": "CHANGE GLOBAL INVESTMENT, LLC", + "short_code": "CGIL", + "branches": [ + { + "code": "", + "city": "CAMAS", + "identifiers": { + "swift_code": "CGILUS62" + } + } + ] + }, + { + "name": "CHANNING CAPITAL MANAGEMENT, LLC", + "short_code": "CPNL", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CPNLUS41" + } + } + ] + }, + { + "name": "CHARLES SCHWAB AND CO INC.", + "short_code": "CSCH", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "CSCHUS66" + } + } + ] + }, + { + "name": "CHARLES SCHWAB AND CO., INC.", + "short_code": "CSCH", + "branches": [ + { + "code": "GLB", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "CSCHUS6SGLB" + } + }, + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "CSCHUS6S" + } + }, + { + "code": "INT", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "CSCHUS6SINT" + } + }, + { + "code": "IMO", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "CSCHUS6SIMO" + } + }, + { + "code": "PFX", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "CSCHUS6SPFX" + } + }, + { + "code": "PFF", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "CSCHUS6SPFF" + } + }, + { + "code": "TRE", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "CSCHUS6STRE" + } + }, + { + "code": "TMO", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "CSCHUS6STMO" + } + }, + { + "code": "WTS", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "CSCHUS6SWTS" + } + } + ] + }, + { + "name": "CHARLES SCHWAB INVESTMENT MANAGEMENT", + "short_code": "CSIG", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "CSIGUS61" + } + } + ] + }, + { + "name": "CHARTWELL INVESTMENT PARTNERS, LLC", + "short_code": "CHIP", + "branches": [ + { + "code": "", + "city": "BERWYN", + "identifiers": { + "swift_code": "CHIPUS31" + } + } + ] + }, + { + "name": "CHASE INVESTMENT COUNSEL CORPORATION", + "short_code": "CIOR", + "branches": [ + { + "code": "", + "city": "CHARLOTTESVILLE", + "identifiers": { + "swift_code": "CIORUS31" + } + } + ] + }, + { + "name": "CHATHAM INVESTMENT MANAGEMENT COMPANY", + "short_code": "CIMY", + "branches": [ + { + "code": "", + "city": "SAVANNAH", + "identifiers": { + "swift_code": "CIMYUS31" + } + } + ] + }, + { + "name": "CHECK CAPITAL MANAGEMENT, INC.", + "short_code": "CHCN", + "branches": [ + { + "code": "", + "city": "COSTA MESA", + "identifiers": { + "swift_code": "CHCNUS61" + } + } + ] + }, + { + "name": "CHEEVERS AND COMPANY, INC.", + "short_code": "CHVC", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CHVCUS41" + } + } + ] + }, + { + "name": "CHEMUNG CANAL TRUST CO", + "short_code": "CCTR", + "branches": [ + { + "code": "", + "city": "ELMIRA", + "identifiers": { + "swift_code": "CCTRUS31" + } + } + ] + }, + { + "name": "CHEVIOT VALUE MANAGEMENT", + "short_code": "CHVM", + "branches": [ + { + "code": "", + "city": "SANTA MONICA", + "identifiers": { + "swift_code": "CHVMUS61" + } + } + ] + }, + { + "name": "CHEVRON CORPORATION", + "short_code": "CVRN", + "branches": [ + { + "code": "", + "city": "SAN RAMON", + "identifiers": { + "swift_code": "CVRNUS61" + } + } + ] + }, + { + "name": "CHEVY CHASE TRUST COMPANY", + "short_code": "CCTY", + "branches": [ + { + "code": "", + "city": "BETHESDA", + "identifiers": { + "swift_code": "CCTYUS31" + } + } + ] + }, + { + "name": "CHICAGO ANALYTIC TRADING COMPANY", + "short_code": "CATC", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CATCUS41" + } + } + ] + }, + { + "name": "CHICAGO ASSET MANAGEMENT COMPANY", + "short_code": "CAAY", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CAAYUS41" + } + } + ] + }, + { + "name": "CHICAGO BRIDGE AND IRON COMPANY", + "short_code": "CBIM", + "branches": [ + { + "code": "", + "city": "THE WOODLANDS", + "identifiers": { + "swift_code": "CBIMUS44" + } + } + ] + }, + { + "name": "CHICAGO CAPITAL MARKETS LLC", + "short_code": "CCKC", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CCKCUS41" + } + } + ] + }, + { + "name": "CHICAGO CORPORATION, THE", + "short_code": "CHCP", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CHCPUS41" + } + } + ] + }, + { + "name": "CHICAGO EQUITY PARTNERS LLC", + "short_code": "CHQP", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CHQPUS41" + } + } + ] + }, + { + "name": "CHICAGO MERCANTILE EXCHANGE", + "short_code": "XCME", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "XCMEUS4F" + } + }, + { + "code": "COL", + "city": "CHICAGO", + "identifiers": { + "swift_code": "XCMEUS4CCOL" + } + }, + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "XCMEUS4C" + } + }, + { + "code": "DLV", + "city": "CHICAGO", + "identifiers": { + "swift_code": "XCMEUS4CDLV" + } + }, + { + "code": "NFA", + "city": "CHICAGO", + "identifiers": { + "swift_code": "XCMEUS4CNFA" + } + }, + { + "code": "FEX", + "city": "CHICAGO", + "identifiers": { + "swift_code": "XCMEUS4CFEX" + } + }, + { + "code": "OGT", + "city": "CHICAGO", + "identifiers": { + "swift_code": "XCMEUS4COGT" + } + }, + { + "code": "OGT", + "city": "CHICAGO", + "identifiers": { + "swift_code": "XCMEUS4FOGT" + } + }, + { + "code": "REG", + "city": "CHICAGO", + "identifiers": { + "swift_code": "XCMEUS4CREG" + } + } + ] + }, + { + "name": "CHICAGO STOCK EXCHANGE", + "short_code": "XMID", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "XMIDUS41" + } + } + ] + }, + { + "name": "CHICAGO STOCK EXCHANGE, INC.", + "short_code": "XCHI", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "XCHIUS41" + } + } + ] + }, + { + "name": "CHILTON CAPITAL MANAGEMENT, LP", + "short_code": "CHCE", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "CHCEUS41" + } + } + ] + }, + { + "name": "CHIMERA INVESTMENT CORPORATION", + "short_code": "CNOI", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CNOIUS33" + } + } + ] + }, + { + "name": "CHINA CITIC BANK INTERNATIONAL LTD., LOS ANGELES BRANCH", + "short_code": "KWHK", + "branches": [ + { + "code": "", + "city": "ALHAMBRA", + "identifiers": { + "swift_code": "KWHKUS66" + } + } + ] + }, + { + "name": "CHINA CITIC BANK INTERNATIONAL LTD., NEW YORK BRANCH", + "short_code": "KWHK", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "KWHKUS33" + } + } + ] + }, + { + "name": "CHINA CONSTRUCTION BANK NEW YORK BRANCH", + "short_code": "PCBC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PCBCUS33" + } + } + ] + }, + { + "name": "CHINA MERCHANTS BANK CO., LTD.", + "short_code": "CMBC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CMBCUS33" + } + } + ] + }, + { + "name": "CHINA RENAISSANCE SECURITIES (US) INC.", + "short_code": "CHNU", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHNUUS31" + } + } + ] + }, + { + "name": "CHOICE FINANCIAL GROUP", + "short_code": "CHFG", + "branches": [ + { + "code": "", + "city": "FARGO", + "identifiers": { + "swift_code": "CHFGUS44" + } + }, + { + "code": "013", + "city": "FARGO", + "identifiers": { + "swift_code": "CHFGUS44013" + } + }, + { + "code": "021", + "city": "FARGO", + "identifiers": { + "swift_code": "CHFGUS44021" + } + } + ] + }, + { + "name": "CHONG HING BANK LIMITED", + "short_code": "LCHB", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "LCHBUS61" + } + } + ] + }, + { + "name": "CHS INC.", + "short_code": "CHSH", + "branches": [ + { + "code": "", + "city": "INVER GROVE HEIGHTS", + "identifiers": { + "swift_code": "CHSHUS44" + } + } + ] + }, + { + "name": "CHURCHILL MANAGEMENT CORP.", + "short_code": "CHMN", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "CHMNUS61" + } + } + ] + }, + { + "name": "CI EATON PRIVATE WEALTH", + "short_code": "EVWA", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "EVWAUS32" + } + } + ] + }, + { + "name": "CIBC BANK USA", + "short_code": "PVTB", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "PVTBUS44" + } + } + ] + }, + { + "name": "CIBC WORLD MARKETS CORP.", + "short_code": "OPCO", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "OPCOUS33" + } + }, + { + "code": "SPB", + "city": "NEW YORK", + "identifiers": { + "swift_code": "OPCOUS33SPB" + } + } + ] + }, + { + "name": "CIC MARKET SOLUTIONS, INC", + "short_code": "ESNA", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ESNAUS31" + } + } + ] + }, + { + "name": "CICC US SECURITIES, INC.", + "short_code": "CICR", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CICRUS31" + } + }, + { + "code": "PER", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CICRUS31PER" + } + } + ] + }, + { + "name": "CIGNA HEALTH AND LIFE INSURANCE COMPANY", + "short_code": "CIGN", + "branches": [ + { + "code": "", + "city": "BLOOMFIELD", + "identifiers": { + "swift_code": "CIGNUS3A" + } + } + ] + }, + { + "name": "CIGNA INVESTMENT MANAGEMENT", + "short_code": "CIGN", + "branches": [ + { + "code": "", + "city": "BLOOMFIELD", + "identifiers": { + "swift_code": "CIGNUS31" + } + } + ] + }, + { + "name": "CIM INVESTMENT MANAGEMENT, INC.", + "short_code": "CINM", + "branches": [ + { + "code": "", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "CINMUS31" + } + } + ] + }, + { + "name": "CINCINNATI FINANCIAL CORPORATION", + "short_code": "CNFO", + "branches": [ + { + "code": "", + "city": "FAIRFIELD", + "identifiers": { + "swift_code": "CNFOUS33" + } + } + ] + }, + { + "name": "CINCINNATI STOCK EXCHANGE", + "short_code": "XCIS", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "XCISUS41" + } + } + ] + }, + { + "name": "CISCO SYSTEMS INC", + "short_code": "CSCO", + "branches": [ + { + "code": "", + "city": "SAN JOSE", + "identifiers": { + "swift_code": "CSCOUS66" + } + } + ] + }, + { + "name": "CITADEL ADVISORS LLC", + "short_code": "CITG", + "branches": [ + { + "code": "CDC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CDC" + } + }, + { + "code": "CDG", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CDG" + } + }, + { + "code": "CEC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CEC" + } + }, + { + "code": "CHL", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CHL" + } + }, + { + "code": "CPL", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CPL" + } + }, + { + "code": "CSC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CSC" + } + }, + { + "code": "CTG", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CTG" + } + }, + { + "code": "DGE", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44DGE" + } + }, + { + "code": "DGH", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44DGH" + } + }, + { + "code": "EHP", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44EHP" + } + }, + { + "code": "FPC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44FPC" + } + }, + { + "code": "FS2", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44FS2" + } + }, + { + "code": "FTC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44FTC" + } + }, + { + "code": "GEC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44GEC" + } + }, + { + "code": "GED", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44GED" + } + }, + { + "code": "GEM", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44GEM" + } + }, + { + "code": "GEO", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44GEO" + } + }, + { + "code": "GEP", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44GEP" + } + }, + { + "code": "GES", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44GES" + } + }, + { + "code": "GTS", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44GTS" + } + }, + { + "code": "KGH", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44KGH" + } + }, + { + "code": "KUK", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44KUK" + } + }, + { + "code": "MDA", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44MDA" + } + }, + { + "code": "RDH", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44RDH" + } + }, + { + "code": "RIH", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44RIH" + } + }, + { + "code": "RMC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44RMC" + } + }, + { + "code": "RMO", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44RMO" + } + }, + { + "code": "SPN", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SPN" + } + }, + { + "code": "SPR", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SPR" + } + }, + { + "code": "SYN", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SYN" + } + }, + { + "code": "TRC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44TRC" + } + }, + { + "code": "AXM", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44AXM" + } + }, + { + "code": "B20", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44B20" + } + }, + { + "code": "D19", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44D19" + } + }, + { + "code": "D20", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44D20" + } + }, + { + "code": "HE3", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44HE3" + } + }, + { + "code": "SFH", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SFH" + } + }, + { + "code": "SSC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SSC" + } + }, + { + "code": "EES", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44EES" + } + }, + { + "code": "EAS", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44EAS" + } + }, + { + "code": "FAS", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44FAS" + } + }, + { + "code": "GHP", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44GHP" + } + }, + { + "code": "HF2", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44HF2" + } + }, + { + "code": "SAS", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SAS" + } + }, + { + "code": "CF1", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CF1" + } + }, + { + "code": "F1D", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44F1D" + } + }, + { + "code": "F1H", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44F1H" + } + }, + { + "code": "FCN", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44FCN" + } + }, + { + "code": "FDN", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44FDN" + } + }, + { + "code": "SJ2", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SJ2" + } + }, + { + "code": "SK2", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SK2" + } + }, + { + "code": "EPG", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44EPG" + } + }, + { + "code": "EPR", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44EPR" + } + }, + { + "code": "IPT", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44IPT" + } + }, + { + "code": "CMM", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CMM" + } + }, + { + "code": "ST2", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44ST2" + } + }, + { + "code": "CSF", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CSF" + } + }, + { + "code": "CMD", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CMD" + } + }, + { + "code": "SDT", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SDT" + } + }, + { + "code": "KCC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44KCC" + } + }, + { + "code": "HP7", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44HP7" + } + }, + { + "code": "ST3", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44ST3" + } + }, + { + "code": "SW2", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SW2" + } + }, + { + "code": "PFF", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44PFF" + } + }, + { + "code": "CDH", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CDH" + } + }, + { + "code": "CEH", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CEH" + } + }, + { + "code": "CER", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CER" + } + }, + { + "code": "CSA", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CSA" + } + }, + { + "code": "CSK", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CSK" + } + }, + { + "code": "HFA", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44HFA" + } + }, + { + "code": "HFH", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44HFH" + } + }, + { + "code": "SPS", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SPS" + } + }, + { + "code": "LUC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44LUC" + } + }, + { + "code": "SLU", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SLU" + } + }, + { + "code": "HFC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44HFC" + } + }, + { + "code": "CF2", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CF2" + } + }, + { + "code": "ANG", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44ANG" + } + }, + { + "code": "MDW", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44MDW" + } + }, + { + "code": "TEX", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44TEX" + } + }, + { + "code": "WE2", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44WE2" + } + }, + { + "code": "WEL", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44WEL" + } + }, + { + "code": "IPI", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44IPI" + } + }, + { + "code": "SES", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SES" + } + }, + { + "code": "SC2", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SC2" + } + }, + { + "code": "SR2", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SR2" + } + }, + { + "code": "WC1", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44WC1" + } + }, + { + "code": "WC2", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44WC2" + } + }, + { + "code": "WKG", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44WKG" + } + }, + { + "code": "WM1", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44WM1" + } + }, + { + "code": "WM2", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44WM2" + } + }, + { + "code": "RIT", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44RIT" + } + }, + { + "code": "MFV", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44MFV" + } + }, + { + "code": "MAM", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44MAM" + } + }, + { + "code": "HP9", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44HP9" + } + }, + { + "code": "SFA", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SFA" + } + }, + { + "code": "MRI", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44MRI" + } + }, + { + "code": "MRA", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44MRA" + } + }, + { + "code": "ARG", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44ARG" + } + }, + { + "code": "ASA", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44ASA" + } + }, + { + "code": "ATA", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44ATA" + } + }, + { + "code": "KAM", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44KAM" + } + }, + { + "code": "SFT", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SFT" + } + }, + { + "code": "GMD", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44GMD" + } + }, + { + "code": "GMV", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44GMV" + } + }, + { + "code": "MSE", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44MSE" + } + }, + { + "code": "MSV", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44MSV" + } + }, + { + "code": "EID", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44EID" + } + }, + { + "code": "EIV", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44EIV" + } + }, + { + "code": "CSH", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CSH" + } + }, + { + "code": "CGP", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CGP" + } + }, + { + "code": "CHP", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CHP" + } + }, + { + "code": "FBC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44FBC" + } + }, + { + "code": "HFP", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44HFP" + } + }, + { + "code": "HSC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44HSC" + } + }, + { + "code": "RBH", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44RBH" + } + }, + { + "code": "SHK", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SHK" + } + }, + { + "code": "SSL", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SSL" + } + }, + { + "code": "DDP", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44DDP" + } + }, + { + "code": "DPH", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44DPH" + } + }, + { + "code": "DPP", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44DPP" + } + }, + { + "code": "GC2", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44GC2" + } + }, + { + "code": "GCI", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44GCI" + } + }, + { + "code": "GD2", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44GD2" + } + }, + { + "code": "GH2", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44GH2" + } + }, + { + "code": "HFM", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44HFM" + } + }, + { + "code": "ASR", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44ASR" + } + }, + { + "code": "CPP", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CPP" + } + }, + { + "code": "PTC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44PTC" + } + }, + { + "code": "SCH", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SCH" + } + }, + { + "code": "CSP", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CSP" + } + }, + { + "code": "DG7", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44DG7" + } + }, + { + "code": "DHL", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44DHL" + } + }, + { + "code": "CMF", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CMF" + } + }, + { + "code": "CA5", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CA5" + } + }, + { + "code": "SCN", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SCN" + } + }, + { + "code": "SLP", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SLP" + } + }, + { + "code": "WS2", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44WS2" + } + }, + { + "code": "SAM", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SAM" + } + }, + { + "code": "SAT", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SAT" + } + }, + { + "code": "CSR", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CSR" + } + }, + { + "code": "EEU", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44EEU" + } + }, + { + "code": "IPH", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44IPH" + } + }, + { + "code": "RBL", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44RBL" + } + }, + { + "code": "CN2", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CN2" + } + }, + { + "code": "AHL", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44AHL" + } + }, + { + "code": "ARB", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44ARB" + } + }, + { + "code": "HK2", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44HK2" + } + }, + { + "code": "SCC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SCC" + } + }, + { + "code": "SKR", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SKR" + } + }, + { + "code": "STA", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44STA" + } + }, + { + "code": "STW", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44STW" + } + }, + { + "code": "SFC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SFC" + } + }, + { + "code": "EFC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44EFC" + } + }, + { + "code": "LAB", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44LAB" + } + }, + { + "code": "OCT", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44OCT" + } + }, + { + "code": "SMC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SMC" + } + }, + { + "code": "EIC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44EIC" + } + }, + { + "code": "KG2", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44KG2" + } + }, + { + "code": "KHO", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44KHO" + } + }, + { + "code": "CKH", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CKH" + } + }, + { + "code": "D18", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44D18" + } + }, + { + "code": "TN3", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44TN3" + } + }, + { + "code": "SJP", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SJP" + } + }, + { + "code": "SCA", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SCA" + } + }, + { + "code": "IRV", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44IRV" + } + }, + { + "code": "RVO", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44RVO" + } + }, + { + "code": "VFD", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44VFD" + } + }, + { + "code": "1CH", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS441CH" + } + }, + { + "code": "CC2", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CC2" + } + }, + { + "code": "CRM", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CRM" + } + }, + { + "code": "TLC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44TLC" + } + }, + { + "code": "SCV", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SCV" + } + }, + { + "code": "HLG", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44HLG" + } + }, + { + "code": "KUL", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44KUL" + } + }, + { + "code": "LPC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44LPC" + } + }, + { + "code": "PHC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44PHC" + } + }, + { + "code": "2NG", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS442NG" + } + }, + { + "code": "CWN", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CWN" + } + }, + { + "code": "HE2", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44HE2" + } + }, + { + "code": "KGN", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44KGN" + } + }, + { + "code": "SA2", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SA2" + } + }, + { + "code": "SSG", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SSG" + } + }, + { + "code": "CSV", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CSV" + } + }, + { + "code": "GV2", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44GV2" + } + }, + { + "code": "SWE", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SWE" + } + }, + { + "code": "SLL", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SLL" + } + }, + { + "code": "CFN", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CFN" + } + }, + { + "code": "KM2", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44KM2" + } + }, + { + "code": "KMH", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44KMH" + } + }, + { + "code": "MLV", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44MLV" + } + }, + { + "code": "WMH", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44WMH" + } + }, + { + "code": "CVP", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CVP" + } + }, + { + "code": "BLZ", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44BLZ" + } + }, + { + "code": "CCT", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CCT" + } + }, + { + "code": "CHE", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CHE" + } + }, + { + "code": "CMS", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CMS" + } + }, + { + "code": "FI2", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44FI2" + } + }, + { + "code": "GFN", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44GFN" + } + }, + { + "code": "FRA", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44FRA" + } + }, + { + "code": "2CP", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS442CP" + } + }, + { + "code": "AAM", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44AAM" + } + }, + { + "code": "ACC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44ACC" + } + }, + { + "code": "ACI", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44ACI" + } + }, + { + "code": "AMB", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44AMB" + } + }, + { + "code": "AOH", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44AOH" + } + }, + { + "code": "ASC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44ASC" + } + }, + { + "code": "ASH", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44ASH" + } + }, + { + "code": "ASM", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44ASM" + } + }, + { + "code": "BRA", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44BRA" + } + }, + { + "code": "C2L", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44C2L" + } + }, + { + "code": "CAA", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CAA" + } + }, + { + "code": "CAL", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CAL" + } + }, + { + "code": "CAM", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CAM" + } + }, + { + "code": "CAS", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CAS" + } + }, + { + "code": "CCD", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CCD" + } + }, + { + "code": "CCL", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CCL" + } + }, + { + "code": "CCO", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CCO" + } + }, + { + "code": "CD2", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CD2" + } + }, + { + "code": "CD3", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CD3" + } + }, + { + "code": "CDP", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CDP" + } + }, + { + "code": "CDT", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CDT" + } + }, + { + "code": "CES", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CES" + } + }, + { + "code": "CFB", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CFB" + } + }, + { + "code": "CFC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CFC" + } + }, + { + "code": "CFD", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CFD" + } + }, + { + "code": "CFL", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CFL" + } + }, + { + "code": "CGA", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CGA" + } + }, + { + "code": "CGM", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CGM" + } + }, + { + "code": "CH1", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CH1" + } + }, + { + "code": "CH2", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CH2" + } + }, + { + "code": "CID", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CID" + } + }, + { + "code": "CMC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CMC" + } + }, + { + "code": "CSE", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CSE" + } + }, + { + "code": "CST", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CST" + } + }, + { + "code": "CTC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CTC" + } + }, + { + "code": "CTD", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CTD" + } + }, + { + "code": "CTI", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CTI" + } + }, + { + "code": "CTL", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CTL" + } + }, + { + "code": "CTO", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CTO" + } + }, + { + "code": "CWL", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CWL" + } + }, + { + "code": "CXH", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CXH" + } + }, + { + "code": "CYC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CYC" + } + }, + { + "code": "CYD", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CYD" + } + }, + { + "code": "CYH", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CYH" + } + }, + { + "code": "DFP", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44DFP" + } + }, + { + "code": "DFT", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44DFT" + } + }, + { + "code": "DXI", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44DXI" + } + }, + { + "code": "ECA", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44ECA" + } + }, + { + "code": "ECC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44ECC" + } + }, + { + "code": "ECD", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44ECD" + } + }, + { + "code": "ECP", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44ECP" + } + }, + { + "code": "EHC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44EHC" + } + }, + { + "code": "EHS", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44EHS" + } + }, + { + "code": "EIF", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44EIF" + } + }, + { + "code": "EII", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44EII" + } + }, + { + "code": "EIL", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44EIL" + } + }, + { + "code": "EIM", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44EIM" + } + }, + { + "code": "EIP", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44EIP" + } + }, + { + "code": "EMF", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44EMF" + } + }, + { + "code": "EVL", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44EVL" + } + }, + { + "code": "FDC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44FDC" + } + }, + { + "code": "FDF", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44FDF" + } + }, + { + "code": "FDL", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44FDL" + } + }, + { + "code": "FIF", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44FIF" + } + }, + { + "code": "FLC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44FLC" + } + }, + { + "code": "FOH", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44FOH" + } + }, + { + "code": "FSF", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44FSF" + } + }, + { + "code": "FSI", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44FSI" + } + }, + { + "code": "FSL", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44FSL" + } + }, + { + "code": "GAC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44GAC" + } + }, + { + "code": "GAF", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44GAF" + } + }, + { + "code": "GAH", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44GAH" + } + }, + { + "code": "GBD", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44GBD" + } + }, + { + "code": "GET", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44GET" + } + }, + { + "code": "GHS", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44GHS" + } + }, + { + "code": "GLC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44GLC" + } + }, + { + "code": "HHS", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44HHS" + } + }, + { + "code": "HLC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44HLC" + } + }, + { + "code": "HLD", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44HLD" + } + }, + { + "code": "HLP", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44HLP" + } + }, + { + "code": "KFI", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44KFI" + } + }, + { + "code": "KGO", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44KGO" + } + }, + { + "code": "KGT", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44KGT" + } + }, + { + "code": "KXH", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44KXH" + } + }, + { + "code": "LGH", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44LGH" + } + }, + { + "code": "LGO", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44LGO" + } + }, + { + "code": "LPH", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44LPH" + } + }, + { + "code": "M86", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44M86" + } + }, + { + "code": "M87", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44M87" + } + }, + { + "code": "M98", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44M98" + } + }, + { + "code": "MDX", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44MDX" + } + }, + { + "code": "MFC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44MFC" + } + }, + { + "code": "MFD", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44MFD" + } + }, + { + "code": "MMF", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44MMF" + } + }, + { + "code": "MOC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44MOC" + } + }, + { + "code": "MOF", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44MOF" + } + }, + { + "code": "OFC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44OFC" + } + }, + { + "code": "OFD", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44OFD" + } + }, + { + "code": "OMH", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44OMH" + } + }, + { + "code": "OPE", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44OPE" + } + }, + { + "code": "PC1", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44PC1" + } + }, + { + "code": "PCD", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44PCD" + } + }, + { + "code": "PCS", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44PCS" + } + }, + { + "code": "POH", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44POH" + } + }, + { + "code": "PPC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44PPC" + } + }, + { + "code": "QJC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44QJC" + } + }, + { + "code": "RE2", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44RE2" + } + }, + { + "code": "REO", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44REO" + } + }, + { + "code": "RI2", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44RI2" + } + }, + { + "code": "RLP", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44RLP" + } + }, + { + "code": "RMA", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44RMA" + } + }, + { + "code": "RMD", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44RMD" + } + }, + { + "code": "RMH", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44RMH" + } + }, + { + "code": "RML", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44RML" + } + }, + { + "code": "RMM", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44RMM" + } + }, + { + "code": "RMR", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44RMR" + } + }, + { + "code": "RMS", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44RMS" + } + }, + { + "code": "RWL", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44RWL" + } + }, + { + "code": "SCD", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SCD" + } + }, + { + "code": "SCS", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SCS" + } + }, + { + "code": "SEL", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SEL" + } + }, + { + "code": "SHG", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SHG" + } + }, + { + "code": "SND", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SND" + } + }, + { + "code": "SOL", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SOL" + } + }, + { + "code": "SPC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SPC" + } + }, + { + "code": "SRC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SRC" + } + }, + { + "code": "SRL", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SRL" + } + }, + { + "code": "SRV", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SRV" + } + }, + { + "code": "SSP", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SSP" + } + }, + { + "code": "TCD", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44TCD" + } + }, + { + "code": "TRP", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44TRP" + } + }, + { + "code": "TTH", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44TTH" + } + }, + { + "code": "TTO", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44TTO" + } + }, + { + "code": "WLA", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44WLA" + } + }, + { + "code": "WLB", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44WLB" + } + }, + { + "code": "WLH", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44WLH" + } + }, + { + "code": "WLI", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44WLI" + } + }, + { + "code": "WLT", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44WLT" + } + }, + { + "code": "WOD", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44WOD" + } + }, + { + "code": "CT2", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CT2" + } + }, + { + "code": "COD", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44COD" + } + }, + { + "code": "COH", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44COH" + } + }, + { + "code": "COL", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44COL" + } + }, + { + "code": "GIM", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44GIM" + } + }, + { + "code": "GIS", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44GIS" + } + }, + { + "code": "CH3", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CH3" + } + }, + { + "code": "FIM", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44FIM" + } + }, + { + "code": "FIS", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44FIS" + } + }, + { + "code": "SEP", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SEP" + } + }, + { + "code": "DMN", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44DMN" + } + }, + { + "code": "COM", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44COM" + } + }, + { + "code": "FID", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44FID" + } + }, + { + "code": "FIL", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44FIL" + } + }, + { + "code": "FSS", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44FSS" + } + }, + { + "code": "FIO", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44FIO" + } + }, + { + "code": "SGT", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SGT" + } + }, + { + "code": "QFC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44QFC" + } + }, + { + "code": "QFD", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44QFD" + } + }, + { + "code": "QMF", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44QMF" + } + }, + { + "code": "QOH", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44QOH" + } + }, + { + "code": "CSL", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CSL" + } + }, + { + "code": "GAD", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44GAD" + } + }, + { + "code": "GHD", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44GHD" + } + }, + { + "code": "SHS", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SHS" + } + }, + { + "code": "SLS", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SLS" + } + }, + { + "code": "CHC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CHC" + } + }, + { + "code": "KCG", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44KCG" + } + }, + { + "code": "AHC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44AHC" + } + }, + { + "code": "ATD", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44ATD" + } + }, + { + "code": "CAD", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CAD" + } + }, + { + "code": "GHC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44GHC" + } + }, + { + "code": "CA2", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CA2" + } + }, + { + "code": "CSD", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CSD" + } + }, + { + "code": "FHS", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44FHS" + } + }, + { + "code": "WMP", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44WMP" + } + }, + { + "code": "CL3", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CL3" + } + }, + { + "code": "WMT", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44WMT" + } + }, + { + "code": "BAS", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44BAS" + } + }, + { + "code": "CA3", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CA3" + } + }, + { + "code": "CAN", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CAN" + } + }, + { + "code": "TEC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44TEC" + } + }, + { + "code": "UAE", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44UAE" + } + }, + { + "code": "SCU", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SCU" + } + }, + { + "code": "ELH", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44ELH" + } + }, + { + "code": "MKA", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44MKA" + } + }, + { + "code": "NGC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44NGC" + } + }, + { + "code": "NGD", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44NGD" + } + }, + { + "code": "NGM", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44NGM" + } + }, + { + "code": "NGO", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44NGO" + } + }, + { + "code": "DHS", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44DHS" + } + }, + { + "code": "EDM", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44EDM" + } + }, + { + "code": "EDS", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44EDS" + } + }, + { + "code": "COE", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44COE" + } + }, + { + "code": "CL5", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CL5" + } + }, + { + "code": "TIN", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44TIN" + } + }, + { + "code": "TTM", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44TTM" + } + }, + { + "code": "VLC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44VLC" + } + }, + { + "code": "VLD", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44VLD" + } + }, + { + "code": "VOH", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44VOH" + } + }, + { + "code": "CCH", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CCH" + } + }, + { + "code": "SSD", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SSD" + } + }, + { + "code": "PRM", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44PRM" + } + }, + { + "code": "CCC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CCC" + } + }, + { + "code": "CLH", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CLH" + } + }, + { + "code": "FIT", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44FIT" + } + }, + { + "code": "LP6", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44LP6" + } + }, + { + "code": "AFC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44AFC" + } + }, + { + "code": "SOI", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SOI" + } + }, + { + "code": "CC3", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CC3" + } + }, + { + "code": "FNG", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44FNG" + } + }, + { + "code": "NGP", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44NGP" + } + }, + { + "code": "3CP", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS443CP" + } + }, + { + "code": "C2H", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44C2H" + } + }, + { + "code": "DG1", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44DG1" + } + }, + { + "code": "DG2", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44DG2" + } + }, + { + "code": "LP7", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44LP7" + } + }, + { + "code": "PEP", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44PEP" + } + }, + { + "code": "SPI", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SPI" + } + }, + { + "code": "CAH", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CAH" + } + }, + { + "code": "GFI", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44GFI" + } + }, + { + "code": "PPL", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44PPL" + } + }, + { + "code": "CCS", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CCS" + } + }, + { + "code": "CLT", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CLT" + } + }, + { + "code": "GAR", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44GAR" + } + }, + { + "code": "CSI", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CSI" + } + }, + { + "code": "DG3", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44DG3" + } + }, + { + "code": "SAH", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SAH" + } + }, + { + "code": "SCT", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SCT" + } + }, + { + "code": "SEH", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SEH" + } + }, + { + "code": "STC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44STC" + } + }, + { + "code": "SUH", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SUH" + } + }, + { + "code": "ASL", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44ASL" + } + }, + { + "code": "CAU", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CAU" + } + }, + { + "code": "CMR", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CMR" + } + }, + { + "code": "CSS", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CSS" + } + }, + { + "code": "MOR", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44MOR" + } + }, + { + "code": "SHC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SHC" + } + }, + { + "code": "MSI", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44MSI" + } + }, + { + "code": "ADF", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44ADF" + } + }, + { + "code": "DG4", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44DG4" + } + }, + { + "code": "BCM", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44BCM" + } + }, + { + "code": "DG5", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44DG5" + } + }, + { + "code": "EFL", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44EFL" + } + }, + { + "code": "EFV", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44EFV" + } + }, + { + "code": "MIL", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44MIL" + } + }, + { + "code": "CJH", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CJH" + } + }, + { + "code": "CJL", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CJL" + } + }, + { + "code": "IND", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44IND" + } + }, + { + "code": "SIL", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SIL" + } + }, + { + "code": "SAL", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SAL" + } + }, + { + "code": "2SP", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS442SP" + } + }, + { + "code": "CHM", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CHM" + } + }, + { + "code": "CCP", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CCP" + } + }, + { + "code": "CEF", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CEF" + } + }, + { + "code": "CEP", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CEP" + } + }, + { + "code": "CIF", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CIF" + } + }, + { + "code": "CIL", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CIL" + } + }, + { + "code": "CIP", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CIP" + } + }, + { + "code": "CLP", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44CLP" + } + }, + { + "code": "COR", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44COR" + } + }, + { + "code": "DRG", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44DRG" + } + }, + { + "code": "EPS", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44EPS" + } + }, + { + "code": "FAR", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44FAR" + } + }, + { + "code": "FPS", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44FPS" + } + }, + { + "code": "GFP", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44GFP" + } + }, + { + "code": "GLB", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44GLB" + } + }, + { + "code": "HKD", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44HKD" + } + }, + { + "code": "HP2", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44HP2" + } + }, + { + "code": "HRZ", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44HRZ" + } + }, + { + "code": "KGF", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44KGF" + } + }, + { + "code": "MMT", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44MMT" + } + }, + { + "code": "N2H", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44N2H" + } + }, + { + "code": "PAL", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44PAL" + } + }, + { + "code": "RIN", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44RIN" + } + }, + { + "code": "RIS", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44RIS" + } + }, + { + "code": "RSC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44RSC" + } + }, + { + "code": "SAR", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SAR" + } + }, + { + "code": "SGD", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SGD" + } + }, + { + "code": "SNT", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44SNT" + } + }, + { + "code": "TDC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44TDC" + } + }, + { + "code": "TDL", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44TDL" + } + }, + { + "code": "TRM", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44TRM" + } + }, + { + "code": "TWT", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44TWT" + } + }, + { + "code": "WIN", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44WIN" + } + }, + { + "code": "WLC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUS44WLC" + } + }, + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS44" + } + }, + { + "code": "EFH", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS44EFH" + } + }, + { + "code": "EIH", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS44EIH" + } + }, + { + "code": "ENI", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS44ENI" + } + }, + { + "code": "ENW", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS44ENW" + } + }, + { + "code": "ENY", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS44ENY" + } + }, + { + "code": "ENZ", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS44ENZ" + } + }, + { + "code": "GIH", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS44GIH" + } + }, + { + "code": "MAH", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS44MAH" + } + }, + { + "code": "CEE", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS44CEE" + } + }, + { + "code": "GEE", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS44GEE" + } + }, + { + "code": "ING", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS44ING" + } + }, + { + "code": "ETS", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS44ETS" + } + }, + { + "code": "H11", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS44H11" + } + } + ] + }, + { + "name": "CITADEL INVESTMENT GROUP L.L.C.", + "short_code": "CITG", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITGUSA1" + } + } + ] + }, + { + "name": "CITADEL SECURITIES LLC", + "short_code": "CITG", + "branches": [ + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33" + } + }, + { + "code": "DRG", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33DRG" + } + }, + { + "code": "2SP", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS332SP" + } + }, + { + "code": "AHL", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33AHL" + } + }, + { + "code": "ARB", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33ARB" + } + }, + { + "code": "CAU", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33CAU" + } + }, + { + "code": "CCH", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33CCH" + } + }, + { + "code": "CEH", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33CEH" + } + }, + { + "code": "CGP", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33CGP" + } + }, + { + "code": "CH1", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33CH1" + } + }, + { + "code": "CHC", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33CHC" + } + }, + { + "code": "CHP", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33CHP" + } + }, + { + "code": "CJL", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33CJL" + } + }, + { + "code": "CKH", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33CKH" + } + }, + { + "code": "CSA", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33CSA" + } + }, + { + "code": "CSF", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33CSF" + } + }, + { + "code": "CSH", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33CSH" + } + }, + { + "code": "CSI", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33CSI" + } + }, + { + "code": "CSK", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33CSK" + } + }, + { + "code": "CSR", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33CSR" + } + }, + { + "code": "DGE", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33DGE" + } + }, + { + "code": "EPG", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33EPG" + } + }, + { + "code": "EPR", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33EPR" + } + }, + { + "code": "GCI", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33GCI" + } + }, + { + "code": "IPT", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33IPT" + } + }, + { + "code": "KHO", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33KHO" + } + }, + { + "code": "MSI", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33MSI" + } + }, + { + "code": "RBH", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33RBH" + } + }, + { + "code": "RBL", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33RBL" + } + }, + { + "code": "SA2", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33SA2" + } + }, + { + "code": "SAL", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33SAL" + } + }, + { + "code": "SAS", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33SAS" + } + }, + { + "code": "SAT", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33SAT" + } + }, + { + "code": "SCC", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33SCC" + } + }, + { + "code": "SCN", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33SCN" + } + }, + { + "code": "SCU", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33SCU" + } + }, + { + "code": "SDT", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33SDT" + } + }, + { + "code": "SEH", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33SEH" + } + }, + { + "code": "SES", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33SES" + } + }, + { + "code": "SFC", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33SFC" + } + }, + { + "code": "SFH", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33SFH" + } + }, + { + "code": "SFT", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33SFT" + } + }, + { + "code": "SJ2", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33SJ2" + } + }, + { + "code": "SJP", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33SJP" + } + }, + { + "code": "SK2", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33SK2" + } + }, + { + "code": "SKR", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33SKR" + } + }, + { + "code": "SLL", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33SLL" + } + }, + { + "code": "SLP", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33SLP" + } + }, + { + "code": "SPI", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33SPI" + } + }, + { + "code": "SSC", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33SSC" + } + }, + { + "code": "SSD", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33SSD" + } + }, + { + "code": "SSL", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33SSL" + } + }, + { + "code": "ST2", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33ST2" + } + }, + { + "code": "ST3", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33ST3" + } + }, + { + "code": "STA", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33STA" + } + }, + { + "code": "STW", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33STW" + } + }, + { + "code": "SUH", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33SUH" + } + }, + { + "code": "SW2", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33SW2" + } + }, + { + "code": "TLC", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33TLC" + } + }, + { + "code": "SSG", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33SSG" + } + }, + { + "code": "SC2", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33SC2" + } + }, + { + "code": "SFA", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33SFA" + } + }, + { + "code": "SR2", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33SR2" + } + }, + { + "code": "SAH", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33SAH" + } + }, + { + "code": "CEE", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33CEE" + } + }, + { + "code": "CDH", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33CDH" + } + }, + { + "code": "SH2", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33SH2" + } + }, + { + "code": "CSX", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITGUS33CSX" + } + } + ] + }, + { + "name": "CITIBANK INTERNATIONAL", + "short_code": "CITI", + "branches": [ + { + "code": "CHI", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CITIUS33CHI" + } + }, + { + "code": "LAX", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "CITIUS33LAX" + } + } + ] + }, + { + "name": "CITIBANK N.A", + "short_code": "CITI", + "branches": [ + { + "code": "PBX", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CITIUS3PPBX" + } + }, + { + "code": "TAS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CITIUSS1TAS" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CITIUS3P" + } + } + ] + }, + { + "name": "CITIBANK N.A.", + "short_code": "CITI", + "branches": [ + { + "code": "DEL", + "city": "DELAWARE", + "identifiers": { + "swift_code": "CITIUS33DEL" + } + }, + { + "code": "PBG", + "city": "LONG ISLAND", + "identifiers": { + "swift_code": "CITIUS33PBG" + } + }, + { + "code": "MIA", + "city": "MIAMI", + "identifiers": { + "swift_code": "CITIUS33MIA" + } + }, + { + "code": "GRP", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CITIUS33GRP" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CITIUS33" + } + }, + { + "code": "CST", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CITIUS33CST" + } + }, + { + "code": "CTA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CITIUS33CTA" + } + }, + { + "code": "ADR", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CITIUS33ADR" + } + }, + { + "code": "BNC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CITIUS33BNC" + } + }, + { + "code": "CRD", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CITIUS33CRD" + } + }, + { + "code": "COM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CITIUS33COM" + } + }, + { + "code": "LIQ", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CITIUS33LIQ" + } + }, + { + "code": "AGF", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CITIUS33AGF" + } + }, + { + "code": "CAL", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CITIUS33CAL" + } + }, + { + "code": "CLR", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CITIUS33CLR" + } + }, + { + "code": "OSL", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CITIUS33OSL" + } + }, + { + "code": "ELR", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CITIUS33ELR" + } + }, + { + "code": "BOS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CITIUS33BOS" + } + }, + { + "code": "MC1", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CITIUS33MC1" + } + }, + { + "code": "MGN", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CITIUS33MGN" + } + }, + { + "code": "EFX", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CITIUS33EFX" + } + }, + { + "code": "TSU", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CITIUS33TSU" + } + }, + { + "code": "GPC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CITIUS33GPC" + } + }, + { + "code": "CBK", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CITIUS33CBK" + } + }, + { + "code": "CRP", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CITIUS33CRP" + } + }, + { + "code": "CRR", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CITIUS33CRR" + } + }, + { + "code": "CTI", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CITIUS33CTI" + } + }, + { + "code": "DBO", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CITIUS33DBO" + } + }, + { + "code": "GPD", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CITIUS33GPD" + } + }, + { + "code": "EUC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CITIUS33EUC" + } + }, + { + "code": "EMC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CITIUS33EMC" + } + }, + { + "code": "CDS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CITIUS33CDS" + } + }, + { + "code": "GPF", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CITIUS33GPF" + } + }, + { + "code": "GCM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CITIUS33GCM" + } + }, + { + "code": "IMO", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CITIUS33IMO" + } + }, + { + "code": "MCG", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CITIUS33MCG" + } + }, + { + "code": "CSA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CITIUS33CSA" + } + }, + { + "code": "VCM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CITIUS33VCM" + } + }, + { + "code": "FOR", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CITIUS33FOR" + } + }, + { + "code": "OPC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CITIUS33OPC" + } + }, + { + "code": "OLI", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CITIUS33OLI" + } + }, + { + "code": "GPT", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CITIUS33GPT" + } + }, + { + "code": "URU", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CITIUS33URU" + } + }, + { + "code": "MER", + "city": "SILVER SPRING", + "identifiers": { + "swift_code": "CITIUS33MER" + } + }, + { + "code": "ARR", + "city": "SILVER SPRING", + "identifiers": { + "swift_code": "CITIUS33ARR" + } + }, + { + "code": "BRR", + "city": "SILVER SPRING", + "identifiers": { + "swift_code": "CITIUS33BRR" + } + }, + { + "code": "COR", + "city": "SILVER SPRING", + "identifiers": { + "swift_code": "CITIUS33COR" + } + }, + { + "code": "LIM", + "city": "SILVER SPRING", + "identifiers": { + "swift_code": "CITIUS33LIM" + } + }, + { + "code": "SAN", + "city": "SILVER SPRING", + "identifiers": { + "swift_code": "CITIUS33SAN" + } + }, + { + "code": "VEC", + "city": "SILVER SPRING", + "identifiers": { + "swift_code": "CITIUS33VEC" + } + }, + { + "code": "RIM", + "city": "TAMPA", + "identifiers": { + "swift_code": "CITIUS31RIM" + } + } + ] + }, + { + "name": "CITIC SECURITIES INTERNALTIONAL,USA", + "short_code": "CIET", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CIETUS31" + } + } + ] + }, + { + "name": "CITICORP FUTURES CORP.", + "short_code": "CTFT", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CTFTUS31" + } + } + ] + }, + { + "name": "CITICORP SECURITIES SERVICES INC", + "short_code": "NEWS", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NEWSUS31" + } + } + ] + }, + { + "name": "CITIGROUP COUNTERPARTY RISK LLC", + "short_code": "CCLL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CCLLUS31" + } + } + ] + }, + { + "name": "CITIGROUP FINANCIAL PRODUCTS INC.", + "short_code": "SBHD", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SBHDUS33" + } + } + ] + }, + { + "name": "CITIGROUP FOREX INC.", + "short_code": "SFXI", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SFXIUS31" + } + } + ] + }, + { + "name": "CITIGROUP GLOBAL MARKETS COMMERCIAL CORP.", + "short_code": "SBFO", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SBFOUS31" + } + } + ] + }, + { + "name": "CITIGROUP GLOBAL MARKETS FINANCIAL PRODUCTS LLC", + "short_code": "CGMF", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CGMFUS31" + } + } + ] + }, + { + "name": "CITIGROUP GLOBAL MARKETS HOLDINGS INC.", + "short_code": "CGMH", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CGMHUS31" + } + } + ] + }, + { + "name": "CITIGROUP GLOBAL MARKETS INC", + "short_code": "FIAV", + "branches": [ + { + "code": "", + "city": "MADISON", + "identifiers": { + "swift_code": "FIAVUS51" + } + } + ] + }, + { + "name": "CITIGROUP GLOBAL MARKETS INC.", + "short_code": "SBSI", + "branches": [ + { + "code": "FUT", + "city": "NEW CITY", + "identifiers": { + "swift_code": "SBSIUS33FUT" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SBSIUS33" + } + }, + { + "code": "EFP", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SBSIUS33EFP" + } + }, + { + "code": "SLS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SBSIUS33SLS" + } + }, + { + "code": "TRF", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SBSIUS33TRF" + } + } + ] + }, + { + "name": "CITIGROUP GLOBAL MARKETS INC.", + "short_code": "SBNY", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SBNYUS33" + } + } + ] + }, + { + "name": "CITIZENS BANK AND TRUST COMPANY", + "short_code": "CTZB", + "branches": [ + { + "code": "", + "city": "CHILLICOTHE", + "identifiers": { + "swift_code": "CTZBUS41" + } + } + ] + }, + { + "name": "CITIZENS BANK OF WESTON, THE", + "short_code": "CBWE", + "branches": [ + { + "code": "", + "city": "WESTON", + "identifiers": { + "swift_code": "CBWEUS31" + } + } + ] + }, + { + "name": "CITIZENS BANK, NA", + "short_code": "CTZI", + "branches": [ + { + "code": "BKT", + "city": "MEDFORD", + "identifiers": { + "swift_code": "CTZIUS33BKT" + } + }, + { + "code": "", + "city": "PROVIDENCE", + "identifiers": { + "swift_code": "CTZIUS33" + } + }, + { + "code": "COB", + "city": "PROVIDENCE", + "identifiers": { + "swift_code": "CTZIUS33COB" + } + }, + { + "code": "SPT", + "city": "PROVIDENCE", + "identifiers": { + "swift_code": "CTZIUS33SPT" + } + } + ] + }, + { + "name": "CITIZENS BUSINESS BANK", + "short_code": "CBBK", + "branches": [ + { + "code": "", + "city": "ONTARIO", + "identifiers": { + "swift_code": "CBBKUS6L" + } + }, + { + "code": "940", + "city": "ONTARIO", + "identifiers": { + "swift_code": "CBBKUS6L940" + } + }, + { + "code": "WIR", + "city": "ONTARIO", + "identifiers": { + "swift_code": "CBBKUS6LWIR" + } + } + ] + }, + { + "name": "CITIZENS CAPITAL MARKETS, INC.", + "short_code": "CIAK", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "CIAKUS32" + } + } + ] + }, + { + "name": "CITIZENS FIRST NATIONAL BANK", + "short_code": "GESB", + "branches": [ + { + "code": "", + "city": "GENOA", + "identifiers": { + "swift_code": "GESBUS31" + } + } + ] + }, + { + "name": "CITIZENS NATIONAL BANK", + "short_code": "CINI", + "branches": [ + { + "code": "", + "city": "BLUFFTON", + "identifiers": { + "swift_code": "CINIUS31" + } + } + ] + }, + { + "name": "CITIZENS NATIONAL BANK OF TEXAS", + "short_code": "CINX", + "branches": [ + { + "code": "", + "city": "WAXAHACHIE", + "identifiers": { + "swift_code": "CINXUS41" + } + } + ] + }, + { + "name": "CITIZENS NEW HAMPSHIRE", + "short_code": "FNHB", + "branches": [ + { + "code": "", + "city": "MANCHESTER", + "identifiers": { + "swift_code": "FNHBUS31" + } + } + ] + }, + { + "name": "CITY NATIONAL BANK", + "short_code": "CINA", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "CINAUS6L" + } + }, + { + "code": "EZI", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "CINAUS6LEZI" + } + } + ] + }, + { + "name": "CITY NATIONAL BANK OF FLORIDA", + "short_code": "CNBF", + "branches": [ + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "CNBFUS3M" + } + } + ] + }, + { + "name": "CITY NATIONAL BANK OF NEW JERSEY", + "short_code": "CNNJ", + "branches": [ + { + "code": "", + "city": "NEWARK", + "identifiers": { + "swift_code": "CNNJUS33" + } + } + ] + }, + { + "name": "CITY NATIONAL BANK OF WEST VIRGINIA", + "short_code": "CNWV", + "branches": [ + { + "code": "", + "city": "CROSS LANES", + "identifiers": { + "swift_code": "CNWVUS33" + } + } + ] + }, + { + "name": "CITY OF CHICAGO", + "short_code": "CTYC", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CTYCUS44" + } + } + ] + }, + { + "name": "CITY OF SACRAMENTO", + "short_code": "CISC", + "branches": [ + { + "code": "", + "city": "SACRAMENTO", + "identifiers": { + "swift_code": "CISCUS61" + } + } + ] + }, + { + "name": "CITY OF WINSTON-SALEM", + "short_code": "CIWI", + "branches": [ + { + "code": "", + "city": "WINSTON-SALEM", + "identifiers": { + "swift_code": "CIWIUS31" + } + } + ] + }, + { + "name": "CLAREN ROAD ASSET MANAGEMENT LLC", + "short_code": "CDAG", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CDAGUS31" + } + } + ] + }, + { + "name": "CLARITY MONEY, INC.", + "short_code": "CLMO", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "CLMOUS31" + } + } + ] + }, + { + "name": "CLARIVEST ASSET MANAGEMENT LLC", + "short_code": "CSML", + "branches": [ + { + "code": "", + "city": "SAN DIEGO", + "identifiers": { + "swift_code": "CSMLUS61" + } + } + ] + }, + { + "name": "CLARKSTON CAPITAL PARTNERS", + "short_code": "CCPN", + "branches": [ + { + "code": "", + "city": "BLOOMFIELD HILLS", + "identifiers": { + "swift_code": "CCPNUS31" + } + } + ] + }, + { + "name": "CLASS ACTION CLAIMS MANAGEMENT LLC", + "short_code": "CCLN", + "branches": [ + { + "code": "", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "CCLNUS33" + } + } + ] + }, + { + "name": "CLEAR FINANCE TECHNOLOGY (U.S.) CORP", + "short_code": "CLFH", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "CLFHUS62" + } + } + ] + }, + { + "name": "CLEAR STREET LLC", + "short_code": "CLTC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CLTCUS33" + } + }, + { + "code": "FCM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CLTCUS33FCM" + } + } + ] + }, + { + "name": "CLEAR STREET, LLC", + "short_code": "CLTC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CLTCUS31" + } + }, + { + "code": "SLC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CLTCUS31SLC" + } + } + ] + }, + { + "name": "CLEARBRIDGE ADVISORS, LLC", + "short_code": "CGAM", + "branches": [ + { + "code": "", + "city": "STAMFORD", + "identifiers": { + "swift_code": "CGAMUS3A" + } + } + ] + }, + { + "name": "CLEARBRIDGE INVESTMENTS, LLC", + "short_code": "CGAM", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CGAMUS33" + } + } + ] + }, + { + "name": "CLEARSHIFT US COMPANY", + "short_code": "CLCY", + "branches": [ + { + "code": "", + "city": "MOUNT LAUREL", + "identifiers": { + "swift_code": "CLCYUS32" + } + } + ] + }, + { + "name": "CLEARWATER ANALYTICS", + "short_code": "CWAN", + "branches": [ + { + "code": "", + "city": "BOISE", + "identifiers": { + "swift_code": "CWANUS55" + } + } + ] + }, + { + "name": "CLIFFORD CAPITAL PARTNERS, LLC", + "short_code": "CLFD", + "branches": [ + { + "code": "", + "city": "ALPINE", + "identifiers": { + "swift_code": "CLFDUS52" + } + } + ] + }, + { + "name": "CLIFFORD SWAN INVESTMENT COUNSEL LLC", + "short_code": "CSNO", + "branches": [ + { + "code": "", + "city": "PASADENA", + "identifiers": { + "swift_code": "CSNOUS62" + } + } + ] + }, + { + "name": "CLOUGH CAPITAL PARTNERS", + "short_code": "CLCR", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "CLCRUS31" + } + } + ] + }, + { + "name": "CLOVER PARTNERS LP.", + "short_code": "CLPA", + "branches": [ + { + "code": "", + "city": "DALLAS", + "identifiers": { + "swift_code": "CLPAUS41" + } + } + ] + }, + { + "name": "CLS BANK INTERNATIONAL", + "short_code": "CLSB", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CLSBUS33" + } + }, + { + "code": "DKD", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CLSBUS33DKD" + } + }, + { + "code": "DKK", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CLSBUS33DKK" + } + } + ] + }, + { + "name": "CM BIDWELL AND ASSOCIATES LTD.", + "short_code": "BIAS", + "branches": [ + { + "code": "", + "city": "HONOLULU", + "identifiers": { + "swift_code": "BIASUS71" + } + } + ] + }, + { + "name": "CMB WING LUNG BANK LIMITED", + "short_code": "WUBA", + "branches": [ + { + "code": "", + "city": "NEWPORT BEACH", + "identifiers": { + "swift_code": "WUBAUS66" + } + } + ] + }, + { + "name": "CMBSW ASSET MANAGEMENT, LLC", + "short_code": "SOAE", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SOAEUS31" + } + } + ] + }, + { + "name": "CME GROUP INC", + "short_code": "XCBT", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "XCBTUS41" + } + } + ] + }, + { + "name": "CNB BANK", + "short_code": "CNBB", + "branches": [ + { + "code": "", + "city": "CLEARFIELD", + "identifiers": { + "swift_code": "CNBBUS33" + } + } + ] + }, + { + "name": "COBANK", + "short_code": "NBFC", + "branches": [ + { + "code": "", + "city": "GREENWOOD VILLAGE", + "identifiers": { + "swift_code": "NBFCUS55" + } + } + ] + }, + { + "name": "COGNIZANT TECHNOLOGY SOLUTIONS CORPORATION", + "short_code": "COYS", + "branches": [ + { + "code": "", + "city": "TEANECK", + "identifiers": { + "swift_code": "COYSUS32" + } + } + ] + }, + { + "name": "COHEN AND STEERS CAPITAL MANAGEMENT", + "short_code": "CSCN", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CSCNUS31" + } + } + ] + }, + { + "name": "COHEN KLINGENSTEIN LLC", + "short_code": "COKL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "COKLUS31" + } + } + ] + }, + { + "name": "COHO PARTNERS, LTD.", + "short_code": "COHP", + "branches": [ + { + "code": "", + "city": "BERWYN", + "identifiers": { + "swift_code": "COHPUS31" + } + } + ] + }, + { + "name": "COLGATE PALMOLIVE COMPANY", + "short_code": "CPCO", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CPCOUS33" + } + } + ] + }, + { + "name": "COLONIAL BANK", + "short_code": "CNBG", + "branches": [ + { + "code": "", + "city": "MONTGOMERY", + "identifiers": { + "swift_code": "CNBGUS41" + } + } + ] + }, + { + "name": "COLONIAL TRUST COMPANY", + "short_code": "COTC", + "branches": [ + { + "code": "", + "city": "SPARTANBURG", + "identifiers": { + "swift_code": "COTCUS31" + } + } + ] + }, + { + "name": "COLONY CAPITAL MANAGEMENT, LLC", + "short_code": "COPM", + "branches": [ + { + "code": "", + "city": "ATLANTA", + "identifiers": { + "swift_code": "COPMUS31" + } + } + ] + }, + { + "name": "COLORADO PUBLIC EMPLOYEES' RETIREMENT ASSOCIATION", + "short_code": "CPEE", + "branches": [ + { + "code": "", + "city": "DENVER", + "identifiers": { + "swift_code": "CPEEUS51" + } + } + ] + }, + { + "name": "COLORADO STATE TREASURY", + "short_code": "CSTY", + "branches": [ + { + "code": "", + "city": "DENVER", + "identifiers": { + "swift_code": "CSTYUS55" + } + } + ] + }, + { + "name": "COLRAIN CAPITAL LLC", + "short_code": "MIAC", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "MIACUS31" + } + } + ] + }, + { + "name": "COLUMBIA CAPITAL MANAGEMENT", + "short_code": "COPG", + "branches": [ + { + "code": "", + "city": "SHAWNEE MISSION", + "identifiers": { + "swift_code": "COPGUS41" + } + } + ] + }, + { + "name": "COLUMBIA MANAGEMENT INVESTMENT ADVISERS, LLC", + "short_code": "AEFA", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "AEFAUS44" + } + }, + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "AEFAUS4B" + } + }, + { + "code": "TAM", + "city": "BOSTON", + "identifiers": { + "swift_code": "AEFAUS44TAM" + } + } + ] + }, + { + "name": "COLUMBIA PARTNERS, L.L.C INVESTMENT MANAGEMENT", + "short_code": "CPLN", + "branches": [ + { + "code": "", + "city": "WASHINGTON", + "identifiers": { + "swift_code": "CPLNUS31" + } + } + ] + }, + { + "name": "COLUMBUS CIRCLE INVESTORS", + "short_code": "CCLS", + "branches": [ + { + "code": "", + "city": "STAMFORD", + "identifiers": { + "swift_code": "CCLSUS31" + } + } + ] + }, + { + "name": "COLUMN", + "short_code": "CLNO", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "CLNOUS66" + } + }, + { + "code": "BRX", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "CLNOUS66BRX" + } + } + ] + }, + { + "name": "COMCAST CAPITAL CORPORATION", + "short_code": "COMC", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "COMCUS33" + } + } + ] + }, + { + "name": "COMERICA BANK", + "short_code": "MNBD", + "branches": [ + { + "code": "", + "city": "DALLAS", + "identifiers": { + "swift_code": "MNBDUS33" + } + }, + { + "code": "", + "city": "DALLAS", + "identifiers": { + "swift_code": "MNBDUS4D" + } + }, + { + "code": "FEX", + "city": "DALLAS", + "identifiers": { + "swift_code": "MNBDUS33FEX" + } + }, + { + "code": "GCS", + "city": "DETROIT", + "identifiers": { + "swift_code": "MNBDUS33GCS" + } + }, + { + "code": "LAX", + "city": "EL SEGUNDO", + "identifiers": { + "swift_code": "MNBDUS6SLAX" + } + }, + { + "code": "FLA", + "city": "FORT LAUDERDALE", + "identifiers": { + "swift_code": "MNBDUS33FLA" + } + }, + { + "code": "HOU", + "city": "HOUSTON", + "identifiers": { + "swift_code": "MNBDUS4DHOU" + } + }, + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "MNBDUS6S" + } + }, + { + "code": "SFO", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "MNBDUS6SSFO" + } + } + ] + }, + { + "name": "COMERICA BANK - ILLINOIS", + "short_code": "MNBD", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "MNBDUS41" + } + } + ] + }, + { + "name": "COMEX CLEARING ASSOCIATION INC.", + "short_code": "CCAS", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CCASUS31" + } + } + ] + }, + { + "name": "COMMERCE BANK", + "short_code": "CBKC", + "branches": [ + { + "code": "", + "city": "KANSAS CITY", + "identifiers": { + "swift_code": "CBKCUS44" + } + }, + { + "code": "STL", + "city": "ST. LOUIS", + "identifiers": { + "swift_code": "CBKCUS44STL" + } + } + ] + }, + { + "name": "COMMERCE BROKERAGE SERVICES, INC", + "short_code": "CBKC", + "branches": [ + { + "code": "", + "city": "CLAYTON", + "identifiers": { + "swift_code": "CBKCUS42" + } + } + ] + }, + { + "name": "COMMERCEWEST BANK", + "short_code": "CORW", + "branches": [ + { + "code": "", + "city": "IRVINE", + "identifiers": { + "swift_code": "CORWUS66" + } + } + ] + }, + { + "name": "COMMERCIAL BANK OF CALIFORNIA", + "short_code": "CEAF", + "branches": [ + { + "code": "", + "city": "IRVINE", + "identifiers": { + "swift_code": "CEAFUS62" + } + } + ] + }, + { + "name": "COMMERZ MARKETS LLC", + "short_code": "DSEC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DSECUS33" + } + }, + { + "code": "INT", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DSECUS33INT" + } + } + ] + }, + { + "name": "COMMERZBANK AG", + "short_code": "COBA", + "branches": [ + { + "code": "USF", + "city": "DELAWARE", + "identifiers": { + "swift_code": "COBAUS3XUSF" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "COBAUS3X" + } + }, + { + "code": "IBF", + "city": "NEW YORK", + "identifiers": { + "swift_code": "COBAUS3XIBF" + } + } + ] + }, + { + "name": "COMMONWEALTH BANK OF AUSTRALIA", + "short_code": "CTBA", + "branches": [ + { + "code": "DEL", + "city": "DELAWARE", + "identifiers": { + "swift_code": "CTBAUS33DEL" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CTBAUS33" + } + }, + { + "code": "FXD", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CTBAUS33FXD" + } + }, + { + "code": "IBF", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CTBAUS33IBF" + } + } + ] + }, + { + "name": "COMMONWEALTH BUSINESS BANK", + "short_code": "CWBB", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "CWBBUS6L" + } + } + ] + }, + { + "name": "COMMONWEALTH FOREIGN EXCHANGE", + "short_code": "COFX", + "branches": [ + { + "code": "", + "city": "OAKLAND", + "identifiers": { + "swift_code": "COFXUS61" + } + } + ] + }, + { + "name": "COMMONWEALTH OF KENTUCKY OFM", + "short_code": "CKFM", + "branches": [ + { + "code": "", + "city": "FRANKFORT", + "identifiers": { + "swift_code": "CKFMUS42" + } + } + ] + }, + { + "name": "COMMONWEALTH OPPORTUNITY CAPITAL GP LLC", + "short_code": "CPCG", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "CPCGUS61" + } + } + ] + }, + { + "name": "COMMUNITY BANK AND TRUST, WACO, TEXAS", + "short_code": "CTWT", + "branches": [ + { + "code": "", + "city": "WACO", + "identifiers": { + "swift_code": "CTWTUS41" + } + } + ] + }, + { + "name": "COMMUNITY BANK NA", + "short_code": "COUY", + "branches": [ + { + "code": "", + "city": "DEWITT", + "identifiers": { + "swift_code": "COUYUS31" + } + } + ] + }, + { + "name": "COMMUNITY BANKERS' BANK", + "short_code": "COMH", + "branches": [ + { + "code": "", + "city": "MIDLOTHIAN", + "identifiers": { + "swift_code": "COMHUS33" + } + } + ] + }, + { + "name": "COMMUNITY FEDERAL SAVINGS BANK", + "short_code": "CMFG", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CMFGUS33" + } + } + ] + }, + { + "name": "COMMUNITY NATIONAL BANK", + "short_code": "CNNB", + "branches": [ + { + "code": "", + "city": "DERBY", + "identifiers": { + "swift_code": "CNNBUS32" + } + } + ] + }, + { + "name": "COMMUNITYAMERICA CREDIT UNION", + "short_code": "CUDU", + "branches": [ + { + "code": "", + "city": "LENEXA", + "identifiers": { + "swift_code": "CUDUUS42" + } + } + ] + }, + { + "name": "COMMUNITYBANK OF TEXAS, N.A.", + "short_code": "CRSB", + "branches": [ + { + "code": "", + "city": "CROSBY", + "identifiers": { + "swift_code": "CRSBUS41" + } + } + ] + }, + { + "name": "COMPANION CAPITAL MANAGEMENT INC", + "short_code": "COTM", + "branches": [ + { + "code": "", + "city": "COLUMBIA", + "identifiers": { + "swift_code": "COTMUS31" + } + } + ] + }, + { + "name": "COMPASS GROUP LLC", + "short_code": "CGCO", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CGCOUS31" + } + } + ] + }, + { + "name": "COMPREHENSIVE SOFTWARE SYSTEMS, LLC", + "short_code": "CSYC", + "branches": [ + { + "code": "", + "city": "GOLDEN", + "identifiers": { + "swift_code": "CSYCUS51" + } + } + ] + }, + { + "name": "COMPTROLLER FOR THE CITY OF NEW YORK", + "short_code": "OCNY", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "OCNYUS33" + } + } + ] + }, + { + "name": "COMPUTER SCIENCES CORPORATION", + "short_code": "CSCX", + "branches": [ + { + "code": "", + "city": "TYSONS", + "identifiers": { + "swift_code": "CSCXUS3B" + } + } + ] + }, + { + "name": "COMPUTERSHARE TRUST COMPANY, NATIONAL ASSOCIATION", + "short_code": "CTCL", + "branches": [ + { + "code": "", + "city": "CANTON", + "identifiers": { + "swift_code": "CTCLUS33" + } + }, + { + "code": "CCT", + "city": "CANTON", + "identifiers": { + "swift_code": "CTCLUS33CCT" + } + }, + { + "code": "TRY", + "city": "CANTON", + "identifiers": { + "swift_code": "CTCLUS33TRY" + } + }, + { + "code": "EQP", + "city": "CANTON", + "identifiers": { + "swift_code": "CTCLUS33EQP" + } + } + ] + }, + { + "name": "CONAIR LLC", + "short_code": "CNIC", + "branches": [ + { + "code": "", + "city": "STAMFORD", + "identifiers": { + "swift_code": "CNICUS33" + } + } + ] + }, + { + "name": "CONCEPT CAPITAL MARKETS LLC", + "short_code": "CPRC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CPRCUS31" + } + } + ] + }, + { + "name": "CONCORD ASSET MANAGEMENT", + "short_code": "COET", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "COETUS41" + } + } + ] + }, + { + "name": "CONDOR CAPITAL MANAGEMENT", + "short_code": "COPE", + "branches": [ + { + "code": "", + "city": "MARTINSVILLE", + "identifiers": { + "swift_code": "COPEUS31" + } + } + ] + }, + { + "name": "CONESTOGA CAPITAL ADVISORS", + "short_code": "COPD", + "branches": [ + { + "code": "", + "city": "RADNOR", + "identifiers": { + "swift_code": "COPDUS31" + } + } + ] + }, + { + "name": "CONGRESS ASSET MANAGEMENT", + "short_code": "COSN", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "COSNUS31" + } + } + ] + }, + { + "name": "CONNECTONE BANK", + "short_code": "CNNO", + "branches": [ + { + "code": "", + "city": "ENGLEWOOD CLIFFS", + "identifiers": { + "swift_code": "CNNOUS33" + } + } + ] + }, + { + "name": "CONNING AND CO.", + "short_code": "CONN", + "branches": [ + { + "code": "", + "city": "HARTFORD", + "identifiers": { + "swift_code": "CONNUS31" + } + } + ] + }, + { + "name": "CONNING, INC", + "short_code": "CONN", + "branches": [ + { + "code": "", + "city": "HARTFORD", + "identifiers": { + "swift_code": "CONNUS3H" + } + } + ] + }, + { + "name": "CONSOLIDATED TRADING LLC", + "short_code": "COGC", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "COGCUS41" + } + } + ] + }, + { + "name": "CONSTELLATION INSURANCE, INC.", + "short_code": "CIUC", + "branches": [ + { + "code": "", + "city": "CINCINNATI", + "identifiers": { + "swift_code": "CIUCUS33" + } + } + ] + }, + { + "name": "CONSTITUTION RESEARCH AND MANAGEMENT INC.", + "short_code": "COEM", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "COEMUS31" + } + } + ] + }, + { + "name": "CONSUMERS CREDIT UNION", + "short_code": "CNRI", + "branches": [ + { + "code": "", + "city": "KALAMAZOO", + "identifiers": { + "swift_code": "CNRIUS33" + } + } + ] + }, + { + "name": "CONTINENTAL CASUALTY COMPANY", + "short_code": "CNTY", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CNTYUS4C" + } + } + ] + }, + { + "name": "CONTINENTAL EXCHANGE SOLUTIONS, INC.", + "short_code": "RIAI", + "branches": [ + { + "code": "", + "city": "BUENA PARK", + "identifiers": { + "swift_code": "RIAIUS66" + } + }, + { + "code": "HFX", + "city": "BUENA PARK", + "identifiers": { + "swift_code": "RIAIUS66HFX" + } + } + ] + }, + { + "name": "CONTINUOUS CAPITAL, LLC", + "short_code": "CNAC", + "branches": [ + { + "code": "", + "city": "IRVING", + "identifiers": { + "swift_code": "CNACUS41" + } + } + ] + }, + { + "name": "CONTRAVISORY INVESTMENT MANAGEMENT, INC.", + "short_code": "COHM", + "branches": [ + { + "code": "", + "city": "HINGHAM", + "identifiers": { + "swift_code": "COHMUS31" + } + } + ] + }, + { + "name": "CONVERA USA, LLC", + "short_code": "TGBP", + "branches": [ + { + "code": "", + "city": "DENVER", + "identifiers": { + "swift_code": "TGBPUS3W" + } + }, + { + "code": "", + "city": "DENVER", + "identifiers": { + "swift_code": "TGBPUS55" + } + } + ] + }, + { + "name": "CONVERSE RUN STAR LLC", + "short_code": "CNSC", + "branches": [ + { + "code": "", + "city": "BEAVERTON", + "identifiers": { + "swift_code": "CNSCUS62" + } + } + ] + }, + { + "name": "CONVEXITY CAPITAL MASTER FUND L.P.", + "short_code": "CCSU", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "CCSUUS31" + } + } + ] + }, + { + "name": "COOKE AND BIELER, L.P.", + "short_code": "COKB", + "branches": [ + { + "code": "COO", + "city": "PHILADELPHIA", + "identifiers": { + "swift_code": "COKBUS31COO" + } + }, + { + "code": "", + "city": "PHILADELPHIA", + "identifiers": { + "swift_code": "COKBUS31" + } + } + ] + }, + { + "name": "COOPERATIVE FOR ASSISTANCE AND RELIEF EVERYWHERE, INC. (CARE)", + "short_code": "CURA", + "branches": [ + { + "code": "", + "city": "ATLANTA", + "identifiers": { + "swift_code": "CURAUS33" + } + } + ] + }, + { + "name": "COPELAND CAPITAL MANAGEMENT LLC", + "short_code": "CCEL", + "branches": [ + { + "code": "", + "city": "CONSHOHOCKEN", + "identifiers": { + "swift_code": "CCELUS31" + } + } + ] + }, + { + "name": "CORBYN INVESTMENT MANAGEMENT", + "short_code": "CRNG", + "branches": [ + { + "code": "", + "city": "LUTHERVILLE TIMONIUM", + "identifiers": { + "swift_code": "CRNGUS31" + } + } + ] + }, + { + "name": "COREBRIDGE FINANCIAL, INC.", + "short_code": "CRBG", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "CRBGUS4H" + } + } + ] + }, + { + "name": "CORECOMMODITY MANAGEMENT, LLC", + "short_code": "CEMC", + "branches": [ + { + "code": "", + "city": "STAMFORD", + "identifiers": { + "swift_code": "CEMCUS31" + } + } + ] + }, + { + "name": "CORNERCAP INVESTMENT COUNSEL", + "short_code": "COVC", + "branches": [ + { + "code": "", + "city": "ATLANTA", + "identifiers": { + "swift_code": "COVCUS31" + } + } + ] + }, + { + "name": "CORNERSTONE BANK", + "short_code": "CNRS", + "branches": [ + { + "code": "", + "city": "YORK", + "identifiers": { + "swift_code": "CNRSUS42" + } + } + ] + }, + { + "name": "CORNERSTONE INVESTMENT PARTNERS, LLC", + "short_code": "CIPC", + "branches": [ + { + "code": "", + "city": "ATLANTA", + "identifiers": { + "swift_code": "CIPCUS31" + } + } + ] + }, + { + "name": "CORNERSTONE MACRO LLC", + "short_code": "CNML", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CNMLUS31" + } + } + ] + }, + { + "name": "CORNERSTONE ONDEMAND, INC.", + "short_code": "CNDE", + "branches": [ + { + "code": "", + "city": "SANTA MONICA", + "identifiers": { + "swift_code": "CNDEUS66" + } + } + ] + }, + { + "name": "CORP BANCA C.A. NEW YORK BRANCH", + "short_code": "CONS", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CONSUS31" + } + } + ] + }, + { + "name": "CORPORATE FUNDING PARTNERS,LLC.", + "short_code": "CFNY", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CFNYUS33" + } + }, + { + "code": "EMX", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CFNYUS33EMX" + } + }, + { + "code": "FPM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CFNYUS33FPM" + } + } + ] + }, + { + "name": "CORTEX CAPITAL MANAGEMENT, LLC", + "short_code": "CTCG", + "branches": [ + { + "code": "", + "city": "FORT WORTH", + "identifiers": { + "swift_code": "CTCGUS41" + } + } + ] + }, + { + "name": "CORTINA ASSET MANAGEMENT", + "short_code": "COTG", + "branches": [ + { + "code": "", + "city": "MILWAUKEE", + "identifiers": { + "swift_code": "COTGUS41" + } + } + ] + }, + { + "name": "CORTLAND ASSOCIATES, INC.", + "short_code": "COSO", + "branches": [ + { + "code": "", + "city": "ST. LOUIS", + "identifiers": { + "swift_code": "COSOUS41" + } + } + ] + }, + { + "name": "CORTLAND CAPITAL MARKET SERVICES LLC", + "short_code": "CCKS", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CCKSUS44" + } + } + ] + }, + { + "name": "COSTCO WHOLESALE CORPORATION", + "short_code": "COWO", + "branches": [ + { + "code": "", + "city": "ISSAQUAH", + "identifiers": { + "swift_code": "COWOUS6I" + } + } + ] + }, + { + "name": "COUNTRY CLUB BANK", + "short_code": "CUCB", + "branches": [ + { + "code": "", + "city": "KANSAS CITY", + "identifiers": { + "swift_code": "CUCBUS4B" + } + } + ] + }, + { + "name": "COUNTRYWIDE INVESTMENTS, INC.", + "short_code": "COVV", + "branches": [ + { + "code": "", + "city": "CINCINNATI", + "identifiers": { + "swift_code": "COVVUS31" + } + } + ] + }, + { + "name": "COUNTRYWIDE SECURITIES CORPORATION", + "short_code": "CWSC", + "branches": [ + { + "code": "", + "city": "CALABASAS", + "identifiers": { + "swift_code": "CWSCUS61" + } + } + ] + }, + { + "name": "COUPA SOFTWARE INCORPORATED", + "short_code": "COFW", + "branches": [ + { + "code": "", + "city": "SAN MATEO", + "identifiers": { + "swift_code": "COFWUS66" + } + } + ] + }, + { + "name": "COURIER CAPITAL", + "short_code": "COTL", + "branches": [ + { + "code": "", + "city": "BUFFALO", + "identifiers": { + "swift_code": "COTLUS31" + } + } + ] + }, + { + "name": "COVE STREET CAPITAL LLC", + "short_code": "CSPL", + "branches": [ + { + "code": "", + "city": "EL SEGUNDO", + "identifiers": { + "swift_code": "CSPLUS61" + } + } + ] + }, + { + "name": "COVENANT BANK", + "short_code": "MILO", + "branches": [ + { + "code": "", + "city": "DOYLESTOWN", + "identifiers": { + "swift_code": "MILOUS31" + } + } + ] + }, + { + "name": "COVETRUS, INC.", + "short_code": "CVVS", + "branches": [ + { + "code": "", + "city": "PORTLAND", + "identifiers": { + "swift_code": "CVVSUS33" + } + } + ] + }, + { + "name": "COWEN AND COMPANY, LLC", + "short_code": "CVGX", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CVGXUS33" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CVGXUS3A" + } + } + ] + }, + { + "name": "COWEN AND COMPANY, LLC", + "short_code": "COPC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "COPCUS33" + } + } + ] + }, + { + "name": "CPP GROUP HOLDINGS, LLC", + "short_code": "CGHL", + "branches": [ + { + "code": "", + "city": "CLEVELAND", + "identifiers": { + "swift_code": "CGHLUS33" + } + } + ] + }, + { + "name": "CRABEL CAPITAL MANAGEMENT, L.L.C.", + "short_code": "CBAG", + "branches": [ + { + "code": "", + "city": "MILWAUKEE", + "identifiers": { + "swift_code": "CBAGUS51" + } + } + ] + }, + { + "name": "CRAIG-HALLUM CAPITAL GROUP LLC", + "short_code": "CRHA", + "branches": [ + { + "code": "", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "CRHAUS41" + } + } + ] + }, + { + "name": "CRAIG-HALLUM CAPITAL GROUP, LLC", + "short_code": "CPGL", + "branches": [ + { + "code": "", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "CPGLUS41" + } + } + ] + }, + { + "name": "CRAMER ROSENTHAL MCGLYNN LLC", + "short_code": "CRLC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CRLCUS31" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CRLCUSA1" + } + } + ] + }, + { + "name": "CRANE CO.", + "short_code": "RRAN", + "branches": [ + { + "code": "", + "city": "STAMFORD", + "identifiers": { + "swift_code": "RRANUS33" + } + } + ] + }, + { + "name": "CRAWFORD INVESTMENT COUNSEL, INC", + "short_code": "CRIL", + "branches": [ + { + "code": "", + "city": "ATLANTA", + "identifiers": { + "swift_code": "CRILUS31" + } + } + ] + }, + { + "name": "CREDIT AGRICOLE CIB", + "short_code": "CRLY", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CRLYUS33" + } + }, + { + "code": "CAN", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CRLYUS33CAN" + } + }, + { + "code": "IBF", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CRLYUS33IBF" + } + } + ] + }, + { + "name": "CREDIT AGRICOLE SECURITIES USA INC", + "short_code": "CRLS", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CRLSUS33" + } + }, + { + "code": "SMK", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CRLSUS33SMK" + } + } + ] + }, + { + "name": "CREDIT INDUSTRIEL ET COMMERCIAL, NEW YORK BRANCH", + "short_code": "CMCI", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CMCIUS33" + } + }, + { + "code": "GCI", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CMCIUS33GCI" + } + }, + { + "code": "IBF", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CMCIUS33IBF" + } + } + ] + }, + { + "name": "CREDIT SUISSE AG, NEW YORK BRANCH", + "short_code": "CRES", + "branches": [ + { + "code": "FXO", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CRESUS33FXO" + } + }, + { + "code": "LCO", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CRESUS33LCO" + } + }, + { + "code": "LNO", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CRESUS33LNO" + } + }, + { + "code": "MMO", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CRESUS33MMO" + } + }, + { + "code": "PBS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CRESUS33PBS" + } + }, + { + "code": "PMO", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CRESUS33PMO" + } + }, + { + "code": "SYN", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CRESUS33SYN" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CRESUS33" + } + }, + { + "code": "LIQ", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CRESUS33LIQ" + } + }, + { + "code": "RDC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CRESUS33RDC" + } + } + ] + }, + { + "name": "CREDIT SUISSE AG,LOS ANGELES REPRESENTATIVE OFFICE", + "short_code": "CRES", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "CRESUS61" + } + } + ] + }, + { + "name": "CREDIT SUISSE AG,MIAMI REPRESENTATIVE OFFICE", + "short_code": "CRES", + "branches": [ + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "CRESUS31" + } + } + ] + }, + { + "name": "CREDIT SUISSE CAPITAL LLC", + "short_code": "CSFB", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CSFBUS3L" + } + }, + { + "code": "VIS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CSFBUS3LVIS" + } + }, + { + "code": "CMU", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CSFBUS3LCMU" + } + } + ] + }, + { + "name": "CREDIT SUISSE SECURITIES (USA) LLC", + "short_code": "CSFB", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CSFBUS33" + } + }, + { + "code": "VIS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CSFBUS33VIS" + } + }, + { + "code": "AID", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CSFBUS33AID" + } + }, + { + "code": "TRS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CSFBUS33TRS" + } + }, + { + "code": "OCE", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CSFBUS33OCE" + } + }, + { + "code": "RDC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CSFBUS33RDC" + } + } + ] + }, + { + "name": "CREDIT VERITAS LLC", + "short_code": "CRVC", + "branches": [ + { + "code": "", + "city": "RED BANK", + "identifiers": { + "swift_code": "CRVCUS31" + } + } + ] + }, + { + "name": "CREDITEX SECURITIES CORPORATION", + "short_code": "CEUC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CEUCUS31" + } + } + ] + }, + { + "name": "CROFT-LEOMINSTER, INC.", + "short_code": "CROF", + "branches": [ + { + "code": "", + "city": "BALTIMORE", + "identifiers": { + "swift_code": "CROFUS31" + } + } + ] + }, + { + "name": "CROSS RIVER BANK", + "short_code": "CSRV", + "branches": [ + { + "code": "", + "city": "TEANECK", + "identifiers": { + "swift_code": "CSRVUS33" + } + }, + { + "code": "ALM", + "city": "TEANECK", + "identifiers": { + "swift_code": "CSRVUS33ALM" + } + }, + { + "code": "COS", + "city": "TEANECK", + "identifiers": { + "swift_code": "CSRVUS33COS" + } + } + ] + }, + { + "name": "CROSSFIRST BANK", + "short_code": "CSFF", + "branches": [ + { + "code": "", + "city": "LEAWOOD", + "identifiers": { + "swift_code": "CSFFUS44" + } + } + ] + }, + { + "name": "CROSSVAULT CAPITAL MANAGEMENT", + "short_code": "CRTG", + "branches": [ + { + "code": "", + "city": "SAN ANTONIO", + "identifiers": { + "swift_code": "CRTGUS41" + } + } + ] + }, + { + "name": "CROW POINT PARTNERS,LLC", + "short_code": "CWPP", + "branches": [ + { + "code": "", + "city": "HINGHAM", + "identifiers": { + "swift_code": "CWPPUS31" + } + } + ] + }, + { + "name": "CRYSTAL LAKE BANK AND TRUST CO., N.A.", + "short_code": "CLBT", + "branches": [ + { + "code": "", + "city": "CRYSTAL LAKE", + "identifiers": { + "swift_code": "CLBTUS44" + } + } + ] + }, + { + "name": "CTBC BANK CO., LTD., NEW YORK BRANCH", + "short_code": "CTCB", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CTCBUS33" + } + } + ] + }, + { + "name": "CTBC BANK CORP. (USA)", + "short_code": "CTHC", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "CTHCUS66" + } + } + ] + }, + { + "name": "CTC INVESTMENTS LLC", + "short_code": "CTIL", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CTILUS41" + } + } + ] + }, + { + "name": "CTC/JP MORGAN CHASE BANK, NA", + "short_code": "CUTC", + "branches": [ + { + "code": "", + "city": "DALLAS", + "identifiers": { + "swift_code": "CUTCUS33" + } + } + ] + }, + { + "name": "CULLINAN ASSOCIATES, INC", + "short_code": "CUAO", + "branches": [ + { + "code": "", + "city": "LOUISVILLE", + "identifiers": { + "swift_code": "CUAOUS41" + } + } + ] + }, + { + "name": "CUMBERLAND ADVISORS", + "short_code": "CUAD", + "branches": [ + { + "code": "", + "city": "VINELAND", + "identifiers": { + "swift_code": "CUADUS31" + } + } + ] + }, + { + "name": "CUNNINGHAM COMMODITIES, LLC", + "short_code": "CUDL", + "branches": [ + { + "code": "", + "city": "ITASCA", + "identifiers": { + "swift_code": "CUDLUS42" + } + } + ] + }, + { + "name": "CUPPS CAPITAL MANAGEMENT,LLC", + "short_code": "CUCM", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CUCMUS41" + } + } + ] + }, + { + "name": "CURRENCIES DIRECT INC.", + "short_code": "CUDI", + "branches": [ + { + "code": "", + "city": "ORLANDO", + "identifiers": { + "swift_code": "CUDIUS32" + } + } + ] + }, + { + "name": "CURVATURE SECURITIES LLC", + "short_code": "CVSC", + "branches": [ + { + "code": "", + "city": "CHATHAM", + "identifiers": { + "swift_code": "CVSCUS32" + } + } + ] + }, + { + "name": "CUSHING ASSET MANAGEMENT, LP", + "short_code": "CUAG", + "branches": [ + { + "code": "", + "city": "DALLAS", + "identifiers": { + "swift_code": "CUAGUS44" + } + } + ] + }, + { + "name": "CUSTOMERS BANK", + "short_code": "CUES", + "branches": [ + { + "code": "", + "city": "PHOENIXVILLE", + "identifiers": { + "swift_code": "CUESUS33" + } + } + ] + }, + { + "name": "CUTLER INVESTMENT COUNSEL, LLC", + "short_code": "CICL", + "branches": [ + { + "code": "", + "city": "MEDFORD", + "identifiers": { + "swift_code": "CICLUS51" + } + } + ] + }, + { + "name": "CV BROKERAGE INC", + "short_code": "CVBI", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CVBIUS31" + } + } + ] + }, + { + "name": "CVS HEALTH CORPORATION", + "short_code": "CVHC", + "branches": [ + { + "code": "", + "city": "WOONSOCKET", + "identifiers": { + "swift_code": "CVHCUS33" + } + } + ] + }, + { + "name": "CWH ASSOCIATES", + "short_code": "CWAS", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CWASUS31" + } + } + ] + }, + { + "name": "D.A. DAVIDSON AND CO", + "short_code": "DAVD", + "branches": [ + { + "code": "", + "city": "GREAT FALLS", + "identifiers": { + "swift_code": "DAVDUS51" + } + } + ] + }, + { + "name": "D.E. SHAW AND CO., L.P.", + "short_code": "SHCO", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SHCOUS33" + } + } + ] + }, + { + "name": "D.G. CAPITAL MANAGEMENT TRUST", + "short_code": "CAGN", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "CAGNUS31" + } + } + ] + }, + { + "name": "D.J. ST. GERMAIN", + "short_code": "GERM", + "branches": [ + { + "code": "", + "city": "SPRINGFIELD", + "identifiers": { + "swift_code": "GERMUS31" + } + } + ] + }, + { + "name": "D1 CAPITAL PARTNERS L.P.", + "short_code": "CPTE", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CPTEUS33" + } + } + ] + }, + { + "name": "DAIMLER TRUCKS FINANCE NORTH AMERICA LLC", + "short_code": "DTFN", + "branches": [ + { + "code": "", + "city": "PORTLAND", + "identifiers": { + "swift_code": "DTFNUS66" + } + } + ] + }, + { + "name": "DAIWA CAPITAL MARKETS AMERICA INC.", + "short_code": "DSAN", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DSANUS3N" + } + } + ] + }, + { + "name": "DAIWA SECURITIES TRUST COMPANY", + "short_code": "DSTC", + "branches": [ + { + "code": "", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "DSTCUS31" + } + } + ] + }, + { + "name": "DALTON INVESTMENTS, LLC", + "short_code": "DAVL", + "branches": [ + { + "code": "", + "city": "SANTA MONICA", + "identifiers": { + "swift_code": "DAVLUS61" + } + } + ] + }, + { + "name": "DALTON, GREINER, HARTMAN, MAHER AND CO., LLC", + "short_code": "DGHM", + "branches": [ + { + "code": "", + "city": "NAPLES", + "identifiers": { + "swift_code": "DGHMUS31" + } + } + ] + }, + { + "name": "DANA LIMITED", + "short_code": "DANA", + "branches": [ + { + "code": "", + "city": "MAUMEE", + "identifiers": { + "swift_code": "DANAUS33" + } + } + ] + }, + { + "name": "DANIEL J. EDELMAN HOLDINGS, INC.", + "short_code": "DEDO", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "DEDOUS44" + } + } + ] + }, + { + "name": "DARRELL AND KING", + "short_code": "DAKI", + "branches": [ + { + "code": "", + "city": "CHARLOTTESVILLE", + "identifiers": { + "swift_code": "DAKIUS31" + } + } + ] + }, + { + "name": "DASH FINANCIAL TECHNOLOGIES LLC", + "short_code": "DFTL", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "DFTLUS41" + } + } + ] + }, + { + "name": "DAVENPORT AND CO., LLC", + "short_code": "DAVC", + "branches": [ + { + "code": "", + "city": "RICHMOND", + "identifiers": { + "swift_code": "DAVCUS31" + } + } + ] + }, + { + "name": "DAVENPORT AND COMPANY LLC", + "short_code": "DAOO", + "branches": [ + { + "code": "", + "city": "RICHMOND", + "identifiers": { + "swift_code": "DAOOUS31" + } + } + ] + }, + { + "name": "DAVIDSON AND GARRARD, INC.", + "short_code": "DAGA", + "branches": [ + { + "code": "", + "city": "LYNCHBURG", + "identifiers": { + "swift_code": "DAGAUS31" + } + } + ] + }, + { + "name": "DAVIDSON INVESTMENT ADVISORS, INC.", + "short_code": "DAIV", + "branches": [ + { + "code": "", + "city": "GREAT FALLS", + "identifiers": { + "swift_code": "DAIVUS52" + } + } + ] + }, + { + "name": "DAVIDSON KEMPNER CAPITAL MANAGEMENT LLC", + "short_code": "DKCM", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DKCMUS33" + } + } + ] + }, + { + "name": "DAVIS SELECTED ADVISERS", + "short_code": "DASA", + "branches": [ + { + "code": "A01", + "city": "TUCSON", + "identifiers": { + "swift_code": "DASAUS51A01" + } + }, + { + "code": "A02", + "city": "TUCSON", + "identifiers": { + "swift_code": "DASAUS51A02" + } + }, + { + "code": "A03", + "city": "TUCSON", + "identifiers": { + "swift_code": "DASAUS51A03" + } + }, + { + "code": "A04", + "city": "TUCSON", + "identifiers": { + "swift_code": "DASAUS51A04" + } + }, + { + "code": "A05", + "city": "TUCSON", + "identifiers": { + "swift_code": "DASAUS51A05" + } + }, + { + "code": "A06", + "city": "TUCSON", + "identifiers": { + "swift_code": "DASAUS51A06" + } + }, + { + "code": "A07", + "city": "TUCSON", + "identifiers": { + "swift_code": "DASAUS51A07" + } + }, + { + "code": "A08", + "city": "TUCSON", + "identifiers": { + "swift_code": "DASAUS51A08" + } + }, + { + "code": "A09", + "city": "TUCSON", + "identifiers": { + "swift_code": "DASAUS51A09" + } + }, + { + "code": "A10", + "city": "TUCSON", + "identifiers": { + "swift_code": "DASAUS51A10" + } + }, + { + "code": "A11", + "city": "TUCSON", + "identifiers": { + "swift_code": "DASAUS51A11" + } + }, + { + "code": "A12", + "city": "TUCSON", + "identifiers": { + "swift_code": "DASAUS51A12" + } + }, + { + "code": "", + "city": "TUCSON", + "identifiers": { + "swift_code": "DASAUS51" + } + } + ] + }, + { + "name": "DBRS, INC.", + "short_code": "DBRS", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DBRSUS31" + } + } + ] + }, + { + "name": "DBS VICKERS BALLAS (USA) INC", + "short_code": "VCKB", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "VCKBUS31" + } + } + ] + }, + { + "name": "DDJ CAPITAL MANAGEMENT, LLC", + "short_code": "DDJC", + "branches": [ + { + "code": "", + "city": "WALTHAM", + "identifiers": { + "swift_code": "DDJCUS42" + } + } + ] + }, + { + "name": "DE GARMO AND KELLEHER", + "short_code": "GAKE", + "branches": [ + { + "code": "", + "city": "WASHINGTON", + "identifiers": { + "swift_code": "GAKEUS31" + } + } + ] + }, + { + "name": "DEARBORN PARTNERS L.L.C.", + "short_code": "DEPL", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "DEPLUS41" + } + } + ] + }, + { + "name": "DECATUR CAPITAL MANAGEMENT INC", + "short_code": "DEPT", + "branches": [ + { + "code": "", + "city": "ATLANTA", + "identifiers": { + "swift_code": "DEPTUS32" + } + } + ] + }, + { + "name": "DECKER AND COMPANY", + "short_code": "DEKC", + "branches": [ + { + "code": "", + "city": "MENLO PARK", + "identifiers": { + "swift_code": "DEKCUS61" + } + }, + { + "code": "FNT", + "city": "MENLO PARK", + "identifiers": { + "swift_code": "DEKCUS61FNT" + } + } + ] + }, + { + "name": "DEEL INC.", + "short_code": "DEEL", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "DEELUS66" + } + } + ] + }, + { + "name": "DEEP BLUE INVESTMENT ADVISORS", + "short_code": "WWKI", + "branches": [ + { + "code": "", + "city": "TAMPA", + "identifiers": { + "swift_code": "WWKIUS3T" + } + } + ] + }, + { + "name": "DEERE AND COMPANY", + "short_code": "DEEO", + "branches": [ + { + "code": "", + "city": "MOLINE", + "identifiers": { + "swift_code": "DEEOUS44" + } + } + ] + }, + { + "name": "DEERFIELD MANAGEMENT COMPANY L.P.", + "short_code": "DEMY", + "branches": [ + { + "code": "", + "city": "NEW CITY", + "identifiers": { + "swift_code": "DEMYUS32" + } + } + ] + }, + { + "name": "DEFENSE FINANCE ACCOUNTING SERVICE", + "short_code": "DFAS", + "branches": [ + { + "code": "", + "city": "INDIANAPOLIS", + "identifiers": { + "swift_code": "DFASUS33" + } + } + ] + }, + { + "name": "DEL REY GLOBAL INVESTORS, LLC", + "short_code": "REGE", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "REGEUS61" + } + } + ] + }, + { + "name": "DELAWARE LIFE INSURANCE COMPANY", + "short_code": "DLIO", + "branches": [ + { + "code": "", + "city": "WALTHAM", + "identifiers": { + "swift_code": "DLIOUS31" + } + } + ] + }, + { + "name": "DELAWARE LIFE INSURANCE COMPANY", + "short_code": "DLIP", + "branches": [ + { + "code": "", + "city": "WALTHAM", + "identifiers": { + "swift_code": "DLIPUS33" + } + } + ] + }, + { + "name": "DELL USA LP", + "short_code": "DCCI", + "branches": [ + { + "code": "", + "city": "ROUND ROCK", + "identifiers": { + "swift_code": "DCCIUS44" + } + } + ] + }, + { + "name": "DELPHI AUTOMOTIVE PLC", + "short_code": "DLPH", + "branches": [ + { + "code": "", + "city": "TROY", + "identifiers": { + "swift_code": "DLPHUS33" + } + } + ] + }, + { + "name": "DELPHI CAPITAL MANAGEMENT", + "short_code": "DCAM", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DCAMUS31" + } + } + ] + }, + { + "name": "DELTA AIR LINES, INC", + "short_code": "DEAI", + "branches": [ + { + "code": "", + "city": "ATLANTA", + "identifiers": { + "swift_code": "DEAIUS31" + } + }, + { + "code": "", + "city": "ATLANTA", + "identifiers": { + "swift_code": "DEAIUS3A" + } + } + ] + }, + { + "name": "DELTA ASSET MANAGEMENT", + "short_code": "DEAA", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "DEAAUS61" + } + } + ] + }, + { + "name": "DELTA DENTAL PLAN OF MICHIGAN", + "short_code": "DDPM", + "branches": [ + { + "code": "", + "city": "OKEMOS", + "identifiers": { + "swift_code": "DDPMUS31" + } + } + ] + }, + { + "name": "DELTA NATIONAL BANK AND TRUST CO. OF NEW YORK", + "short_code": "DNBT", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DNBTUS33" + } + } + ] + }, + { + "name": "DENALI ADVISORS", + "short_code": "DEAD", + "branches": [ + { + "code": "", + "city": "SAN DIEGO", + "identifiers": { + "swift_code": "DEADUS61" + } + } + ] + }, + { + "name": "DENVER INVESTMENT ADVISORS, LLC", + "short_code": "DIDL", + "branches": [ + { + "code": "", + "city": "DENVER", + "identifiers": { + "swift_code": "DIDLUS51" + } + } + ] + }, + { + "name": "DEPOSIT BANK OF CARLISLE KENTUCKY", + "short_code": "DBCK", + "branches": [ + { + "code": "", + "city": "CARLISLE", + "identifiers": { + "swift_code": "DBCKUS31" + } + } + ] + }, + { + "name": "DEPOSITORY TRUST COMPANY, THE", + "short_code": "DTCC", + "branches": [ + { + "code": "NRA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DTCCUS33NRA" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DTCCUS33" + } + }, + { + "code": "COT", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DTCCUS3ACOT" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DTCCUS3A" + } + }, + { + "code": "COT", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DTCCUS3NCOT" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DTCCUS3N" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DTCCUS41" + } + }, + { + "code": "CFC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DTCCUS3ACFC" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DTCCUS3B" + } + }, + { + "code": "CFC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DTCCUS3NCFC" + } + }, + { + "code": "DLK", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DTCCUS3NDLK" + } + }, + { + "code": "CAP", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DTCCUS3NCAP" + } + }, + { + "code": "EDS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DTCCUS3NEDS" + } + }, + { + "code": "LEI", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DTCCUS3NLEI" + } + }, + { + "code": "GTR", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DTCCUS3NGTR" + } + }, + { + "code": "RED", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DTCCUS3NRED" + } + }, + { + "code": "CSD", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DTCCUS3NCSD" + } + }, + { + "code": "MUT", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DTCCUS3NMUT" + } + }, + { + "code": "ROG", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DTCCUS3NROG" + } + }, + { + "code": "VIN", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DTCCUS3NVIN" + } + }, + { + "code": "GCV", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DTCCUS3NGCV" + } + }, + { + "code": "GCA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DTCCUS3NGCA" + } + }, + { + "code": "SET", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DTCCUS3NSET" + } + } + ] + }, + { + "name": "DEPOSITORY TRUST COMPANY, THE", + "short_code": "DTCY", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DTCYUS33" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DTCYUS3N" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DTCYUS3M" + } + }, + { + "code": "SET", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DTCYUS3MSET" + } + }, + { + "code": "STA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DTCYUS3MSTA" + } + }, + { + "code": "STA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DTCYUS3NSTA" + } + }, + { + "code": "TRI", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DTCYUS3MTRI" + } + }, + { + "code": "TRI", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DTCYUS3NTRI" + } + } + ] + }, + { + "name": "DEPOSITORY TRUST COMPANY, THE", + "short_code": "ISCC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ISCCUS33" + } + }, + { + "code": "GCN", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ISCCUS33GCN" + } + }, + { + "code": "CAD", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ISCCUS33CAD" + } + } + ] + }, + { + "name": "DEPRINCE, RACE AND ZOLLO, INC.", + "short_code": "DERO", + "branches": [ + { + "code": "", + "city": "WINTER PARK", + "identifiers": { + "swift_code": "DEROUS31" + } + } + ] + }, + { + "name": "DEROY AND DEVEREAUX PRIVATE INVESTMENT COUNSEL INC", + "short_code": "DDPI", + "branches": [ + { + "code": "", + "city": "SOUTHFIELD", + "identifiers": { + "swift_code": "DDPIUS41" + } + } + ] + }, + { + "name": "DESERET TRUST COMPANY", + "short_code": "DETM", + "branches": [ + { + "code": "", + "city": "SALT LAKE CITY", + "identifiers": { + "swift_code": "DETMUS51" + } + } + ] + }, + { + "name": "DEUTSCHE BANK AG", + "short_code": "DEUT", + "branches": [ + { + "code": "CHI", + "city": "CHICAGO", + "identifiers": { + "swift_code": "DEUTUS33CHI" + } + }, + { + "code": "LAX", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "DEUTUS33LAX" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DEUTUS33" + } + }, + { + "code": "TSS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DEUTUS33TSS" + } + }, + { + "code": "TRF", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DEUTUS33TRF" + } + }, + { + "code": "CLS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DEUTUS33CLS" + } + }, + { + "code": "APX", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DEUTUS33APX" + } + }, + { + "code": "COM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DEUTUS33COM" + } + }, + { + "code": "CUS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DEUTUS33CUS" + } + }, + { + "code": "IBF", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DEUTUS33IBF" + } + }, + { + "code": "PBK", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DEUTUS33PBK" + } + } + ] + }, + { + "name": "DEUTSCHE BANK CAPITAL CORPORATION", + "short_code": "DBCC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DBCCUS31" + } + } + ] + }, + { + "name": "DEUTSCHE BANK NATIONAL TRUST COMPANY", + "short_code": "TRCC", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "TRCCUS61" + } + } + ] + }, + { + "name": "DEUTSCHE BANK SECURITIES INC.", + "short_code": "NWSC", + "branches": [ + { + "code": "TIM", + "city": "LUTHERVILLE TIMONIUM", + "identifiers": { + "swift_code": "NWSCUS31TIM" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NWSCUS33" + } + } + ] + }, + { + "name": "DEUTSCHE BANK TRUST COMPANY AMERICAS", + "short_code": "BKTR", + "branches": [ + { + "code": "ADR", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BKTRUS33ADR" + } + }, + { + "code": "GIM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BKTRUS33GIM" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BKTRUS33" + } + }, + { + "code": "TRF", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BKTRUS33TRF" + } + }, + { + "code": "APX", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BKTRUS33APX" + } + }, + { + "code": "CDA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BKTRUS33CDA" + } + }, + { + "code": "DEL", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BKTRUS33DEL" + } + }, + { + "code": "CIE", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BKTRUS33CIE" + } + }, + { + "code": "CND", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BKTRUS33CND" + } + }, + { + "code": "CLS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BKTRUS33CLS" + } + }, + { + "code": "020", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BKTRUS33020" + } + }, + { + "code": "010", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BKTRUS33010" + } + }, + { + "code": "FXO", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BKTRUS33FXO" + } + }, + { + "code": "030", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BKTRUS33030" + } + }, + { + "code": "040", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BKTRUS33040" + } + }, + { + "code": "050", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BKTRUS33050" + } + }, + { + "code": "060", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BKTRUS33060" + } + }, + { + "code": "070", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BKTRUS33070" + } + }, + { + "code": "PWM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BKTRUS33PWM" + } + }, + { + "code": "REM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BKTRUS33REM" + } + }, + { + "code": "TSS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BKTRUS33TSS" + } + }, + { + "code": "TAS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BKTRUS33TAS" + } + }, + { + "code": "TRI", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BKTRUS33TRI" + } + } + ] + }, + { + "name": "DEVINE SECURITIES, INC.", + "short_code": "POLO", + "branches": [ + { + "code": "", + "city": "WHITE PLAINS", + "identifiers": { + "swift_code": "POLOUS31" + } + } + ] + }, + { + "name": "DFC GLOBAL CORP", + "short_code": "DFGI", + "branches": [ + { + "code": "", + "city": "MALVERN", + "identifiers": { + "swift_code": "DFGIUS33" + } + } + ] + }, + { + "name": "DIALECTIC CAPITAL MANAGEMENT, LP", + "short_code": "DCML", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DCMLUS31" + } + } + ] + }, + { + "name": "DIAMOND HILL CAPITAL MANAGEMENT", + "short_code": "DHCN", + "branches": [ + { + "code": "", + "city": "COLUMBUS", + "identifiers": { + "swift_code": "DHCNUS31" + } + } + ] + }, + { + "name": "DIAZ-VERSON CAPITAL, INC.", + "short_code": "DICI", + "branches": [ + { + "code": "", + "city": "COLUMBUS", + "identifiers": { + "swift_code": "DICIUS31" + } + } + ] + }, + { + "name": "DIEBOLD NIXDORF INCORPORATED", + "short_code": "DBDN", + "branches": [ + { + "code": "", + "city": "HUDSON", + "identifiers": { + "swift_code": "DBDNUS33" + } + } + ] + }, + { + "name": "DIMAIO AHMAD CAPITAL LLC", + "short_code": "DACC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DACCUS31" + } + } + ] + }, + { + "name": "DIME COMMUNITY BANK", + "short_code": "BHNB", + "branches": [ + { + "code": "", + "city": "BRIDGEHAMPTON", + "identifiers": { + "swift_code": "BHNBUS3B" + } + } + ] + }, + { + "name": "DIMENSIONAL FUND ADVISORS", + "short_code": "DFAD", + "branches": [ + { + "code": "", + "city": "SANTA MONICA", + "identifiers": { + "swift_code": "DFADUS61" + } + } + ] + }, + { + "name": "DIRECT ACCESS PARTNERS, LLC", + "short_code": "DAPC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DAPCUS31" + } + } + ] + }, + { + "name": "DIRHAM EXPRESS", + "short_code": "DIEX", + "branches": [ + { + "code": "", + "city": "ASTORIA", + "identifiers": { + "swift_code": "DIEXUS33" + } + } + ] + }, + { + "name": "DISCIPLINED GROWTH INVESTORS", + "short_code": "DIGN", + "branches": [ + { + "code": "", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "DIGNUS41" + } + } + ] + }, + { + "name": "DIVINE CAPITAL MARKETS LLC", + "short_code": "DCAC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DCACUS31" + } + } + ] + }, + { + "name": "DIXON, HUBARD AND FEINOUR, INC.", + "short_code": "DIHF", + "branches": [ + { + "code": "", + "city": "ROANOKE", + "identifiers": { + "swift_code": "DIHFUS31" + } + } + ] + }, + { + "name": "DNB BANK ASA, NEW YORK BRANCH", + "short_code": "DNBA", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DNBAUS33" + } + }, + { + "code": "LLC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DNBAUS33LLC" + } + } + ] + }, + { + "name": "DNB FIRST N.A.", + "short_code": "DNFI", + "branches": [ + { + "code": "", + "city": "DOWNINGTOWN", + "identifiers": { + "swift_code": "DNFIUS31" + } + } + ] + }, + { + "name": "DOCK STREET ASSET MANAGEMENT INC", + "short_code": "DSAM", + "branches": [ + { + "code": "", + "city": "GREENWICH", + "identifiers": { + "swift_code": "DSAMUS31" + } + } + ] + }, + { + "name": "DODGE AND COX", + "short_code": "DOCX", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "DOCXUS61" + } + } + ] + }, + { + "name": "DOHENY ASSET MANAGEMENT", + "short_code": "DOAA", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "DOAAUS61" + } + } + ] + }, + { + "name": "DOLLAR BANK FSB", + "short_code": "DBNK", + "branches": [ + { + "code": "", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "DBNKUS3P" + } + } + ] + }, + { + "name": "DOMINION BANCSHARES CORP.", + "short_code": "DOMB", + "branches": [ + { + "code": "", + "city": "ROANOKE", + "identifiers": { + "swift_code": "DOMBUS31" + } + } + ] + }, + { + "name": "DONALD SMITH AND COMPANY, INC.", + "short_code": "DOSO", + "branches": [ + { + "code": "", + "city": "PARAMUS", + "identifiers": { + "swift_code": "DOSOUS31" + } + } + ] + }, + { + "name": "DONALDSON CAPITAL MANAGEMENT, LLC", + "short_code": "DCAL", + "branches": [ + { + "code": "", + "city": "EVANSVILLE", + "identifiers": { + "swift_code": "DCALUS41" + } + } + ] + }, + { + "name": "DONALDSON COMPANY INC.", + "short_code": "DONM", + "branches": [ + { + "code": "", + "city": "BLOOMINGTON", + "identifiers": { + "swift_code": "DONMUS44" + } + } + ] + }, + { + "name": "DONALDSON, LUFKIN AND JENRETTE SECURITIES CORPORATION", + "short_code": "DLJC", + "branches": [ + { + "code": "", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "DLJCUS31" + } + } + ] + }, + { + "name": "DORSEY ASSET MANAGEMENT", + "short_code": "DOAN", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "DOANUS41" + } + } + ] + }, + { + "name": "DORSEY, WRIGHT AND ASSOCIATES, LLC", + "short_code": "DOWA", + "branches": [ + { + "code": "", + "city": "PASADENA", + "identifiers": { + "swift_code": "DOWAUS61" + } + } + ] + }, + { + "name": "DOUGLAS C. LANE AND ASSOCIATES, INC", + "short_code": "DOLA", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DOLAUS31" + } + } + ] + }, + { + "name": "DOUGLAS CAPITAL MANAGEMENT, INC.", + "short_code": "DOCG", + "branches": [ + { + "code": "", + "city": "PONTE VEDRA BEACH", + "identifiers": { + "swift_code": "DOCGUS31" + } + } + ] + }, + { + "name": "DOVER PARTNERS", + "short_code": "DOPA", + "branches": [ + { + "code": "", + "city": "DAYTON", + "identifiers": { + "swift_code": "DOPAUS31" + } + } + ] + }, + { + "name": "DOW CHEMICAL COMPANY, THE", + "short_code": "DOWC", + "branches": [ + { + "code": "", + "city": "MIDLAND", + "identifiers": { + "swift_code": "DOWCUS33" + } + }, + { + "code": "PIX", + "city": "MIDLAND", + "identifiers": { + "swift_code": "DOWCUS33PIX" + } + } + ] + }, + { + "name": "DOW GLOBAL FINANCIAL MANAGEMENT INC", + "short_code": "DGNG", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "DGNGUS31" + } + } + ] + }, + { + "name": "DOWLING AND PARTNERS SECURITIES, LLC", + "short_code": "DPRL", + "branches": [ + { + "code": "", + "city": "FARMINGTON", + "identifiers": { + "swift_code": "DPRLUS32" + } + } + ] + }, + { + "name": "DRA CAPITAL MANAGEMENT, INC", + "short_code": "DRCN", + "branches": [ + { + "code": "", + "city": "WAUKESHA", + "identifiers": { + "swift_code": "DRCNUS51" + } + } + ] + }, + { + "name": "DRAKE MANAGEMENT LLC", + "short_code": "DRAK", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DRAKUS31" + } + } + ] + }, + { + "name": "DREMAN VALUE MANAGEMENT", + "short_code": "DRVM", + "branches": [ + { + "code": "", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "DRVMUS31" + } + } + ] + }, + { + "name": "DREXEL HAMILTON LLC", + "short_code": "DRHL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DRHLUS31" + } + } + ] + }, + { + "name": "DRIVEN BRANDS HOLDINGS INC.", + "short_code": "DRBH", + "branches": [ + { + "code": "", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "DRBHUS33" + } + } + ] + }, + { + "name": "DRW COMMODITIES LLC", + "short_code": "DRCL", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "DRCLUS41" + } + } + ] + }, + { + "name": "DRW EMM, LLC", + "short_code": "DRWW", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "DRWWUS41" + } + } + ] + }, + { + "name": "DRW HOLDINGS LLC", + "short_code": "DRHC", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "DRHCUS44" + } + } + ] + }, + { + "name": "DRW INVESTMENTS LLC", + "short_code": "DRIL", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "DRILUS41" + } + } + ] + }, + { + "name": "DSI INTERNATIONAL", + "short_code": "DSII", + "branches": [ + { + "code": "", + "city": "STAMFORD", + "identifiers": { + "swift_code": "DSIIUS31" + } + } + ] + }, + { + "name": "DSM CAPITAL PARTNERS", + "short_code": "DSMC", + "branches": [ + { + "code": "", + "city": "MOUNT KISCO", + "identifiers": { + "swift_code": "DSMCUS31" + } + } + ] + }, + { + "name": "DST SECURITIES INC", + "short_code": "DSTS", + "branches": [ + { + "code": "", + "city": "KANSAS CITY", + "identifiers": { + "swift_code": "DSTSUS41" + } + } + ] + }, + { + "name": "DTCC ITP LLC", + "short_code": "DETC", + "branches": [ + { + "code": "", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "DETCUS33" + } + }, + { + "code": "DXM", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "DETCUS33DXM" + } + }, + { + "code": "ITP", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DETCUS33ITP" + } + } + ] + }, + { + "name": "DTCC ITP LLC", + "short_code": "OMGO", + "branches": [ + { + "code": "", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "OMGOUS33" + } + }, + { + "code": "CPT", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "OMGOUS3CCPT" + } + }, + { + "code": "DXM", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "OMGOUS33DXM" + } + }, + { + "code": "DXM", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "OMGOUS3CDXM" + } + }, + { + "code": "ITP", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "OMGOUS3CITP" + } + }, + { + "code": "FID", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "OMGOUS3CFID" + } + }, + { + "code": "DNM", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "OMGOUS33DNM" + } + }, + { + "code": "", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "OMGOUS3C" + } + } + ] + }, + { + "name": "DUBUQUE BANK AND TRUST", + "short_code": "DUBT", + "branches": [ + { + "code": "", + "city": "DUBUQUE", + "identifiers": { + "swift_code": "DUBTUS44" + } + } + ] + }, + { + "name": "DUCENTA SQUARED ASSET MANAGEMENT", + "short_code": "DSAA", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "DSAAUS62" + } + } + ] + }, + { + "name": "DUFF PHELPS INVESTMENT MGMT CO.", + "short_code": "DUPI", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "DUPIUS31" + } + } + ] + }, + { + "name": "DUMAC, INC.", + "short_code": "DUMC", + "branches": [ + { + "code": "", + "city": "DURHAM", + "identifiers": { + "swift_code": "DUMCUS31" + } + }, + { + "code": "", + "city": "DURHAM", + "identifiers": { + "swift_code": "DUMCUS33" + } + } + ] + }, + { + "name": "DUNAVANT ENTERPRISES, INC", + "short_code": "DUNN", + "branches": [ + { + "code": "", + "city": "MEMPHIS", + "identifiers": { + "swift_code": "DUNNUS41" + } + } + ] + }, + { + "name": "DUNCAN HURST CAPITAL MANAGEMENT", + "short_code": "DHCA", + "branches": [ + { + "code": "", + "city": "SAN DIEGO", + "identifiers": { + "swift_code": "DHCAUS61" + } + } + ] + }, + { + "name": "DUPONT CAPITAL MANAGEMENT CORPORATION", + "short_code": "DCMR", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "DCMRUS32" + } + } + ] + }, + { + "name": "DUPONT POLYMERS, INC.", + "short_code": "DUPL", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "DUPLUS33" + } + } + ] + }, + { + "name": "DV CAPITAL LLC", + "short_code": "CPLC", + "branches": [ + { + "code": "", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "CPLCUS31" + } + } + ] + }, + { + "name": "DV TRADING, LLC", + "short_code": "RCCK", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "RCCKUS41" + } + } + ] + }, + { + "name": "DWS USA CORPORATION", + "short_code": "DEAN", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DEANUS31" + } + } + ] + }, + { + "name": "DYNAMIC CREDIT PARTNERS, LLC", + "short_code": "DCPL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DCPLUS31" + } + } + ] + }, + { + "name": "DYNEX CAPITAL, INC.", + "short_code": "DYCP", + "branches": [ + { + "code": "", + "city": "GLEN ALLEN", + "identifiers": { + "swift_code": "DYCPUS33" + } + } + ] + }, + { + "name": "DZ BANK AG DEUTSCHE ZENTRAL-GENOSSENSCHAFTSBANK, NEW YORK BRANCH", + "short_code": "GENO", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GENOUS33" + } + } + ] + }, + { + "name": "E-TRADE", + "short_code": "ETRA", + "branches": [ + { + "code": "", + "city": "PALO ALTO", + "identifiers": { + "swift_code": "ETRAUS61" + } + } + ] + }, + { + "name": "E-TRADE SECURITIES INSITUTIONAL,INC", + "short_code": "ETSI", + "branches": [ + { + "code": "", + "city": "RANCHO CORDOVA", + "identifiers": { + "swift_code": "ETSIUS61" + } + } + ] + }, + { + "name": "E.I. DUPONT DE NEMOURS", + "short_code": "DUPT", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "DUPTUS33" + } + } + ] + }, + { + "name": "E.I. DUPONT DE NEMOURS AND CO.", + "short_code": "DUPT", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "DUPTUS3A" + } + } + ] + }, + { + "name": "E.SUN COMMERCIAL BANK, LOS ANGELES BRANCH", + "short_code": "ESUN", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "ESUNUS6L" + } + } + ] + }, + { + "name": "EAGLE ASSET MANAGEMENT, INC.", + "short_code": "EAGL", + "branches": [ + { + "code": "", + "city": "ST. PETERSBURG", + "identifiers": { + "swift_code": "EAGLUS33" + } + } + ] + }, + { + "name": "EAGLE CAPITAL MANAGEMENT", + "short_code": "EACM", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "EACMUS31" + } + } + ] + }, + { + "name": "EAGLE GLOBAL ADVISORS, L.L.C.", + "short_code": "EGAL", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "EGALUS41" + } + } + ] + }, + { + "name": "EAGLE GROWTH INVESTORS L.L.C.", + "short_code": "EGIL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "EGILUS31" + } + } + ] + }, + { + "name": "EAGLE RIDGE INVESTMENT MANAGEMENT LLC", + "short_code": "ERIM", + "branches": [ + { + "code": "", + "city": "WESTPORT", + "identifiers": { + "swift_code": "ERIMUS31" + } + } + ] + }, + { + "name": "EAGLEBANK", + "short_code": "EAGE", + "branches": [ + { + "code": "", + "city": "BETHESDA", + "identifiers": { + "swift_code": "EAGEUS33" + } + } + ] + }, + { + "name": "EARNEST PARTNERS, LLC", + "short_code": "EAPA", + "branches": [ + { + "code": "", + "city": "ATLANTA", + "identifiers": { + "swift_code": "EAPAUS31" + } + } + ] + }, + { + "name": "EAST-WEST BANK", + "short_code": "EWBK", + "branches": [ + { + "code": "SEA", + "city": "PASADENA", + "identifiers": { + "swift_code": "EWBKUS66SEA" + } + }, + { + "code": "", + "city": "PASADENA", + "identifiers": { + "swift_code": "EWBKUS66" + } + }, + { + "code": "VEL", + "city": "PASADENA", + "identifiers": { + "swift_code": "EWBKUS66VEL" + } + } + ] + }, + { + "name": "EASTBANK, N.A.", + "short_code": "EAST", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "EASTUS31" + } + } + ] + }, + { + "name": "EASTERN BANK", + "short_code": "EASR", + "branches": [ + { + "code": "", + "city": "LYNN", + "identifiers": { + "swift_code": "EASRUS3B" + } + } + ] + }, + { + "name": "EASTERN NATIONAL BANK", + "short_code": "ENBK", + "branches": [ + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "ENBKUS3M" + } + } + ] + }, + { + "name": "EASTHAMPTON SAVINGS BANK", + "short_code": "EASA", + "branches": [ + { + "code": "", + "city": "EASTHAMPTON", + "identifiers": { + "swift_code": "EASAUS32" + } + } + ] + }, + { + "name": "EASTMAN KODAK COMPANY", + "short_code": "KODK", + "branches": [ + { + "code": "", + "city": "ROCHESTER", + "identifiers": { + "swift_code": "KODKUS33" + } + } + ] + }, + { + "name": "EATON VANCE MANAGEMENT", + "short_code": "EVMA", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "EVMAUS33" + } + } + ] + }, + { + "name": "EBAY INC.", + "short_code": "EBAY", + "branches": [ + { + "code": "", + "city": "SAN JOSE", + "identifiers": { + "swift_code": "EBAYUS66" + } + } + ] + }, + { + "name": "EBS ASSET MANAGEMENT", + "short_code": "EBAM", + "branches": [ + { + "code": "", + "city": "DAYTON", + "identifiers": { + "swift_code": "EBAMUS31" + } + } + ] + }, + { + "name": "EBSCO INDUSTRIES, INC.", + "short_code": "EBSC", + "branches": [ + { + "code": "", + "city": "BIRMINGHAM", + "identifiers": { + "swift_code": "EBSCUS44" + } + } + ] + }, + { + "name": "ECOLAB INC", + "short_code": "ECLL", + "branches": [ + { + "code": "", + "city": "ST. PAUL", + "identifiers": { + "swift_code": "ECLLUS44" + } + } + ] + }, + { + "name": "ECS FIN INC.", + "short_code": "ECSN", + "branches": [ + { + "code": "", + "city": "WHITE PLAINS", + "identifiers": { + "swift_code": "ECSNUS33" + } + }, + { + "code": "STP", + "city": "WHITE PLAINS", + "identifiers": { + "swift_code": "ECSNUS33STP" + } + }, + { + "code": "SCU", + "city": "WHITE PLAINS", + "identifiers": { + "swift_code": "ECSNUS33SCU" + } + }, + { + "code": "VPS", + "city": "WHITE PLAINS", + "identifiers": { + "swift_code": "ECSNUS33VPS" + } + }, + { + "code": "EKP", + "city": "WHITE PLAINS", + "identifiers": { + "swift_code": "ECSNUS33EKP" + } + }, + { + "code": "SNJ", + "city": "WHITE PLAINS", + "identifiers": { + "swift_code": "ECSNUS33SNJ" + } + }, + { + "code": "UBS", + "city": "WHITE PLAINS", + "identifiers": { + "swift_code": "ECSNUS33UBS" + } + }, + { + "code": "ENF", + "city": "WHITE PLAINS", + "identifiers": { + "swift_code": "ECSNUS33ENF" + } + }, + { + "code": "C3X", + "city": "WHITE PLAINS", + "identifiers": { + "swift_code": "ECSNUS33C3X" + } + }, + { + "code": "INF", + "city": "WHITE PLAINS", + "identifiers": { + "swift_code": "ECSNUS33INF" + } + }, + { + "code": "CDX", + "city": "WHITE PLAINS", + "identifiers": { + "swift_code": "ECSNUS33CDX" + } + }, + { + "code": "JIB", + "city": "WHITE PLAINS", + "identifiers": { + "swift_code": "ECSNUS33JIB" + } + }, + { + "code": "SIB", + "city": "WHITE PLAINS", + "identifiers": { + "swift_code": "ECSNUS33SIB" + } + }, + { + "code": "ETP", + "city": "WHITE PLAINS", + "identifiers": { + "swift_code": "ECSNUS33ETP" + } + }, + { + "code": "AGI", + "city": "WHITE PLAINS", + "identifiers": { + "swift_code": "ECSNUS33AGI" + } + } + ] + }, + { + "name": "ECS HOLDING AND TRUST INC", + "short_code": "ECSF", + "branches": [ + { + "code": "", + "city": "WHITE PLAINS", + "identifiers": { + "swift_code": "ECSFUS33" + } + }, + { + "code": "LOC", + "city": "WHITE PLAINS", + "identifiers": { + "swift_code": "ECSFUS33LOC" + } + }, + { + "code": "GBM", + "city": "WHITE PLAINS", + "identifiers": { + "swift_code": "ECSFUS33GBM" + } + }, + { + "code": "ITV", + "city": "WHITE PLAINS", + "identifiers": { + "swift_code": "ECSFUS33ITV" + } + }, + { + "code": "ENF", + "city": "WHITE PLAINS", + "identifiers": { + "swift_code": "ECSFUS33ENF" + } + }, + { + "code": "SCP", + "city": "WHITE PLAINS", + "identifiers": { + "swift_code": "ECSFUS33SCP" + } + } + ] + }, + { + "name": "EDGAR LOMAX COMPANY, THE", + "short_code": "EDLC", + "branches": [ + { + "code": "", + "city": "SPRINGFIELD", + "identifiers": { + "swift_code": "EDLCUS31" + } + } + ] + }, + { + "name": "EDMP, INC.", + "short_code": "EDMP", + "branches": [ + { + "code": "", + "city": "TAMPA", + "identifiers": { + "swift_code": "EDMPUS31" + } + } + ] + }, + { + "name": "EDWARD D. JONES AND COMPANY", + "short_code": "EDDJ", + "branches": [ + { + "code": "", + "city": "MARYLAND HEIGHTS", + "identifiers": { + "swift_code": "EDDJUS41" + } + } + ] + }, + { + "name": "EGAN-JONES RATINGS COMPANY", + "short_code": "EGRC", + "branches": [ + { + "code": "", + "city": "HAVERFORD", + "identifiers": { + "swift_code": "EGRCUS31" + } + } + ] + }, + { + "name": "EII CAPITAL MANAGEMENT INC", + "short_code": "EICM", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "EICMUS31" + } + } + ] + }, + { + "name": "EJF CAPITAL LLC", + "short_code": "EJCL", + "branches": [ + { + "code": "", + "city": "ARLINGTON", + "identifiers": { + "swift_code": "EJCLUS33" + } + } + ] + }, + { + "name": "EL CAPITAN ADVISORS INC", + "short_code": "CPAD", + "branches": [ + { + "code": "", + "city": "SANTA BARBARA", + "identifiers": { + "swift_code": "CPADUS62" + } + } + ] + }, + { + "name": "ELEFANT MARKETS INC.", + "short_code": "ELMR", + "branches": [ + { + "code": "", + "city": "SALT LAKE CITY", + "identifiers": { + "swift_code": "ELMRUS51" + } + } + ] + }, + { + "name": "ELEVATED INNOVATION LLC", + "short_code": "ELIL", + "branches": [ + { + "code": "", + "city": "PHOENIXVILLE", + "identifiers": { + "swift_code": "ELILUS31" + } + } + ] + }, + { + "name": "ELI GLOBAL LLC", + "short_code": "ELGL", + "branches": [ + { + "code": "", + "city": "DURHAM", + "identifiers": { + "swift_code": "ELGLUS33" + } + } + ] + }, + { + "name": "ELI LILLY AND COMPANY", + "short_code": "LLYC", + "branches": [ + { + "code": "", + "city": "INDIANAPOLIS", + "identifiers": { + "swift_code": "LLYCUS33" + } + } + ] + }, + { + "name": "ELK CREEK PARTNERS LLC", + "short_code": "ECPC", + "branches": [ + { + "code": "", + "city": "DENVER", + "identifiers": { + "swift_code": "ECPCUS51" + } + } + ] + }, + { + "name": "ELLIOTT ASSOCIATES, L.P.", + "short_code": "ELLA", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ELLAUS33" + } + } + ] + }, + { + "name": "ELLIOTT MANAGEMENT CORPORATION", + "short_code": "ELMC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ELMCUS33" + } + } + ] + }, + { + "name": "ELQ HOLDINGS (DEL) LLC", + "short_code": "ELHC", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "ELHCUS31" + } + } + ] + }, + { + "name": "EMERGING GLOBAL ADVISORS LLC", + "short_code": "EGAC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "EGACUS31" + } + } + ] + }, + { + "name": "EMMET AND CO., INC.", + "short_code": "EMME", + "branches": [ + { + "code": "", + "city": "FAR HILLS", + "identifiers": { + "swift_code": "EMMEUS32" + } + } + ] + }, + { + "name": "EMPLOYEES RETIREMENT SYSTEM OF GEORGIA", + "short_code": "SGDN", + "branches": [ + { + "code": "", + "city": "ATLANTA", + "identifiers": { + "swift_code": "SGDNUS31" + } + } + ] + }, + { + "name": "EMPLOYEES RETIREMENT SYSTEM OF TEXAS", + "short_code": "ERSX", + "branches": [ + { + "code": "", + "city": "AUSTIN", + "identifiers": { + "swift_code": "ERSXUS41" + } + }, + { + "code": "", + "city": "AUSTIN", + "identifiers": { + "swift_code": "ERSXUS4B" + } + } + ] + }, + { + "name": "EMPRISE BANK", + "short_code": "EMPR", + "branches": [ + { + "code": "", + "city": "WICHITA", + "identifiers": { + "swift_code": "EMPRUS44" + } + } + ] + }, + { + "name": "EMYS CAPITAL", + "short_code": "EMYC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "EMYCUS31" + } + } + ] + }, + { + "name": "ENEL NORTH AMERICA, INC.", + "short_code": "ENNA", + "branches": [ + { + "code": "", + "city": "ANDOVER", + "identifiers": { + "swift_code": "ENNAUS33" + } + } + ] + }, + { + "name": "ENERGY INCOME PARTNERS, LLC", + "short_code": "EIPL", + "branches": [ + { + "code": "", + "city": "WESTPORT", + "identifiers": { + "swift_code": "EIPLUS32" + } + } + ] + }, + { + "name": "ENSIGN PEAK ADVISORS, INC.", + "short_code": "EPEA", + "branches": [ + { + "code": "", + "city": "SALT LAKE CITY", + "identifiers": { + "swift_code": "EPEAUS55" + } + } + ] + }, + { + "name": "ENTERPRISE BANK", + "short_code": "ENTP", + "branches": [ + { + "code": "", + "city": "ALLISON PARK", + "identifiers": { + "swift_code": "ENTPUS32" + } + } + ] + }, + { + "name": "ENTERPRISE BANK AND TRUST", + "short_code": "ENTR", + "branches": [ + { + "code": "", + "city": "KANSAS CITY", + "identifiers": { + "swift_code": "ENTRUS44" + } + } + ] + }, + { + "name": "ENTERPRISE BANK AND TRUST COMPANY", + "short_code": "EBTC", + "branches": [ + { + "code": "", + "city": "LOWELL", + "identifiers": { + "swift_code": "EBTCUS33" + } + } + ] + }, + { + "name": "EOG Y RESOURCES, INC", + "short_code": "YAPC", + "branches": [ + { + "code": "", + "city": "ARTESIA", + "identifiers": { + "swift_code": "YAPCUS51" + } + } + ] + }, + { + "name": "EPIQ CORPORATE RESTRUCTURING, LLC", + "short_code": "ECRE", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ECREUS33" + } + } + ] + }, + { + "name": "EPOCH INVESTMENT PARTNERS, INC", + "short_code": "EPOO", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "EPOOUS31" + } + }, + { + "code": "AO1", + "city": "NEW YORK", + "identifiers": { + "swift_code": "EPOOUS31AO1" + } + } + ] + }, + { + "name": "EQUITRUST LIFE INSURANCE COMPANY", + "short_code": "EQTU", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "EQTUUS44" + } + } + ] + }, + { + "name": "EQUITY BANK", + "short_code": "EQTY", + "branches": [ + { + "code": "", + "city": "WICHITA", + "identifiers": { + "swift_code": "EQTYUS44" + } + } + ] + }, + { + "name": "ERNST AND YOUNG INFRASTRUCTURE ADVISORS, LLC", + "short_code": "ERYO", + "branches": [ + { + "code": "", + "city": "PHILADELPHIA", + "identifiers": { + "swift_code": "ERYOUS31" + } + } + ] + }, + { + "name": "ERNST AND YOUNG LLP", + "short_code": "ERYP", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "ERYPUS41" + } + } + ] + }, + { + "name": "ERSTE GROUP BANK AG", + "short_code": "GIBA", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GIBAUS33" + } + } + ] + }, + { + "name": "ESL FEDERAL CREDIT UNION", + "short_code": "EFCU", + "branches": [ + { + "code": "", + "city": "ROCHESTER", + "identifiers": { + "swift_code": "EFCUUS33" + } + } + ] + }, + { + "name": "ESPIRITO SANTO INVESTMENT", + "short_code": "ESSI", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ESSIUS31" + } + } + ] + }, + { + "name": "ESPOSITO SECURITIES, LLC", + "short_code": "ESCL", + "branches": [ + { + "code": "", + "city": "DALLAS", + "identifiers": { + "swift_code": "ESCLUS41" + } + } + ] + }, + { + "name": "ESSEX SAVINGS BANK", + "short_code": "ESAG", + "branches": [ + { + "code": "", + "city": "ESSEX", + "identifiers": { + "swift_code": "ESAGUS32" + } + } + ] + }, + { + "name": "ESTEE LAUDER", + "short_code": "ESTL", + "branches": [ + { + "code": "", + "city": "MELVILLE", + "identifiers": { + "swift_code": "ESTLUS33" + } + } + ] + }, + { + "name": "ETRADE BANK", + "short_code": "MSTN", + "branches": [ + { + "code": "", + "city": "PURCHASE", + "identifiers": { + "swift_code": "MSTNUS31" + } + } + ] + }, + { + "name": "EURO BROKERS INC.", + "short_code": "EUBR", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "EUBRUS31" + } + } + ] + }, + { + "name": "EUROPEAN INVESTORS", + "short_code": "EUIV", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "EUIVUS31" + } + } + ] + }, + { + "name": "EVANGELICAL CHRISTIAN CREDIT UNION", + "short_code": "ECUU", + "branches": [ + { + "code": "", + "city": "BREA", + "identifiers": { + "swift_code": "ECUUUS61" + } + } + ] + }, + { + "name": "EVANS BANK, N.A.", + "short_code": "EVAN", + "branches": [ + { + "code": "", + "city": "WILLIAMSVILLE", + "identifiers": { + "swift_code": "EVANUS33" + } + } + ] + }, + { + "name": "EVEANS, BASH, MAGRINO AND KLEIN", + "short_code": "EBMK", + "branches": [ + { + "code": "", + "city": "OVERLAND PARK", + "identifiers": { + "swift_code": "EBMKUS41" + } + } + ] + }, + { + "name": "EVENTIDE ASSET MANAGEMENT, LLC", + "short_code": "EAMC", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "EAMCUS33" + } + }, + { + "code": "", + "city": "DOVER", + "identifiers": { + "swift_code": "EAMCUS32" + } + } + ] + }, + { + "name": "EVERBANK, N.A.", + "short_code": "EVBK", + "branches": [ + { + "code": "", + "city": "JACKSONVILLE", + "identifiers": { + "swift_code": "EVBKUS3M" + } + } + ] + }, + { + "name": "EVERCORE GROUP L.L.C.", + "short_code": "ISGP", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ISGPUS31" + } + } + ] + }, + { + "name": "EVERCORE GROUP L.L.C.", + "short_code": "EVGC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "EVGCUS31" + } + } + ] + }, + { + "name": "EVEREN CAPITAL CORPORATION", + "short_code": "EVCT", + "branches": [ + { + "code": "", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "EVCTUS33" + } + } + ] + }, + { + "name": "EVEREST REINSURANCE COMPANY", + "short_code": "EVRC", + "branches": [ + { + "code": "", + "city": "WARREN", + "identifiers": { + "swift_code": "EVRCUS33" + } + } + ] + }, + { + "name": "EVERETT HARRIS AND COMPANY", + "short_code": "EVHC", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "EVHCUS61" + } + } + ] + }, + { + "name": "EVERMORE GLOBAL ADVISORS, LLC", + "short_code": "EVGL", + "branches": [ + { + "code": "", + "city": "SUMMIT", + "identifiers": { + "swift_code": "EVGLUS31" + } + } + ] + }, + { + "name": "EVERTRUST BANK", + "short_code": "ETBK", + "branches": [ + { + "code": "", + "city": "CITY OF INDUSTRY", + "identifiers": { + "swift_code": "ETBKUS6L" + } + } + ] + }, + { + "name": "EVOLVE BANK AND TRUST", + "short_code": "EVOV", + "branches": [ + { + "code": "", + "city": "MEMPHIS", + "identifiers": { + "swift_code": "EVOVUS42" + } + } + ] + }, + { + "name": "EXANE INC.", + "short_code": "EXAI", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "EXAIUS31" + } + } + ] + }, + { + "name": "EXCHANGE BANK", + "short_code": "EXCN", + "branches": [ + { + "code": "", + "city": "SANTA ROSA", + "identifiers": { + "swift_code": "EXCNUS62" + } + } + ] + }, + { + "name": "EXCHANGE BANK AND TRUST", + "short_code": "EBTR", + "branches": [ + { + "code": "", + "city": "ATCHISON", + "identifiers": { + "swift_code": "EBTRUS41" + } + } + ] + }, + { + "name": "EXOS SECURITIES LLC", + "short_code": "EXSC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "EXSCUS32" + } + } + ] + }, + { + "name": "EXPEDIA INC.", + "short_code": "EXEE", + "branches": [ + { + "code": "", + "city": "SEATTLE", + "identifiers": { + "swift_code": "EXEEUS66" + } + } + ] + }, + { + "name": "EXPORT-IMPORT BANK OF KOREA, THE", + "short_code": "EXIK", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "EXIKUS31" + } + } + ] + }, + { + "name": "EXTRACO BANKS, N.A.", + "short_code": "EXTO", + "branches": [ + { + "code": "", + "city": "WACO", + "identifiers": { + "swift_code": "EXTOUS41" + } + } + ] + }, + { + "name": "EXXON MOBIL CORPORATION", + "short_code": "EXXM", + "branches": [ + { + "code": "", + "city": "IRVING", + "identifiers": { + "swift_code": "EXXMUS41" + } + } + ] + }, + { + "name": "EXXONMOBIL GLOBAL SERVICES COMPANY", + "short_code": "EXXM", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "EXXMUS4H" + } + } + ] + }, + { + "name": "EY GLOBAL FINANCE, INC", + "short_code": "EYGF", + "branches": [ + { + "code": "", + "city": "DOVER", + "identifiers": { + "swift_code": "EYGFUS33" + } + } + ] + }, + { + "name": "F. L. PUTNAM INVESTMENT MANAGEMENT COMPANY", + "short_code": "PUTN", + "branches": [ + { + "code": "BOS", + "city": "BOSTON", + "identifiers": { + "swift_code": "PUTNUS31BOS" + } + }, + { + "code": "", + "city": "PORTLAND", + "identifiers": { + "swift_code": "PUTNUS31" + } + } + ] + }, + { + "name": "F/M INVESTMENTS LLC", + "short_code": "FMIV", + "branches": [ + { + "code": "", + "city": "WASHINGTON", + "identifiers": { + "swift_code": "FMIVUS33" + } + } + ] + }, + { + "name": "FACTORY MUTUAL INSURANCE COMPANY", + "short_code": "FMNC", + "branches": [ + { + "code": "", + "city": "WALTHAM", + "identifiers": { + "swift_code": "FMNCUS33" + } + } + ] + }, + { + "name": "FAIRFIELD, BUSH AND CO", + "short_code": "FARO", + "branches": [ + { + "code": "", + "city": "NEW CANAAN", + "identifiers": { + "swift_code": "FAROUS31" + } + } + ] + }, + { + "name": "FAIRPOINTE CAPITAL LLC", + "short_code": "FAAL", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "FAALUS41" + } + } + ] + }, + { + "name": "FAIRVIEW CAPITAL", + "short_code": "FACL", + "branches": [ + { + "code": "", + "city": "LARKSPUR", + "identifiers": { + "swift_code": "FACLUS61" + } + } + ] + }, + { + "name": "FAIRWINDS CREDIT UNION", + "short_code": "FAIC", + "branches": [ + { + "code": "", + "city": "ORLANDO", + "identifiers": { + "swift_code": "FAICUS3A" + } + } + ] + }, + { + "name": "FALCON INTERNATIONAL BANK", + "short_code": "FAIO", + "branches": [ + { + "code": "", + "city": "LAREDO", + "identifiers": { + "swift_code": "FAIOUS41" + } + } + ] + }, + { + "name": "FALCON SPARKASSE LLC", + "short_code": "FSPL", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "FSPLUS31" + } + } + ] + }, + { + "name": "FAMILY MANAGEMENT CORPORATION", + "short_code": "FAMO", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "FAMOUS31" + } + } + ] + }, + { + "name": "FAN ASSET MANAGEMENT", + "short_code": "FAAM", + "branches": [ + { + "code": "", + "city": "LOS ALTOS", + "identifiers": { + "swift_code": "FAAMUS61" + } + } + ] + }, + { + "name": "FANNIE MAE", + "short_code": "FMAE", + "branches": [ + { + "code": "", + "city": "WASHINGTON", + "identifiers": { + "swift_code": "FMAEUS33" + } + }, + { + "code": "", + "city": "WASHINGTON", + "identifiers": { + "swift_code": "FMAEUS3A" + } + }, + { + "code": "CLY", + "city": "WASHINGTON", + "identifiers": { + "swift_code": "FMAEUS33CLY" + } + }, + { + "code": "WSS", + "city": "WASHINGTON", + "identifiers": { + "swift_code": "FMAEUS33WSS" + } + } + ] + }, + { + "name": "FARALLON CAPITAL MANAGEMENT, LLC", + "short_code": "FCML", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "FCMLUS61" + } + } + ] + }, + { + "name": "FARMERS AND MERCHANTS BANK OF CENTRAL CALIFORNIA", + "short_code": "FMCL", + "branches": [ + { + "code": "", + "city": "LODI", + "identifiers": { + "swift_code": "FMCLUS66" + } + } + ] + }, + { + "name": "FARMERS AND MERCHANTS BANK OF LONG BEACH", + "short_code": "FMLB", + "branches": [ + { + "code": "", + "city": "LONG BEACH", + "identifiers": { + "swift_code": "FMLBUS66" + } + } + ] + }, + { + "name": "FARMERS AND MERCHANTS TRUST COMPANY OF CHAMBERSBURG", + "short_code": "FMTO", + "branches": [ + { + "code": "", + "city": "CHAMBERSBURG", + "identifiers": { + "swift_code": "FMTOUSU2" + } + } + ] + }, + { + "name": "FARRELL AND SEIWELL, INC.", + "short_code": "FASI", + "branches": [ + { + "code": "", + "city": "WEST CHESTER", + "identifiers": { + "swift_code": "FASIUS31" + } + } + ] + }, + { + "name": "FAYEZ SAROFIM AND CO.", + "short_code": "FSAR", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "FSARUS41" + } + } + ] + }, + { + "name": "FBN SECURITIES, INC.", + "short_code": "FLBR", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "FLBRUS31" + } + } + ] + }, + { + "name": "FBN SECURITIES, INC.", + "short_code": "FBSE", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "FBSEUS32" + } + } + ] + }, + { + "name": "FBR FUND ADVISERS, INC.", + "short_code": "FBFA", + "branches": [ + { + "code": "", + "city": "ARLINGTON", + "identifiers": { + "swift_code": "FBFAUS31" + } + } + ] + }, + { + "name": "FCT GROUP INC.", + "short_code": "FCTG", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "FCTGUS41" + } + } + ] + }, + { + "name": "FEDERAL AGRICULTURAL MORTGAGE CORPORATION", + "short_code": "FAGM", + "branches": [ + { + "code": "", + "city": "WASHINGTON", + "identifiers": { + "swift_code": "FAGMUS33" + } + } + ] + }, + { + "name": "FEDERAL BOULEVARD, L.L.C.", + "short_code": "FEBL", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "FEBLUS31" + } + } + ] + }, + { + "name": "FEDERAL RESERVE BANK OF KANSAS CITY", + "short_code": "FRKC", + "branches": [ + { + "code": "", + "city": "KANSAS CITY", + "identifiers": { + "swift_code": "FRKCUS44" + } + } + ] + }, + { + "name": "FEDERAL RESERVE BANK OF N.Y", + "short_code": "FRNY", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "FRNYUS3B" + } + } + ] + }, + { + "name": "FEDERAL RESERVE BANK OF NEW YORK", + "short_code": "FRNY", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "FRNYUS33" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "FRNYUS3A" + } + }, + { + "code": "FX1", + "city": "NEW YORK", + "identifiers": { + "swift_code": "FRNYUS33FX1" + } + } + ] + }, + { + "name": "FEDERATED GLOBAL INVESTMENT MANAGEMENT CORPORATION", + "short_code": "FEDI", + "branches": [ + { + "code": "", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "FEDIUS31" + } + } + ] + }, + { + "name": "FEDERATED INVESTORS", + "short_code": "FEIV", + "branches": [ + { + "code": "", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "FEIVUS31" + } + } + ] + }, + { + "name": "FEDEX CORPORATION", + "short_code": "FDEX", + "branches": [ + { + "code": "", + "city": "MEMPHIS", + "identifiers": { + "swift_code": "FDEXUS44" + } + } + ] + }, + { + "name": "FENICS UST - DIVISION OF BGC FINANCIAL LP", + "short_code": "FNCF", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "FNCFUS31" + } + } + ] + }, + { + "name": "FENIMORE ASSET MANAGEMENT", + "short_code": "FEAM", + "branches": [ + { + "code": "", + "city": "COBLESKILL", + "identifiers": { + "swift_code": "FEAMUS31" + } + } + ] + }, + { + "name": "FENWAL, INC", + "short_code": "FBLT", + "branches": [ + { + "code": "", + "city": "LAKE ZURICH", + "identifiers": { + "swift_code": "FBLTUS41" + } + } + ] + }, + { + "name": "FERGUSON WELLMAN CAPITAL MANAGEMENT, INC.", + "short_code": "FWCM", + "branches": [ + { + "code": "A01", + "city": "PORTLAND", + "identifiers": { + "swift_code": "FWCMUS51A01" + } + }, + { + "code": "", + "city": "PORTLAND", + "identifiers": { + "swift_code": "FWCMUS51" + } + } + ] + }, + { + "name": "FERMAT CAPITAL MANAGEMENT", + "short_code": "FCNL", + "branches": [ + { + "code": "", + "city": "WESTPORT", + "identifiers": { + "swift_code": "FCNLUS3A" + } + } + ] + }, + { + "name": "FIA TECHNOLOGY SERVICES, LLC", + "short_code": "FTEC", + "branches": [ + { + "code": "", + "city": "WASHINGTON", + "identifiers": { + "swift_code": "FTECUS33" + } + } + ] + }, + { + "name": "FIDELITY AND GUARANTY LIFE INSURA", + "short_code": "FGLI", + "branches": [ + { + "code": "", + "city": "DES MOINES", + "identifiers": { + "swift_code": "FGLIUS33" + } + }, + { + "code": "", + "city": "DES MOINES", + "identifiers": { + "swift_code": "FGLIUS3B" + } + } + ] + }, + { + "name": "FIDELITY BANK", + "short_code": "FILT", + "branches": [ + { + "code": "", + "city": "EDINA", + "identifiers": { + "swift_code": "FILTUS44" + } + } + ] + }, + { + "name": "FIDELITY BANK", + "short_code": "FDLT", + "branches": [ + { + "code": "", + "city": "WICHITA", + "identifiers": { + "swift_code": "FDLTUS44" + } + } + ] + }, + { + "name": "FIDELITY CAPITAL MARKETS", + "short_code": "FICM", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "FICMUS31" + } + } + ] + }, + { + "name": "FIDELITY DEPOSIT AND DISCOUNT BANK", + "short_code": "FIPD", + "branches": [ + { + "code": "", + "city": "DUNMORE", + "identifiers": { + "swift_code": "FIPDUS32" + } + } + ] + }, + { + "name": "FIDELITY DIGITAL ASSET SERVICES,LLC", + "short_code": "FDAE", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "FDAEUS33" + } + }, + { + "code": "LTD", + "city": "BOSTON", + "identifiers": { + "swift_code": "FDAEUS33LTD" + } + } + ] + }, + { + "name": "FIDELITY MANAGEMENT TRUST CO.", + "short_code": "FMTC", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "FMTCUS3B" + } + }, + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "FMTCUS3T" + } + }, + { + "code": "BTD", + "city": "BOSTON", + "identifiers": { + "swift_code": "FMTCUS3BBTD" + } + }, + { + "code": "CTD", + "city": "BOSTON", + "identifiers": { + "swift_code": "FMTCUS3BCTD" + } + }, + { + "code": "MTD", + "city": "BOSTON", + "identifiers": { + "swift_code": "FMTCUS3BMTD" + } + }, + { + "code": "MFE", + "city": "BOSTON", + "identifiers": { + "swift_code": "FMTCUS3BMFE" + } + }, + { + "code": "DTH", + "city": "BOSTON", + "identifiers": { + "swift_code": "FMTCUS3BDTH" + } + }, + { + "code": "THA", + "city": "BOSTON", + "identifiers": { + "swift_code": "FMTCUS3BTHA" + } + } + ] + }, + { + "name": "FIDELITY SERVICE COMPANY, INC.", + "short_code": "FIDQ", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "FIDQUS33" + } + }, + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "FIDQUS3A" + } + }, + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "FIDQUS3B" + } + }, + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "FIDQUS3P" + } + }, + { + "code": "DTH", + "city": "BOSTON", + "identifiers": { + "swift_code": "FIDQUS3BDTH" + } + }, + { + "code": "INV", + "city": "BOSTON", + "identifiers": { + "swift_code": "FIDQUS3BINV" + } + }, + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "FIDQUS3F" + } + }, + { + "code": "CAC", + "city": "BOSTON", + "identifiers": { + "swift_code": "FIDQUS3BCAC" + } + }, + { + "code": "DLR", + "city": "BOSTON", + "identifiers": { + "swift_code": "FIDQUS3BDLR" + } + }, + { + "code": "RCN", + "city": "BOSTON", + "identifiers": { + "swift_code": "FIDQUS3BRCN" + } + }, + { + "code": "FCC", + "city": "BOSTON", + "identifiers": { + "swift_code": "FIDQUS33FCC" + } + }, + { + "code": "GCA", + "city": "BOSTON", + "identifiers": { + "swift_code": "FIDQUS3BGCA" + } + }, + { + "code": "CHB", + "city": "BOSTON", + "identifiers": { + "swift_code": "FIDQUS3BCHB" + } + }, + { + "code": "ETF", + "city": "BOSTON", + "identifiers": { + "swift_code": "FIDQUS3BETF" + } + }, + { + "code": "CFO", + "city": "BOSTON", + "identifiers": { + "swift_code": "FIDQUS3BCFO" + } + }, + { + "code": "TRE", + "city": "BOSTON", + "identifiers": { + "swift_code": "FIDQUS3BTRE" + } + }, + { + "code": "OPT", + "city": "BOSTON", + "identifiers": { + "swift_code": "FIDQUS3BOPT" + } + }, + { + "code": "PMT", + "city": "BOSTON", + "identifiers": { + "swift_code": "FIDQUS3BPMT" + } + } + ] + }, + { + "name": "FIDUCIARY ASSET MANAGEMENT LLC", + "short_code": "FAAC", + "branches": [ + { + "code": "", + "city": "CLAYTON", + "identifiers": { + "swift_code": "FAACUS41" + } + } + ] + }, + { + "name": "FIDUCIARY FINANCIAL SERVICES OF THE SW", + "short_code": "FFST", + "branches": [ + { + "code": "", + "city": "DALLAS", + "identifiers": { + "swift_code": "FFSTUS41" + } + } + ] + }, + { + "name": "FIDUCIARY MANAGEMENT INC", + "short_code": "FIMM", + "branches": [ + { + "code": "", + "city": "MILWAUKEE", + "identifiers": { + "swift_code": "FIMMUS51" + } + } + ] + }, + { + "name": "FIELDPOINT PRIVATE ADVISORS, INC.", + "short_code": "ASMG", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ASMGUS31" + } + } + ] + }, + { + "name": "FIERA CAPITAL INC.", + "short_code": "WIKN", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "WIKNUS31" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "WIKNUSA1" + } + } + ] + }, + { + "name": "FIFTH THIRD ASSET MANAGEMENT, INC", + "short_code": "FTSM", + "branches": [ + { + "code": "", + "city": "CINCINNATI", + "identifiers": { + "swift_code": "FTSMUS31" + } + } + ] + }, + { + "name": "FIFTH THIRD BANK, NATIONAL ASSOCIATION", + "short_code": "FTBC", + "branches": [ + { + "code": "", + "city": "CINCINNATI", + "identifiers": { + "swift_code": "FTBCUS3C" + } + }, + { + "code": "", + "city": "CINCINNATI", + "identifiers": { + "swift_code": "FTBCUS3D" + } + }, + { + "code": "CUS", + "city": "CINCINNATI", + "identifiers": { + "swift_code": "FTBCUS3CCUS" + } + } + ] + }, + { + "name": "FIFTH THIRD BANK, NATIONAL ASSOCIATION", + "short_code": "MIVC", + "branches": [ + { + "code": "", + "city": "CINCINNATI", + "identifiers": { + "swift_code": "MIVCUS42" + } + } + ] + }, + { + "name": "FIFTH THIRD SECURITIES, INC.", + "short_code": "FIHR", + "branches": [ + { + "code": "", + "city": "CINCINNATI", + "identifiers": { + "swift_code": "FIHRUS32" + } + } + ] + }, + { + "name": "FIG LLC", + "short_code": "FRTS", + "branches": [ + { + "code": "PET", + "city": "NEW CITY", + "identifiers": { + "swift_code": "FRTSUS33PET" + } + }, + { + "code": "CRD", + "city": "NEW YORK", + "identifiers": { + "swift_code": "FRTSUS33CRD" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "FRTSUS33" + } + }, + { + "code": "COR", + "city": "NEW YORK", + "identifiers": { + "swift_code": "FRTSUS33COR" + } + } + ] + }, + { + "name": "FINANCIAL INFORMATION NETWORK, INC", + "short_code": "FIIW", + "branches": [ + { + "code": "", + "city": "VAN NUYS", + "identifiers": { + "swift_code": "FIIWUS61" + } + } + ] + }, + { + "name": "FINANCIAL INFORMATION, INC.", + "short_code": "FIFR", + "branches": [ + { + "code": "", + "city": "SOUTH PLAINFIELD", + "identifiers": { + "swift_code": "FIFRUS31" + } + } + ] + }, + { + "name": "FINANCIAL SERVICES VOLUNTEER CORP.", + "short_code": "FSVC", + "branches": [ + { + "code": "", + "city": "SILVER SPRING", + "identifiers": { + "swift_code": "FSVCUS31" + } + } + ] + }, + { + "name": "FINANCIAL TECHNOLOGIES SOLUTIONS LIMITED LIABILITY COMPANY", + "short_code": "FIHL", + "branches": [ + { + "code": "", + "city": "SOUTH PLAINFIELD", + "identifiers": { + "swift_code": "FIHLUS31" + } + } + ] + }, + { + "name": "FINEPOINT CAPITAL LP", + "short_code": "FNPT", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "FNPTUS42" + } + } + ] + }, + { + "name": "FINSER CORPORATION", + "short_code": "FSCP", + "branches": [ + { + "code": "", + "city": "SAN ANTONIO", + "identifiers": { + "swift_code": "FSCPUS41" + } + } + ] + }, + { + "name": "FIR TREE CAPITAL MANAGEMENT LP", + "short_code": "FTCM", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "FTCMUS33" + } + } + ] + }, + { + "name": "FIRST ABU DHABI BANK USA N.V.", + "short_code": "ADIB", + "branches": [ + { + "code": "", + "city": "WASHINGTON", + "identifiers": { + "swift_code": "ADIBUS33" + } + } + ] + }, + { + "name": "FIRST AMERICAN BANK", + "short_code": "FAMB", + "branches": [ + { + "code": "", + "city": "ELK GROVE VILLAGE", + "identifiers": { + "swift_code": "FAMBUS44" + } + } + ] + }, + { + "name": "FIRST AMERICAN BANK OF FORT DODGE, IOWA", + "short_code": "FAFD", + "branches": [ + { + "code": "", + "city": "FORT DODGE", + "identifiers": { + "swift_code": "FAFDUS41" + } + } + ] + }, + { + "name": "FIRST AMERICAN FINANCIAL CORPORATION", + "short_code": "FAAI", + "branches": [ + { + "code": "", + "city": "SANTA ANA", + "identifiers": { + "swift_code": "FAAIUS66" + } + } + ] + }, + { + "name": "FIRST AMERICAN TRUST, FSB", + "short_code": "FATU", + "branches": [ + { + "code": "", + "city": "SANTA ANA", + "identifiers": { + "swift_code": "FATUUS66" + } + } + ] + }, + { + "name": "FIRST ANALYSIS SECURITIES CORPORATION", + "short_code": "FIUP", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "FIUPUS41" + } + } + ] + }, + { + "name": "FIRST BANK", + "short_code": "FBOL", + "branches": [ + { + "code": "", + "city": "CREVE COEUR", + "identifiers": { + "swift_code": "FBOLUS6L" + } + } + ] + }, + { + "name": "FIRST BANK", + "short_code": "FTRT", + "branches": [ + { + "code": "", + "city": "HAMILTON TOWNSHIP", + "identifiers": { + "swift_code": "FTRTUS32" + } + } + ] + }, + { + "name": "FIRST BANK AND TRUST", + "short_code": "FSRT", + "branches": [ + { + "code": "", + "city": "BROOKINGS", + "identifiers": { + "swift_code": "FSRTUS44" + } + } + ] + }, + { + "name": "FIRST BANK AND TRUST", + "short_code": "FBTE", + "branches": [ + { + "code": "", + "city": "EVANSTON", + "identifiers": { + "swift_code": "FBTEUS41" + } + } + ] + }, + { + "name": "FIRST BANK AND TRUST", + "short_code": "FTRB", + "branches": [ + { + "code": "", + "city": "MENOMONIE", + "identifiers": { + "swift_code": "FTRBUS41" + } + } + ] + }, + { + "name": "FIRST BANK CHICAGO", + "short_code": "FHPA", + "branches": [ + { + "code": "", + "city": "NORTHBROOK", + "identifiers": { + "swift_code": "FHPAUS44" + } + } + ] + }, + { + "name": "FIRST BANK OF BERNE", + "short_code": "FBER", + "branches": [ + { + "code": "", + "city": "BERNE", + "identifiers": { + "swift_code": "FBERUS31" + } + } + ] + }, + { + "name": "FIRST BROKERS SECURITIES LLC", + "short_code": "FBSC", + "branches": [ + { + "code": "", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "FBSCUS32" + } + } + ] + }, + { + "name": "FIRST BUSINESS BANK", + "short_code": "FBBM", + "branches": [ + { + "code": "", + "city": "MADISON", + "identifiers": { + "swift_code": "FBBMUS44" + } + } + ] + }, + { + "name": "FIRST CHICAGO FUTURES, INC.", + "short_code": "FCHI", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "FCHIUS41" + } + } + ] + }, + { + "name": "FIRST CITIZENS BANCSHARES, INC", + "short_code": "CITX", + "branches": [ + { + "code": "", + "city": "RALEIGH", + "identifiers": { + "swift_code": "CITXUS33" + } + } + ] + }, + { + "name": "FIRST CITIZENS BANK", + "short_code": "FCBI", + "branches": [ + { + "code": "", + "city": "MASON CITY", + "identifiers": { + "swift_code": "FCBIUS42" + } + } + ] + }, + { + "name": "FIRST CITIZENS BANK AND TRUST CO.", + "short_code": "FCBT", + "branches": [ + { + "code": "", + "city": "RALEIGH", + "identifiers": { + "swift_code": "FCBTUS33" + } + } + ] + }, + { + "name": "FIRST CITIZENS BANK AND TRUST CO. (FORMERLY CIT BANK, N.A.)", + "short_code": "CITX", + "branches": [ + { + "code": "", + "city": "RALEIGH", + "identifiers": { + "swift_code": "CITXUS55" + } + } + ] + }, + { + "name": "FIRST CITIZENS BANK AND TRUST CO. (FORMERLY CIT BANK, N.A.)", + "short_code": "MUOM", + "branches": [ + { + "code": "", + "city": "RALEIGH", + "identifiers": { + "swift_code": "MUOMUS44" + } + } + ] + }, + { + "name": "FIRST CITIZENS BANK AND TRUST CO. (FORMERLY CIT BANK, N.A.)", + "short_code": "OWBK", + "branches": [ + { + "code": "", + "city": "RALEIGH", + "identifiers": { + "swift_code": "OWBKUS6L" + } + }, + { + "code": "", + "city": "RALEIGH", + "identifiers": { + "swift_code": "OWBKUS66" + } + } + ] + }, + { + "name": "FIRST CITIZENS BANK AND TRUST CO. (FORMERLY SILICON VALLEY BANK)", + "short_code": "BPTC", + "branches": [ + { + "code": "", + "city": "SANTA CLARA", + "identifiers": { + "swift_code": "BPTCUS33" + } + }, + { + "code": "", + "city": "SANTA CLARA", + "identifiers": { + "swift_code": "BPTCUS31" + } + } + ] + }, + { + "name": "FIRST CITIZENS BANK AND TRUST CO. (FORMERLY SILICON VALLEY BANK)", + "short_code": "SVBK", + "branches": [ + { + "code": "IBO", + "city": "SANTA CLARA", + "identifiers": { + "swift_code": "SVBKUS6SIBO" + } + }, + { + "code": "MCA", + "city": "SANTA CLARA", + "identifiers": { + "swift_code": "SVBKUS6SMCA" + } + }, + { + "code": "", + "city": "SANTA CLARA", + "identifiers": { + "swift_code": "SVBKUS6T" + } + }, + { + "code": "", + "city": "SANTA CLARA", + "identifiers": { + "swift_code": "SVBKUS6S" + } + } + ] + }, + { + "name": "FIRST CITIZENS' FEDERAL CREDIT UNION", + "short_code": "FCFC", + "branches": [ + { + "code": "", + "city": "FAIRHAVEN", + "identifiers": { + "swift_code": "FCFCUS31" + } + } + ] + }, + { + "name": "FIRST COMMERCIAL BANK", + "short_code": "FCBK", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "FCBKUS66" + } + }, + { + "code": "901", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "FCBKUS66901" + } + } + ] + }, + { + "name": "FIRST COMMERCIAL BANK (USA)", + "short_code": "FCBC", + "branches": [ + { + "code": "", + "city": "ALHAMBRA", + "identifiers": { + "swift_code": "FCBCUS6L" + } + } + ] + }, + { + "name": "FIRST COMMERCIAL BANK, LTD. NEW YORK BRANCH", + "short_code": "FCBK", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "FCBKUS33" + } + } + ] + }, + { + "name": "FIRST COMMERCIAL BANK, LTD., HOUSTON BRANCH", + "short_code": "FCBK", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "FCBKUS44" + } + } + ] + }, + { + "name": "FIRST COMMERCIAL FINANCIAL GROUP", + "short_code": "FCOM", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "FCOMUS41" + } + } + ] + }, + { + "name": "FIRST COMMONWEALTH BANK", + "short_code": "FICW", + "branches": [ + { + "code": "", + "city": "INDIANA", + "identifiers": { + "swift_code": "FICWUS33" + } + } + ] + }, + { + "name": "FIRST COUNTY BANK", + "short_code": "FIOY", + "branches": [ + { + "code": "", + "city": "STAMFORD", + "identifiers": { + "swift_code": "FIOYUS31" + } + } + ] + }, + { + "name": "FIRST DATA CORPORATION", + "short_code": "FDUS", + "branches": [ + { + "code": "", + "city": "BROOKFIELD", + "identifiers": { + "swift_code": "FDUSUS55" + } + }, + { + "code": "", + "city": "BROOKFIELD", + "identifiers": { + "swift_code": "FDUSUS5D" + } + }, + { + "code": "OFX", + "city": "BROOKFIELD", + "identifiers": { + "swift_code": "FDUSUS55OFX" + } + } + ] + }, + { + "name": "FIRST EAGLE INVESTMENT MANAGEMENT, LLC", + "short_code": "FEIM", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "FEIMUS33" + } + }, + { + "code": "NPG", + "city": "NEW YORK", + "identifiers": { + "swift_code": "FEIMUS33NPG" + } + } + ] + }, + { + "name": "FIRST FEDERAL SAVINGS AND LOAN ASSOCIATION OF LAKEWOOD", + "short_code": "FFSL", + "branches": [ + { + "code": "", + "city": "LAKEWOOD", + "identifiers": { + "swift_code": "FFSLUS32" + } + } + ] + }, + { + "name": "FIRST FIDUCIARY", + "short_code": "FIFI", + "branches": [ + { + "code": "", + "city": "CLEVELAND", + "identifiers": { + "swift_code": "FIFIUS31" + } + } + ] + }, + { + "name": "FIRST FINANCIAL BANK", + "short_code": "FFBC", + "branches": [ + { + "code": "", + "city": "CINCINNATI", + "identifiers": { + "swift_code": "FFBCUS3C" + } + } + ] + }, + { + "name": "FIRST FINANCIAL BANK", + "short_code": "FFBE", + "branches": [ + { + "code": "", + "city": "ENGLEWOOD", + "identifiers": { + "swift_code": "FFBEUS51" + } + } + ] + }, + { + "name": "FIRST FINANCIAL BANK NA", + "short_code": "FITE", + "branches": [ + { + "code": "", + "city": "ABILENE", + "identifiers": { + "swift_code": "FITEUS41" + } + } + ] + }, + { + "name": "FIRST GENERAL BANK", + "short_code": "FGBC", + "branches": [ + { + "code": "", + "city": "ROWLAND HEIGHTS", + "identifiers": { + "swift_code": "FGBCUS66" + } + } + ] + }, + { + "name": "FIRST HAWAIIAN BANK", + "short_code": "FHBK", + "branches": [ + { + "code": "", + "city": "HONOLULU", + "identifiers": { + "swift_code": "FHBKUS77" + } + } + ] + }, + { + "name": "FIRST HORIZON BANK", + "short_code": "FTBM", + "branches": [ + { + "code": "CHA", + "city": "CHATTANOOGA", + "identifiers": { + "swift_code": "FTBMUS44CHA" + } + }, + { + "code": "KXV", + "city": "KNOXVILLE", + "identifiers": { + "swift_code": "FTBMUS44KXV" + } + }, + { + "code": "CAP", + "city": "MEMPHIS", + "identifiers": { + "swift_code": "FTBMUS44CAP" + } + }, + { + "code": "", + "city": "MEMPHIS", + "identifiers": { + "swift_code": "FTBMUS44" + } + }, + { + "code": "SEC", + "city": "MEMPHIS", + "identifiers": { + "swift_code": "FTBMUS44SEC" + } + } + ] + }, + { + "name": "FIRST IC BANK", + "short_code": "FIEB", + "branches": [ + { + "code": "", + "city": "DORAVILLE", + "identifiers": { + "swift_code": "FIEBUS3A" + } + } + ] + }, + { + "name": "FIRST INTERNATIONAL BANK", + "short_code": "INBF", + "branches": [ + { + "code": "", + "city": "BEDFORD", + "identifiers": { + "swift_code": "INBFUS41" + } + } + ] + }, + { + "name": "FIRST INTERNET BANK OF INDIANA", + "short_code": "FRII", + "branches": [ + { + "code": "", + "city": "FISHERS", + "identifiers": { + "swift_code": "FRIIUS33" + } + } + ] + }, + { + "name": "FIRST INTERSTATE BANK", + "short_code": "FRIR", + "branches": [ + { + "code": "", + "city": "BILLINGS", + "identifiers": { + "swift_code": "FRIRUS55" + } + } + ] + }, + { + "name": "FIRST INVESTORS CORP.", + "short_code": "FRIV", + "branches": [ + { + "code": "", + "city": "WOODBRIDGE", + "identifiers": { + "swift_code": "FRIVUS31" + } + } + ] + }, + { + "name": "FIRST MANHATTAN CO", + "short_code": "FMCO", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "FMCOUS31" + } + } + ] + }, + { + "name": "FIRST MERCHANTS BANK", + "short_code": "FMEC", + "branches": [ + { + "code": "", + "city": "MUNCIE", + "identifiers": { + "swift_code": "FMECUS33" + } + } + ] + }, + { + "name": "FIRST MERCHANTS BANK, N.A.", + "short_code": "FIME", + "branches": [ + { + "code": "", + "city": "MUNCIE", + "identifiers": { + "swift_code": "FIMEUS41" + } + } + ] + }, + { + "name": "FIRST MID BANK AND TRUST, NATIONAL ASSOCIATION", + "short_code": "FMTA", + "branches": [ + { + "code": "", + "city": "MATTOON", + "identifiers": { + "swift_code": "FMTAUS44" + } + } + ] + }, + { + "name": "FIRST NATIONAL", + "short_code": "FNTI", + "branches": [ + { + "code": "", + "city": "ORRVILLE", + "identifiers": { + "swift_code": "FNTIUS31" + } + } + ] + }, + { + "name": "FIRST NATIONAL BANK", + "short_code": "FNAB", + "branches": [ + { + "code": "", + "city": "ANCHORAGE", + "identifiers": { + "swift_code": "FNABUS71" + } + } + ] + }, + { + "name": "FIRST NATIONAL BANK", + "short_code": "FNBO", + "branches": [ + { + "code": "BOL", + "city": "BOULDER", + "identifiers": { + "swift_code": "FNBOUS44BOL" + } + }, + { + "code": "DEN", + "city": "DENVER", + "identifiers": { + "swift_code": "FNBOUS44DEN" + } + }, + { + "code": "FTC", + "city": "FORT COLLINS", + "identifiers": { + "swift_code": "FNBOUS44FTC" + } + }, + { + "code": "FRI", + "city": "FRISCO", + "identifiers": { + "swift_code": "FNBOUS44FRI" + } + }, + { + "code": "GRE", + "city": "GREELEY", + "identifiers": { + "swift_code": "FNBOUS44GRE" + } + }, + { + "code": "LIN", + "city": "LINCOLN", + "identifiers": { + "swift_code": "FNBOUS44LIN" + } + }, + { + "code": "PLA", + "city": "NORTH PLATTE", + "identifiers": { + "swift_code": "FNBOUS44PLA" + } + }, + { + "code": "", + "city": "OMAHA", + "identifiers": { + "swift_code": "FNBOUS44" + } + }, + { + "code": "CAS", + "city": "OMAHA", + "identifiers": { + "swift_code": "FNBOUS44CAS" + } + }, + { + "code": "TCX", + "city": "OMAHA", + "identifiers": { + "swift_code": "FNBOUS44TCX" + } + }, + { + "code": "WMG", + "city": "OMAHA", + "identifiers": { + "swift_code": "FNBOUS44WMG" + } + }, + { + "code": "KAN", + "city": "OVERLAND PARK", + "identifiers": { + "swift_code": "FNBOUS44KAN" + } + } + ] + }, + { + "name": "FIRST NATIONAL BANK", + "short_code": "FNAN", + "branches": [ + { + "code": "", + "city": "CHRISTIANSBURG", + "identifiers": { + "swift_code": "FNANUS31" + } + } + ] + }, + { + "name": "FIRST NATIONAL BANK ALASKA", + "short_code": "FITK", + "branches": [ + { + "code": "", + "city": "ANCHORAGE", + "identifiers": { + "swift_code": "FITKUS78" + } + } + ] + }, + { + "name": "FIRST NATIONAL BANK OF CENTRAL TEXAS", + "short_code": "FNCT", + "branches": [ + { + "code": "", + "city": "WACO", + "identifiers": { + "swift_code": "FNCTUS44" + } + } + ] + }, + { + "name": "FIRST NATIONAL BANK OF DECATUR", + "short_code": "FNBD", + "branches": [ + { + "code": "", + "city": "DECATUR", + "identifiers": { + "swift_code": "FNBDUS41" + } + } + ] + }, + { + "name": "FIRST NATIONAL BANK OF PENNSYLVANIA", + "short_code": "FNPE", + "branches": [ + { + "code": "", + "city": "ERIE", + "identifiers": { + "swift_code": "FNPEUS31" + } + } + ] + }, + { + "name": "FIRST NATIONAL BANK OF PENNSYLVANIA", + "short_code": "FNBP", + "branches": [ + { + "code": "", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "FNBPUS33" + } + } + ] + }, + { + "name": "FIRST NATIONAL BANK OF PULASKI", + "short_code": "FTEN", + "branches": [ + { + "code": "", + "city": "PULASKI", + "identifiers": { + "swift_code": "FTENUS41" + } + } + ] + }, + { + "name": "FIRST NATIONAL BANKERS BANK", + "short_code": "FRNA", + "branches": [ + { + "code": "", + "city": "BATON ROUGE", + "identifiers": { + "swift_code": "FRNAUS44" + } + } + ] + }, + { + "name": "FIRST NATIONS BANK", + "short_code": "FNBW", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "FNBWUS44" + } + } + ] + }, + { + "name": "FIRST OPTIONS OF CHICAGO, INC.", + "short_code": "FOPT", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "FOPTUS41" + } + } + ] + }, + { + "name": "FIRST PACIFIC ADVISORS, LLC", + "short_code": "FPAL", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "FPALUS61" + } + } + ] + }, + { + "name": "FIRST REPUBLIC BANK", + "short_code": "FRBB", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "FRBBUS6S" + } + }, + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "FRBBUS6B" + } + } + ] + }, + { + "name": "FIRST SECURITY BANK", + "short_code": "FSBA", + "branches": [ + { + "code": "", + "city": "SEARCY", + "identifiers": { + "swift_code": "FSBAUS44" + } + } + ] + }, + { + "name": "FIRST STATE BANK", + "short_code": "FSRS", + "branches": [ + { + "code": "", + "city": "GAINESVILLE", + "identifiers": { + "swift_code": "FSRSUS44" + } + } + ] + }, + { + "name": "FIRST TECHNOLOGY FEDERAL CREDIT UNION", + "short_code": "FTFC", + "branches": [ + { + "code": "", + "city": "HILLSBORO", + "identifiers": { + "swift_code": "FTFCUS66" + } + } + ] + }, + { + "name": "FIRST TRUST ADVISORS, L.P.", + "short_code": "FTRV", + "branches": [ + { + "code": "", + "city": "WHEATON", + "identifiers": { + "swift_code": "FTRVUS41" + } + }, + { + "code": "", + "city": "WHEATON", + "identifiers": { + "swift_code": "FTRVUS4B" + } + } + ] + }, + { + "name": "FIRST TRUST PORTFOLIOS LP", + "short_code": "FTRP", + "branches": [ + { + "code": "", + "city": "WHEATON", + "identifiers": { + "swift_code": "FTRPUS41" + } + } + ] + }, + { + "name": "FIRST UNITED NATIONAL BANK", + "short_code": "FRUO", + "branches": [ + { + "code": "", + "city": "FRYBURG", + "identifiers": { + "swift_code": "FRUOUS32" + } + } + ] + }, + { + "name": "FIRSTBANK", + "short_code": "FBNV", + "branches": [ + { + "code": "", + "city": "NASHVILLE", + "identifiers": { + "swift_code": "FBNVUS42" + } + } + ] + }, + { + "name": "FIRSTBANK OF COLORADO", + "short_code": "FBCR", + "branches": [ + { + "code": "", + "city": "LAKEWOOD", + "identifiers": { + "swift_code": "FBCRUS51" + } + } + ] + }, + { + "name": "FIRSTRUST SAVINGS BANK", + "short_code": "FRSV", + "branches": [ + { + "code": "", + "city": "CONSHOHOCKEN", + "identifiers": { + "swift_code": "FRSVUS33" + } + } + ] + }, + { + "name": "FIS BROKERAGE AND SECURITIES SERVICES LLC", + "short_code": "SUND", + "branches": [ + { + "code": "", + "city": "BOLINGBROOK", + "identifiers": { + "swift_code": "SUNDUS3A" + } + }, + { + "code": "", + "city": "BOLINGBROOK", + "identifiers": { + "swift_code": "SUNDUS3M" + } + }, + { + "code": "", + "city": "BOLINGBROOK", + "identifiers": { + "swift_code": "SUNDUS3N" + } + }, + { + "code": "", + "city": "BOLINGBROOK", + "identifiers": { + "swift_code": "SUNDUS3I" + } + }, + { + "code": "", + "city": "BOLINGBROOK", + "identifiers": { + "swift_code": "SUNDUS33" + } + }, + { + "code": "", + "city": "BOLINGBROOK", + "identifiers": { + "swift_code": "SUNDUS3B" + } + }, + { + "code": "", + "city": "BOLINGBROOK", + "identifiers": { + "swift_code": "SUNDUS3C" + } + }, + { + "code": "", + "city": "BOLINGBROOK", + "identifiers": { + "swift_code": "SUNDUS3D" + } + }, + { + "code": "", + "city": "BOLINGBROOK", + "identifiers": { + "swift_code": "SUNDUS3E" + } + }, + { + "code": "HCC", + "city": "BOLINGBROOK", + "identifiers": { + "swift_code": "SUNDUS33HCC" + } + }, + { + "code": "CG1", + "city": "BOLINGBROOK", + "identifiers": { + "swift_code": "SUNDUS33CG1" + } + }, + { + "code": "DB1", + "city": "BOLINGBROOK", + "identifiers": { + "swift_code": "SUNDUS33DB1" + } + }, + { + "code": "GA1", + "city": "BOLINGBROOK", + "identifiers": { + "swift_code": "SUNDUS33GA1" + } + }, + { + "code": "MT1", + "city": "BOLINGBROOK", + "identifiers": { + "swift_code": "SUNDUS33MT1" + } + }, + { + "code": "", + "city": "BOLINGBROOK", + "identifiers": { + "swift_code": "SUNDUS3F" + } + }, + { + "code": "EXO", + "city": "BOLINGBROOK", + "identifiers": { + "swift_code": "SUNDUS33EXO" + } + }, + { + "code": "HNB", + "city": "BOLINGBROOK", + "identifiers": { + "swift_code": "SUNDUS33HNB" + } + }, + { + "code": "HAR", + "city": "BOLINGBROOK", + "identifiers": { + "swift_code": "SUNDUS33HAR" + } + }, + { + "code": "CEN", + "city": "BOLINGBROOK", + "identifiers": { + "swift_code": "SUNDUS33CEN" + } + }, + { + "code": "PSL", + "city": "BOLINGBROOK", + "identifiers": { + "swift_code": "SUNDUS33PSL" + } + }, + { + "code": "NIA", + "city": "BOLINGBROOK", + "identifiers": { + "swift_code": "SUNDUS33NIA" + } + }, + { + "code": "IMP", + "city": "BOLINGBROOK", + "identifiers": { + "swift_code": "SUNDUS33IMP" + } + }, + { + "code": "CHE", + "city": "BOLINGBROOK", + "identifiers": { + "swift_code": "SUNDUS33CHE" + } + }, + { + "code": "CHA", + "city": "BOLINGBROOK", + "identifiers": { + "swift_code": "SUNDUS33CHA" + } + }, + { + "code": "NCR", + "city": "BOLINGBROOK", + "identifiers": { + "swift_code": "SUNDUS33NCR" + } + }, + { + "code": "BAL", + "city": "BOLINGBROOK", + "identifiers": { + "swift_code": "SUNDUS33BAL" + } + }, + { + "code": "CAP", + "city": "BOLINGBROOK", + "identifiers": { + "swift_code": "SUNDUS33CAP" + } + }, + { + "code": "DSA", + "city": "BURLINGTON", + "identifiers": { + "swift_code": "SUNDUS3MDSA" + } + }, + { + "code": "APR", + "city": "CHICAGO", + "identifiers": { + "swift_code": "SUNDUS33APR" + } + }, + { + "code": "APR", + "city": "CHICAGO", + "identifiers": { + "swift_code": "SUNDUS3NAPR" + } + }, + { + "code": "MAN", + "city": "FAIRPORT", + "identifiers": { + "swift_code": "SUNDUS33MAN" + } + }, + { + "code": "HLM", + "city": "GENEVA", + "identifiers": { + "swift_code": "SUNDUS33HLM" + } + }, + { + "code": "", + "city": "HOPKINS", + "identifiers": { + "swift_code": "SUNDUS41" + } + }, + { + "code": "FPC", + "city": "LOMBARD", + "identifiers": { + "swift_code": "SUNDUS33FPC" + } + }, + { + "code": "WIN", + "city": "LOMBARD", + "identifiers": { + "swift_code": "SUNDUS33WIN" + } + }, + { + "code": "CCM", + "city": "LOMBARD", + "identifiers": { + "swift_code": "SUNDUS33CCM" + } + }, + { + "code": "SCM", + "city": "LOMBARD", + "identifiers": { + "swift_code": "SUNDUS33SCM" + } + }, + { + "code": "BOS", + "city": "LOMBARD", + "identifiers": { + "swift_code": "SUNDUS3NBOS" + } + }, + { + "code": "BOS", + "city": "LOMBARD", + "identifiers": { + "swift_code": "SUNDUS33BOS" + } + }, + { + "code": "RRM", + "city": "LOMBARD", + "identifiers": { + "swift_code": "SUNDUS33RRM" + } + }, + { + "code": "ART", + "city": "LOMBARD", + "identifiers": { + "swift_code": "SUNDUS33ART" + } + }, + { + "code": "IRM", + "city": "LOMBARD", + "identifiers": { + "swift_code": "SUNDUS33IRM" + } + }, + { + "code": "WBA", + "city": "LOMBARD", + "identifiers": { + "swift_code": "SUNDUS33WBA" + } + }, + { + "code": "SCA", + "city": "LOMBARD", + "identifiers": { + "swift_code": "SUNDUS33SCA" + } + }, + { + "code": "LPL", + "city": "LOMBARD", + "identifiers": { + "swift_code": "SUNDUS33LPL" + } + }, + { + "code": "PWP", + "city": "LOMBARD", + "identifiers": { + "swift_code": "SUNDUS33PWP" + } + }, + { + "code": "ARC", + "city": "LOMBARD", + "identifiers": { + "swift_code": "SUNDUS33ARC" + } + }, + { + "code": "PBC", + "city": "LOMBARD", + "identifiers": { + "swift_code": "SUNDUS33PBC" + } + }, + { + "code": "MON", + "city": "LOMBARD", + "identifiers": { + "swift_code": "SUNDUS33MON" + } + }, + { + "code": "CAU", + "city": "LOMBARD", + "identifiers": { + "swift_code": "SUNDUS33CAU" + } + }, + { + "code": "SCH", + "city": "LOMBARD", + "identifiers": { + "swift_code": "SUNDUS33SCH" + } + }, + { + "code": "GLO", + "city": "LOMBARD", + "identifiers": { + "swift_code": "SUNDUS33GLO" + } + }, + { + "code": "CLA", + "city": "LOMBARD", + "identifiers": { + "swift_code": "SUNDUS33CLA" + } + }, + { + "code": "GHP", + "city": "LOMBARD", + "identifiers": { + "swift_code": "SUNDUS33GHP" + } + }, + { + "code": "PCM", + "city": "LOMBARD", + "identifiers": { + "swift_code": "SUNDUS33PCM" + } + }, + { + "code": "VCG", + "city": "LOMBARD", + "identifiers": { + "swift_code": "SUNDUS33VCG" + } + }, + { + "code": "HOP", + "city": "LOMBARD", + "identifiers": { + "swift_code": "SUNDUS33HOP" + } + }, + { + "code": "FID", + "city": "LOMBARD", + "identifiers": { + "swift_code": "SUNDUS33FID" + } + }, + { + "code": "HAM", + "city": "LOMBARD", + "identifiers": { + "swift_code": "SUNDUS33HAM" + } + }, + { + "code": "BRD", + "city": "LOMBARD", + "identifiers": { + "swift_code": "SUNDUS33BRD" + } + }, + { + "code": "CGG", + "city": "LOMBARD", + "identifiers": { + "swift_code": "SUNDUS33CGG" + } + }, + { + "code": "CLO", + "city": "LOMBARD", + "identifiers": { + "swift_code": "SUNDUS33CLO" + } + }, + { + "code": "DEU", + "city": "LOMBARD", + "identifiers": { + "swift_code": "SUNDUS33DEU" + } + }, + { + "code": "EXE", + "city": "LOMBARD", + "identifiers": { + "swift_code": "SUNDUS33EXE" + } + }, + { + "code": "HEM", + "city": "LOMBARD", + "identifiers": { + "swift_code": "SUNDUS33HEM" + } + }, + { + "code": "RTC", + "city": "LOMBARD", + "identifiers": { + "swift_code": "SUNDUS33RTC" + } + }, + { + "code": "TOW", + "city": "LOMBARD", + "identifiers": { + "swift_code": "SUNDUS33TOW" + } + }, + { + "code": "SQP", + "city": "LOMBARD", + "identifiers": { + "swift_code": "SUNDUS33SQP" + } + }, + { + "code": "TCH", + "city": "LOMBARD", + "identifiers": { + "swift_code": "SUNDUS33TCH" + } + }, + { + "code": "CFI", + "city": "LOMBARD", + "identifiers": { + "swift_code": "SUNDUS33CFI" + } + }, + { + "code": "CRN", + "city": "LOMBARD", + "identifiers": { + "swift_code": "SUNDUS33CRN" + } + }, + { + "code": "BS1", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SUNDUS33BS1" + } + }, + { + "code": "BS2", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SUNDUS33BS2" + } + }, + { + "code": "BMO", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SUNDUS3IBMO" + } + }, + { + "code": "FIS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SUNDUS3AFIS" + } + }, + { + "code": "CMA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SUNDUS33CMA" + } + }, + { + "code": "TCW", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SUNDUS33TCW" + } + }, + { + "code": "AMA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SUNDUS33AMA" + } + }, + { + "code": "ABN", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SUNDUS33ABN" + } + }, + { + "code": "DB2", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SUNDUS33DB2" + } + }, + { + "code": "ACI", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SUNDUS33ACI" + } + }, + { + "code": "CAL", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SUNDUS33CAL" + } + }, + { + "code": "HJG", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SUNDUS33HJG" + } + }, + { + "code": "JNL", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SUNDUS33JNL" + } + }, + { + "code": "AMB", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SUNDUS33AMB" + } + }, + { + "code": "COM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SUNDUS33COM" + } + }, + { + "code": "B02", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SUNDUS3MB02" + } + }, + { + "code": "ARS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SUNDUS3AARS" + } + }, + { + "code": "STG", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SUNDUS33STG" + } + }, + { + "code": "TWB", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SUNDUS33TWB" + } + } + ] + }, + { + "name": "FIS BROKERAGE AND SECURITIES SERVICES LLC", + "short_code": "FBSS", + "branches": [ + { + "code": "", + "city": "GENEVA", + "identifiers": { + "swift_code": "FBSSUS41" + } + } + ] + }, + { + "name": "FIS BROKERAGE AND SECURITIES SERVICES LLC", + "short_code": "ASLC", + "branches": [ + { + "code": "", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "ASLCUS31" + } + } + ] + }, + { + "name": "FISERV, INC", + "short_code": "CHFR", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "CHFRUS31" + } + } + ] + }, + { + "name": "FISHER ASSET MANAGEMENT LLC", + "short_code": "FSHR", + "branches": [ + { + "code": "", + "city": "WOODSIDE", + "identifiers": { + "swift_code": "FSHRUS66" + } + } + ] + }, + { + "name": "FISHER INVESTMENTS", + "short_code": "FSHR", + "branches": [ + { + "code": "", + "city": "WOODSIDE", + "identifiers": { + "swift_code": "FSHRUSA1" + } + } + ] + }, + { + "name": "FITCH RATINGS, INC", + "short_code": "FRIP", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "FRIPUS31" + } + } + ] + }, + { + "name": "FIVE POINTS BANK", + "short_code": "FVPO", + "branches": [ + { + "code": "", + "city": "GRAND ISLAND", + "identifiers": { + "swift_code": "FVPOUS44" + } + } + ] + }, + { + "name": "FIVE STAR BANK", + "short_code": "FVST", + "branches": [ + { + "code": "", + "city": "SACRAMENTO", + "identifiers": { + "swift_code": "FVSTUS62" + } + } + ] + }, + { + "name": "FIXED INCOME CLEARING CORPORATION", + "short_code": "GSCC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GSCCUS31" + } + } + ] + }, + { + "name": "FLAGSTAR BANK, N.A.", + "short_code": "FLGS", + "branches": [ + { + "code": "", + "city": "HICKSVILLE", + "identifiers": { + "swift_code": "FLGSUS33" + } + } + ] + }, + { + "name": "FLAGSTAR BANK, N.A. (FORMERLY NEW YORK COMMUNITY BANK)", + "short_code": "ABNY", + "branches": [ + { + "code": "", + "city": "WESTBURY", + "identifiers": { + "swift_code": "ABNYUS33" + } + } + ] + }, + { + "name": "FLAGSTAR BANK, N.A. (FORMERLY NEW YORK COMMUNITY BANK)", + "short_code": "NYBC", + "branches": [ + { + "code": "", + "city": "WESTBURY", + "identifiers": { + "swift_code": "NYBCUS33" + } + } + ] + }, + { + "name": "FLAGSTAR BANK, N.A. (FORMERLY SIGNATURE BANK)", + "short_code": "SIGN", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SIGNUS33" + } + } + ] + }, + { + "name": "FLAGSTAR BANK, N.A. (FX DEPARTMENT) (FORMERLY SIGNATURE BANK)", + "short_code": "SIGN", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SIGNUS3S" + } + } + ] + }, + { + "name": "FLEET SECURITIES", + "short_code": "FLEE", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "FLEEUS31" + } + } + ] + }, + { + "name": "FLIPPIN, BRUCE, AND PORTER, INC.", + "short_code": "FLBP", + "branches": [ + { + "code": "", + "city": "LYNCHBURG", + "identifiers": { + "swift_code": "FLBPUS31" + } + } + ] + }, + { + "name": "FLORENCE BANK", + "short_code": "FLOC", + "branches": [ + { + "code": "", + "city": "FLORENCE", + "identifiers": { + "swift_code": "FLOCUS32" + } + } + ] + }, + { + "name": "FLOURISH FINANCIAL LLC", + "short_code": "FLFL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "FLFLUS33" + } + } + ] + }, + { + "name": "FLOW TRADERS US INSTITUTIONAL TRADING LLC", + "short_code": "FTIT", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "FTITUS31" + } + } + ] + }, + { + "name": "FLUOR CORPORATION", + "short_code": "FLUR", + "branches": [ + { + "code": "", + "city": "IRVING", + "identifiers": { + "swift_code": "FLURUS44" + } + } + ] + }, + { + "name": "FMC CORPORATION", + "short_code": "FMCR", + "branches": [ + { + "code": "", + "city": "PHILADELPHIA", + "identifiers": { + "swift_code": "FMCRUS33" + } + } + ] + }, + { + "name": "FOCUSED INVESTORS LLC", + "short_code": "FOIL", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "FOILUS62" + } + } + ] + }, + { + "name": "FOLGER NOLAN FLEMING DOUGLAS INCORPORATED", + "short_code": "FNFD", + "branches": [ + { + "code": "", + "city": "WASHINGTON", + "identifiers": { + "swift_code": "FNFDUS62" + } + } + ] + }, + { + "name": "FORD MOTOR COMPANY", + "short_code": "FOMO", + "branches": [ + { + "code": "", + "city": "DEARBORN", + "identifiers": { + "swift_code": "FOMOUS33" + } + } + ] + }, + { + "name": "FORE FRONT CAPITAL ADVISORS, LLC", + "short_code": "FFCA", + "branches": [ + { + "code": "", + "city": "PHILADELPHIA", + "identifiers": { + "swift_code": "FFCAUS31" + } + } + ] + }, + { + "name": "FORE RESEARCH AND MANAGEMENT LP", + "short_code": "FRMN", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "FRMNUS31" + } + } + ] + }, + { + "name": "FORESITE CAPITAL MANAGEMENT, LLC", + "short_code": "FCAC", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "FCACUS32" + } + } + ] + }, + { + "name": "FOREST CITY ENTERPRISES, L.P.", + "short_code": "FOCE", + "branches": [ + { + "code": "", + "city": "CLEVELAND", + "identifiers": { + "swift_code": "FOCEUS33" + } + } + ] + }, + { + "name": "FOREX CAPITAL MARKETS LLC (FXCM)", + "short_code": "FXCM", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "FXCMUS31" + } + } + ] + }, + { + "name": "FORT HOOD NATE BANK", + "short_code": "FHNB", + "branches": [ + { + "code": "", + "city": "FORT HOOD", + "identifiers": { + "swift_code": "FHNBUS41" + } + } + ] + }, + { + "name": "FORT WASHINGTON INVESTMENT ADVISORS, INC", + "short_code": "FWIA", + "branches": [ + { + "code": "", + "city": "CINCINNATI", + "identifiers": { + "swift_code": "FWIAUS31" + } + }, + { + "code": "", + "city": "CINCINNATI", + "identifiers": { + "swift_code": "FWIAUS3C" + } + } + ] + }, + { + "name": "FORTALEZA ASSET MANAGEMENT", + "short_code": "FOAE", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "FOAEUS41" + } + } + ] + }, + { + "name": "FORTIVE CORPORATION", + "short_code": "FCRP", + "branches": [ + { + "code": "", + "city": "EVERETT", + "identifiers": { + "swift_code": "FCRPUS66" + } + } + ] + }, + { + "name": "FORWARD MANAGEMENT", + "short_code": "FOMN", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "FOMNUS61" + } + } + ] + }, + { + "name": "FOSTER DYKEMA CABOT AND CO. INCORPORATED", + "short_code": "FDCC", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "FDCCUS31" + } + } + ] + }, + { + "name": "FOUNDATION RESOURCE MANAGEMENT, INC", + "short_code": "FREA", + "branches": [ + { + "code": "", + "city": "LITTLE ROCK", + "identifiers": { + "swift_code": "FREAUS41" + } + } + ] + }, + { + "name": "FOUNDERS ASSET MANAGEMENT,LLC", + "short_code": "FOAN", + "branches": [ + { + "code": "", + "city": "DENVER", + "identifiers": { + "swift_code": "FOANUS51" + } + } + ] + }, + { + "name": "FOUNDEVER OPERATING CORPORATION", + "short_code": "SITP", + "branches": [ + { + "code": "", + "city": "NASHVILLE", + "identifiers": { + "swift_code": "SITPUS4N" + } + } + ] + }, + { + "name": "FOUNDRY PARTNERS, LLC", + "short_code": "FOPC", + "branches": [ + { + "code": "", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "FOPCUS41" + } + } + ] + }, + { + "name": "FOUR STAR CARGO INC.", + "short_code": "FOSR", + "branches": [ + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "FOSRUS31" + } + } + ] + }, + { + "name": "FOURPOINTS ASSET MANAGEMENT, INC", + "short_code": "PHIA", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PHIAUS31" + } + } + ] + }, + { + "name": "FOX ASSET MANAGEMENT", + "short_code": "FOAT", + "branches": [ + { + "code": "", + "city": "LITTLE SILVER", + "identifiers": { + "swift_code": "FOATUS31" + } + } + ] + }, + { + "name": "FOX CORPORATION", + "short_code": "FOXC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "FOXCUS33" + } + } + ] + }, + { + "name": "FOXHALL CAPITAL MANAGEMENT, INC.", + "short_code": "NPEC", + "branches": [ + { + "code": "", + "city": "ALEXANDRIA", + "identifiers": { + "swift_code": "NPECUS31" + } + } + ] + }, + { + "name": "FRANKLIN BANK, N.A.", + "short_code": "FBSM", + "branches": [ + { + "code": "", + "city": "SOUTHFIELD", + "identifiers": { + "swift_code": "FBSMUS31" + } + } + ] + }, + { + "name": "FRANKLIN TEMPLETON INSTITUTIONAL, LLC", + "short_code": "FCNY", + "branches": [ + { + "code": "FTF", + "city": "NEW YORK", + "identifiers": { + "swift_code": "FCNYUS33FTF" + } + }, + { + "code": "GPS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "FCNYUS33GPS" + } + }, + { + "code": "SSP", + "city": "NEW YORK", + "identifiers": { + "swift_code": "FCNYUS33SSP" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "FCNYUS33" + } + }, + { + "code": "FDI", + "city": "NEW YORK", + "identifiers": { + "swift_code": "FCNYUS33FDI" + } + }, + { + "code": "CPR", + "city": "NEW YORK", + "identifiers": { + "swift_code": "FCNYUS33CPR" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "FCNYUS3A" + } + }, + { + "code": "FID", + "city": "NEW YORK", + "identifiers": { + "swift_code": "FCNYUS33FID" + } + }, + { + "code": "MX3", + "city": "NEW YORK", + "identifiers": { + "swift_code": "FCNYUS33MX3" + } + }, + { + "code": "MX4", + "city": "NEW YORK", + "identifiers": { + "swift_code": "FCNYUS33MX4" + } + }, + { + "code": "AEM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "FCNYUS3AAEM" + } + }, + { + "code": "CAN", + "city": "NEW YORK", + "identifiers": { + "swift_code": "FCNYUS3ACAN" + } + }, + { + "code": "USA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "FCNYUS3AUSA" + } + }, + { + "code": "EDI", + "city": "NEW YORK", + "identifiers": { + "swift_code": "FCNYUS33EDI" + } + }, + { + "code": "CAC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "FCNYUS33CAC" + } + }, + { + "code": "MEL", + "city": "NEW YORK", + "identifiers": { + "swift_code": "FCNYUS33MEL" + } + }, + { + "code": "TIS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "FCNYUS33TIS" + } + }, + { + "code": "TMX", + "city": "NEW YORK", + "identifiers": { + "swift_code": "FCNYUS33TMX" + } + } + ] + }, + { + "name": "FRANKLIN TEMPLETON PORTFOLIO ADVISORS, INC.", + "short_code": "FRMA", + "branches": [ + { + "code": "", + "city": "SAN MATEO", + "identifiers": { + "swift_code": "FRMAUS61" + } + }, + { + "code": "S01", + "city": "SAN MATEO", + "identifiers": { + "swift_code": "FRMAUS61S01" + } + } + ] + }, + { + "name": "FREDDIE MAC", + "short_code": "FMAC", + "branches": [ + { + "code": "", + "city": "MCLEAN", + "identifiers": { + "swift_code": "FMACUS33" + } + }, + { + "code": "", + "city": "MCLEAN", + "identifiers": { + "swift_code": "FMACUS3W" + } + } + ] + }, + { + "name": "FREEPORT-MCMORAN INC.", + "short_code": "FRPT", + "branches": [ + { + "code": "", + "city": "PHOENIX", + "identifiers": { + "swift_code": "FRPTUS55" + } + } + ] + }, + { + "name": "FRIESS ASSOCIATES OF DELAWARE, LLC", + "short_code": "FRAO", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "FRAOUS31" + } + } + ] + }, + { + "name": "FROLEY REVY INVESTMENT COMPANY", + "short_code": "FREI", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "FREIUS61" + } + } + ] + }, + { + "name": "FRONT BARNETT ASSOCIATES LLC", + "short_code": "FBAL", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "FBALUS41" + } + } + ] + }, + { + "name": "FRONTIER CAPITAL MANAGEMENT, LLC", + "short_code": "FRON", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "FRONUS31" + } + } + ] + }, + { + "name": "FRONTIER PARTNERS, INC", + "short_code": "FRPR", + "branches": [ + { + "code": "", + "city": "NORTHBROOK", + "identifiers": { + "swift_code": "FRPRUS41" + } + } + ] + }, + { + "name": "FROST BANK", + "short_code": "FRST", + "branches": [ + { + "code": "", + "city": "SAN ANTONIO", + "identifiers": { + "swift_code": "FRSTUS44" + } + }, + { + "code": "", + "city": "SAN ANTONIO", + "identifiers": { + "swift_code": "FRSTUS4S" + } + } + ] + }, + { + "name": "FTI CONSULTING, INC.", + "short_code": "FTIC", + "branches": [ + { + "code": "", + "city": "BOWIE", + "identifiers": { + "swift_code": "FTICUS33" + } + } + ] + }, + { + "name": "FULTON BANK, N.A.", + "short_code": "FLBK", + "branches": [ + { + "code": "", + "city": "LANCASTER", + "identifiers": { + "swift_code": "FLBKUS33" + } + } + ] + }, + { + "name": "FUNDTECH CORPORATION", + "short_code": "FNDT", + "branches": [ + { + "code": "", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "FNDTUS31" + } + } + ] + }, + { + "name": "FUTU CLEARING INC.", + "short_code": "FULE", + "branches": [ + { + "code": "", + "city": "RICHARDSON", + "identifiers": { + "swift_code": "FULEUS42" + } + } + ] + }, + { + "name": "G TREASURY SS, LLC", + "short_code": "GTRS", + "branches": [ + { + "code": "", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44" + } + }, + { + "code": "ACC", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44ACC" + } + }, + { + "code": "ACG", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44ACG" + } + }, + { + "code": "AMP", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44AMP" + } + }, + { + "code": "ASC", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44ASC" + } + }, + { + "code": "AUS", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44AUS" + } + }, + { + "code": "BIL", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44BIL" + } + }, + { + "code": "BRE", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44BRE" + } + }, + { + "code": "CHO", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44CHO" + } + }, + { + "code": "CRO", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44CRO" + } + }, + { + "code": "CSC", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44CSC" + } + }, + { + "code": "DEL", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44DEL" + } + }, + { + "code": "DOW", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44DOW" + } + }, + { + "code": "EBO", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44EBO" + } + }, + { + "code": "ENV", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44ENV" + } + }, + { + "code": "EPI", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44EPI" + } + }, + { + "code": "ERO", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44ERO" + } + }, + { + "code": "FAC", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44FAC" + } + }, + { + "code": "FAY", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44FAY" + } + }, + { + "code": "FLI", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44FLI" + } + }, + { + "code": "FRO", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44FRO" + } + }, + { + "code": "GIL", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44GIL" + } + }, + { + "code": "GOL", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44GOL" + } + }, + { + "code": "GPW", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44GPW" + } + }, + { + "code": "GRE", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44GRE" + } + }, + { + "code": "GRI", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44GRI" + } + }, + { + "code": "HAR", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44HAR" + } + }, + { + "code": "HCK", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44HCK" + } + }, + { + "code": "HOL", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44HOL" + } + }, + { + "code": "INV", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44INV" + } + }, + { + "code": "ISU", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44ISU" + } + }, + { + "code": "JBT", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44JBT" + } + }, + { + "code": "JOT", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44JOT" + } + }, + { + "code": "LOC", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44LOC" + } + }, + { + "code": "LTG", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44LTG" + } + }, + { + "code": "MAG", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44MAG" + } + }, + { + "code": "MCR", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44MCR" + } + }, + { + "code": "NEW", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44NEW" + } + }, + { + "code": "NNI", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44NNI" + } + }, + { + "code": "NTK", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44NTK" + } + }, + { + "code": "NXT", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44NXT" + } + }, + { + "code": "OCC", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44OCC" + } + }, + { + "code": "PHO", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44PHO" + } + }, + { + "code": "PTR", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44PTR" + } + }, + { + "code": "SIM", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44SIM" + } + }, + { + "code": "SSW", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44SSW" + } + }, + { + "code": "STA", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44STA" + } + }, + { + "code": "STE", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44STE" + } + }, + { + "code": "SWB", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44SWB" + } + }, + { + "code": "SWW", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44SWW" + } + }, + { + "code": "THR", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44THR" + } + }, + { + "code": "TRE", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44TRE" + } + }, + { + "code": "TRI", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44TRI" + } + }, + { + "code": "VAR", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44VAR" + } + }, + { + "code": "VUL", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44VUL" + } + }, + { + "code": "WAR", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44WAR" + } + }, + { + "code": "WOO", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44WOO" + } + }, + { + "code": "WRG", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44WRG" + } + }, + { + "code": "ZIN", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "GTRSUS44ZIN" + } + }, + { + "code": "MEG", + "city": "CHICAGO", + "identifiers": { + "swift_code": "GTRSUS44MEG" + } + }, + { + "code": "MIN", + "city": "CHICAGO", + "identifiers": { + "swift_code": "GTRSUS44MIN" + } + }, + { + "code": "VEN", + "city": "CHICAGO", + "identifiers": { + "swift_code": "GTRSUS44VEN" + } + } + ] + }, + { + "name": "GAIN CAPITAL HOLDINGS, INC", + "short_code": "GACI", + "branches": [ + { + "code": "", + "city": "WARREN", + "identifiers": { + "swift_code": "GACIUS31" + } + } + ] + }, + { + "name": "GAMBLE JONES INVESTMENT COUNSEL", + "short_code": "GJIC", + "branches": [ + { + "code": "", + "city": "PASADENA", + "identifiers": { + "swift_code": "GJICUS61" + } + } + ] + }, + { + "name": "GAMBRELL FINANCIAL ADVISORS, INC.", + "short_code": "GAFD", + "branches": [ + { + "code": "", + "city": "BIRMINGHAM", + "identifiers": { + "swift_code": "GAFDUS41" + } + } + ] + }, + { + "name": "GARCIA HAMILTON AND ASSOCIATES, L.P.", + "short_code": "DHJA", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "DHJAUS41" + } + } + ] + }, + { + "name": "GARDNER LEWIS ASSET MANAGEMENT, L.P.", + "short_code": "GLAN", + "branches": [ + { + "code": "", + "city": "CHADDS FORD", + "identifiers": { + "swift_code": "GLANUS31" + } + } + ] + }, + { + "name": "GARDNER RUSSO AND GARDNER LLC", + "short_code": "GRGA", + "branches": [ + { + "code": "", + "city": "LANCASTER", + "identifiers": { + "swift_code": "GRGAUS31" + } + } + ] + }, + { + "name": "GBC INTERNATIONAL BANK", + "short_code": "GUBC", + "branches": [ + { + "code": "", + "city": "MONTEREY PARK", + "identifiers": { + "swift_code": "GUBCUS6L" + } + } + ] + }, + { + "name": "GBM INTERNATIONAL, INC.", + "short_code": "GBMI", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "GBMIUS41" + } + } + ] + }, + { + "name": "GCA INVESTMENT MANAGEMENT, LLC", + "short_code": "GIAL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GIALUS31" + } + } + ] + }, + { + "name": "GE HEALTHCARE TECHNOLOGIES INC.", + "short_code": "GHEA", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "GHEAUS44" + } + } + ] + }, + { + "name": "GEE, WILMERDING AND ASSOCIATES, INC", + "short_code": "GEWA", + "branches": [ + { + "code": "", + "city": "ROSEMONT", + "identifiers": { + "swift_code": "GEWAUS31" + } + } + ] + }, + { + "name": "GELBER GROUP, INC.", + "short_code": "GLBR", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "GLBRUS41" + } + } + ] + }, + { + "name": "GELDERMANN, INC.", + "short_code": "GLRM", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "GLRMUS41" + } + } + ] + }, + { + "name": "GEN II FUND SERVICES, LLC", + "short_code": "GFSC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GFSCUS33" + } + } + ] + }, + { + "name": "GENE B. GLICK COMPANY, INC", + "short_code": "GEGO", + "branches": [ + { + "code": "", + "city": "INDIANAPOLIS", + "identifiers": { + "swift_code": "GEGOUS31" + } + } + ] + }, + { + "name": "GENERAL ATLANTIC SERVICE COMPANY, L.P.", + "short_code": "GASC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GASCUS33" + } + } + ] + }, + { + "name": "GENERAL ELECTRIC COMPANY", + "short_code": "GENE", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "GENEUS3A" + } + }, + { + "code": "", + "city": "FAIRFIELD", + "identifiers": { + "swift_code": "GENEUS21" + } + }, + { + "code": "", + "city": "NORWALK", + "identifiers": { + "swift_code": "GENEUS33" + } + }, + { + "code": "DBL", + "city": "NORWALK", + "identifiers": { + "swift_code": "GENEUS33DBL" + } + }, + { + "code": "DEL", + "city": "NORWALK", + "identifiers": { + "swift_code": "GENEUS33DEL" + } + }, + { + "code": "TKO", + "city": "NORWALK", + "identifiers": { + "swift_code": "GENEUS33TKO" + } + }, + { + "code": "LOC", + "city": "NORWALK", + "identifiers": { + "swift_code": "GENEUS33LOC" + } + }, + { + "code": "CIM", + "city": "NORWALK", + "identifiers": { + "swift_code": "GENEUS33CIM" + } + }, + { + "code": "NFM", + "city": "NORWALK", + "identifiers": { + "swift_code": "GENEUS33NFM" + } + } + ] + }, + { + "name": "GENERAL MILLS, INC.", + "short_code": "GMIL", + "branches": [ + { + "code": "", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "GMILUS44" + } + } + ] + }, + { + "name": "GENERAL MOTORS HOLDINGS LLC", + "short_code": "GMCO", + "branches": [ + { + "code": "", + "city": "DETROIT", + "identifiers": { + "swift_code": "GMCOUS33" + } + } + ] + }, + { + "name": "GENESEE REGIONAL BANK", + "short_code": "GERG", + "branches": [ + { + "code": "", + "city": "ROCHESTER", + "identifiers": { + "swift_code": "GERGUS33" + } + } + ] + }, + { + "name": "GENESIS BANK", + "short_code": "GNSE", + "branches": [ + { + "code": "", + "city": "NEWPORT BEACH", + "identifiers": { + "swift_code": "GNSEUS62" + } + } + ] + }, + { + "name": "GENEVA ADVISORS, LLC", + "short_code": "GEAL", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "GEALUS41" + } + } + ] + }, + { + "name": "GENEVA CAPITAL MANAGEMENT", + "short_code": "GECN", + "branches": [ + { + "code": "", + "city": "MILWAUKEE", + "identifiers": { + "swift_code": "GECNUS51" + } + } + ] + }, + { + "name": "GENEVA INVESTMENT MANAGEMENT OF CHICAGO, LLC", + "short_code": "GIMC", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "GIMCUS41" + } + } + ] + }, + { + "name": "GENWORTH LIFE INSURANCE COMPANY", + "short_code": "GNWF", + "branches": [ + { + "code": "", + "city": "STAMFORD", + "identifiers": { + "swift_code": "GNWFUS33" + } + } + ] + }, + { + "name": "GEODE CAPITAL MANAGEMENT, LLC", + "short_code": "GCMC", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "GCMCUS31" + } + } + ] + }, + { + "name": "GEORGE K. BAUM AND COMPANY", + "short_code": "BUUM", + "branches": [ + { + "code": "", + "city": "KANSAS CITY", + "identifiers": { + "swift_code": "BUUMUS41" + } + } + ] + }, + { + "name": "GERALD L. RAY AND ASSOCIATES, LTD.", + "short_code": "GERS", + "branches": [ + { + "code": "", + "city": "DALLAS", + "identifiers": { + "swift_code": "GERSUS41" + } + } + ] + }, + { + "name": "GERMAN AMERICAN BANK", + "short_code": "GEAE", + "branches": [ + { + "code": "", + "city": "JASPER", + "identifiers": { + "swift_code": "GEAEUS31" + } + } + ] + }, + { + "name": "GFO ADVISORY SERVICES, LLC", + "short_code": "ASMD", + "branches": [ + { + "code": "", + "city": "JUPITER", + "identifiers": { + "swift_code": "ASMDUS31" + } + } + ] + }, + { + "name": "GIA PARTNERS, LLC", + "short_code": "GPLC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GPLCUS33" + } + } + ] + }, + { + "name": "GILEAD SCIENCES INC.", + "short_code": "GILS", + "branches": [ + { + "code": "", + "city": "FOSTER CITY", + "identifiers": { + "swift_code": "GILSUS6S" + } + } + ] + }, + { + "name": "GIORGIO ARMANI CORPORATION", + "short_code": "GAFI", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GAFIUS31" + } + } + ] + }, + { + "name": "GLENVIEW CAPITAL MANAGEMENT, LLC", + "short_code": "GLCP", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GLCPUS31" + } + } + ] + }, + { + "name": "GLOBAL ALLIANCE TRUST COMPANY", + "short_code": "GATM", + "branches": [ + { + "code": "", + "city": "COLUMBIA", + "identifiers": { + "swift_code": "GATMUS31" + } + } + ] + }, + { + "name": "GLOBAL ATLANTIC (FIN) COMPANY", + "short_code": "GAFC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GAFCUS33" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GAFCUS32" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GAFCUS34" + } + }, + { + "code": "SMK", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GAFCUS34SMK" + } + } + ] + }, + { + "name": "GLOBAL ATLANTIC FINANCIAL COMPANY", + "short_code": "GAFC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GAFCUS3A" + } + } + ] + }, + { + "name": "GLOBAL BONDHOLDER SERVICES CORP.", + "short_code": "GBSI", + "branches": [ + { + "code": "", + "city": "NEW CITY", + "identifiers": { + "swift_code": "GBSIUS33" + } + } + ] + }, + { + "name": "GLOBAL ENDOWMENT MANAGEMENT, LP", + "short_code": "GEDM", + "branches": [ + { + "code": "", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "GEDMUS33" + } + } + ] + }, + { + "name": "GLOBAL INFRASTRUCTURE FINANCE LLC", + "short_code": "GIFL", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "GIFLUS42" + } + } + ] + }, + { + "name": "GLOBAL OLED TECHNOLOGY LLC", + "short_code": "GOTL", + "branches": [ + { + "code": "", + "city": "STERLING", + "identifiers": { + "swift_code": "GOTLUS42" + } + } + ] + }, + { + "name": "GLOBAL X MANAGEMENT COMPANY LLC", + "short_code": "GMAL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GMALUS33" + } + } + ] + }, + { + "name": "GLOBE TAX SERVICES INCORPORATED (GOBETAX)", + "short_code": "GTSI", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GTSIUS31" + } + } + ] + }, + { + "name": "GLOBEFLEX CAPITAL, L.P.", + "short_code": "GFLX", + "branches": [ + { + "code": "", + "city": "SAN DIEGO", + "identifiers": { + "swift_code": "GFLXUS66" + } + } + ] + }, + { + "name": "GLOBETAX SERVICES INC", + "short_code": "GBTX", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GBTXUS31" + } + } + ] + }, + { + "name": "GLOVISTA INVESTMENTS", + "short_code": "GLIE", + "branches": [ + { + "code": "", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "GLIEUS31" + } + } + ] + }, + { + "name": "GM ASSET MANAGEMENT", + "short_code": "ASAG", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ASAGUS31" + } + } + ] + }, + { + "name": "GNBANK, NATIONAL ASSOCIATION", + "short_code": "GNBN", + "branches": [ + { + "code": "", + "city": "GIRARD", + "identifiers": { + "swift_code": "GNBNUS42" + } + } + ] + }, + { + "name": "GNP COMMODITIES, INC.", + "short_code": "GNPC", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "GNPCUS41" + } + } + ] + }, + { + "name": "GODSEY AND GIBB ASSOCIATES", + "short_code": "GOGA", + "branches": [ + { + "code": "", + "city": "RICHMOND", + "identifiers": { + "swift_code": "GOGAUS31" + } + } + ] + }, + { + "name": "GOFEN AND GLOSSBERG, L.L.C", + "short_code": "GOGL", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "GOGLUS41" + } + } + ] + }, + { + "name": "GOLDEN ARC CAPITAL, INC.", + "short_code": "GOAC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GOACUS31" + } + } + ] + }, + { + "name": "GOLDEN BANK, N.A.", + "short_code": "TFNB", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "TFNBUS4H" + } + } + ] + }, + { + "name": "GOLDEN CAPITAL MANAGEMENT, LLC", + "short_code": "GOCA", + "branches": [ + { + "code": "", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "GOCAUS31" + } + } + ] + }, + { + "name": "GOLDENTREE ASSET MANAGEMENT LP", + "short_code": "GOAM", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GOAMUS33" + } + } + ] + }, + { + "name": "GOLDMAN SACHS (ASIA) L.L.C.", + "short_code": "GCAC", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "GCACUS31" + } + } + ] + }, + { + "name": "GOLDMAN SACHS (UK) L.L.C.", + "short_code": "GOHC", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "GOHCUS31" + } + } + ] + }, + { + "name": "GOLDMAN SACHS AND CO. LLC", + "short_code": "GOLD", + "branches": [ + { + "code": "006", + "city": "NEW CITY", + "identifiers": { + "swift_code": "GOLDUS33006" + } + }, + { + "code": "001", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GOLDUS33001" + } + }, + { + "code": "002", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GOLDUS33002" + } + }, + { + "code": "003", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GOLDUS33003" + } + }, + { + "code": "004", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GOLDUS33004" + } + }, + { + "code": "005", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GOLDUS33005" + } + }, + { + "code": "007", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GOLDUS33007" + } + }, + { + "code": "CLS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GOLDUS33CLS" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GOLDUS33" + } + }, + { + "code": "008", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GOLDUS33008" + } + }, + { + "code": "009", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GOLDUS33009" + } + }, + { + "code": "010", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GOLDUS33010" + } + }, + { + "code": "011", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GOLDUS33011" + } + }, + { + "code": "012", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GOLDUS33012" + } + }, + { + "code": "013", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GOLDUS33013" + } + }, + { + "code": "014", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GOLDUS33014" + } + }, + { + "code": "015", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GOLDUS33015" + } + }, + { + "code": "016", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GOLDUS33016" + } + }, + { + "code": "017", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GOLDUS33017" + } + }, + { + "code": "018", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GOLDUS33018" + } + }, + { + "code": "019", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GOLDUS33019" + } + }, + { + "code": "020", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GOLDUS33020" + } + }, + { + "code": "CM2", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GOLDUS33CM2" + } + }, + { + "code": "MRA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GOLDUS33MRA" + } + }, + { + "code": "AAA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GOLDUS33AAA" + } + }, + { + "code": "AAB", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GOLDUS33AAB" + } + }, + { + "code": "AAC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GOLDUS33AAC" + } + }, + { + "code": "AAD", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GOLDUS33AAD" + } + }, + { + "code": "AAE", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GOLDUS33AAE" + } + }, + { + "code": "DAP", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GOLDUS33DAP" + } + }, + { + "code": "FUT", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GOLDUS33FUT" + } + }, + { + "code": "GCS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GOLDUS33GCS" + } + }, + { + "code": "GSS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GOLDUS33GSS" + } + }, + { + "code": "NET", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GOLDUS33NET" + } + }, + { + "code": "GSC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GOLDUS33GSC" + } + } + ] + }, + { + "name": "GOLDMAN SACHS ARGENTINA L.L.C.", + "short_code": "GSRL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GSRLUS31" + } + } + ] + }, + { + "name": "GOLDMAN SACHS ASSET MANAGEMENT, L.P.", + "short_code": "GSAM", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GSAMUS33" + } + }, + { + "code": "PVT", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GSAMUS33PVT" + } + }, + { + "code": "GSS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GSAMUS33GSS" + } + }, + { + "code": "GSH", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GSAMUS33GSH" + } + } + ] + }, + { + "name": "GOLDMAN SACHS BANK USA (FORMERLY GOLDMAN SACHS CAPITAL MARKETS, L.P.)", + "short_code": "GSCM", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GSCMUS33" + } + }, + { + "code": "CLS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GSCMUS33CLS" + } + } + ] + }, + { + "name": "GOLDMAN SACHS BANK USA (FORMERLY GOLDMAN SACHS TRUST COMPANY)", + "short_code": "GSCR", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GSCRUS33" + } + }, + { + "code": "MB1", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GSCRUS33MB1" + } + }, + { + "code": "TXB", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GSCRUS33TXB" + } + }, + { + "code": "VIA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GSCRUS33VIA" + } + } + ] + }, + { + "name": "GOLDMAN SACHS BANK USA (FORMERLY THE GOLDMAN SACHS TRUST COMPANY)", + "short_code": "GSTR", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GSTRUS33" + } + }, + { + "code": "BOS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GSTRUS33BOS" + } + } + ] + }, + { + "name": "GOLDMAN SACHS CHINA LLC", + "short_code": "GSHL", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "GSHLUS31" + } + } + ] + }, + { + "name": "GOLDMAN SACHS CREDIT PARTNERS L.P.", + "short_code": "GSCP", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GSCPUS31" + } + } + ] + }, + { + "name": "GOLDMAN SACHS EXECUTION AND CLEARING, L.P.", + "short_code": "SLKC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SLKCUS31" + } + } + ] + }, + { + "name": "GOLDMAN SACHS FINANCIAL MARKETS, L.P.", + "short_code": "GSFM", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "GSFMUS31" + } + } + ] + }, + { + "name": "GOLDMAN SACHS FUNDING LLC", + "short_code": "GSFL", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "GSFLUS31" + } + } + ] + }, + { + "name": "GOLDMAN SACHS GROUP INC.", + "short_code": "GSGI", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GSGIUS31" + } + } + ] + }, + { + "name": "GOLDMAN SACHS HEADQUARTERS LLC", + "short_code": "HELL", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "HELLUS31" + } + } + ] + }, + { + "name": "GOLDMAN SACHS HOLDING COMPANY LLC", + "short_code": "GSHC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GSHCUS31" + } + } + ] + }, + { + "name": "GOLDMAN SACHS INTERNATIONAL PSI HOLDINGS, LLC", + "short_code": "GSIP", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GSIPUS31" + } + } + ] + }, + { + "name": "GOLDMAN SACHS ISRAEL LLC", + "short_code": "GARC", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "GARCUS31" + } + } + ] + }, + { + "name": "GOLDMAN SACHS LATIN AMERICA HOLDINGS LLC", + "short_code": "GSLM", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "GSLMUS31" + } + } + ] + }, + { + "name": "GOLDMAN SACHS LENDING PARTNERS LLC", + "short_code": "GSLE", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GSLEUS31" + } + } + ] + }, + { + "name": "GOLDMAN SACHS MITSUI MARINE DERIVATIVE PRODUCTS, L.P.", + "short_code": "GSMM", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GSMMUS33" + } + } + ] + }, + { + "name": "GOLDMAN SACHS MORTGAGE COMPANY", + "short_code": "GSMO", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GSMOUS31" + } + } + ] + }, + { + "name": "GOLDMAN SACHS PROPERTY MANAGEMENT USA LLC", + "short_code": "GSPN", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "GSPNUS31" + } + } + ] + }, + { + "name": "GOLDMAN SACHS PSI GLOBAL HOLDINGS, LLC", + "short_code": "GSPG", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "GSPGUS31" + } + } + ] + }, + { + "name": "GOLDMAN SACHS PSI HOLDINGS COMPANY, LLC", + "short_code": "GSPH", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "GSPHUS31" + } + } + ] + }, + { + "name": "GOLDMAN SACHS REALTY MANAGEMENT, LLC.", + "short_code": "GSRM", + "branches": [ + { + "code": "", + "city": "IRVING", + "identifiers": { + "swift_code": "GSRMUS44" + } + } + ] + }, + { + "name": "GOLDMAN SACHS SERVICE ENTITIES HOLDINGS LLC", + "short_code": "GSEE", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GSEEUS31" + } + } + ] + }, + { + "name": "GOLDMAN SACHS SERVICES LLC", + "short_code": "GAEL", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "GAELUS31" + } + } + ] + }, + { + "name": "GOLDMAN SACHS SPECIALTY LENDING GROUP, L.P.", + "short_code": "SPDH", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "SPDHUS31" + } + } + ] + }, + { + "name": "GOLDMAN SACHS SPECIALTY LENDING HOLDINGS, INC. II", + "short_code": "SPDI", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SPDIUS31" + } + } + ] + }, + { + "name": "GOLDMAN SACHS STRATEGIC INVESTMENTS (ASIA) L.L.C.", + "short_code": "SNAL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SNALUS31" + } + } + ] + }, + { + "name": "GOLDMAN SACHS(ASIA) FINANCE HOLDINGS LLC", + "short_code": "GSFO", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GSFOUS31" + } + } + ] + }, + { + "name": "GOOGLE LLC", + "short_code": "GOOG", + "branches": [ + { + "code": "", + "city": "MOUNTAIN VIEW", + "identifiers": { + "swift_code": "GOOGUS66" + } + }, + { + "code": "", + "city": "MOUNTAIN VIEW", + "identifiers": { + "swift_code": "GOOGUS6A" + } + }, + { + "code": "WAY", + "city": "MOUNTAIN VIEW", + "identifiers": { + "swift_code": "GOOGUS66WAY" + } + }, + { + "code": "SWL", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GOOGUS66SWL" + } + }, + { + "code": "VER", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "GOOGUS66VER" + } + } + ] + }, + { + "name": "GOOGLE PAYMENT CORP", + "short_code": "GOOG", + "branches": [ + { + "code": "", + "city": "MOUNTAIN VIEW", + "identifiers": { + "swift_code": "GOOGUSM1" + } + } + ] + }, + { + "name": "GORDON,HASKETT CAPITAL CORPORATION", + "short_code": "GORD", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GORDUS31" + } + } + ] + }, + { + "name": "GORHAM SAVINGS BANK", + "short_code": "GSVI", + "branches": [ + { + "code": "", + "city": "GORHAM", + "identifiers": { + "swift_code": "GSVIUS33" + } + } + ] + }, + { + "name": "GOULD INVESTMENTS PARTNERS LLC", + "short_code": "GIPL", + "branches": [ + { + "code": "", + "city": "BERWYN", + "identifiers": { + "swift_code": "GIPLUS31" + } + } + ] + }, + { + "name": "GOVERNMENT PORTFOLIO ADVISORS", + "short_code": "GOPA", + "branches": [ + { + "code": "", + "city": "PORTLAND", + "identifiers": { + "swift_code": "GOPAUS61" + } + } + ] + }, + { + "name": "GPS CAPITAL MARKETS, LLC", + "short_code": "GPSX", + "branches": [ + { + "code": "", + "city": "SOUTH JORDAN", + "identifiers": { + "swift_code": "GPSXUS55" + } + } + ] + }, + { + "name": "GQG PARTNERS LLC", + "short_code": "GQPL", + "branches": [ + { + "code": "", + "city": "FORT LAUDERDALE", + "identifiers": { + "swift_code": "GQPLUS31" + } + } + ] + }, + { + "name": "GRACE CAPITAL INC", + "short_code": "MSSN", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "MSSNUS31" + } + } + ] + }, + { + "name": "GRACE CAPITAL MANAGEMENT, LLC", + "short_code": "GRCE", + "branches": [ + { + "code": "", + "city": "PHILLIPSBURG", + "identifiers": { + "swift_code": "GRCEUS31" + } + } + ] + }, + { + "name": "GRAHAM CAPITAL MANAGEMENT L.P.", + "short_code": "GCMA", + "branches": [ + { + "code": "", + "city": "NORWALK", + "identifiers": { + "swift_code": "GCMAUS31" + } + } + ] + }, + { + "name": "GRAMERCY FUNDS MANAGEMENT LLC", + "short_code": "GFMC", + "branches": [ + { + "code": "", + "city": "GREENWICH", + "identifiers": { + "swift_code": "GFMCUS31" + } + }, + { + "code": "", + "city": "GREENWICH", + "identifiers": { + "swift_code": "GFMCUS33" + } + } + ] + }, + { + "name": "GRAN VIA CAPITAL PARTNERS LLC", + "short_code": "GVCP", + "branches": [ + { + "code": "", + "city": "DOVER", + "identifiers": { + "swift_code": "GVCPUS31" + } + }, + { + "code": "", + "city": "DOVER", + "identifiers": { + "swift_code": "GVCPUSA1" + } + } + ] + }, + { + "name": "GRANAHAN INVESTMENT MANAGEMENT INC.", + "short_code": "GRIG", + "branches": [ + { + "code": "", + "city": "WALTHAM", + "identifiers": { + "swift_code": "GRIGUS31" + } + } + ] + }, + { + "name": "GRAND BANK", + "short_code": "GAAN", + "branches": [ + { + "code": "", + "city": "TULSA", + "identifiers": { + "swift_code": "GAANUS41" + } + } + ] + }, + { + "name": "GRANDEUR PEAK GLOBAL ADVISORS LLC", + "short_code": "GPGA", + "branches": [ + { + "code": "", + "city": "SALT LAKE CITY", + "identifiers": { + "swift_code": "GPGAUS51" + } + } + ] + }, + { + "name": "GRANITE INVESTMENT ADVISORS, LLC", + "short_code": "BPVN", + "branches": [ + { + "code": "", + "city": "CONCORD", + "identifiers": { + "swift_code": "BPVNUS31" + } + } + ] + }, + { + "name": "GRANTHAM, MAYO, VAN OTTERLOO AND CO. LLC", + "short_code": "GMVO", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "GMVOUS31" + } + }, + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "GMVOUS3A" + } + } + ] + }, + { + "name": "GRASSHOPPER BANK, NATIONAL ASSOCIATION", + "short_code": "GRNO", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GRNOUS33" + } + } + ] + }, + { + "name": "GRAY AND COMPANY", + "short_code": "GCOM", + "branches": [ + { + "code": "", + "city": "ATLANTA", + "identifiers": { + "swift_code": "GCOMUS31" + } + } + ] + }, + { + "name": "GREAT FLORIDA BANK", + "short_code": "GRFL", + "branches": [ + { + "code": "", + "city": "MIAMI LAKES", + "identifiers": { + "swift_code": "GRFLUS31" + } + } + ] + }, + { + "name": "GREAT LAKES ADVISORS, INC.", + "short_code": "GRLA", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "GRLAUS41" + } + } + ] + }, + { + "name": "GREAT LAKES ADVISORS, LLC", + "short_code": "LFCM", + "branches": [ + { + "code": "", + "city": "LAKE FOREST", + "identifiers": { + "swift_code": "LFCMUS41" + } + } + ] + }, + { + "name": "GREAT OAK INVESTMENT MANAGEMENT LLC", + "short_code": "GOIA", + "branches": [ + { + "code": "", + "city": "ARLINGTON", + "identifiers": { + "swift_code": "GOIAUS31" + } + } + ] + }, + { + "name": "GREAT PACIFIC SECURITIES", + "short_code": "GRPE", + "branches": [ + { + "code": "", + "city": "COSTA MESA", + "identifiers": { + "swift_code": "GRPEUS61" + } + } + ] + }, + { + "name": "GREAT WESTERN BANK", + "short_code": "DOUC", + "branches": [ + { + "code": "", + "city": "OMAHA", + "identifiers": { + "swift_code": "DOUCUS41" + } + } + ] + }, + { + "name": "GREAT WESTERN BANK", + "short_code": "GTWB", + "branches": [ + { + "code": "", + "city": "SIOUX FALLS", + "identifiers": { + "swift_code": "GTWBUS44" + } + } + ] + }, + { + "name": "GREAT-WEST LIFE AND ANNUITY INSURANCE COMPANY", + "short_code": "GLAR", + "branches": [ + { + "code": "", + "city": "GREENWOOD VILLAGE", + "identifiers": { + "swift_code": "GLARUS51" + } + }, + { + "code": "", + "city": "GREENWOOD VILLAGE", + "identifiers": { + "swift_code": "GLARUS5B" + } + } + ] + }, + { + "name": "GREAT-WEST LIFE AND ANNUITY INSURANCE COMPANY", + "short_code": "GLAU", + "branches": [ + { + "code": "", + "city": "GREENWOOD VILLAGE", + "identifiers": { + "swift_code": "GLAUUS51" + } + } + ] + }, + { + "name": "GREEN PIER FINTECH LLC", + "short_code": "GRPF", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "GRPFUS42" + } + } + ] + }, + { + "name": "GREEN STREET ADVISORS, LLC", + "short_code": "GRST", + "branches": [ + { + "code": "", + "city": "DALLAS", + "identifiers": { + "swift_code": "GRSTUS41" + } + } + ] + }, + { + "name": "GREENBERG TRAURIG, P.A.", + "short_code": "GREE", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GREEUS31" + } + } + ] + }, + { + "name": "GREENE AVENUE LIHTC LLC", + "short_code": "GAIC", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "GAICUS31" + } + } + ] + }, + { + "name": "GREENLIGHT CAPITAL, INC.", + "short_code": "GCAL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GCALUS31" + } + } + ] + }, + { + "name": "GREENWICH INVESTMENT MANAGEMENT, INC.", + "short_code": "GRNM", + "branches": [ + { + "code": "", + "city": "GREENWICH", + "identifiers": { + "swift_code": "GRNMUS31" + } + } + ] + }, + { + "name": "GREENWOOD CAPITAL ASSOCIATES, LLC", + "short_code": "GRCC", + "branches": [ + { + "code": "", + "city": "GREENWOOD", + "identifiers": { + "swift_code": "GRCCUS31" + } + } + ] + }, + { + "name": "GREIF, INC.", + "short_code": "GEIF", + "branches": [ + { + "code": "", + "city": "DELAWARE", + "identifiers": { + "swift_code": "GEIFUS33" + } + } + ] + }, + { + "name": "GRIES FINANCIAL LLC", + "short_code": "GRFI", + "branches": [ + { + "code": "", + "city": "CLEVELAND", + "identifiers": { + "swift_code": "GRFIUS31" + } + } + ] + }, + { + "name": "GRIFFIN ASSET MANAGEMENT", + "short_code": "GRSN", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GRSNUS31" + } + } + ] + }, + { + "name": "GROESBECK INVESTMENT MANAGEMENT", + "short_code": "GRIA", + "branches": [ + { + "code": "", + "city": "PARAMUS", + "identifiers": { + "swift_code": "GRIAUS31" + } + } + ] + }, + { + "name": "GROSVENOR CAPITAL MANAGEMENT, L.P.", + "short_code": "GCME", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "GCMEUS44" + } + } + ] + }, + { + "name": "GS (ASIA) PACIFIC LLC", + "short_code": "AIPC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "AIPCUS31" + } + } + ] + }, + { + "name": "GS 20 FRONT MEMBER LLC", + "short_code": "FREC", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "FRECUS31" + } + } + ] + }, + { + "name": "GS 500 CENTRAL AVENUE MEMBER LLC", + "short_code": "CVEL", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "CVELUS31" + } + } + ] + }, + { + "name": "GS ASIAN VENTURE (DELAWARE) L.L.C.", + "short_code": "AVDL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "AVDLUS31" + } + } + ] + }, + { + "name": "GS AYCO HOLDING LLC", + "short_code": "AYHL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "AYHLUS31" + } + } + ] + }, + { + "name": "GS COMMERCIAL REAL ESTATE LLC", + "short_code": "CLTL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CLTLUS31" + } + } + ] + }, + { + "name": "GS CORE INNOVATIONS INVESTOR LLC", + "short_code": "CIVC", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "CIVCUS31" + } + } + ] + }, + { + "name": "GS DIRECT, L.L.C.", + "short_code": "DILC", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "DILCUS31" + } + } + ] + }, + { + "name": "GS DIVERSIFIED FUNDING LLC", + "short_code": "DIFL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DIFLUS31" + } + } + ] + }, + { + "name": "GS FINANCE CORP.", + "short_code": "FAAE", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "FAAEUS31" + } + } + ] + }, + { + "name": "GS FINANCIAL SERVICES II, LLC", + "short_code": "FNVL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "FNVLUS31" + } + } + ] + }, + { + "name": "GS FINANCIAL SERVICES LP", + "short_code": "FNSV", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "FNSVUS31" + } + } + ] + }, + { + "name": "GS HAMILTON PARK LLC", + "short_code": "HARC", + "branches": [ + { + "code": "", + "city": "DOVER", + "identifiers": { + "swift_code": "HARCUS31" + } + } + ] + }, + { + "name": "GS HEDGE FUND STRATEGIES LLC", + "short_code": "HFSC", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "HFSCUS31" + } + } + ] + }, + { + "name": "GS INVESTMENT STRATEGIES, LLC", + "short_code": "IVSL", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "IVSLUS31" + } + } + ] + }, + { + "name": "GS NEW MARKETS FUND GRP LLC", + "short_code": "NMFG", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "NMFGUS31" + } + } + ] + }, + { + "name": "GS NEW MARKETS FUND, LLC", + "short_code": "NMFL", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "NMFLUS31" + } + } + ] + }, + { + "name": "GS RBD HOLDINGS, L.P.", + "short_code": "RBHL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "RBHLUS31" + } + } + ] + }, + { + "name": "GS RE HOLDINGS, INC.", + "short_code": "HODI", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "HODIUS31" + } + } + ] + }, + { + "name": "GS SOLAR I, LLC", + "short_code": "SLLC", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "SLLCUS31" + } + } + ] + }, + { + "name": "GS STRATEGIC INVESTMENTS JAPAN LLC", + "short_code": "SIJL", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "SIJLUS31" + } + } + ] + }, + { + "name": "GS UDC 114TH STREET MEMBER LLC", + "short_code": "USML", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "USMLUS31" + } + } + ] + }, + { + "name": "GS UDC PARTNERS MEMBER LLC", + "short_code": "UPML", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "UPMLUS31" + } + } + ] + }, + { + "name": "GS-BURNSIDE LLC", + "short_code": "GSLL", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "GSLLUS31" + } + } + ] + }, + { + "name": "GSAM STABLE VALUE, LLC", + "short_code": "GSVC", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "GSVCUS31" + } + } + ] + }, + { + "name": "GSAM, L.P.", + "short_code": "GMAM", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "GMAMUS31" + } + } + ] + }, + { + "name": "GSB LIHTC INVESTOR LLC", + "short_code": "GLNL", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "GLNLUS31" + } + } + ] + }, + { + "name": "GSB NMTC INVESTOR LLC", + "short_code": "GNIC", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "GNICUS31" + } + } + ] + }, + { + "name": "GSB UIG LLC", + "short_code": "GSUL", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "GSULUS31" + } + } + ] + }, + { + "name": "GSFS INVESTMENTS I CORP", + "short_code": "GSNN", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GSNNUS31" + } + } + ] + }, + { + "name": "GSG LIHTC INVESTOR LLC", + "short_code": "GLNC", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "GLNCUS31" + } + } + ] + }, + { + "name": "GSGROUP NMTC INVESTOR LLC", + "short_code": "GNNL", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "GNNLUS31" + } + } + ] + }, + { + "name": "GSJC 30 HUDSON URBAN RENEWAL L.L.C.", + "short_code": "GHUR", + "branches": [ + { + "code": "", + "city": "TRENTON", + "identifiers": { + "swift_code": "GHURUS31" + } + } + ] + }, + { + "name": "GSJC MASTER LESSEE L.L.C.", + "short_code": "GSME", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GSMEUS31" + } + } + ] + }, + { + "name": "GSLP I ONSHORE HOLDINGS FUND, L.L.C.", + "short_code": "GOOF", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "GOOFUS31" + } + } + ] + }, + { + "name": "GSLP I ONSHORE INVESTMENT FUND, L.L.C.", + "short_code": "GONF", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "GONFUS31" + } + } + ] + }, + { + "name": "GSSG HOLDINGS (DEL) LLC", + "short_code": "GSOL", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "GSOLUS31" + } + } + ] + }, + { + "name": "GSSG HOLDINGS LLC", + "short_code": "GSLC", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "GSLCUS31" + } + } + ] + }, + { + "name": "GSUIG REAL ESTATE MEMBER LLC", + "short_code": "GRSB", + "branches": [ + { + "code": "", + "city": "DOVER", + "identifiers": { + "swift_code": "GRSBUS31" + } + } + ] + }, + { + "name": "GTIS PARTNERS LP", + "short_code": "GTPA", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GTPAUS33" + } + } + ] + }, + { + "name": "GTS EXECUTION SERVICES LLC", + "short_code": "GEVC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GEVCUS32" + } + } + ] + }, + { + "name": "GTT COMMUNICATIONS, INC.", + "short_code": "GTTC", + "branches": [ + { + "code": "", + "city": "MCLEAN", + "identifiers": { + "swift_code": "GTTCUS33" + } + } + ] + }, + { + "name": "GUARDIAN TREASURY LLC", + "short_code": "GRDN", + "branches": [ + { + "code": "", + "city": "AUBURN HILLS", + "identifiers": { + "swift_code": "GRDNUS33" + } + } + ] + }, + { + "name": "GUAVAPAY USA CO.", + "short_code": "GUAV", + "branches": [ + { + "code": "", + "city": "LINCOLNSHIRE", + "identifiers": { + "swift_code": "GUAVUS44" + } + } + ] + }, + { + "name": "GUGGENHEIM CAPITAL, LLC", + "short_code": "GUCL", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "GUCLUS41" + } + } + ] + }, + { + "name": "GUGGENHEIM PARTNERS ASSET MANAGEMENT, LLC", + "short_code": "GPAT", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "GPATUS41" + } + } + ] + }, + { + "name": "GUGGENHEIM PARTNERS INVESTMENT MANAGEMENT, LLC", + "short_code": "GPIM", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "GPIMUS31" + } + } + ] + }, + { + "name": "GULF COAST BANK AND TRUST COMPANY", + "short_code": "GUCT", + "branches": [ + { + "code": "", + "city": "NEW ORLEANS", + "identifiers": { + "swift_code": "GUCTUS44" + } + } + ] + }, + { + "name": "GULF INTERNATIONAL BANK", + "short_code": "GULF", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GULFUS33" + } + } + ] + }, + { + "name": "GUYAN EAGLE INVESTMENT COMPANY", + "short_code": "GEIO", + "branches": [ + { + "code": "", + "city": "CHESAPEAKE", + "identifiers": { + "swift_code": "GEIOUS31" + } + } + ] + }, + { + "name": "GUZMAN AND COMPANY", + "short_code": "GUCP", + "branches": [ + { + "code": "", + "city": "CORAL GABLES", + "identifiers": { + "swift_code": "GUCPUSM1" + } + }, + { + "code": "", + "city": "CORAL GABLES", + "identifiers": { + "swift_code": "GUCPUS32" + } + }, + { + "code": "", + "city": "CORAL GABLES", + "identifiers": { + "swift_code": "GUCPUSU2" + } + }, + { + "code": "", + "city": "CORAL GABLES", + "identifiers": { + "swift_code": "GUCPUS33" + } + } + ] + }, + { + "name": "GW AND K INVESTMENT MANAGEMENT LLC", + "short_code": "GWKL", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "GWKLUS33" + } + } + ] + }, + { + "name": "GWK INVESTMENT MANAGEMENT", + "short_code": "GINN", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "GINNUS31" + } + } + ] + }, + { + "name": "GWL AND A FINANCIAL INC", + "short_code": "GWFI", + "branches": [ + { + "code": "", + "city": "CENTENNIAL", + "identifiers": { + "swift_code": "GWFIUS51" + } + } + ] + }, + { + "name": "GXS, INC.", + "short_code": "GXSB", + "branches": [ + { + "code": "", + "city": "GAITHERSBURG", + "identifiers": { + "swift_code": "GXSBUS33" + } + }, + { + "code": "OTX", + "city": "GAITHERSBURG", + "identifiers": { + "swift_code": "GXSBUS33OTX" + } + } + ] + }, + { + "name": "H AND R BLOCK MANAGEMENT LLC", + "short_code": "BLML", + "branches": [ + { + "code": "", + "city": "KANSAS CITY", + "identifiers": { + "swift_code": "BLMLUS44" + } + } + ] + }, + { + "name": "H.I.G. CAPITAL, L.L.C.", + "short_code": "HIGW", + "branches": [ + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "HIGWUS33" + } + } + ] + }, + { + "name": "HAB BANK", + "short_code": "HANY", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "HANYUS33" + } + }, + { + "code": "QNS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "HANYUS33QNS" + } + } + ] + }, + { + "name": "HALCYON ASSET MANAGEMENT LLC", + "short_code": "HAGL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "HAGLUS31" + } + } + ] + }, + { + "name": "HAMILTON AND CO.", + "short_code": "HAML", + "branches": [ + { + "code": "", + "city": "PRINCETON", + "identifiers": { + "swift_code": "HAMLUS31" + } + } + ] + }, + { + "name": "HAMILTON LANE ADVISORS, L.L.C.", + "short_code": "HALE", + "branches": [ + { + "code": "", + "city": "BALA CYNWYD", + "identifiers": { + "swift_code": "HALEUS3B" + } + }, + { + "code": "", + "city": "BALA CYNWYD", + "identifiers": { + "swift_code": "HALEUS32" + } + } + ] + }, + { + "name": "HAMLIN CAPITAL MANAGEMENT, LLC", + "short_code": "HCNL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "HCNLUS31" + } + } + ] + }, + { + "name": "HANCOCK WHITNEY BANK", + "short_code": "WHIT", + "branches": [ + { + "code": "", + "city": "NEW ORLEANS", + "identifiers": { + "swift_code": "WHITUS44" + } + } + ] + }, + { + "name": "HANMI BANK", + "short_code": "HANM", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "HANMUS6L" + } + } + ] + }, + { + "name": "HAPPY STATE BANK", + "short_code": "HAPE", + "branches": [ + { + "code": "", + "city": "AMARILLO", + "identifiers": { + "swift_code": "HAPEUS41" + } + } + ] + }, + { + "name": "HARBOURVEST PARTNERS, LLC", + "short_code": "HPCL", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "HPCLUS33" + } + } + ] + }, + { + "name": "HARDING LOEVNER LP.", + "short_code": "HALN", + "branches": [ + { + "code": "", + "city": "SOMERVILLE", + "identifiers": { + "swift_code": "HALNUS31" + } + } + ] + }, + { + "name": "HARDMAN JOHNSTON GLOBAL ADVISORS LLC", + "short_code": "JAAL", + "branches": [ + { + "code": "", + "city": "STAMFORD", + "identifiers": { + "swift_code": "JAALUS31" + } + } + ] + }, + { + "name": "HAROLD DAVIDSON AND ASSOCIATES, INC", + "short_code": "HADA", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "HADAUS61" + } + } + ] + }, + { + "name": "HARRIS ASSOCIATES L.P.", + "short_code": "HRRS", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "HRRSUS42" + } + } + ] + }, + { + "name": "HARRIS BANK WINNETKA", + "short_code": "HAWI", + "branches": [ + { + "code": "", + "city": "WINNETKA", + "identifiers": { + "swift_code": "HAWIUS41" + } + } + ] + }, + { + "name": "HARRIS MYCFO INVESTMENT ADVISORY SERVICES LLC", + "short_code": "HMIA", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "HMIAUS61" + } + } + ] + }, + { + "name": "HARTFIELD, TITUS AND DONNELLY, LLC", + "short_code": "HTDC", + "branches": [ + { + "code": "", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "HTDCUS32" + } + } + ] + }, + { + "name": "HARTFORD FUNDS MANAGEMENT COMPANY", + "short_code": "HFMA", + "branches": [ + { + "code": "", + "city": "WAYNE", + "identifiers": { + "swift_code": "HFMAUS32" + } + } + ] + }, + { + "name": "HARTFORD INVESTMENT MANAGEMENT COMPANY", + "short_code": "HIMC", + "branches": [ + { + "code": "", + "city": "HARTFORD", + "identifiers": { + "swift_code": "HIMCUS33" + } + } + ] + }, + { + "name": "HARVARD MANAGEMENT CO., INC.", + "short_code": "HAMC", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "HAMCUS3B" + } + } + ] + }, + { + "name": "HAVEN CAPITAL MANAGEMENT, INC", + "short_code": "HACN", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "HACNUS31" + } + } + ] + }, + { + "name": "HAVENS PARTNERS ENHANCED FUND, L.P.", + "short_code": "HAPT", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "HAPTUS31" + } + } + ] + }, + { + "name": "HCCI LIHTC LLC", + "short_code": "HCLL", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "HCLLUS31" + } + } + ] + }, + { + "name": "HCM, INC.", + "short_code": "HACG", + "branches": [ + { + "code": "", + "city": "CONCORD", + "identifiers": { + "swift_code": "HACGUSU1" + } + } + ] + }, + { + "name": "HEADLANDS TECH GLOBAL MARKETS", + "short_code": "HTGM", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "HTGMUS42" + } + } + ] + }, + { + "name": "HEARD CAPITAL LLC", + "short_code": "HCCL", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "HCCLUS44" + } + } + ] + }, + { + "name": "HEARTLAND ADVISORS, INC.", + "short_code": "HEAV", + "branches": [ + { + "code": "", + "city": "MILWAUKEE", + "identifiers": { + "swift_code": "HEAVUS51" + } + } + ] + }, + { + "name": "HEDGEMARK ADVISORS, LLC", + "short_code": "HMRK", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "HMRKUS33" + } + } + ] + }, + { + "name": "HEDGESERV CORPORATION", + "short_code": "HSRV", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "HSRVUS33" + } + } + ] + }, + { + "name": "HEITMAN REAL ESTATE SECURITIES LLC (FORMERLY HEITMAN/PRA SECURITIES ADVISORS LLC)", + "short_code": "HPRA", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "HPRAUS44" + } + } + ] + }, + { + "name": "HELLMAN, JORDAN MANAGEMENT COMPANY", + "short_code": "HJMC", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "HJMCUS31" + } + } + ] + }, + { + "name": "HELM BANK", + "short_code": "HELM", + "branches": [ + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "HELMUS31" + } + } + ] + }, + { + "name": "HELM BANK USA", + "short_code": "HELM", + "branches": [ + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "HELMUS33" + } + } + ] + }, + { + "name": "HENDLEY AND COMPANY", + "short_code": "HECP", + "branches": [ + { + "code": "", + "city": "ZANESVILLE", + "identifiers": { + "swift_code": "HECPUS31" + } + } + ] + }, + { + "name": "HENDRICKSON HOLDINGS, L.L.C.", + "short_code": "HEHC", + "branches": [ + { + "code": "", + "city": "SCHAUMBURG", + "identifiers": { + "swift_code": "HEHCUS44" + } + } + ] + }, + { + "name": "HENRY SCHEIN INC", + "short_code": "HSIC", + "branches": [ + { + "code": "", + "city": "MELVILLE", + "identifiers": { + "swift_code": "HSICUS33" + } + } + ] + }, + { + "name": "HERITAGE BANK", + "short_code": "HETI", + "branches": [ + { + "code": "", + "city": "OLYMPIA", + "identifiers": { + "swift_code": "HETIUS66" + } + } + ] + }, + { + "name": "HERITAGE BANK OF COMMERCE", + "short_code": "PREI", + "branches": [ + { + "code": "", + "city": "SAN JOSE", + "identifiers": { + "swift_code": "PREIUS66" + } + } + ] + }, + { + "name": "HERITAGE BANK OF COMMERCE", + "short_code": "HECE", + "branches": [ + { + "code": "", + "city": "SAN JOSE", + "identifiers": { + "swift_code": "HECEUS61" + } + } + ] + }, + { + "name": "HERITAGE FINANCIAL MANAGEMENT, LLC", + "short_code": "HFML", + "branches": [ + { + "code": "", + "city": "CHARLOTTESVILLE", + "identifiers": { + "swift_code": "HFMLUS31" + } + } + ] + }, + { + "name": "HERITAGE INVESTORS MANAGEMENT CORP.", + "short_code": "HEIG", + "branches": [ + { + "code": "", + "city": "BETHESDA", + "identifiers": { + "swift_code": "HEIGUS31" + } + } + ] + }, + { + "name": "HERKIMER COUNTY TRUST CO., THE", + "short_code": "HECO", + "branches": [ + { + "code": "", + "city": "LITTLE FALLS", + "identifiers": { + "swift_code": "HECOUS31" + } + } + ] + }, + { + "name": "HERRING BANK", + "short_code": "HENB", + "branches": [ + { + "code": "", + "city": "VERNON", + "identifiers": { + "swift_code": "HENBUS41" + } + } + ] + }, + { + "name": "HEWLETT PACKARD ENTERPRISE COMPANY", + "short_code": "HPEC", + "branches": [ + { + "code": "", + "city": "SAN JOSE", + "identifiers": { + "swift_code": "HPECUS62" + } + } + ] + }, + { + "name": "HEWLETT-PACKARD COMPANY", + "short_code": "HPCO", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "HPCOUS31" + } + } + ] + }, + { + "name": "HEXION INC.", + "short_code": "MOMH", + "branches": [ + { + "code": "", + "city": "COLUMBUS", + "identifiers": { + "swift_code": "MOMHUS33" + } + } + ] + }, + { + "name": "HG VORA CAPITAL MANAGEMENT, LLC", + "short_code": "VCMC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "VCMCUS32" + } + } + ] + }, + { + "name": "HICKORY POINT BANK AND TRUST", + "short_code": "HIPB", + "branches": [ + { + "code": "", + "city": "FORSYTH", + "identifiers": { + "swift_code": "HIPBUS41" + } + } + ] + }, + { + "name": "HIDDEN ROAD PARTNERS CIV US LLC", + "short_code": "HRPS", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "HRPSUS33" + } + } + ] + }, + { + "name": "HIDDEN ROAD PARTNERS CIV US OTC LLC", + "short_code": "HRPO", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "HRPOUS33" + } + } + ] + }, + { + "name": "HIGH POINTE CAPITAL MANAGEMENT, LLC", + "short_code": "HPCM", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "HPCMUS42" + } + } + ] + }, + { + "name": "HIGHBRIDGE CAPITAL MANAGEMENT LLC", + "short_code": "HIGC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "HIGCUS31" + } + } + ] + }, + { + "name": "HIGHFIELDS CAPITAL MANAGEMENT LP", + "short_code": "HCME", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "HCMEUS31" + } + } + ] + }, + { + "name": "HIGHLAND BANK", + "short_code": "HIGA", + "branches": [ + { + "code": "", + "city": "SAINT MICHAEL", + "identifiers": { + "swift_code": "HIGAUS44" + } + } + ] + }, + { + "name": "HIGHLAND CAPITAL MANAGEMENT FUND ADVISORS, L.P.", + "short_code": "HCMF", + "branches": [ + { + "code": "", + "city": "DALLAS", + "identifiers": { + "swift_code": "HCMFUS42" + } + } + ] + }, + { + "name": "HIGHLAND CAPITAL MANAGMENT, L.P.", + "short_code": "HICG", + "branches": [ + { + "code": "", + "city": "DALLAS", + "identifiers": { + "swift_code": "HICGUS41" + } + } + ] + }, + { + "name": "HIGHMARK CAPITAL MANAGEMENT", + "short_code": "HCMB", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "HCMBUS66" + } + } + ] + }, + { + "name": "HIGHMARK HEALTH", + "short_code": "HIHL", + "branches": [ + { + "code": "", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "HIHLUS33" + } + } + ] + }, + { + "name": "HIGHVISTA STRATEGIES", + "short_code": "HISR", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "HISRUS31" + } + } + ] + }, + { + "name": "HILL N DALE FARM, INC.", + "short_code": "HIDF", + "branches": [ + { + "code": "", + "city": "BARRINGTON", + "identifiers": { + "swift_code": "HIDFUS41" + } + } + ] + }, + { + "name": "HILLMAN CAPITAL MANAGMENT, INC.", + "short_code": "HICA", + "branches": [ + { + "code": "", + "city": "ANNAPOLIS", + "identifiers": { + "swift_code": "HICAUS31" + } + } + ] + }, + { + "name": "HILLS BANK AND TRUST COMPANY", + "short_code": "HTRC", + "branches": [ + { + "code": "", + "city": "IOWA CITY", + "identifiers": { + "swift_code": "HTRCUS44" + } + } + ] + }, + { + "name": "HILLSIDE CAPITAL", + "short_code": "HICP", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "HICPUS31" + } + } + ] + }, + { + "name": "HILLSWICK ASSET MANAGEMENT, LLC", + "short_code": "HAGC", + "branches": [ + { + "code": "", + "city": "STAMFORD", + "identifiers": { + "swift_code": "HAGCUS31" + } + } + ] + }, + { + "name": "HILLTOP NATIONAL BANK", + "short_code": "HNBA", + "branches": [ + { + "code": "", + "city": "CASPER", + "identifiers": { + "swift_code": "HNBAUS51" + } + } + ] + }, + { + "name": "HILLTOP SECURITIES INC", + "short_code": "SOUS", + "branches": [ + { + "code": "", + "city": "DALLAS", + "identifiers": { + "swift_code": "SOUSUS41" + } + } + ] + }, + { + "name": "HILTON DOMESTIC OPERATING CO INC.", + "short_code": "HLTN", + "branches": [ + { + "code": "", + "city": "MEMPHIS", + "identifiers": { + "swift_code": "HLTNUS33" + } + } + ] + }, + { + "name": "HINES INTERESTS LIMITED PARTNERSHIP", + "short_code": "HIIP", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "HIIPUS41" + } + } + ] + }, + { + "name": "HINES INTERESTS LIMITED PARTNERSHIP", + "short_code": "HILP", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "HILPUS44" + } + } + ] + }, + { + "name": "HINGHAM INSTITUTION FOR SAVINGS", + "short_code": "HIIS", + "branches": [ + { + "code": "", + "city": "HINGHAM", + "identifiers": { + "swift_code": "HIISUS52" + } + } + ] + }, + { + "name": "HINSDALE BANK AND TRUST COMPANY, N.A.", + "short_code": "HBTC", + "branches": [ + { + "code": "", + "city": "HINSDALE", + "identifiers": { + "swift_code": "HBTCUS44" + } + } + ] + }, + { + "name": "HLM MANAGEMENT CO., INC.", + "short_code": "HLMC", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "HLMCUS31" + } + } + ] + }, + { + "name": "HMK HOLDINGS LP", + "short_code": "HMHO", + "branches": [ + { + "code": "", + "city": "SANTA MONICA", + "identifiers": { + "swift_code": "HMHOUS61" + } + } + ] + }, + { + "name": "HNB NATIONAL BANK", + "short_code": "HANT", + "branches": [ + { + "code": "", + "city": "HANNIBAL", + "identifiers": { + "swift_code": "HANTUS41" + } + } + ] + }, + { + "name": "HODGES CAPITAL MANAGEMENT", + "short_code": "HOCG", + "branches": [ + { + "code": "", + "city": "DALLAS", + "identifiers": { + "swift_code": "HOCGUS41" + } + } + ] + }, + { + "name": "HOFKIN CAPITAL MANAGEMENT, INC", + "short_code": "MOMA", + "branches": [ + { + "code": "", + "city": "EDINA", + "identifiers": { + "swift_code": "MOMAUS41" + } + } + ] + }, + { + "name": "HOISINGTON INVESTMENT MANAGEMENT COMPANY", + "short_code": "HIMM", + "branches": [ + { + "code": "", + "city": "AUSTIN", + "identifiers": { + "swift_code": "HIMMUS41" + } + } + ] + }, + { + "name": "HOLLAND CAPITAL MANAGEMENT, L.P.", + "short_code": "HCMA", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "HCMAUS41" + } + } + ] + }, + { + "name": "HOLT-SMITH AND YATES ADVISORS, INC.", + "short_code": "HOYA", + "branches": [ + { + "code": "", + "city": "MADISON", + "identifiers": { + "swift_code": "HOYAUS41" + } + } + ] + }, + { + "name": "HOME FEDERAL BANK OF TENNESSEE", + "short_code": "HOFT", + "branches": [ + { + "code": "", + "city": "KNOXVILLE", + "identifiers": { + "swift_code": "HOFTUS41" + } + } + ] + }, + { + "name": "HOME STATE BANK, N.A.", + "short_code": "HOTA", + "branches": [ + { + "code": "", + "city": "CRYSTAL LAKE", + "identifiers": { + "swift_code": "HOTAUS44" + } + } + ] + }, + { + "name": "HOMESTREET BANK", + "short_code": "HOMS", + "branches": [ + { + "code": "", + "city": "SEATTLE", + "identifiers": { + "swift_code": "HOMSUS6S" + } + } + ] + }, + { + "name": "HOMETOWN BANK NA", + "short_code": "GALV", + "branches": [ + { + "code": "", + "city": "GALVESTON", + "identifiers": { + "swift_code": "GALVUS41" + } + } + ] + }, + { + "name": "HOMETRUST BANK", + "short_code": "HOMR", + "branches": [ + { + "code": "", + "city": "ASHEVILLE", + "identifiers": { + "swift_code": "HOMRUS33" + } + } + ] + }, + { + "name": "HONEST ADVISORS, LLC", + "short_code": "HODL", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "HODLUS31" + } + } + ] + }, + { + "name": "HONEST DOLLAR, LLC", + "short_code": "HODC", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "HODCUS31" + } + } + ] + }, + { + "name": "HONEYWELL CAPITAL MANAGEMENT LLC", + "short_code": "HCNC", + "branches": [ + { + "code": "", + "city": "MORRIS PLAINS", + "identifiers": { + "swift_code": "HCNCUS32" + } + } + ] + }, + { + "name": "HONEYWELL INTERNATIONAL INC.", + "short_code": "HOIN", + "branches": [ + { + "code": "", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "HOINUS33" + } + } + ] + }, + { + "name": "HORICON BANK", + "short_code": "HSTA", + "branches": [ + { + "code": "", + "city": "HORICON", + "identifiers": { + "swift_code": "HSTAUS41" + } + } + ] + }, + { + "name": "HORIZON BANK", + "short_code": "HORI", + "branches": [ + { + "code": "", + "city": "MICHIGAN CITY", + "identifiers": { + "swift_code": "HORIUS32" + } + } + ] + }, + { + "name": "HORIZON GLOBAL COMPANY LLC", + "short_code": "HGCL", + "branches": [ + { + "code": "", + "city": "PLYMOUTH", + "identifiers": { + "swift_code": "HGCLUS33" + } + } + ] + }, + { + "name": "HORIZON INVESTMENTS LLC", + "short_code": "HRZI", + "branches": [ + { + "code": "", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "HRZIUS33" + } + } + ] + }, + { + "name": "HORIZON KINETICS ASSET MANAGEMENT LLC", + "short_code": "HORM", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "HORMUS31" + } + } + ] + }, + { + "name": "HORTON POINT LLC", + "short_code": "HOPL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "HOPLUS31" + } + } + ] + }, + { + "name": "HOTCHKIS AND WILEY CAPITAL MANAGEMENT, LLC", + "short_code": "HWCM", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "HWCMUS61" + } + } + ] + }, + { + "name": "HOTCHKISS ASSOCIATES, INC.", + "short_code": "HOAC", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "HOACUS41" + } + } + ] + }, + { + "name": "HOWARD CAPITAL MANAGEMENT", + "short_code": "HOCA", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "HOCAUS61" + } + } + ] + }, + { + "name": "HOWARD HUGHES MEDICAL INSTITUTE", + "short_code": "HHMI", + "branches": [ + { + "code": "", + "city": "CHEVY CHASE", + "identifiers": { + "swift_code": "HHMIUS33" + } + } + ] + }, + { + "name": "HOWE AND RUSLING INC.", + "short_code": "HORU", + "branches": [ + { + "code": "", + "city": "ROCHESTER", + "identifiers": { + "swift_code": "HORUUS31" + } + } + ] + }, + { + "name": "HOWMET AEROSPACE INC.", + "short_code": "ALUM", + "branches": [ + { + "code": "", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "ALUMUS33" + } + } + ] + }, + { + "name": "HP INC.", + "short_code": "HPQQ", + "branches": [ + { + "code": "", + "city": "PALO ALTO", + "identifiers": { + "swift_code": "HPQQUS61" + } + }, + { + "code": "", + "city": "PALO ALTO", + "identifiers": { + "swift_code": "HPQQUS6P" + } + }, + { + "code": "SLH", + "city": "PALO ALTO", + "identifiers": { + "swift_code": "HPQQUS6PSLH" + } + }, + { + "code": "WSS", + "city": "PALO ALTO", + "identifiers": { + "swift_code": "HPQQUS6PWSS" + } + } + ] + }, + { + "name": "HPS INVESTMENT PARTNERS, LLC", + "short_code": "HIAC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "HIACUS33" + } + } + ] + }, + { + "name": "HRT FINANCIAL LLC", + "short_code": "HRFL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "HRFLUS31" + } + } + ] + }, + { + "name": "HS MANAGEMENT PARTNERS, LLC", + "short_code": "AGAA", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "AGAAUS31" + } + } + ] + }, + { + "name": "HSBC ASSET MANAGEMENT AMERICAS INC.", + "short_code": "HSMU", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "HSMUUS31" + } + } + ] + }, + { + "name": "HSBC BANK USA, N.A.", + "short_code": "MRMD", + "branches": [ + { + "code": "IBF", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MRMDUS33IBF" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MRMDUS33" + } + }, + { + "code": "ISV", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MRMDUS33ISV" + } + }, + { + "code": "PBC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MRMDUS33PBC" + } + }, + { + "code": "BHX", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MRMDUS33BHX" + } + }, + { + "code": "FN1", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MRMDUS33FN1" + } + }, + { + "code": "PRM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MRMDUS33PRM" + } + }, + { + "code": "CLS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MRMDUS33CLS" + } + }, + { + "code": "SDI", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MRMDUS33SDI" + } + }, + { + "code": "GCS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MRMDUS33GCS" + } + }, + { + "code": "HUB", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MRMDUS33HUB" + } + }, + { + "code": "IPB", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MRMDUS33IPB" + } + }, + { + "code": "INV", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MRMDUS33INV" + } + }, + { + "code": "LCR", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MRMDUS33LCR" + } + }, + { + "code": "RTL", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MRMDUS33RTL" + } + }, + { + "code": "COL", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MRMDUS33COL" + } + }, + { + "code": "LIQ", + "city": "NEWARK", + "identifiers": { + "swift_code": "MRMDUS33LIQ" + } + }, + { + "code": "IMP", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "MRMDUS33IMP" + } + }, + { + "code": "CCS", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "MRMDUS33CCS" + } + } + ] + }, + { + "name": "HSBC NORTH AMERICA HOLDINGS INC", + "short_code": "CHAR", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHARUS31" + } + } + ] + }, + { + "name": "HSBC SECURITIES (USA) INC.", + "short_code": "JCSI", + "branches": [ + { + "code": "IMP", + "city": "NEW YORK", + "identifiers": { + "swift_code": "JCSIUS33IMP" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "JCSIUS33" + } + }, + { + "code": "PRM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "JCSIUS33PRM" + } + }, + { + "code": "OLY", + "city": "NEW YORK", + "identifiers": { + "swift_code": "JCSIUS33OLY" + } + } + ] + }, + { + "name": "HUA NAN COMMERCIAL BANK, LTD., LOS ANGELES BRANCH", + "short_code": "HNBK", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "HNBKUS6L" + } + } + ] + }, + { + "name": "HUA NAN COMMERCIAL BANK, LTD., NEW YORK AGENCY", + "short_code": "HNBK", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "HNBKUS3N" + } + } + ] + }, + { + "name": "HUBBELL INCORPORATED", + "short_code": "HUBB", + "branches": [ + { + "code": "", + "city": "SHELTON", + "identifiers": { + "swift_code": "HUBBUS33" + } + } + ] + }, + { + "name": "HUDSON ADVISORS LLC", + "short_code": "HUAL", + "branches": [ + { + "code": "", + "city": "DALLAS", + "identifiers": { + "swift_code": "HUALUS41" + } + } + ] + }, + { + "name": "HULL TRADING COMPANY LLC", + "short_code": "HULT", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "HULTUS41" + } + } + ] + }, + { + "name": "HUMANA INC.", + "short_code": "HUMN", + "branches": [ + { + "code": "", + "city": "LOUISVILLE", + "identifiers": { + "swift_code": "HUMNUS42" + } + } + ] + }, + { + "name": "HUNT CONSOLIDATED, INC.", + "short_code": "HUNC", + "branches": [ + { + "code": "", + "city": "DALLAS", + "identifiers": { + "swift_code": "HUNCUS43" + } + } + ] + }, + { + "name": "HUNTINGTON NATIONAL BANK", + "short_code": "HUNT", + "branches": [ + { + "code": "WVA", + "city": "CHARLESTON", + "identifiers": { + "swift_code": "HUNTUS33WVA" + } + }, + { + "code": "CIN", + "city": "CINCINNATI", + "identifiers": { + "swift_code": "HUNTUS33CIN" + } + }, + { + "code": "CLV", + "city": "CLEVELAND", + "identifiers": { + "swift_code": "HUNTUS33CLV" + } + }, + { + "code": "", + "city": "COLUMBUS", + "identifiers": { + "swift_code": "HUNTUS3T" + } + }, + { + "code": "", + "city": "COLUMBUS", + "identifiers": { + "swift_code": "HUNTUS33" + } + }, + { + "code": "DET", + "city": "DETROIT", + "identifiers": { + "swift_code": "HUNTUS33DET" + } + }, + { + "code": "IND", + "city": "INDIANAPOLIS", + "identifiers": { + "swift_code": "HUNTUS33IND" + } + }, + { + "code": "TOL", + "city": "TOLEDO", + "identifiers": { + "swift_code": "HUNTUS33TOL" + } + } + ] + }, + { + "name": "HURLEY INTERNATIONAL LLC", + "short_code": "NIKE", + "branches": [ + { + "code": "", + "city": "COSTA MESA", + "identifiers": { + "swift_code": "NIKEUSC1" + } + } + ] + }, + { + "name": "HUTCHINS, WHEELER AND DITTMAR", + "short_code": "HUWD", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "HUWDUS31" + } + } + ] + }, + { + "name": "HUTCHINSON CAPITAL MANAGEMENT", + "short_code": "HUCM", + "branches": [ + { + "code": "", + "city": "LARKSPUR", + "identifiers": { + "swift_code": "HUCMUS61" + } + } + ] + }, + { + "name": "IBKR SECURITIES SERVICES LLC", + "short_code": "TMBR", + "branches": [ + { + "code": "", + "city": "GREENWICH", + "identifiers": { + "swift_code": "TMBRUS33" + } + } + ] + }, + { + "name": "IBS HOLDING CORPORATION", + "short_code": "IBHC", + "branches": [ + { + "code": "", + "city": "IRVING", + "identifiers": { + "swift_code": "IBHCUS41" + } + } + ] + }, + { + "name": "ICAP CAPITAL MARKETS, LLC", + "short_code": "GGBC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GGBCUS31" + } + } + ] + }, + { + "name": "ICE CANYON LLC", + "short_code": "ICCL", + "branches": [ + { + "code": "", + "city": "BEVERLY HILLS", + "identifiers": { + "swift_code": "ICCLUS61" + } + } + ] + }, + { + "name": "ICE CLEAR CREDIT LLC", + "short_code": "BOTC", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "BOTCUS44" + } + } + ] + }, + { + "name": "ICE CLEAR US, ICE.", + "short_code": "ICUS", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ICUSUS33" + } + } + ] + }, + { + "name": "ICE FUTURES U.S., INC", + "short_code": "XNYF", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "XNYFUS31" + } + } + ] + }, + { + "name": "ICE SECURITIES EXECUTION AND CLEARING, LLC", + "short_code": "ISXL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ISXLUS33" + } + } + ] + }, + { + "name": "ICICI BANK LIMITED", + "short_code": "ICIC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ICICUS3N" + } + }, + { + "code": "M2I", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ICICUS3NM2I" + } + }, + { + "code": "CLR", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ICICUS3NCLR" + } + } + ] + }, + { + "name": "ICM ASSET MANAGEMENT, INC.", + "short_code": "ICAM", + "branches": [ + { + "code": "", + "city": "SPOKANE", + "identifiers": { + "swift_code": "ICAMUS61" + } + } + ] + }, + { + "name": "ICON ADVISERS, INC.", + "short_code": "ICAV", + "branches": [ + { + "code": "", + "city": "GREENWOOD VILLAGE", + "identifiers": { + "swift_code": "ICAVUS51" + } + } + ] + }, + { + "name": "IDAHO CENTRAL CREDIT UNION", + "short_code": "ICCU", + "branches": [ + { + "code": "", + "city": "CHUBBUCK", + "identifiers": { + "swift_code": "ICCUUS55" + } + } + ] + }, + { + "name": "IDB GLOBAL FEDERAL CREDIT UNION", + "short_code": "IDBG", + "branches": [ + { + "code": "", + "city": "WASHINGTON", + "identifiers": { + "swift_code": "IDBGUS32" + } + } + ] + }, + { + "name": "IDS TRUST COMPANY", + "short_code": "IDTC", + "branches": [ + { + "code": "", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "IDTCUS41" + } + } + ] + }, + { + "name": "IFRC BANK AND TRUST", + "short_code": "IFRC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "IFRCUS32" + } + } + ] + }, + { + "name": "IFS SECURITIES, INC", + "short_code": "IFSU", + "branches": [ + { + "code": "", + "city": "ATLANTA", + "identifiers": { + "swift_code": "IFSUUS31" + } + } + ] + }, + { + "name": "IFS, A STATE STREET COMPANY", + "short_code": "ARAP", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ARAPUS31" + } + } + ] + }, + { + "name": "IMC EXECUTION SERVICES LLC", + "short_code": "IMCX", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "IMCXUS42" + } + } + ] + }, + { + "name": "IMPERIAL CAPITAL, LLC", + "short_code": "IMCL", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "IMCLUS61" + } + } + ] + }, + { + "name": "IMT INTERNATIONAL", + "short_code": "IMIN", + "branches": [ + { + "code": "", + "city": "CERRITOS", + "identifiers": { + "swift_code": "IMINUS61" + } + } + ] + }, + { + "name": "INB, NATIONAL ASSOCIATION", + "short_code": "IBNT", + "branches": [ + { + "code": "", + "city": "SPRINGFIELD", + "identifiers": { + "swift_code": "IBNTUS44" + } + } + ] + }, + { + "name": "INCA INVESTMENTS, LLC", + "short_code": "ICVL", + "branches": [ + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "ICVLUS31" + } + } + ] + }, + { + "name": "INCAPITAL LLC", + "short_code": "ICLC", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "ICLCUS41" + } + } + ] + }, + { + "name": "INCAPITAL LLC", + "short_code": "SULC", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "SULCUS62" + } + } + ] + }, + { + "name": "INCLINE GLOBAL MANAGEMENT LLC", + "short_code": "IGMC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "IGMCUS31" + } + } + ] + }, + { + "name": "INCOME RESEARCH AND MANAGEMENT", + "short_code": "INHM", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "INHMUS31" + } + } + ] + }, + { + "name": "INDEPENDENT BANK", + "short_code": "IDEP", + "branches": [ + { + "code": "", + "city": "BELDING", + "identifiers": { + "swift_code": "IDEPUS33" + } + } + ] + }, + { + "name": "INDEPENDENT BANK", + "short_code": "IDNA", + "branches": [ + { + "code": "", + "city": "MCKINNEY", + "identifiers": { + "swift_code": "IDNAUS44" + } + } + ] + }, + { + "name": "INDIUM SOFTWARE, INC", + "short_code": "INSW", + "branches": [ + { + "code": "", + "city": "ALPHARETTA", + "identifiers": { + "swift_code": "INSWUS31" + } + } + ] + }, + { + "name": "INDOSUEZ CARR FUTURES,INC.", + "short_code": "CRRF", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CRRFUS41" + } + } + ] + }, + { + "name": "INDUS CAPITAL PARTNERS, LLC", + "short_code": "ICPC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ICPCUS31" + } + } + ] + }, + { + "name": "INDUSTRIAL AND COMMERCIAL BANK OF CHINA (NEW YORK)", + "short_code": "ICBK", + "branches": [ + { + "code": "FIN", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ICBKUS33FIN" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ICBKUS33" + } + } + ] + }, + { + "name": "INDUSTRIAL AND COMMERCIAL BANK OF CHINA (USA) NA", + "short_code": "ICBK", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ICBKUS3N" + } + } + ] + }, + { + "name": "INDUSTRIAL AND COMMERCIAL BANK OF CHINA FINANCIAL SERVICES LLC", + "short_code": "ICBK", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ICBKUS3F" + } + }, + { + "code": "CCS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ICBKUS3FCCS" + } + } + ] + }, + { + "name": "INDUSTRIAL BANK OF KOREA, NEW YORK BRANCH", + "short_code": "IBKO", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "IBKOUS33" + } + } + ] + }, + { + "name": "INFINIUM CAPITAL MANAGEMENT LLC", + "short_code": "ICNL", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "ICNLUS41" + } + } + ] + }, + { + "name": "INFINIUM CAPITAL MANAGEMENT, LLC.", + "short_code": "IFCM", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "IFCMUS41" + } + } + ] + }, + { + "name": "ING CAPITAL LLC", + "short_code": "INGB", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "INGBUS3C" + } + } + ] + }, + { + "name": "ING CAPITAL MARKETS LLC", + "short_code": "INGB", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "INGBUS33" + } + } + ] + }, + { + "name": "ING FINANCIAL MARKETS LLC", + "short_code": "INGB", + "branches": [ + { + "code": "FIX", + "city": "NEW YORK", + "identifiers": { + "swift_code": "INGBUS3NFIX" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "INGBUS3N" + } + }, + { + "code": "SLS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "INGBUS3NSLS" + } + } + ] + }, + { + "name": "ING INVESTMENT MANAGEMENT", + "short_code": "IGIM", + "branches": [ + { + "code": "", + "city": "ATLANTA", + "identifiers": { + "swift_code": "IGIMUS31" + } + } + ] + }, + { + "name": "INGALLS AND SNYDER,LLC", + "short_code": "IGAL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "IGALUS32" + } + } + ] + }, + { + "name": "INMOST PARTNERS LLC", + "short_code": "IMPC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "IMPCUS31" + } + } + ] + }, + { + "name": "INSTINET, LLC", + "short_code": "ISNT", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ISNTUS33" + } + } + ] + }, + { + "name": "INSTITUTE FOR ADVANCED STUDY", + "short_code": "INAY", + "branches": [ + { + "code": "", + "city": "PRINCETON", + "identifiers": { + "swift_code": "INAYUS31" + } + } + ] + }, + { + "name": "INSTITUTIONAL BOND NETWORK LLC", + "short_code": "IBNL", + "branches": [ + { + "code": "", + "city": "THOUSAND OAKS", + "identifiers": { + "swift_code": "IBNLUS62" + } + } + ] + }, + { + "name": "INSTITUTIONAL CAPITAL LLC", + "short_code": "ICCC", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "ICCCUS41" + } + } + ] + }, + { + "name": "INSTITUTIONAL CASH DISTRIBUTORS, LLC", + "short_code": "ICDF", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "ICDFUS65" + } + } + ] + }, + { + "name": "INSTITUTIONAL SHAREHOLDER SERVICES", + "short_code": "PMON", + "branches": [ + { + "code": "", + "city": "ROCKVILLE", + "identifiers": { + "swift_code": "PMONUS33" + } + } + ] + }, + { + "name": "INTECH INVESTMENT MANAGEMENT LLC", + "short_code": "IIML", + "branches": [ + { + "code": "", + "city": "WEST PALM BEACH", + "identifiers": { + "swift_code": "IIMLUS32" + } + } + ] + }, + { + "name": "INTEGRATED CORE STRATEGIES (US) LLC", + "short_code": "ICTL", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "ICTLUS31" + } + } + ] + }, + { + "name": "INTEGRITY ASSET MANAGEMENT", + "short_code": "ITAG", + "branches": [ + { + "code": "", + "city": "LOUISVILLE", + "identifiers": { + "swift_code": "ITAGUS41" + } + } + ] + }, + { + "name": "INTEGRITY BANK FOR BUSINESS", + "short_code": "ITEB", + "branches": [ + { + "code": "", + "city": "VIRGINIA BEACH", + "identifiers": { + "swift_code": "ITEBUS32" + } + } + ] + }, + { + "name": "INTEL CORPORATION", + "short_code": "ICPU", + "branches": [ + { + "code": "", + "city": "SANTA CLARA", + "identifiers": { + "swift_code": "ICPUUS6S" + } + } + ] + }, + { + "name": "INTER AMERICAN DEVELOPMENT BANK", + "short_code": "IADB", + "branches": [ + { + "code": "", + "city": "WASHINGTON", + "identifiers": { + "swift_code": "IADBUS3W" + } + }, + { + "code": "TFP", + "city": "WASHINGTON", + "identifiers": { + "swift_code": "IADBUS3WTFP" + } + } + ] + }, + { + "name": "INTER-AMERICAN DEVELOPMENT BANK", + "short_code": "IADC", + "branches": [ + { + "code": "", + "city": "WASHINGTON", + "identifiers": { + "swift_code": "IADCUS31" + } + } + ] + }, + { + "name": "INTER-AMERICAN INVESTMENT CORPORATION", + "short_code": "IAIC", + "branches": [ + { + "code": "TFP", + "city": "WASHINGTON", + "identifiers": { + "swift_code": "IAICUS3WTFP" + } + }, + { + "code": "", + "city": "WASHINGTON", + "identifiers": { + "swift_code": "IAICUS3B" + } + }, + { + "code": "", + "city": "WASHINGTON", + "identifiers": { + "swift_code": "IAICUS3W" + } + } + ] + }, + { + "name": "INTERACCIONES GLOBAL INC.", + "short_code": "IGLO", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "IGLOUS31" + } + } + ] + }, + { + "name": "INTERACTIVE BROKERS LLC", + "short_code": "IBKR", + "branches": [ + { + "code": "", + "city": "GREENWICH", + "identifiers": { + "swift_code": "IBKRUS33" + } + } + ] + }, + { + "name": "INTERAUDI BANK", + "short_code": "AUSA", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "AUSAUS33" + } + } + ] + }, + { + "name": "INTERCONTINENTAL EXCHANGE INC", + "short_code": "INXC", + "branches": [ + { + "code": "", + "city": "ATLANTA", + "identifiers": { + "swift_code": "INXCUS33" + } + } + ] + }, + { + "name": "INTERCONTINENTAL EXCHANGE PARTNERS", + "short_code": "IEPA", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "IEPAUS31" + } + } + ] + }, + { + "name": "INTERCREDIT BANK N.A.", + "short_code": "BBIT", + "branches": [ + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "BBITUS3M" + } + } + ] + }, + { + "name": "INTERMARKET CORPORATION", + "short_code": "INKC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "INKCUS32" + } + } + ] + }, + { + "name": "INTERNATIONAL BANK FOR RECONSTRUCTION AND DEVELOPMENT", + "short_code": "IBRD", + "branches": [ + { + "code": "AT1", + "city": "WASHINGTON", + "identifiers": { + "swift_code": "IBRDUS33AT1" + } + }, + { + "code": "", + "city": "WASHINGTON", + "identifiers": { + "swift_code": "IBRDUS33" + } + } + ] + }, + { + "name": "INTERNATIONAL BANK FOR RECONSTRUCTION AND DEVELOPMENT", + "short_code": "INZS", + "branches": [ + { + "code": "", + "city": "WASHINGTON", + "identifiers": { + "swift_code": "INZSUS31" + } + } + ] + }, + { + "name": "INTERNATIONAL BANK OF CHICAGO", + "short_code": "IBOC", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "IBOCUS44" + } + } + ] + }, + { + "name": "INTERNATIONAL BANK OF COMMERCE", + "short_code": "IBCL", + "branches": [ + { + "code": "", + "city": "LAREDO", + "identifiers": { + "swift_code": "IBCLUS44" + } + } + ] + }, + { + "name": "INTERNATIONAL BUSINESS MACHINES", + "short_code": "IBMX", + "branches": [ + { + "code": "", + "city": "ARMONK", + "identifiers": { + "swift_code": "IBMXUS33" + } + }, + { + "code": "DUB", + "city": "ARMONK", + "identifiers": { + "swift_code": "IBMXUS33DUB" + } + }, + { + "code": "RIO", + "city": "ARMONK", + "identifiers": { + "swift_code": "IBMXUS33RIO" + } + }, + { + "code": "SNG", + "city": "ARMONK", + "identifiers": { + "swift_code": "IBMXUS33SNG" + } + }, + { + "code": "BTS", + "city": "ARMONK", + "identifiers": { + "swift_code": "IBMXUS33BTS" + } + } + ] + }, + { + "name": "INTERNATIONAL CITY BANK", + "short_code": "ICYB", + "branches": [ + { + "code": "", + "city": "LONG BEACH", + "identifiers": { + "swift_code": "ICYBUS61" + } + } + ] + }, + { + "name": "INTERNATIONAL DEVELOPMENT ASSOCIATION", + "short_code": "IDAW", + "branches": [ + { + "code": "AT1", + "city": "WASHINGTON", + "identifiers": { + "swift_code": "IDAWUS33AT1" + } + }, + { + "code": "", + "city": "WASHINGTON", + "identifiers": { + "swift_code": "IDAWUS33" + } + } + ] + }, + { + "name": "INTERNATIONAL FINANCE BANK", + "short_code": "IFBK", + "branches": [ + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "IFBKUS3M" + } + } + ] + }, + { + "name": "INTERNATIONAL FINANCE CORPORATION", + "short_code": "IFCW", + "branches": [ + { + "code": "", + "city": "WASHINGTON", + "identifiers": { + "swift_code": "IFCWUS33" + } + } + ] + }, + { + "name": "INTERNATIONAL FLAVORS AND FRAGRANCES INC.", + "short_code": "IFFR", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "IFFRUS33" + } + } + ] + }, + { + "name": "INTERNATIONAL MONETARY FUND", + "short_code": "IMFD", + "branches": [ + { + "code": "", + "city": "WASHINGTON", + "identifiers": { + "swift_code": "IMFDUS3W" + } + }, + { + "code": "NO1", + "city": "WASHINGTON", + "identifiers": { + "swift_code": "IMFDUS3WNO1" + } + }, + { + "code": "NO2", + "city": "WASHINGTON", + "identifiers": { + "swift_code": "IMFDUS3WNO2" + } + }, + { + "code": "SEC", + "city": "WASHINGTON", + "identifiers": { + "swift_code": "IMFDUS3WSEC" + } + } + ] + }, + { + "name": "INTERNATIONAL PAPER COMPANY", + "short_code": "IPCO", + "branches": [ + { + "code": "", + "city": "MEMPHIS", + "identifiers": { + "swift_code": "IPCOUS44" + } + } + ] + }, + { + "name": "INTERNATIONAL RESCUE COMMITTEE, INC.", + "short_code": "ITRM", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ITRMUS33" + } + } + ] + }, + { + "name": "INTERNATIONAL RETAIL PAYMENTS OFFICE (FEDERAL RESERVE BANK OF ATLANTA)", + "short_code": "IRPO", + "branches": [ + { + "code": "", + "city": "ATLANTA", + "identifiers": { + "swift_code": "IRPOUS31" + } + } + ] + }, + { + "name": "INTERNATIONAL SECURITIES EXCHANGE, LLC.", + "short_code": "XISX", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "XISXUS31" + } + } + ] + }, + { + "name": "INTERNATIONAL VALUE ADVISERS, LLC", + "short_code": "INLV", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "INLVUS31" + } + } + ] + }, + { + "name": "INTERSTATE/JOHNSON LANE CORP.", + "short_code": "JOHN", + "branches": [ + { + "code": "", + "city": "ATLANTA", + "identifiers": { + "swift_code": "JOHNUS31" + } + } + ] + }, + { + "name": "INTESA SANPAOLO IMI SECURITIES CORP.", + "short_code": "BIMI", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BIMIUS33" + } + } + ] + }, + { + "name": "INTESA SANPAOLO SPA NEW YORK BRANCH", + "short_code": "BCIT", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BCITUS33" + } + } + ] + }, + { + "name": "INTEVA PRODUCTS LLC", + "short_code": "ITPL", + "branches": [ + { + "code": "", + "city": "TROY", + "identifiers": { + "swift_code": "ITPLUS33" + } + } + ] + }, + { + "name": "INTL FCSTONE FINANCIAL INC", + "short_code": "FCLC", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "FCLCUS41" + } + } + ] + }, + { + "name": "INTL FCSTONE FINANCIAL INC", + "short_code": "CLAK", + "branches": [ + { + "code": "", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "CLAKUS31" + } + } + ] + }, + { + "name": "INTL FCSTONE FINANCIAL INC", + "short_code": "ITTD", + "branches": [ + { + "code": "", + "city": "WINTER PARK", + "identifiers": { + "swift_code": "ITTDUS31" + } + } + ] + }, + { + "name": "INTREPID CAPITAL MANAGEMENT, INC.", + "short_code": "INPG", + "branches": [ + { + "code": "", + "city": "JACKSONVILLE", + "identifiers": { + "swift_code": "INPGUS31" + } + } + ] + }, + { + "name": "INTRUST BANK, N.A.", + "short_code": "TRST", + "branches": [ + { + "code": "", + "city": "WICHITA", + "identifiers": { + "swift_code": "TRSTUS44" + } + } + ] + }, + { + "name": "INVESCO ADVISERS, INC.", + "short_code": "AIMA", + "branches": [ + { + "code": "", + "city": "ATLANTA", + "identifiers": { + "swift_code": "AIMAUS4H" + } + }, + { + "code": "", + "city": "ATLANTA", + "identifiers": { + "swift_code": "AIMAUS4K" + } + }, + { + "code": "DRV", + "city": "ATLANTA", + "identifiers": { + "swift_code": "AIMAUS4HDRV" + } + } + ] + }, + { + "name": "INVESCO ADVISERS, INC. (FORMERLY INVESCO CAPITAL MANAGEMENT, INC.)", + "short_code": "INCM", + "branches": [ + { + "code": "", + "city": "ATLANTA", + "identifiers": { + "swift_code": "INCMUS3A" + } + } + ] + }, + { + "name": "INVESCO ADVISERS, INC. (FORMERLY PRIMCO CAPITAL MANAGEMENT, INC.)", + "short_code": "PRMC", + "branches": [ + { + "code": "", + "city": "ATLANTA", + "identifiers": { + "swift_code": "PRMCUS3K" + } + } + ] + }, + { + "name": "INVESCO CAPITAL MARKETS, INC.", + "short_code": "KAMM", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "KAMMUS31" + } + } + ] + }, + { + "name": "INVESCO FUNDS GROUP, INC.", + "short_code": "IFGD", + "branches": [ + { + "code": "", + "city": "DENVER", + "identifiers": { + "swift_code": "IFGDUS51" + } + } + ] + }, + { + "name": "INVESTEC ERNST AND COMPANY", + "short_code": "ERNC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ERNCUS31" + } + } + ] + }, + { + "name": "INVESTMENT COUNSELORS OF MARYLAND", + "short_code": "INCY", + "branches": [ + { + "code": "", + "city": "BALTIMORE", + "identifiers": { + "swift_code": "INCYUS31" + } + } + ] + }, + { + "name": "INVESTMENT MANAGEMENT OF VIRGINIA LLC", + "short_code": "IMVL", + "branches": [ + { + "code": "", + "city": "RICHMOND", + "identifiers": { + "swift_code": "IMVLUS31" + } + } + ] + }, + { + "name": "INVESTMENT MANAGEMENT SERVICES", + "short_code": "INMS", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "INMSUS31" + } + } + ] + }, + { + "name": "INVESTMENT TECHNOLOGY GROUP INC.", + "short_code": "IVTC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "IVTCUS31" + } + } + ] + }, + { + "name": "INVESTORS CAPITAL MANAGEMENT, INC.", + "short_code": "INPN", + "branches": [ + { + "code": "", + "city": "NORWALK", + "identifiers": { + "swift_code": "INPNUS31" + } + } + ] + }, + { + "name": "INVEX INC.", + "short_code": "INVX", + "branches": [ + { + "code": "", + "city": "GREENWICH", + "identifiers": { + "swift_code": "INVXUS31" + } + } + ] + }, + { + "name": "INVEX LLC", + "short_code": "IECC", + "branches": [ + { + "code": "", + "city": "CORAL GABLES", + "identifiers": { + "swift_code": "IECCUS32" + } + } + ] + }, + { + "name": "INWOOD NATIONAL BANK", + "short_code": "INWA", + "branches": [ + { + "code": "", + "city": "RICHARDSON", + "identifiers": { + "swift_code": "INWAUS41" + } + } + ] + }, + { + "name": "ION BANK", + "short_code": "OONO", + "branches": [ + { + "code": "", + "city": "NAUGATUCK", + "identifiers": { + "swift_code": "OONOUS33" + } + } + ] + }, + { + "name": "ION GEOPHYSICAL CORPORATION", + "short_code": "IGPC", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "IGPCUS44" + } + } + ] + }, + { + "name": "IOWA TRUST AND SAVINGS BANK", + "short_code": "ITSB", + "branches": [ + { + "code": "", + "city": "CENTERVILLE", + "identifiers": { + "swift_code": "ITSBUS41" + } + } + ] + }, + { + "name": "IPG PHOTONICS CORPORATION", + "short_code": "IPGO", + "branches": [ + { + "code": "", + "city": "OXFORD", + "identifiers": { + "swift_code": "IPGOUS33" + } + } + ] + }, + { + "name": "IRIDIAN ASSET MANAGEMENT LLC", + "short_code": "IRAA", + "branches": [ + { + "code": "", + "city": "WESTPORT", + "identifiers": { + "swift_code": "IRAAUS31" + } + } + ] + }, + { + "name": "IRONGATE INTERNATIONAL LLC", + "short_code": "CSGL", + "branches": [ + { + "code": "", + "city": "MOLINE", + "identifiers": { + "swift_code": "CSGLUS41" + } + } + ] + }, + { + "name": "IRONWOOD CAPTIAL MANAGEMENT LLC", + "short_code": "ICAC", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "ICACUS31" + } + } + ] + }, + { + "name": "ISABELLA BANK AND TRUST COMPANY", + "short_code": "ISTC", + "branches": [ + { + "code": "", + "city": "MOUNT PLEASANT", + "identifiers": { + "swift_code": "ISTCUS41" + } + } + ] + }, + { + "name": "ISRAEL DISCOUNT BANK OF NEW YORK", + "short_code": "IDBY", + "branches": [ + { + "code": "LAS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "IDBYUS33LAS" + } + }, + { + "code": "MIA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "IDBYUS33MIA" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "IDBYUS33" + } + } + ] + }, + { + "name": "ITAU BBA USA SECURITIES INC.", + "short_code": "ITUS", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ITUSUS31" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ITUSUSP1" + } + } + ] + }, + { + "name": "ITAU CHILE NEW YORK BRANCH", + "short_code": "CONB", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CONBUS33" + } + } + ] + }, + { + "name": "ITAU UNIBANCO S.A., MIAMI BRANCH", + "short_code": "ITAU", + "branches": [ + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "ITAUUS33" + } + } + ] + }, + { + "name": "ITF AVALES Y CARTAS DE CREDITO LLC", + "short_code": "IACR", + "branches": [ + { + "code": "", + "city": "LEWES", + "identifiers": { + "swift_code": "IACRUS32" + } + } + ] + }, + { + "name": "ITRON, INC.", + "short_code": "ITRI", + "branches": [ + { + "code": "", + "city": "LIBERTY LAKE", + "identifiers": { + "swift_code": "ITRIUS66" + } + } + ] + }, + { + "name": "ITT INC.", + "short_code": "ICOP", + "branches": [ + { + "code": "", + "city": "WHITE PLAINS", + "identifiers": { + "swift_code": "ICOPUS33" + } + } + ] + }, + { + "name": "J B HANAUER AND CO.", + "short_code": "HANU", + "branches": [ + { + "code": "", + "city": "PARSIPPANY", + "identifiers": { + "swift_code": "HANUUS31" + } + } + ] + }, + { + "name": "J. ARON AND COMPANY LLC", + "short_code": "ARON", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ARONUS33" + } + } + ] + }, + { + "name": "J. E. SIMMONS AND CO., P.C.", + "short_code": "SIOM", + "branches": [ + { + "code": "", + "city": "DALLAS", + "identifiers": { + "swift_code": "SIOMUS41" + } + } + ] + }, + { + "name": "J..M. LUMMIS AND COMPANY", + "short_code": "JMLU", + "branches": [ + { + "code": "", + "city": "NEW CANAAN", + "identifiers": { + "swift_code": "JMLUUS31" + } + } + ] + }, + { + "name": "J.P MORGAN WHITEFRIARS LLC", + "short_code": "MOWI", + "branches": [ + { + "code": "", + "city": "NEWARK", + "identifiers": { + "swift_code": "MOWIUS31" + } + } + ] + }, + { + "name": "J.P. MORGAN FUTURES, INC.", + "short_code": "JPMR", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "JPMRUS31" + } + } + ] + }, + { + "name": "J.P. MORGAN INVESTMENT MANAGEMENT INC.", + "short_code": "MITM", + "branches": [ + { + "code": "PIM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MITMUS33PIM" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MITMUS33" + } + } + ] + }, + { + "name": "J.P. MORGAN SECURITIES LLC", + "short_code": "BEAR", + "branches": [ + { + "code": "EMC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BEARUS33EMC" + } + }, + { + "code": "FX1", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BEARUS33FX1" + } + }, + { + "code": "JIL", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BEARUS33JIL" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BEARUS33" + } + }, + { + "code": "ZZZ", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BEARUS33ZZZ" + } + }, + { + "code": "ACC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BEARUS33ACC" + } + }, + { + "code": "BSM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BEARUS33BSM" + } + }, + { + "code": "CLM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BEARUS33CLM" + } + }, + { + "code": "CAT", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BEARUS33CAT" + } + }, + { + "code": "DRV", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BEARUS33DRV" + } + }, + { + "code": "DVD", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BEARUS33DVD" + } + }, + { + "code": "DOM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BEARUS33DOM" + } + }, + { + "code": "DIV", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BEARUS33DIV" + } + }, + { + "code": "JPB", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BEARUS33JPB" + } + }, + { + "code": "FGN", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BEARUS33FGN" + } + } + ] + }, + { + "name": "J.P. MORGAN SECURITIES LLC", + "short_code": "JPMS", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "JPMSUS3X" + } + }, + { + "code": "MCM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "JPMSUS3XMCM" + } + } + ] + }, + { + "name": "J.V.B. FINANCIAL GROUP, LLC", + "short_code": "JFGL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "JFGLUS32" + } + } + ] + }, + { + "name": "J.W. BURNS AND COMPANY", + "short_code": "BUCY", + "branches": [ + { + "code": "", + "city": "EAST SYRACUSE", + "identifiers": { + "swift_code": "BUCYUS31" + } + } + ] + }, + { + "name": "JACOB ASSET MANAGEMENT LLC", + "short_code": "JAML", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "JAMLUS31" + } + } + ] + }, + { + "name": "JACOBS LEVY EQUITY MANAGEMENT, INC.", + "short_code": "JLEM", + "branches": [ + { + "code": "", + "city": "FLORHAM PARK", + "identifiers": { + "swift_code": "JLEMUS31" + } + }, + { + "code": "", + "city": "FLORHAM PARK", + "identifiers": { + "swift_code": "JLEMUS3A" + } + } + ] + }, + { + "name": "JAMES INVESTMENT RESEARCH", + "short_code": "JAIR", + "branches": [ + { + "code": "", + "city": "XENIA", + "identifiers": { + "swift_code": "JAIRUS31" + } + } + ] + }, + { + "name": "JAMISON EATON AND WOOD, INC", + "short_code": "JAEW", + "branches": [ + { + "code": "", + "city": "BEDMINSTER", + "identifiers": { + "swift_code": "JAEWUS31" + } + } + ] + }, + { + "name": "JANE STREET EXECUTION SERVICES LLC", + "short_code": "JSES", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "JSESUS31" + } + } + ] + }, + { + "name": "JANNEY MONTGOMERY SCOTT INC.", + "short_code": "JANN", + "branches": [ + { + "code": "", + "city": "PHILADELPHIA", + "identifiers": { + "swift_code": "JANNUS31" + } + } + ] + }, + { + "name": "JANUS CAPITAL MANAGEMENT LLC", + "short_code": "JANC", + "branches": [ + { + "code": "", + "city": "DENVER", + "identifiers": { + "swift_code": "JANCUS51" + } + } + ] + }, + { + "name": "JARDEN LLC", + "short_code": "JAHC", + "branches": [ + { + "code": "", + "city": "NORWALK", + "identifiers": { + "swift_code": "JAHCUS33" + } + } + ] + }, + { + "name": "JEFFERIES FINANCE LLC", + "short_code": "JFIN", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "JFINUS33" + } + } + ] + }, + { + "name": "JEFFERIES FINANCIAL SERVICES INC", + "short_code": "PBFS", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PBFSUS33" + } + } + ] + }, + { + "name": "JEFFERIES LLC.", + "short_code": "JEFF", + "branches": [ + { + "code": "", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "JEFFUS33" + } + }, + { + "code": "PBI", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "JEFFUS33PBI" + } + }, + { + "code": "JFL", + "city": "NEW YORK", + "identifiers": { + "swift_code": "JEFFUS33JFL" + } + }, + { + "code": "JLC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "JEFFUS33JLC" + } + }, + { + "code": "BCH", + "city": "NEW YORK", + "identifiers": { + "swift_code": "JEFFUS33BCH" + } + } + ] + }, + { + "name": "JEFFERSON BANK", + "short_code": "JSBA", + "branches": [ + { + "code": "", + "city": "SAN ANTONIO", + "identifiers": { + "swift_code": "JSBAUS41" + } + } + ] + }, + { + "name": "JENNISON ASSOCIATES LLC", + "short_code": "JNAC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "JNACUS33" + } + } + ] + }, + { + "name": "JESS S. MORGAN AND COMPANY, INC.", + "short_code": "JEMC", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "JEMCUS61" + } + } + ] + }, + { + "name": "JET CAPITAL INVESTORS LP", + "short_code": "JECI", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "JECIUS31" + } + } + ] + }, + { + "name": "JFC - JUERGEN FITSCHEN AND CO. INTERNATIONALE FINANZDIENSTLEISTUNGEN AG", + "short_code": "JJFI", + "branches": [ + { + "code": "", + "city": "DENVER", + "identifiers": { + "swift_code": "JJFIUS52" + } + } + ] + }, + { + "name": "JFD SECURITIES INC", + "short_code": "JFSE", + "branches": [ + { + "code": "", + "city": "MILLBURN", + "identifiers": { + "swift_code": "JFSEUS31" + } + } + ] + }, + { + "name": "JH INVESTMENTS (DELAWARE) LLC", + "short_code": "MFCT", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "MFCTUS33" + } + } + ] + }, + { + "name": "JNK SECURITIES CORP", + "short_code": "JNSC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "JNSCUS31" + } + } + ] + }, + { + "name": "JOHN HANCOCK LIFE AND HEALTH INSURANCE COMPANY", + "short_code": "MFCT", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "MFCTUS3A" + } + } + ] + }, + { + "name": "JOHN HANCOCK LIFE INSURANCE COMPANY (U.S.A)", + "short_code": "MFCT", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "MFCTUS3B" + } + } + ] + }, + { + "name": "JOHN HANCOCK LIFE INSURANCE COMPANY OF NEW YORK", + "short_code": "MFCT", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MFCTUS3V" + } + } + ] + }, + { + "name": "JOHN W. BRISTOL AND COMPANY, INC.", + "short_code": "JOBC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "JOBCUS31" + } + } + ] + }, + { + "name": "JOHN WILEY AND SONS, INC.", + "short_code": "JOWS", + "branches": [ + { + "code": "", + "city": "HOBOKEN", + "identifiers": { + "swift_code": "JOWSUS33" + } + } + ] + }, + { + "name": "JOHNS HOPKINS UNIVERSITY - TREASURER'S OFFICE", + "short_code": "JHUT", + "branches": [ + { + "code": "", + "city": "BALTIMORE", + "identifiers": { + "swift_code": "JHUTUS31" + } + } + ] + }, + { + "name": "JOHNSON BANK", + "short_code": "JNBK", + "branches": [ + { + "code": "", + "city": "RACINE", + "identifiers": { + "swift_code": "JNBKUS44" + } + } + ] + }, + { + "name": "JOHNSON FINANCIAL GROUP, INC.", + "short_code": "JOIT", + "branches": [ + { + "code": "", + "city": "RACINE", + "identifiers": { + "swift_code": "JOITUS51" + } + } + ] + }, + { + "name": "JONES AND ASSOCIATES, INC.", + "short_code": "JNSA", + "branches": [ + { + "code": "", + "city": "WESTLAKE VILLAGE", + "identifiers": { + "swift_code": "JNSAUS31" + } + } + ] + }, + { + "name": "JONESTRADING CANADA INC", + "short_code": "JOCA", + "branches": [ + { + "code": "", + "city": "WESTLAKE VILLAGE", + "identifiers": { + "swift_code": "JOCAUS61" + } + } + ] + }, + { + "name": "JONESTRADING INSTITUTIONAL SERVICES, LLC.", + "short_code": "JOIS", + "branches": [ + { + "code": "", + "city": "WESTLAKE VILLAGE", + "identifiers": { + "swift_code": "JOISUS61" + } + }, + { + "code": "OST", + "city": "WESTLAKE VILLAGE", + "identifiers": { + "swift_code": "JOISUS61OST" + } + } + ] + }, + { + "name": "JPIERCE INVESTMENTS INC", + "short_code": "JPBK", + "branches": [ + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "JPBKUS31" + } + } + ] + }, + { + "name": "JPMORGAN CHASE AND CO.", + "short_code": "HAMQ", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "HAMQUS31" + } + } + ] + }, + { + "name": "JPMORGAN CHASE BANK, N.A.", + "short_code": "CHAS", + "branches": [ + { + "code": "HPQ", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS31HPQ" + } + }, + { + "code": "CON", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33CON" + } + }, + { + "code": "OB1", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33OB1" + } + }, + { + "code": "OC1", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33OC1" + } + }, + { + "code": "OC2", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33OC2" + } + }, + { + "code": "OC3", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33OC3" + } + }, + { + "code": "OG1", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33OG1" + } + }, + { + "code": "OU1", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33OU1" + } + }, + { + "code": "OU2", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33OU2" + } + }, + { + "code": "OU3", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33OU3" + } + }, + { + "code": "OUB", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33OUB" + } + }, + { + "code": "OUG", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33OUG" + } + }, + { + "code": "RMB", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33RMB" + } + }, + { + "code": "SBD", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33SBD" + } + }, + { + "code": "SGC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33SGC" + } + }, + { + "code": "SIM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33SIM" + } + }, + { + "code": "UBD", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33UBD" + } + }, + { + "code": "UCO", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33UCO" + } + }, + { + "code": "UGC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33UGC" + } + }, + { + "code": "UIM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33UIM" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUSU3" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33" + } + }, + { + "code": "GAD", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33GAD" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS3A" + } + }, + { + "code": "CFC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33CFC" + } + }, + { + "code": "VSE", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33VSE" + } + }, + { + "code": "ARP", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33ARP" + } + }, + { + "code": "BDD", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33BDD" + } + }, + { + "code": "LMP", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33LMP" + } + }, + { + "code": "LCN", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33LCN" + } + }, + { + "code": "C2A", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33C2A" + } + }, + { + "code": "DIS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33DIS" + } + }, + { + "code": "PAD", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33PAD" + } + }, + { + "code": "IBF", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33IBF" + } + }, + { + "code": "VNT", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33VNT" + } + }, + { + "code": "MAE", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33MAE" + } + }, + { + "code": "FFS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33FFS" + } + }, + { + "code": "FIA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33FIA" + } + }, + { + "code": "FXR", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33FXR" + } + }, + { + "code": "C80", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33C80" + } + }, + { + "code": "VEX", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33VEX" + } + }, + { + "code": "ONX", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33ONX" + } + }, + { + "code": "TMG", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33TMG" + } + }, + { + "code": "BIL", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33BIL" + } + }, + { + "code": "MAA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33MAA" + } + }, + { + "code": "JCC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33JCC" + } + }, + { + "code": "GTC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33GTC" + } + }, + { + "code": "BRA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33BRA" + } + }, + { + "code": "VEO", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33VEO" + } + }, + { + "code": "JIF", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33JIF" + } + }, + { + "code": "MCM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33MCM" + } + }, + { + "code": "MX0", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUSU3MX0" + } + }, + { + "code": "MX1", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUSU3MX1" + } + }, + { + "code": "MX2", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUSU3MX2" + } + }, + { + "code": "MX3", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUSU3MX3" + } + }, + { + "code": "MX4", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUSU3MX4" + } + }, + { + "code": "MX5", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUSU3MX5" + } + }, + { + "code": "MX6", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUSU3MX6" + } + }, + { + "code": "MX7", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUSU3MX7" + } + }, + { + "code": "MX8", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUSU3MX8" + } + }, + { + "code": "MX9", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUSU3MX9" + } + }, + { + "code": "DUP", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33DUP" + } + }, + { + "code": "ICM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33ICM" + } + }, + { + "code": "MCY", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33MCY" + } + }, + { + "code": "BUL", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33BUL" + } + }, + { + "code": "DPC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33DPC" + } + }, + { + "code": "PBA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33PBA" + } + }, + { + "code": "PBR", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33PBR" + } + }, + { + "code": "FXS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33FXS" + } + }, + { + "code": "TCR", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33TCR" + } + }, + { + "code": "DEV", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33DEV" + } + }, + { + "code": "QAC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33QAC" + } + }, + { + "code": "UAT", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33UAT" + } + }, + { + "code": "VTB", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUS33VTB" + } + } + ] + }, + { + "name": "JPMORGAN CHASE BANK, N.A.", + "short_code": "MGTC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MGTCUS3G" + } + }, + { + "code": "IPB", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MGTCUS3GIPB" + } + } + ] + }, + { + "name": "JPMORGAN CHASE BANK,N.A.", + "short_code": "CHAS", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUSU2" + } + }, + { + "code": "PEF", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHASUSU2PEF" + } + } + ] + }, + { + "name": "JPMORGAN CHASE FUNDING, INC.", + "short_code": "MOVC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MOVCUS31" + } + }, + { + "code": "FTP", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MOVCUS31FTP" + } + } + ] + }, + { + "name": "JPP EUROSECURITIES", + "short_code": "JPEU", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "JPEUUS31" + } + } + ] + }, + { + "name": "JTF PRIVATE WEALTH MANAGEMENT LLC", + "short_code": "JTFG", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "JTFGUS31" + } + } + ] + }, + { + "name": "JUICE GLOBAL, INC.", + "short_code": "JUGL", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "JUGLUS32" + } + } + ] + }, + { + "name": "JUMP TRADING FUTURES, LLC", + "short_code": "JTFL", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "JTFLUS41" + } + } + ] + }, + { + "name": "JUMP TRADING, LLC", + "short_code": "JUTL", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "JUTLUS41" + } + } + ] + }, + { + "name": "JUNEAU INVESTMENTS LLC", + "short_code": "JUNI", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "JUNIUS31" + } + } + ] + }, + { + "name": "K AND L GATES LLP", + "short_code": "KLGS", + "branches": [ + { + "code": "", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "KLGSUS33" + } + } + ] + }, + { + "name": "K.G. REDDING AND ASSOCIATES LLC", + "short_code": "RESC", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "RESCUS41" + } + } + ] + }, + { + "name": "KA ASSOCIATES, INC", + "short_code": "ASOT", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "ASOTUS61" + } + } + ] + }, + { + "name": "KALMAR INVESTMENTS, INC.", + "short_code": "KAIN", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "KAINUS31" + } + } + ] + }, + { + "name": "KAMM INVESTMENT COMPANY", + "short_code": "KAIC", + "branches": [ + { + "code": "", + "city": "CLEVELAND", + "identifiers": { + "swift_code": "KAICUS31" + } + } + ] + }, + { + "name": "KANAWHA CAPITAL MANAGEMENT", + "short_code": "KACM", + "branches": [ + { + "code": "", + "city": "RICHMOND", + "identifiers": { + "swift_code": "KACMUS31" + } + } + ] + }, + { + "name": "KANSAS CITY BOARD OF TRADE", + "short_code": "XKBT", + "branches": [ + { + "code": "", + "city": "KANSAS CITY", + "identifiers": { + "swift_code": "XKBTUS41" + } + } + ] + }, + { + "name": "KARANI ASSET MANAGEMENT LLC", + "short_code": "KAAL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "KAALUS31" + } + } + ] + }, + { + "name": "KARPUS INVESTMENT MANAGEMENT", + "short_code": "KAIA", + "branches": [ + { + "code": "", + "city": "PITTSFORD", + "identifiers": { + "swift_code": "KAIAUS31" + } + } + ] + }, + { + "name": "KAYNE ANDERSON CAPITAL ADVISORS, LP", + "short_code": "KACD", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "KACDUS62" + } + } + ] + }, + { + "name": "KAYNE ANDERSON RUDNICK INVESTMENT MANAGEMENT", + "short_code": "KARN", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "KARNUS61" + } + } + ] + }, + { + "name": "KBC BANK N.V.", + "short_code": "KRED", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "KREDUS33" + } + } + ] + }, + { + "name": "KBC FINANCIAL HOLDING, INC.", + "short_code": "KBCF", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "KBCFUSN1" + } + } + ] + }, + { + "name": "KCM INVESTMENT ADVISORS", + "short_code": "KCMI", + "branches": [ + { + "code": "", + "city": "SAN RAFAEL", + "identifiers": { + "swift_code": "KCMIUS61" + } + } + ] + }, + { + "name": "KDP ASSET MANAGEMENT", + "short_code": "KDPA", + "branches": [ + { + "code": "", + "city": "MONTPELIER", + "identifiers": { + "swift_code": "KDPAUS31" + } + } + ] + }, + { + "name": "KEATING INVESTMENT COUNSELORS, INC.", + "short_code": "KEIC", + "branches": [ + { + "code": "", + "city": "DELRAY BEACH", + "identifiers": { + "swift_code": "KEICUS31" + } + } + ] + }, + { + "name": "KEB HANA BANK USA N A", + "short_code": "BHNI", + "branches": [ + { + "code": "", + "city": "FORT LEE", + "identifiers": { + "swift_code": "BHNIUS33" + } + } + ] + }, + { + "name": "KEB HANA BANK, NEW YORK AGENCY", + "short_code": "KOEX", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "KOEXUS33" + } + } + ] + }, + { + "name": "KEEFE BRUYETTE", + "short_code": "KEEF", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "KEEFUS31" + } + } + ] + }, + { + "name": "KELI NETWORK INC.", + "short_code": "KNEW", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "KNEWUS33" + } + } + ] + }, + { + "name": "KELLOGG BROWN AND ROOT LLC", + "short_code": "KBRC", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "KBRCUS44" + } + } + ] + }, + { + "name": "KEMPER CLEARING CORP.", + "short_code": "KCCI", + "branches": [ + { + "code": "", + "city": "MILWAUKEE", + "identifiers": { + "swift_code": "KCCIUS41" + } + } + ] + }, + { + "name": "KEMPER CORPORATION", + "short_code": "KEMC", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "KEMCUS44" + } + } + ] + }, + { + "name": "KEMPNER CAPITAL MANAGEMENT, INC.", + "short_code": "KECT", + "branches": [ + { + "code": "", + "city": "GALVESTON", + "identifiers": { + "swift_code": "KECTUS41" + } + } + ] + }, + { + "name": "KEN ROBERTS INVESTMENT MANAGEMENT, INC.", + "short_code": "KRIN", + "branches": [ + { + "code": "", + "city": "SPOKANE", + "identifiers": { + "swift_code": "KRINUS61" + } + } + ] + }, + { + "name": "KENNEBEC SAVINGS BANK", + "short_code": "KESV", + "branches": [ + { + "code": "", + "city": "AUGUSTA", + "identifiers": { + "swift_code": "KESVUS3A" + } + } + ] + }, + { + "name": "KENNEDY CAPITAL MANAGEMENT, INC.", + "short_code": "KECE", + "branches": [ + { + "code": "", + "city": "ST. LOUIS", + "identifiers": { + "swift_code": "KECEUS41" + } + } + ] + }, + { + "name": "KENNEY INVESTMENTS INC.", + "short_code": "KEIV", + "branches": [ + { + "code": "", + "city": "WINNETKA", + "identifiers": { + "swift_code": "KEIVUS41" + } + } + ] + }, + { + "name": "KESTREL INVESTMENT MANAGEMENT CORP", + "short_code": "KEIT", + "branches": [ + { + "code": "", + "city": "SAN MATEO", + "identifiers": { + "swift_code": "KEITUS61" + } + } + ] + }, + { + "name": "KEYBANC CAPITAL MARKETS INC", + "short_code": "KECR", + "branches": [ + { + "code": "", + "city": "CLEVELAND", + "identifiers": { + "swift_code": "KECRUS31" + } + } + ] + }, + { + "name": "KEYBANK NATIONAL ASSOCIATION", + "short_code": "KEYB", + "branches": [ + { + "code": "ALB", + "city": "ALBANY", + "identifiers": { + "swift_code": "KEYBUS33ALB" + } + }, + { + "code": "ANK", + "city": "ANCHORAGE", + "identifiers": { + "swift_code": "KEYBUS33ANK" + } + }, + { + "code": "BOI", + "city": "BOISE", + "identifiers": { + "swift_code": "KEYBUS33BOI" + } + }, + { + "code": "ANN", + "city": "CLEVELAND", + "identifiers": { + "swift_code": "KEYBUS33ANN" + } + }, + { + "code": "DEN", + "city": "CLEVELAND", + "identifiers": { + "swift_code": "KEYBUS33DEN" + } + }, + { + "code": "MAI", + "city": "CLEVELAND", + "identifiers": { + "swift_code": "KEYBUS33MAI" + } + }, + { + "code": "", + "city": "CLEVELAND", + "identifiers": { + "swift_code": "KEYBUS33" + } + }, + { + "code": "LCC", + "city": "CLEVELAND", + "identifiers": { + "swift_code": "KEYBUS33LCC" + } + }, + { + "code": "IND", + "city": "CLEVELAND", + "identifiers": { + "swift_code": "KEYBUS33IND" + } + }, + { + "code": "FEX", + "city": "CLEVELAND", + "identifiers": { + "swift_code": "KEYBUS33FEX" + } + }, + { + "code": "INV", + "city": "CLEVELAND", + "identifiers": { + "swift_code": "KEYBUS33INV" + } + }, + { + "code": "BUR", + "city": "CLEVELAND", + "identifiers": { + "swift_code": "KEYBUS33BUR" + } + }, + { + "code": "SLC", + "city": "CLEVELAND", + "identifiers": { + "swift_code": "KEYBUS33SLC" + } + }, + { + "code": "CUS", + "city": "CLEVELAND", + "identifiers": { + "swift_code": "KEYBUS33CUS" + } + }, + { + "code": "POR", + "city": "PORTLAND", + "identifiers": { + "swift_code": "KEYBUS33POR" + } + }, + { + "code": "UTA", + "city": "SALT LAKE CITY", + "identifiers": { + "swift_code": "KEYBUS33UTA" + } + }, + { + "code": "SEA", + "city": "SEATTLE", + "identifiers": { + "swift_code": "KEYBUS33SEA" + } + } + ] + }, + { + "name": "KEYBANK NATIONAL ASSOCIATION", + "short_code": "USTB", + "branches": [ + { + "code": "", + "city": "NANUET", + "identifiers": { + "swift_code": "USTBUS31" + } + } + ] + }, + { + "name": "KEYPOINT CREDIT UNION", + "short_code": "KERU", + "branches": [ + { + "code": "", + "city": "SANTA CLARA", + "identifiers": { + "swift_code": "KERUUS66" + } + } + ] + }, + { + "name": "KILLIAN ASSET MANAGEMENT", + "short_code": "KIAM", + "branches": [ + { + "code": "", + "city": "PALATINE", + "identifiers": { + "swift_code": "KIAMUS41" + } + } + ] + }, + { + "name": "KIMBERLY-CLARK CORPORATION", + "short_code": "KIMB", + "branches": [ + { + "code": "", + "city": "IRVING", + "identifiers": { + "swift_code": "KIMBUS44" + } + } + ] + }, + { + "name": "KIMMERIDGE ENERGY MANAGEMENT COMPANY, LLC", + "short_code": "KEAO", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "KEAOUS33" + } + } + ] + }, + { + "name": "KING STREET CAPITAL MANAGEMENT LP", + "short_code": "KSCM", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "KSCMUS31" + } + } + ] + }, + { + "name": "KINGSTREE TRADING LLC", + "short_code": "KITL", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "KITLUS41" + } + } + ] + }, + { + "name": "KINGSWOOD GROWTH FUND", + "short_code": "KIGF", + "branches": [ + { + "code": "", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "KIGFUS31" + } + } + ] + }, + { + "name": "KIRKBRIDE ASSET MANAGEMENT INCORPORATED", + "short_code": "FRKI", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "FRKIUS31" + } + } + ] + }, + { + "name": "KIRKPATRICK BANK", + "short_code": "KIRP", + "branches": [ + { + "code": "", + "city": "EDMOND", + "identifiers": { + "swift_code": "KIRPUS41" + } + } + ] + }, + { + "name": "KISH BANK", + "short_code": "KISH", + "branches": [ + { + "code": "", + "city": "REEDSVILLE", + "identifiers": { + "swift_code": "KISHUS42" + } + } + ] + }, + { + "name": "KLEINHEINZ CAPITAL PARTNERS", + "short_code": "KLCP", + "branches": [ + { + "code": "", + "city": "FORT WORTH", + "identifiers": { + "swift_code": "KLCPUS41" + } + } + ] + }, + { + "name": "KLINGENSTEIN, FIELDS AND CO., L.L.C.", + "short_code": "KLFC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "KLFCUS31" + } + } + ] + }, + { + "name": "KLS ADVISORS HOLDINGS, INC", + "short_code": "KPAG", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "KPAGUS31" + } + } + ] + }, + { + "name": "KNIGHTS OF COLUMBUS ASSET ADVISORS LLC", + "short_code": "KCAA", + "branches": [ + { + "code": "", + "city": "NEW HAVEN", + "identifiers": { + "swift_code": "KCAAUS33" + } + } + ] + }, + { + "name": "KNOWLEDGE LEADERS CAPITAL, LLC", + "short_code": "GACL", + "branches": [ + { + "code": "", + "city": "DENVER", + "identifiers": { + "swift_code": "GACLUS51" + } + } + ] + }, + { + "name": "KOCH INDUSTRIES, INC.", + "short_code": "KOIN", + "branches": [ + { + "code": "", + "city": "WICHITA", + "identifiers": { + "swift_code": "KOINUS41" + } + }, + { + "code": "", + "city": "WICHITA", + "identifiers": { + "swift_code": "KOINUS4W" + } + } + ] + }, + { + "name": "KOHLBERG KRAVIS ROBERTS AND CO. L.P.", + "short_code": "KOKR", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "KOKRUS61" + } + } + ] + }, + { + "name": "KOHLBERG KRAVIS ROBERTS AND CO. LP", + "short_code": "KKRO", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "KKROUS33" + } + } + ] + }, + { + "name": "KOHLER CO.", + "short_code": "KOHE", + "branches": [ + { + "code": "", + "city": "KOHLER", + "identifiers": { + "swift_code": "KOHEUS44" + } + } + ] + }, + { + "name": "KOLMAR AMERICAS, INC.", + "short_code": "KOAE", + "branches": [ + { + "code": "", + "city": "SHELTON", + "identifiers": { + "swift_code": "KOAEUS33" + } + } + ] + }, + { + "name": "KOOKMIN BANK, NEW YORK BRANCH", + "short_code": "CZNB", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CZNBUS33" + } + } + ] + }, + { + "name": "KOPERNIK GLOBAL INVESTORS, LLC", + "short_code": "KGIL", + "branches": [ + { + "code": "", + "city": "TAMPA", + "identifiers": { + "swift_code": "KGILUS31" + } + } + ] + }, + { + "name": "KOREA DEVELOPMENT BANK, THE, NEW YORK BRANCH", + "short_code": "KODB", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "KODBUS33" + } + } + ] + }, + { + "name": "KORNITZER CAPITAL MANAGEMENT, INC.", + "short_code": "KOCM", + "branches": [ + { + "code": "", + "city": "SHAWNEE MISSION", + "identifiers": { + "swift_code": "KOCMUS41" + } + } + ] + }, + { + "name": "KOTTKE ASSOCIATES LLC", + "short_code": "KOAL", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "KOALUS41" + } + } + ] + }, + { + "name": "KR CAPITAL ADVISORS,INC", + "short_code": "CADV", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CADVUS31" + } + } + ] + }, + { + "name": "KRANE FUNDS ADVISORS LLC", + "short_code": "KRNF", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "KRNFUS33" + } + } + ] + }, + { + "name": "KROLL BOND RATING AGENCY, INC.", + "short_code": "KBRG", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "KBRGUS31" + } + } + ] + }, + { + "name": "KUNATH KARREN RINNE AND ATKIN, INC.", + "short_code": "KKRA", + "branches": [ + { + "code": "", + "city": "SEATTLE", + "identifiers": { + "swift_code": "KKRAUS61" + } + } + ] + }, + { + "name": "KUVARE INSURANCE SERVICES LP", + "short_code": "KIEE", + "branches": [ + { + "code": "", + "city": "ROSEMONT", + "identifiers": { + "swift_code": "KIEEUS44" + } + } + ] + }, + { + "name": "KYNDRYL HOLDINGS INC", + "short_code": "IBMO", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "IBMOUS33" + } + } + ] + }, + { + "name": "KYNIKOS ASSOCIATES LIMITED", + "short_code": "KYAS", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "KYASUS31" + } + } + ] + }, + { + "name": "LA FRANCAISE FORUM SECURITIES LIMITED", + "short_code": "FOUS", + "branches": [ + { + "code": "", + "city": "GREENWICH", + "identifiers": { + "swift_code": "FOUSUS31" + } + } + ] + }, + { + "name": "LABORERS NATIONAL PENSION FUND", + "short_code": "LNPF", + "branches": [ + { + "code": "", + "city": "DALLAS", + "identifiers": { + "swift_code": "LNPFUS41" + } + } + ] + }, + { + "name": "LAFITTE II LIHTC LLC", + "short_code": "LALC", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "LALCUS31" + } + } + ] + }, + { + "name": "LAFLEUR AND GODFREY, INC.", + "short_code": "LAGO", + "branches": [ + { + "code": "", + "city": "GRAND RAPIDS", + "identifiers": { + "swift_code": "LAGOUS31" + } + } + ] + }, + { + "name": "LAGODA INVESTMENT MANAGEMENT, LP", + "short_code": "LAIA", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "LAIAUS31" + } + } + ] + }, + { + "name": "LAIDLAW GLOBAL SECURITIES, INC.", + "short_code": "LAIE", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "LAIEUS31" + } + } + ] + }, + { + "name": "LAKE CITY BANK", + "short_code": "LAKC", + "branches": [ + { + "code": "", + "city": "WARSAW", + "identifiers": { + "swift_code": "LAKCUS33" + } + } + ] + }, + { + "name": "LAKE FOREST BANK AND TRUST CO. N.A.", + "short_code": "WTFC", + "branches": [ + { + "code": "", + "city": "LAKE FOREST", + "identifiers": { + "swift_code": "WTFCUS44" + } + } + ] + }, + { + "name": "LAKE MICHIGAN CREDIT UNION", + "short_code": "LMCN", + "branches": [ + { + "code": "", + "city": "CALEDONIA", + "identifiers": { + "swift_code": "LMCNUS33" + } + } + ] + }, + { + "name": "LAKESHORE SECURITIES L.P.", + "short_code": "LASE", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "LASEUS41" + } + } + ] + }, + { + "name": "LAKESIDE BANK", + "short_code": "LBAN", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "LBANUS44" + } + } + ] + }, + { + "name": "LAKEWOOD CAPITAL MANAGEMENT, LP", + "short_code": "LACN", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "LACNUS32" + } + } + ] + }, + { + "name": "LAMB WESTON HOLDINGS, INC.", + "short_code": "LWHL", + "branches": [ + { + "code": "", + "city": "EAGLE", + "identifiers": { + "swift_code": "LWHLUS55" + } + } + ] + }, + { + "name": "LAND BANK OF TAIWAN NEW YORK BRANCH", + "short_code": "LBOT", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "LBOTUS33" + } + } + ] + }, + { + "name": "LAND BANK OF TAIWAN, LOS ANGELES BRANCH", + "short_code": "LBOT", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "LBOTUS66" + } + } + ] + }, + { + "name": "LANDESBANK BADEN-WUERTTEMBERG", + "short_code": "SOLA", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SOLAUS33" + } + } + ] + }, + { + "name": "LANDESBANK HESSEN-THUERINGEN GIROZENTRALE, NEW YORK BRANCH", + "short_code": "HELA", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "HELAUS33" + } + } + ] + }, + { + "name": "LANDIS ASSOCIATES", + "short_code": "LAAS", + "branches": [ + { + "code": "", + "city": "KENNETT SQUARE", + "identifiers": { + "swift_code": "LAASUS31" + } + } + ] + }, + { + "name": "LANSING PROP LLC", + "short_code": "LAPC", + "branches": [ + { + "code": "", + "city": "OVERLAND PARK", + "identifiers": { + "swift_code": "LAPCUS41" + } + } + ] + }, + { + "name": "LASALLE BANK MIDWEST N.A.", + "short_code": "MICH", + "branches": [ + { + "code": "", + "city": "TROY", + "identifiers": { + "swift_code": "MICHUS31" + } + } + ] + }, + { + "name": "LASALLE BANK NA", + "short_code": "LASL", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "LASLUS41" + } + } + ] + }, + { + "name": "LASALLE INVESTMENT MANAGEMENT", + "short_code": "LAIM", + "branches": [ + { + "code": "", + "city": "BALTIMORE", + "identifiers": { + "swift_code": "LAIMUS31" + } + } + ] + }, + { + "name": "LASALLE STREET CAPITAL MANAGEMENT, LLC", + "short_code": "LSCA", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "LSCAUS41" + } + } + ] + }, + { + "name": "LASSER MARSHALL", + "short_code": "LAMA", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "LAMAUS31" + } + } + ] + }, + { + "name": "LATHAM AND WATKINS LLP", + "short_code": "LAWA", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "LAWAUS33" + } + } + ] + }, + { + "name": "LATHROP INVESTMENT MANAGEMENT CORPORATION", + "short_code": "LIMC", + "branches": [ + { + "code": "", + "city": "LITTLE ROCK", + "identifiers": { + "swift_code": "LIMCUS41" + } + } + ] + }, + { + "name": "LAUREATE EDUCATION, INC.", + "short_code": "LAED", + "branches": [ + { + "code": "", + "city": "BALTIMORE", + "identifiers": { + "swift_code": "LAEDUS33" + } + } + ] + }, + { + "name": "LAW OFFICES OF PETER G. ANGELOS", + "short_code": "LOPN", + "branches": [ + { + "code": "", + "city": "BALTIMORE", + "identifiers": { + "swift_code": "LOPNUS31" + } + } + ] + }, + { + "name": "LAWRENCE (C.J.) INC.", + "short_code": "LWRI", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "LWRIUS31" + } + } + ] + }, + { + "name": "LAWRENCE RUBEN COMPANY, INC.", + "short_code": "LARU", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "LARUUS31" + } + } + ] + }, + { + "name": "LAYERONE FINANCIAL L.P.", + "short_code": "LAIC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "LAICUS31" + } + } + ] + }, + { + "name": "LAZARD CAPITAL MARKETS LLC", + "short_code": "LZDC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "LZDCUS31" + } + } + ] + }, + { + "name": "LAZARD FRERES AND CO.LLC", + "short_code": "LFAM", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "LFAMUS31" + } + } + ] + }, + { + "name": "LCH.CLEARNET LLC", + "short_code": "IDCL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "IDCLUS33" + } + }, + { + "code": "COL", + "city": "NEW YORK", + "identifiers": { + "swift_code": "IDCLUS33COL" + } + } + ] + }, + { + "name": "LEADER BANK N.A.", + "short_code": "LEAE", + "branches": [ + { + "code": "", + "city": "ARLINGTON", + "identifiers": { + "swift_code": "LEAEUS33" + } + } + ] + }, + { + "name": "LEADING EDGE INVESTMENT ADVISORS, LLC", + "short_code": "LEIA", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "LEIAUS61" + } + }, + { + "code": "BKO", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "LEIAUS61BKO" + } + } + ] + }, + { + "name": "LEAR CORPORATION", + "short_code": "LEAR", + "branches": [ + { + "code": "", + "city": "SOUTHFIELD", + "identifiers": { + "swift_code": "LEARUS33" + } + } + ] + }, + { + "name": "LEDYARD NATIONAL BANK", + "short_code": "LENI", + "branches": [ + { + "code": "", + "city": "NORWICH", + "identifiers": { + "swift_code": "LENIUS32" + } + } + ] + }, + { + "name": "LEE, DANNER AND BASS, INC.", + "short_code": "LEDB", + "branches": [ + { + "code": "", + "city": "NASHVILLE", + "identifiers": { + "swift_code": "LEDBUS41" + } + } + ] + }, + { + "name": "LEEB CAPITAL MANAGEMENT, INC", + "short_code": "MOGN", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MOGNUS31" + } + } + ] + }, + { + "name": "LEGAL AND GENERAL INVESTMENT MANAGEMENT AMERICA, INC.", + "short_code": "LGIM", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "LGIMUS44" + } + } + ] + }, + { + "name": "LEGG MASON INVESTMENT COUNSEL, LLC", + "short_code": "LMIC", + "branches": [ + { + "code": "", + "city": "BALTIMORE", + "identifiers": { + "swift_code": "LMICUS31" + } + } + ] + }, + { + "name": "LEK SECURITIES CORP", + "short_code": "LEKS", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "LEKSUS33" + } + } + ] + }, + { + "name": "LEND LEASE ROSEN REAL ESTATE SECURITIES, LLC", + "short_code": "LLRR", + "branches": [ + { + "code": "", + "city": "BERKELEY", + "identifiers": { + "swift_code": "LLRRUS61" + } + } + ] + }, + { + "name": "LENNAR CORPORATION", + "short_code": "LCOP", + "branches": [ + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "LCOPUS33" + } + } + ] + }, + { + "name": "LEONETTI AND ASSOCIATES INC", + "short_code": "LEAO", + "branches": [ + { + "code": "", + "city": "BUFFALO GROVE", + "identifiers": { + "swift_code": "LEAOUS41" + } + } + ] + }, + { + "name": "LEVIN CAPITAL STRATEGIES, LP", + "short_code": "LECS", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "LECSUS31" + } + } + ] + }, + { + "name": "LEVIN EASTERLY PARTNERS LLC", + "short_code": "LEPC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "LEPCUS31" + } + } + ] + }, + { + "name": "LEVRO, INC", + "short_code": "LVRO", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "LVROUS62" + } + } + ] + }, + { + "name": "LEXINGTON CAPITAL MANAGEMENT", + "short_code": "LECN", + "branches": [ + { + "code": "", + "city": "SADDLE BROOK", + "identifiers": { + "swift_code": "LECNUS31" + } + } + ] + }, + { + "name": "LG DISPLAY AMERICA, INC.", + "short_code": "LGDT", + "branches": [ + { + "code": "", + "city": "SAN JOSE", + "identifiers": { + "swift_code": "LGDTUS61" + } + } + ] + }, + { + "name": "LG ELECTRONICS U.S.A. INC.", + "short_code": "LGET", + "branches": [ + { + "code": "", + "city": "ENGLEWOOD CLIFFS", + "identifiers": { + "swift_code": "LGETUS31" + } + } + ] + }, + { + "name": "LIBERTY BANK", + "short_code": "LIET", + "branches": [ + { + "code": "", + "city": "MIDDLETOWN", + "identifiers": { + "swift_code": "LIETUS32" + } + } + ] + }, + { + "name": "LIBERTY MUTUAL GROUP ASSET MANAGEMENT INC.", + "short_code": "LMGS", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "LMGSUS33" + } + } + ] + }, + { + "name": "LIBERTY MUTUAL HOLDING COMPANY INC.", + "short_code": "LMHC", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "LMHCUS33" + } + } + ] + }, + { + "name": "LIBERTY PEAK LIHTC LLC", + "short_code": "LPLL", + "branches": [ + { + "code": "", + "city": "DOVER", + "identifiers": { + "swift_code": "LPLLUS31" + } + } + ] + }, + { + "name": "LIBERTY STATION LIHTC LLC", + "short_code": "LSLL", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "LSLLUS31" + } + } + ] + }, + { + "name": "LIBERTYSHIP CAPITAL, LP", + "short_code": "LIAI", + "branches": [ + { + "code": "", + "city": "INCLINE VILLAGE", + "identifiers": { + "swift_code": "LIAIUS31" + } + } + ] + }, + { + "name": "LIBERTYVILLE BANK AND TRUST CO, N.A.", + "short_code": "LBTC", + "branches": [ + { + "code": "", + "city": "LIBERTYVILLE", + "identifiers": { + "swift_code": "LBTCUS44" + } + } + ] + }, + { + "name": "LIBERUM CAPITAL INC", + "short_code": "LIPI", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "LIPIUS31" + } + } + ] + }, + { + "name": "LIFE TECHNOLOGIES CORPORATION", + "short_code": "LIFT", + "branches": [ + { + "code": "", + "city": "CARLSBAD", + "identifiers": { + "swift_code": "LIFTUS6C" + } + } + ] + }, + { + "name": "LIGHT HORSE MARKET SOLUTIONS INC", + "short_code": "SCCS", + "branches": [ + { + "code": "", + "city": "BOCA RATON", + "identifiers": { + "swift_code": "SCCSUS31" + } + } + ] + }, + { + "name": "LIGHTHOUSE FINANCIAL GROUP LLC", + "short_code": "LHFG", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "LHFGUS31" + } + } + ] + }, + { + "name": "LIGHTHOUSE INVESTMENT PARTNERS LLC", + "short_code": "LIEL", + "branches": [ + { + "code": "", + "city": "PALM BEACH GARDENS", + "identifiers": { + "swift_code": "LIELUS33" + } + } + ] + }, + { + "name": "LIGHTSPEED DATA SOLUTIONS, INC", + "short_code": "LIDO", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "LIDOUS61" + } + } + ] + }, + { + "name": "LIKEWIZE CORP.", + "short_code": "BGST", + "branches": [ + { + "code": "", + "city": "SOUTHLAKE", + "identifiers": { + "swift_code": "BGSTUS33" + } + } + ] + }, + { + "name": "LINCOLN EQUITY MANAGEMENT, LLC", + "short_code": "LIEM", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "LIEMUS41" + } + } + ] + }, + { + "name": "LINKSHARE CORPORATION.", + "short_code": "LNKS", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "LNKSUS31" + } + } + ] + }, + { + "name": "LIQUID CAPITAL MARKETS LLC", + "short_code": "LCRC", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "LCRCUS41" + } + } + ] + }, + { + "name": "LIQUIDNET INC", + "short_code": "LIQU", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "LIQUUS31" + } + } + ] + }, + { + "name": "LKQ CORPORATION", + "short_code": "LKCO", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "LKCOUS44" + } + } + ] + }, + { + "name": "LLOYDS BANK CORPORATE MARKETS PLC, US BRANCH", + "short_code": "LLCM", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "LLCMUS33" + } + } + ] + }, + { + "name": "LLOYDS BANK PLC", + "short_code": "LOYD", + "branches": [ + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "LOYDUSM1" + } + } + ] + }, + { + "name": "LM BAM, INC", + "short_code": "BEEA", + "branches": [ + { + "code": "", + "city": "WILKES BARES", + "identifiers": { + "swift_code": "BEEAUS31" + } + } + ] + }, + { + "name": "LM CAPITAL GROUP, LLC", + "short_code": "CAUC", + "branches": [ + { + "code": "", + "city": "SAN DIEGO", + "identifiers": { + "swift_code": "CAUCUS61" + } + } + ] + }, + { + "name": "LMCG INVESTMENTS, LLC", + "short_code": "LMCG", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "LMCGUS31" + } + } + ] + }, + { + "name": "LOCKHEED MARTIN INVESTMENT MANAGEMENT COMPANY", + "short_code": "LCKH", + "branches": [ + { + "code": "", + "city": "BETHESDA", + "identifiers": { + "swift_code": "LCKHUS33" + } + } + ] + }, + { + "name": "LODESTAR INVESTMENT COUNSEL LLC", + "short_code": "LOIC", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "LOICUS41" + } + } + ] + }, + { + "name": "LOGAN CAPITAL MANAGEMENT", + "short_code": "LOCN", + "branches": [ + { + "code": "", + "city": "PHILADELPHIA", + "identifiers": { + "swift_code": "LOCNUS31" + } + } + ] + }, + { + "name": "LONDON PACIFIC ADVISORY SERVICES, INC.", + "short_code": "LPAS", + "branches": [ + { + "code": "", + "city": "SACRAMENTO", + "identifiers": { + "swift_code": "LPASUS61" + } + } + ] + }, + { + "name": "LONE STAR STATE BANK OF WEST TEXAS", + "short_code": "LSSW", + "branches": [ + { + "code": "", + "city": "LUBBOCK", + "identifiers": { + "swift_code": "LSSWUS41" + } + } + ] + }, + { + "name": "LONG BOW CAPITAL MANAGEMENT", + "short_code": "LBCM", + "branches": [ + { + "code": "", + "city": "KING OF PRUSSIA", + "identifiers": { + "swift_code": "LBCMUS31" + } + } + ] + }, + { + "name": "LONGFELLOW INVESTMENT MANAGEMENT CO., LLC", + "short_code": "LIGL", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "LIGLUS32" + } + } + ] + }, + { + "name": "LONGVIEW ASSET MANAGEMENT", + "short_code": "LOAN", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "LOANUS41" + } + } + ] + }, + { + "name": "LONGWOOD INVESTMENT ADVISORS, INC.", + "short_code": "LOIA", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "LOIAUS31" + } + } + ] + }, + { + "name": "LOOMIS, SAYLES AND COMPANY, L.P.", + "short_code": "LOSY", + "branches": [ + { + "code": "IXI", + "city": "BOSTON", + "identifiers": { + "swift_code": "LOSYUS3BIXI" + } + }, + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "LOSYUS3B" + } + }, + { + "code": "MIM", + "city": "BOSTON", + "identifiers": { + "swift_code": "LOSYUS3BMIM" + } + }, + { + "code": "GES", + "city": "BOSTON", + "identifiers": { + "swift_code": "LOSYUS3BGES" + } + }, + { + "code": "MPA", + "city": "BOSTON", + "identifiers": { + "swift_code": "LOSYUS3BMPA" + } + }, + { + "code": "VGN", + "city": "BOSTON", + "identifiers": { + "swift_code": "LOSYUS3BVGN" + } + } + ] + }, + { + "name": "LOOP CAPITAL MARKETS LLC", + "short_code": "LCAL", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "LCALUS41" + } + }, + { + "code": "INS", + "city": "CHICAGO", + "identifiers": { + "swift_code": "LCALUS41INS" + } + }, + { + "code": "OMG", + "city": "CHICAGO", + "identifiers": { + "swift_code": "LCALUS41OMG" + } + }, + { + "code": "CLS", + "city": "CHICAGO", + "identifiers": { + "swift_code": "LCALUS41CLS" + } + }, + { + "code": "LFI", + "city": "CHICAGO", + "identifiers": { + "swift_code": "LCALUS41LFI" + } + }, + { + "code": "CIT", + "city": "CHICAGO", + "identifiers": { + "swift_code": "LCALUS41CIT" + } + }, + { + "code": "JPL", + "city": "CHICAGO", + "identifiers": { + "swift_code": "LCALUS41JPL" + } + }, + { + "code": "LGI", + "city": "CHICAGO", + "identifiers": { + "swift_code": "LCALUS41LGI" + } + } + ] + }, + { + "name": "LORD, ABBETT AND CO.", + "short_code": "LABB", + "branches": [ + { + "code": "", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "LABBUS31" + } + } + ] + }, + { + "name": "LOS ANGELES CAPITAL MANAGEMENT", + "short_code": "ANCN", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "ANCNUS61" + } + } + ] + }, + { + "name": "LOTUS INFRASTRUCTURE PARTNERS, LLC", + "short_code": "LNPC", + "branches": [ + { + "code": "", + "city": "GREENWICH", + "identifiers": { + "swift_code": "LNPCUS33" + } + } + ] + }, + { + "name": "LOUIS CAPITAL MARKETS LP", + "short_code": "LCMR", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "LCMRUS31" + } + } + ] + }, + { + "name": "LOUISIANA WORKERS COMPENSATION CORPORATION", + "short_code": "LWCC", + "branches": [ + { + "code": "", + "city": "BATON ROUGE", + "identifiers": { + "swift_code": "LWCCUS42" + } + } + ] + }, + { + "name": "LOWE, BROCKENBROUGH AND CO, INC.", + "short_code": "LBTT", + "branches": [ + { + "code": "", + "city": "RICHMOND", + "identifiers": { + "swift_code": "LBTTUS31" + } + } + ] + }, + { + "name": "LOWE, BROCKENBROUGH AND COMPANY, INC.", + "short_code": "LOBC", + "branches": [ + { + "code": "", + "city": "RICHMOND", + "identifiers": { + "swift_code": "LOBCUS31" + } + } + ] + }, + { + "name": "LOWELL, BLAKE AND ASSOCIATES, INC.", + "short_code": "LOBS", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "LOBSUS31" + } + } + ] + }, + { + "name": "LS INVESTMENT ADVISORS, LLC", + "short_code": "IVAC", + "branches": [ + { + "code": "", + "city": "BLOOMFIELD HILLS", + "identifiers": { + "swift_code": "IVACUS32" + } + } + ] + }, + { + "name": "LSV ASSET MANAGEMENT", + "short_code": "LSAM", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "LSAMUS41" + } + } + ] + }, + { + "name": "LUMENT SECURITIES, LLC", + "short_code": "LSEC", + "branches": [ + { + "code": "", + "city": "COLUMBUS", + "identifiers": { + "swift_code": "LSECUS32" + } + } + ] + }, + { + "name": "LUMINEX TRADING AND ANALYTICS", + "short_code": "LUTA", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "LUTAUS3A" + } + } + ] + }, + { + "name": "LUMINEX TRADING AND ANALYTICS LLC", + "short_code": "LUTR", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "LUTRUS31" + } + } + ] + }, + { + "name": "LUMINT CORPORATION", + "short_code": "LUCO", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "LUCOUS33" + } + } + ] + }, + { + "name": "LUMINUS MANAGEMENT, LLC", + "short_code": "LUML", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "LUMLUS31" + } + } + ] + }, + { + "name": "LUTHER KING CAPITAL MANAGEMENT CORPORATION", + "short_code": "LKCM", + "branches": [ + { + "code": "", + "city": "FORT WORTH", + "identifiers": { + "swift_code": "LKCMUS41" + } + } + ] + }, + { + "name": "LUXOR CAPITAL GROUP, LP", + "short_code": "LCGO", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "LCGOUS33" + } + } + ] + }, + { + "name": "LVM CAPITAL MANAGEMENT, LTD.", + "short_code": "LVCM", + "branches": [ + { + "code": "", + "city": "PORTAGE", + "identifiers": { + "swift_code": "LVCMUS31" + } + } + ] + }, + { + "name": "LYB AMERICAS FINANCE COMPANY", + "short_code": "LYBL", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "LYBLUS44" + } + }, + { + "code": "WHQ", + "city": "HOUSTON", + "identifiers": { + "swift_code": "LYBLUS44WHQ" + } + } + ] + }, + { + "name": "LYNCH, JONES AND RYAN", + "short_code": "LYJR", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "LYJRUS31" + } + } + ] + }, + { + "name": "LYNMAR CAPITAL GROUP", + "short_code": "LYCG", + "branches": [ + { + "code": "", + "city": "MARLTON", + "identifiers": { + "swift_code": "LYCGUS31" + } + } + ] + }, + { + "name": "M AND T BANK", + "short_code": "MANT", + "branches": [ + { + "code": "INT", + "city": "BALTIMORE", + "identifiers": { + "swift_code": "MANTUS33INT" + } + }, + { + "code": "", + "city": "BUFFALO", + "identifiers": { + "swift_code": "MANTUS33" + } + }, + { + "code": "", + "city": "BUFFALO", + "identifiers": { + "swift_code": "MANTUS3A" + } + }, + { + "code": "BUF", + "city": "BUFFALO", + "identifiers": { + "swift_code": "MANTUS3ABUF" + } + } + ] + }, + { + "name": "M. D. SASS INVESTORS SERVICES, INC.", + "short_code": "SANV", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SANVUS31" + } + } + ] + }, + { + "name": "M.R. BEAL AND COMPANY", + "short_code": "BEOM", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BEOMUS31" + } + } + ] + }, + { + "name": "M.Y. SAFRA BANK, FSB", + "short_code": "MYSF", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MYSFUS31" + } + } + ] + }, + { + "name": "M1 FINANCE LLC", + "short_code": "FELC", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "FELCUS42" + } + } + ] + }, + { + "name": "MABREY BANK", + "short_code": "MABR", + "branches": [ + { + "code": "", + "city": "BIXBY", + "identifiers": { + "swift_code": "MABRUS44" + } + } + ] + }, + { + "name": "MACARTHUR PHASE A LIHTC LLC", + "short_code": "MPLL", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "MPLLUS31" + } + } + ] + }, + { + "name": "MACATAWA BANK", + "short_code": "MATW", + "branches": [ + { + "code": "", + "city": "HOLLAND", + "identifiers": { + "swift_code": "MATWUS33" + } + } + ] + }, + { + "name": "MACKAY SHIELDS LLC", + "short_code": "MKAY", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MKAYUS31" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MKAYUS33" + } + } + ] + }, + { + "name": "MACQUARIE CAPITAL (USA) INC", + "short_code": "MCUS", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MCUSUS33" + } + } + ] + }, + { + "name": "MACQUARIE FUTURES USA LLC.", + "short_code": "SHAO", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "SHAOUS41" + } + } + ] + }, + { + "name": "MACQUARIE INVESTMENT MANAGEMENT BUSINESS TRUST", + "short_code": "DINV", + "branches": [ + { + "code": "", + "city": "PHILADELPHIA", + "identifiers": { + "swift_code": "DINVUS3A" + } + }, + { + "code": "BAU", + "city": "PHILADELPHIA", + "identifiers": { + "swift_code": "DINVUS3ABAU" + } + } + ] + }, + { + "name": "MACRO INSURANCE CORPORATION", + "short_code": "MCIC", + "branches": [ + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "MCICUS31" + } + } + ] + }, + { + "name": "MADISON INVESTMENT ADVISORS, INC.", + "short_code": "MAND", + "branches": [ + { + "code": "", + "city": "MADISON", + "identifiers": { + "swift_code": "MANDUS51" + } + } + ] + }, + { + "name": "MADISON SQUARE CAPITAL PARTNERS LLC", + "short_code": "MAQC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MAQCUS31" + } + } + ] + }, + { + "name": "MAGELLAN INVESTIGATIONS", + "short_code": "MGIE", + "branches": [ + { + "code": "", + "city": "ATLANTA", + "identifiers": { + "swift_code": "MGIEUS32" + } + } + ] + }, + { + "name": "MAGNA SECURITIES", + "short_code": "MAET", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MAETUS31" + } + } + ] + }, + { + "name": "MAGNETAR CAPITAL PARTNERS LP", + "short_code": "MGCL", + "branches": [ + { + "code": "", + "city": "EVANSTON", + "identifiers": { + "swift_code": "MGCLUS41" + } + } + ] + }, + { + "name": "MAGNETAR INVESTMENT MANAGEMENT, LLC", + "short_code": "MAVN", + "branches": [ + { + "code": "", + "city": "EVANSTON", + "identifiers": { + "swift_code": "MAVNUS41" + } + } + ] + }, + { + "name": "MAGNIT GLOBAL SOLUTIONS, INC.", + "short_code": "MGSN", + "branches": [ + { + "code": "", + "city": "FOLSOM", + "identifiers": { + "swift_code": "MGSNUS66" + } + } + ] + }, + { + "name": "MAINE COMMUNITY BANK", + "short_code": "MNCB", + "branches": [ + { + "code": "", + "city": "BIDDEFORD", + "identifiers": { + "swift_code": "MNCBUS32" + } + } + ] + }, + { + "name": "MAIRS AND POWER, INC.", + "short_code": "MAPW", + "branches": [ + { + "code": "", + "city": "SAINT PAUL", + "identifiers": { + "swift_code": "MAPWUS41" + } + } + ] + }, + { + "name": "MALAYAN BANKING BERHAD", + "short_code": "MBBE", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MBBEUS33" + } + } + ] + }, + { + "name": "MALVERN FEDERAL SAVINGS AND LOAN ASSOCIATION", + "short_code": "MFSO", + "branches": [ + { + "code": "", + "city": "PAOLI", + "identifiers": { + "swift_code": "MFSOUS32" + } + } + ] + }, + { + "name": "MANAGERLINK.COM LLC", + "short_code": "MNLL", + "branches": [ + { + "code": "", + "city": "CLEVELAND", + "identifiers": { + "swift_code": "MNLLUS31" + } + } + ] + }, + { + "name": "MANIKAY PARTNERS, LLC", + "short_code": "MNPC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MNPCUS32" + } + } + ] + }, + { + "name": "MANLEY ASSET MANAGEMENT, L.P.", + "short_code": "MAAN", + "branches": [ + { + "code": "", + "city": "CHATHAM", + "identifiers": { + "swift_code": "MAANUS31" + } + } + ] + }, + { + "name": "MANUFACTURERS AND TRADERS TRUST COMPANY", + "short_code": "CETC", + "branches": [ + { + "code": "", + "city": "ROCHESTER", + "identifiers": { + "swift_code": "CETCUS31" + } + } + ] + }, + { + "name": "MAPLE SECURITIES USA INC.", + "short_code": "MAPA", + "branches": [ + { + "code": "", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "MAPAUS31" + } + } + ] + }, + { + "name": "MAR VISTA INVESTMENT PARTNERS, LLC", + "short_code": "MVIP", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "MVIPUS62" + } + } + ] + }, + { + "name": "MARATHON ASSET MANAGEMENT, L.P.", + "short_code": "MAMP", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MAMPUS31" + } + } + ] + }, + { + "name": "MAREX CAPITAL MARKETS INC.", + "short_code": "EDFC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "EDFCUS33" + } + } + ] + }, + { + "name": "MAREX NORTH AMERICA LLC", + "short_code": "MARX", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MARXUS33" + } + } + ] + }, + { + "name": "MARIETTA INVESTMENT PARTNERS", + "short_code": "MAVP", + "branches": [ + { + "code": "", + "city": "MILWAUKEE", + "identifiers": { + "swift_code": "MAVPUS51" + } + } + ] + }, + { + "name": "MARINER VALUE STRATEGIES", + "short_code": "MAVS", + "branches": [ + { + "code": "", + "city": "LEAWOOD", + "identifiers": { + "swift_code": "MAVSUS41" + } + } + ] + }, + { + "name": "MARINER WEALTH ADVISORS, LLC", + "short_code": "MAWD", + "branches": [ + { + "code": "", + "city": "LEAWOOD", + "identifiers": { + "swift_code": "MAWDUS41" + } + } + ] + }, + { + "name": "MARINER'S BANK INC", + "short_code": "MRRE", + "branches": [ + { + "code": "", + "city": "EDGEWATER", + "identifiers": { + "swift_code": "MRREUS32" + } + } + ] + }, + { + "name": "MARIVA CAPITAL MARKETS, LLC", + "short_code": "MCMB", + "branches": [ + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "MCMBUS31" + } + } + ] + }, + { + "name": "MARKEL INSURANCE COMPANY", + "short_code": "MINO", + "branches": [ + { + "code": "", + "city": "DEERFIELD", + "identifiers": { + "swift_code": "MINOUS44" + } + } + ] + }, + { + "name": "MARKET STREET ADVISORS, INC.", + "short_code": "MRSA", + "branches": [ + { + "code": "", + "city": "BERWYN", + "identifiers": { + "swift_code": "MRSAUS31" + } + }, + { + "code": "", + "city": "BERWYN", + "identifiers": { + "swift_code": "MRSAUS41" + } + }, + { + "code": "", + "city": "BERWYN", + "identifiers": { + "swift_code": "MRSAUS51" + } + }, + { + "code": "", + "city": "BERWYN", + "identifiers": { + "swift_code": "MRSAUS61" + } + }, + { + "code": "", + "city": "BERWYN", + "identifiers": { + "swift_code": "MRSAUS71" + } + }, + { + "code": "", + "city": "BERWYN", + "identifiers": { + "swift_code": "MRSAUS33" + } + } + ] + }, + { + "name": "MARKETAXESS CORPORATION", + "short_code": "MRCR", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MRCRUS31" + } + } + ] + }, + { + "name": "MARKETFIELD ASSET MANAGERS", + "short_code": "MRAM", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MRAMUS31" + } + } + ] + }, + { + "name": "MARKITSERV, LLC", + "short_code": "MSRV", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSRVUS31" + } + } + ] + }, + { + "name": "MARKS PANETH LLP", + "short_code": "MPSL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MPSLUS31" + } + } + ] + }, + { + "name": "MAROON FINANCIAL CREDIT UNION", + "short_code": "MFCU", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "MFCUUS41" + } + } + ] + }, + { + "name": "MARQUETTE BANK", + "short_code": "MARQ", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "MARQUS41" + } + } + ] + }, + { + "name": "MARRIOTT INTERNATIONAL, INC", + "short_code": "MROT", + "branches": [ + { + "code": "", + "city": "BETHESDA", + "identifiers": { + "swift_code": "MROTUS33" + } + } + ] + }, + { + "name": "MARS BANK", + "short_code": "MARS", + "branches": [ + { + "code": "", + "city": "MARS", + "identifiers": { + "swift_code": "MARSUS31" + } + } + ] + }, + { + "name": "MARSHALL AND SULLIVAN, INC.", + "short_code": "MAUL", + "branches": [ + { + "code": "", + "city": "SEATTLE", + "identifiers": { + "swift_code": "MAULUS61" + } + } + ] + }, + { + "name": "MARSHALL WACE NORTH AMERICA, L.P.", + "short_code": "MWAM", + "branches": [ + { + "code": "", + "city": "GREENWICH", + "identifiers": { + "swift_code": "MWAMUS31" + } + } + ] + }, + { + "name": "MARSHFIELD ASSOCIATE", + "short_code": "MAAO", + "branches": [ + { + "code": "", + "city": "WASHINGTON", + "identifiers": { + "swift_code": "MAAOUS31" + } + } + ] + }, + { + "name": "MARSICO CAPITAL MANAGEMENT, LLC", + "short_code": "MCMA", + "branches": [ + { + "code": "", + "city": "DENVER", + "identifiers": { + "swift_code": "MCMAUS55" + } + } + ] + }, + { + "name": "MARTIN AND COMPANY, INC.", + "short_code": "MAOP", + "branches": [ + { + "code": "", + "city": "KNOXVILLE", + "identifiers": { + "swift_code": "MAOPUS41" + } + } + ] + }, + { + "name": "MARTIN INVESTMENT MANAGEMENT LLC", + "short_code": "MINL", + "branches": [ + { + "code": "", + "city": "EVANSTON", + "identifiers": { + "swift_code": "MINLUS41" + } + } + ] + }, + { + "name": "MARTINGALE ASSET MANAGEMENT, L.P.", + "short_code": "MAAE", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "MAAEUS31" + } + } + ] + }, + { + "name": "MARVIN AND PALMER ASSOCIATES, INC.", + "short_code": "MPAI", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "MPAIUS31" + } + } + ] + }, + { + "name": "MARYLAND STATE RETIREMENT AND PENSION SYSTEM", + "short_code": "MSRP", + "branches": [ + { + "code": "", + "city": "BALTIMORE", + "identifiers": { + "swift_code": "MSRPUS33" + } + } + ] + }, + { + "name": "MASCO CORPORATION", + "short_code": "MAOO", + "branches": [ + { + "code": "", + "city": "LIVONIA", + "identifiers": { + "swift_code": "MAOOUS33" + } + } + ] + }, + { + "name": "MASHREQBANK PSC., NEW YORK BRANCH", + "short_code": "MSHQ", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSHQUS33" + } + }, + { + "code": "NYD", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSHQUS33NYD" + } + }, + { + "code": "NYN", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSHQUS33NYN" + } + } + ] + }, + { + "name": "MASON CAPITAL MANAGEMENT LLC", + "short_code": "MCNC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MCNCUS31" + } + } + ] + }, + { + "name": "MASON CAPITAL PARTNERS", + "short_code": "MATP", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "MATPUS31" + } + } + ] + }, + { + "name": "MASSACHUSETTS FINANCIAL SERVICES COMPANY", + "short_code": "MFSM", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "MFSMUS33" + } + }, + { + "code": "MUK", + "city": "BOSTON", + "identifiers": { + "swift_code": "MFSMUS33MUK" + } + }, + { + "code": "ACT", + "city": "BOSTON", + "identifiers": { + "swift_code": "MFSMUS33ACT" + } + }, + { + "code": "COR", + "city": "BOSTON", + "identifiers": { + "swift_code": "MFSMUS33COR" + } + }, + { + "code": "PPS", + "city": "BOSTON", + "identifiers": { + "swift_code": "MFSMUS33PPS" + } + }, + { + "code": "REC", + "city": "BOSTON", + "identifiers": { + "swift_code": "MFSMUS33REC" + } + } + ] + }, + { + "name": "MASSACHUSETTS MUTUAL LIFE INSURANCE COMPANY", + "short_code": "MMLN", + "branches": [ + { + "code": "", + "city": "SPRINGFIELD", + "identifiers": { + "swift_code": "MMLNUS44" + } + } + ] + }, + { + "name": "MASTER CARD INTERNATIONAL INC.", + "short_code": "MACS", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MACSUS33" + } + }, + { + "code": "OFN", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MACSUS33OFN" + } + }, + { + "code": "MTS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MACSUS33MTS" + } + } + ] + }, + { + "name": "MASTERCARD INTERNATIONAL INC.", + "short_code": "MXBS", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MXBSUS33" + } + }, + { + "code": "", + "city": "O FALLON", + "identifiers": { + "swift_code": "MXBSUS32" + } + } + ] + }, + { + "name": "MASTERCARD TRANSACTION SERVICES (US) LLC", + "short_code": "MACS", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MACSUSU2" + } + } + ] + }, + { + "name": "MASTHOLM ASSET MANAGEMENT LLC", + "short_code": "HOLM", + "branches": [ + { + "code": "", + "city": "BELLEVUE", + "identifiers": { + "swift_code": "HOLMUS31" + } + } + ] + }, + { + "name": "MASTRAPASQUA AND ASSOCIATES", + "short_code": "MAOS", + "branches": [ + { + "code": "", + "city": "NASHVILLE", + "identifiers": { + "swift_code": "MAOSUS41" + } + } + ] + }, + { + "name": "MASTRAPASQUA ASSET MANAGEMENT, INC.", + "short_code": "MAEG", + "branches": [ + { + "code": "", + "city": "NASHVILLE", + "identifiers": { + "swift_code": "MAEGUS41" + } + } + ] + }, + { + "name": "MATRIX ASSET ADVISORS, INC.", + "short_code": "MAAV", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MAAVUS31" + } + } + ] + }, + { + "name": "MATRIX INVESTMENT CORPORATION", + "short_code": "MAVC", + "branches": [ + { + "code": "", + "city": "GROTON", + "identifiers": { + "swift_code": "MAVCUS31" + } + } + ] + }, + { + "name": "MATTHEWS INTERNATIONAL CAPITAL MANAGEMENT, LLC", + "short_code": "MICG", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "MICGUS61" + } + } + ] + }, + { + "name": "MAVERICK CAPITAL LIMITED", + "short_code": "MAVE", + "branches": [ + { + "code": "", + "city": "DALLAS", + "identifiers": { + "swift_code": "MAVEUS41" + } + } + ] + }, + { + "name": "MAYBANK KIM ENG SECURITIES USA, INC", + "short_code": "KMES", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "KMESUS31" + } + } + ] + }, + { + "name": "MAYER AND SCHWEITZER INC.", + "short_code": "MYSC", + "branches": [ + { + "code": "", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "MYSCUS31" + } + } + ] + }, + { + "name": "MB INVESTMENT PARTNERS", + "short_code": "IVPA", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "IVPAUS31" + } + } + ] + }, + { + "name": "MB INVESTMENT PARTNERS, INC", + "short_code": "MUBO", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MUBOUS31" + } + } + ] + }, + { + "name": "MC GLINN CAPITAL MANAGEMENT, INC.", + "short_code": "GLCM", + "branches": [ + { + "code": "", + "city": "READING", + "identifiers": { + "swift_code": "GLCMUS31" + } + } + ] + }, + { + "name": "MCCABE CAPITAL MANAGERS, LTD.", + "short_code": "MCCG", + "branches": [ + { + "code": "", + "city": "KING OF PRUSSIA", + "identifiers": { + "swift_code": "MCCGUS31" + } + } + ] + }, + { + "name": "MCCONNELL FOUNDATION", + "short_code": "MCFU", + "branches": [ + { + "code": "", + "city": "REDDING", + "identifiers": { + "swift_code": "MCFUUS61" + } + } + ] + }, + { + "name": "MCDONALD CAPITAL INVESTORS", + "short_code": "MCCI", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "MCCIUS61" + } + } + ] + }, + { + "name": "MCDONALD CO.,SECURITIES,INC.", + "short_code": "MCDO", + "branches": [ + { + "code": "", + "city": "CLEVELAND", + "identifiers": { + "swift_code": "MCDOUS31" + } + } + ] + }, + { + "name": "MCDONNELL INVESTMENT MANAGEMENT LLC", + "short_code": "MIAL", + "branches": [ + { + "code": "", + "city": "OAK BROOK", + "identifiers": { + "swift_code": "MIALUS41" + } + } + ] + }, + { + "name": "MCHUGH ASSOCIATES, INC.", + "short_code": "MCAS", + "branches": [ + { + "code": "", + "city": "RADNOR", + "identifiers": { + "swift_code": "MCASUS31" + } + } + ] + }, + { + "name": "MCINTYRE, FREEDMAN AND FLYNN INVESTMENT ADVISERS, INC", + "short_code": "DMAM", + "branches": [ + { + "code": "", + "city": "ORLEANS", + "identifiers": { + "swift_code": "DMAMUS31" + } + } + ] + }, + { + "name": "MCKESSON CORPORATION", + "short_code": "MCCO", + "branches": [ + { + "code": "", + "city": "IRVING", + "identifiers": { + "swift_code": "MCCOUS6S" + } + } + ] + }, + { + "name": "MCKINLEY CAPITAL MANAGEMENT, LLC", + "short_code": "MCCM", + "branches": [ + { + "code": "", + "city": "ANCHORAGE", + "identifiers": { + "swift_code": "MCCMUS71" + } + } + ] + }, + { + "name": "MCKINSEY AND COMPANY, INC.", + "short_code": "MCCY", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MCCYUS33" + } + } + ] + }, + { + "name": "MCLANE GROUP, L.P.", + "short_code": "MCGR", + "branches": [ + { + "code": "", + "city": "TEMPLE", + "identifiers": { + "swift_code": "MCGRUS41" + } + } + ] + }, + { + "name": "MCMILLION CAPITAL MANAGEMENT, INC", + "short_code": "MCCN", + "branches": [ + { + "code": "", + "city": "GREENSBORO", + "identifiers": { + "swift_code": "MCCNUS31" + } + } + ] + }, + { + "name": "MCNB BANK AND TRUST CO.", + "short_code": "DCNA", + "branches": [ + { + "code": "", + "city": "WELCH", + "identifiers": { + "swift_code": "DCNAUS31" + } + } + ] + }, + { + "name": "MCP ASSET COMPANY, INC.", + "short_code": "MCAO", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "MCAOUS31" + } + } + ] + }, + { + "name": "MDL CAPITAL MANAGEMENT", + "short_code": "MDCA", + "branches": [ + { + "code": "", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "MDCAUS31" + } + } + ] + }, + { + "name": "MDT ADVISERS, A DIVISION OF FEDERATED MDTA LLC", + "short_code": "HBSS", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "HBSSUS61" + } + } + ] + }, + { + "name": "MEAG NEW YORK CORPORATION", + "short_code": "MCMR", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MCMRUS31" + } + } + ] + }, + { + "name": "MEAG NEW YORK CORPORATION", + "short_code": "MNYC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MNYCUS31" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MNYCUS3A" + } + } + ] + }, + { + "name": "MECHANICS BANK", + "short_code": "MEBK", + "branches": [ + { + "code": "", + "city": "WALNUT CREEK", + "identifiers": { + "swift_code": "MEBKUS66" + } + } + ] + }, + { + "name": "MEDFORD FINANCIAL INC.", + "short_code": "MENN", + "branches": [ + { + "code": "", + "city": "MARLTON", + "identifiers": { + "swift_code": "MENNUS31" + } + } + ] + }, + { + "name": "MEDIANT COMMUNICATIONS INC.", + "short_code": "MCON", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MCONUS33" + } + } + ] + }, + { + "name": "MEGA INTERNATIONAL COMMERCIAL BANK CO., LTD. CHICAGO BRANCH", + "short_code": "ICBC", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "ICBCUS4C" + } + } + ] + }, + { + "name": "MEGA INTERNATIONAL COMMERCIAL BANK CO., LTD. LOS ANGELES BRANCH", + "short_code": "ICBC", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "ICBCUS6L" + } + } + ] + }, + { + "name": "MEGA INTERNATIONAL COMMERCIAL BANK CO., LTD., NEW YORK BRANCH", + "short_code": "ICBC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ICBCUS33" + } + } + ] + }, + { + "name": "MEGA INTERNATIONAL COMMERCIAL BANK CO.,LTD., SILICON VALLEY BRANCH", + "short_code": "ICBC", + "branches": [ + { + "code": "", + "city": "SAN JOSE", + "identifiers": { + "swift_code": "ICBCUS6S" + } + } + ] + }, + { + "name": "MELIO PAYMENTS INC", + "short_code": "MEPY", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MEPYUS32" + } + } + ] + }, + { + "name": "MELLIN ASSET MANAGEMENT, INC.", + "short_code": "MEAN", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "MEANUS41" + } + } + ] + }, + { + "name": "MEMBERS CAPITAL ADVISORS, INC.", + "short_code": "MEAV", + "branches": [ + { + "code": "", + "city": "MADISON", + "identifiers": { + "swift_code": "MEAVUS44" + } + } + ] + }, + { + "name": "MEMC ELECTRONIC MATERIALS INC.", + "short_code": "SNED", + "branches": [ + { + "code": "", + "city": "ST.PETERS", + "identifiers": { + "swift_code": "SNEDUS41" + } + } + ] + }, + { + "name": "MEMORIAL SLOAN-KETTERING CANCER CENTER", + "short_code": "MSCE", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSCEUS33" + } + } + ] + }, + { + "name": "MEMPHIS LIGHT, GAS AND WATER DIVISION", + "short_code": "MLGW", + "branches": [ + { + "code": "", + "city": "MEMPHIS", + "identifiers": { + "swift_code": "MLGWUS41" + } + } + ] + }, + { + "name": "MENCH FINANCIAL, INC.", + "short_code": "MEFL", + "branches": [ + { + "code": "", + "city": "CINCINNATI", + "identifiers": { + "swift_code": "MEFLUS31" + } + } + ] + }, + { + "name": "MERCANTIL BANK AND TRUST COMPANY", + "short_code": "MBKT", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "MBKTUS31" + } + } + ] + }, + { + "name": "MERCANTILE BANK OF MICHIGAN", + "short_code": "MEMI", + "branches": [ + { + "code": "", + "city": "GRAND RAPIDS", + "identifiers": { + "swift_code": "MEMIUS33" + } + } + ] + }, + { + "name": "MERCEDES-BENZ FINANCE NORTH AMERICA LLC", + "short_code": "DFNA", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "DFNAUS33" + } + } + ] + }, + { + "name": "MERCEDES-BENZ NORTH AMERICA CORPORATION", + "short_code": "DCAG", + "branches": [ + { + "code": "", + "city": "FARMINGTON HILLS", + "identifiers": { + "swift_code": "DCAGUS33" + } + }, + { + "code": "BRL", + "city": "FARMINGTON HILLS", + "identifiers": { + "swift_code": "DCAGUS33BRL" + } + }, + { + "code": "MXN", + "city": "FARMINGTON HILLS", + "identifiers": { + "swift_code": "DCAGUS33MXN" + } + }, + { + "code": "IBA", + "city": "MONTVALE", + "identifiers": { + "swift_code": "DCAGUS33IBA" + } + } + ] + }, + { + "name": "MERCER ALLIED COMPANY L.P.", + "short_code": "MEAY", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "MEAYUS31" + } + } + ] + }, + { + "name": "MERCHANTS BANK", + "short_code": "MERH", + "branches": [ + { + "code": "", + "city": "BURLINGTON", + "identifiers": { + "swift_code": "MERHUS31" + } + } + ] + }, + { + "name": "MERCHANTS BANK, NATIONAL ASSOCIATION", + "short_code": "MENT", + "branches": [ + { + "code": "", + "city": "WINONA", + "identifiers": { + "swift_code": "MENTUS44" + } + } + ] + }, + { + "name": "MERCK AND CO., INC.", + "short_code": "MEKC", + "branches": [ + { + "code": "", + "city": "RAHWAY", + "identifiers": { + "swift_code": "MEKCUS3W" + } + }, + { + "code": "", + "city": "RAHWAY", + "identifiers": { + "swift_code": "MEKCUS32" + } + }, + { + "code": "001", + "city": "WHITEHOUSE STATION", + "identifiers": { + "swift_code": "MEKCUS3W001" + } + }, + { + "code": "002", + "city": "WHITEHOUSE STATION", + "identifiers": { + "swift_code": "MEKCUS3W002" + } + } + ] + }, + { + "name": "MERCURY GENERAL CORPORATION", + "short_code": "MEGC", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "MEGCUS66" + } + } + ] + }, + { + "name": "MERCURY TECHNOLOGIES, INC.", + "short_code": "MCRT", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "MCRTUS62" + } + } + ] + }, + { + "name": "MEREDITH VILLAGE SAVINGS BANK", + "short_code": "MVSN", + "branches": [ + { + "code": "", + "city": "MEREDITH", + "identifiers": { + "swift_code": "MVSNUS32" + } + } + ] + }, + { + "name": "MERGANSER CAPITAL MANAGEMENT, LLC", + "short_code": "MCEC", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "MCECUS31" + } + } + ] + }, + { + "name": "MERIDIAN BANK", + "short_code": "MRDB", + "branches": [ + { + "code": "", + "city": "MALVERN", + "identifiers": { + "swift_code": "MRDBUS32" + } + } + ] + }, + { + "name": "MERIDIAN TRUST AND INVESTMENT COMPANY", + "short_code": "MTIC", + "branches": [ + { + "code": "", + "city": "KNOXVILLE", + "identifiers": { + "swift_code": "MTICUS41" + } + } + ] + }, + { + "name": "MERRILL LYNCH BANK AND TRUST COMPANY (CAYMAN) LIMITED", + "short_code": "MLBC", + "branches": [ + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "MLBCUS31" + } + } + ] + }, + { + "name": "MERRILL LYNCH CAPITAL SERVICES INC.", + "short_code": "MLCS", + "branches": [ + { + "code": "MCS", + "city": "HOUSTON", + "identifiers": { + "swift_code": "MLCSUS33MCS" + } + }, + { + "code": "MET", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "MLCSUS33MET" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MLCSUS33" + } + }, + { + "code": "PLX", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MLCSUS33PLX" + } + } + ] + }, + { + "name": "MERRILL LYNCH COMMODITIES INC", + "short_code": "MELD", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "MELDUS41" + } + } + ] + }, + { + "name": "MERRILL LYNCH GOVERNMENT SECURITIES INC.", + "short_code": "MLGS", + "branches": [ + { + "code": "", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "MLGSUS31" + } + } + ] + }, + { + "name": "MERRILL LYNCH, PIERCE, FENNER AND SMITH INCORPORATED", + "short_code": "MLPF", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MLPFUS31" + } + } + ] + }, + { + "name": "MERRIMACK COUNTY SAVINGS BANK", + "short_code": "MCSG", + "branches": [ + { + "code": "", + "city": "CONCORD", + "identifiers": { + "swift_code": "MCSGUS32" + } + } + ] + }, + { + "name": "MESIROW FINANCIAL INVESTMENT MANAGEMENT, INC.", + "short_code": "MESR", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "MESRUS4A" + } + } + ] + }, + { + "name": "MESIROW FINANCIAL, INC.", + "short_code": "MESR", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "MESRUS41" + } + } + ] + }, + { + "name": "MESSNER AND SMITH THEME/VALUE INVESTMENT MANAGEMENT, LTD.", + "short_code": "MSTI", + "branches": [ + { + "code": "", + "city": "SAN DIEGO", + "identifiers": { + "swift_code": "MSTIUS61" + } + } + ] + }, + { + "name": "META PLATFORMS, INC.", + "short_code": "MPLR", + "branches": [ + { + "code": "", + "city": "MENLO PARK", + "identifiers": { + "swift_code": "MPLRUS66" + } + } + ] + }, + { + "name": "METABANK, NATIONAL ASSOCIATION", + "short_code": "MEOT", + "branches": [ + { + "code": "", + "city": "SIOUX FALLS", + "identifiers": { + "swift_code": "MEOTUS42" + } + } + ] + }, + { + "name": "METLIFE INVESTMENT MANAGEMENT, LLC", + "short_code": "MIVT", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MIVTUS33" + } + } + ] + }, + { + "name": "METRO CITY BANK", + "short_code": "GMCB", + "branches": [ + { + "code": "", + "city": "DORAVILLE", + "identifiers": { + "swift_code": "GMCBUS3A" + } + } + ] + }, + { + "name": "METROPOLITAN BANK AND TRUST COMPANY", + "short_code": "MBTC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MBTCUS33" + } + } + ] + }, + { + "name": "METROPOLITAN COMMERCIAL BANK", + "short_code": "MCBE", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MCBEUS33" + } + } + ] + }, + { + "name": "METROPOLITAN LIFE INSURANCE CO", + "short_code": "MLIC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MLICUS33" + } + }, + { + "code": "INV", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MLICUS33INV" + } + }, + { + "code": "JPN", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MLICUS33JPN" + } + } + ] + }, + { + "name": "METROPOLITAN OPERA ASSOCIATION, INC", + "short_code": "MEOA", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MEOAUS31" + } + } + ] + }, + { + "name": "METROPOLITAN WEST CAPITAL MANAGEMENT, LLC", + "short_code": "MWCM", + "branches": [ + { + "code": "", + "city": "NEWPORT BEACH", + "identifiers": { + "swift_code": "MWCMUS61" + } + } + ] + }, + { + "name": "MEYER HANDELMAN COMPANY", + "short_code": "MEHC", + "branches": [ + { + "code": "", + "city": "RYE BROOK", + "identifiers": { + "swift_code": "MEHCUS31" + } + } + ] + }, + { + "name": "MF GLOBAL INC", + "short_code": "MFGL", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "MFGLUS41" + } + } + ] + }, + { + "name": "MFR SECURITIES, INC.", + "short_code": "MFSU", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MFSUUS32" + } + } + ] + }, + { + "name": "MI TRADING CORP.", + "short_code": "MIFX", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MIFXUS31" + } + } + ] + }, + { + "name": "MICHIGAN STATE UNIVERSITY FEDERAL CREDIT UNION", + "short_code": "MSUC", + "branches": [ + { + "code": "", + "city": "EAST LANSING", + "identifiers": { + "swift_code": "MSUCUS44" + } + } + ] + }, + { + "name": "MICHIGAN STATE UNIVERSITY FEDERAL CREDIT UNION", + "short_code": "MSUF", + "branches": [ + { + "code": "", + "city": "EAST LANSING", + "identifiers": { + "swift_code": "MSUFUS41" + } + } + ] + }, + { + "name": "MICROSOFT", + "short_code": "MSFT", + "branches": [ + { + "code": "", + "city": "REDMOND", + "identifiers": { + "swift_code": "MSFTUS6B" + } + } + ] + }, + { + "name": "MICROSOFT CORPORATION", + "short_code": "MSFT", + "branches": [ + { + "code": "JPM", + "city": "REDMOND", + "identifiers": { + "swift_code": "MSFTUS66JPM" + } + }, + { + "code": "", + "city": "REDMOND", + "identifiers": { + "swift_code": "MSFTUS66" + } + }, + { + "code": "WPC", + "city": "REDMOND", + "identifiers": { + "swift_code": "MSFTUS66WPC" + } + } + ] + }, + { + "name": "MICROSOFT CORPORATION ATTN: TREASURY DEPARTMENT", + "short_code": "MSFT", + "branches": [ + { + "code": "", + "city": "REDMOND", + "identifiers": { + "swift_code": "MSFTUSA1" + } + } + ] + }, + { + "name": "MID AMERICA COMMODITY EXCHANGE", + "short_code": "XMAC", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "XMACUS41" + } + } + ] + }, + { + "name": "MID CONTINENT CAPITAL, L.L.C.", + "short_code": "MCCC", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "MCCCUS41" + } + } + ] + }, + { + "name": "MID PENN BANK", + "short_code": "MIPE", + "branches": [ + { + "code": "", + "city": "HARRISBURG", + "identifiers": { + "swift_code": "MIPEUS32" + } + } + ] + }, + { + "name": "MIDDLE OFFICE SOLUTIONS LLC", + "short_code": "MIOS", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MIOSUS31" + } + } + ] + }, + { + "name": "MIDDLESEX FEDERAL SAVINGS", + "short_code": "MFED", + "branches": [ + { + "code": "", + "city": "SOMERVILLE", + "identifiers": { + "swift_code": "MFEDUS42" + } + } + ] + }, + { + "name": "MIDDLESEX SAVINGS BANK", + "short_code": "MDSX", + "branches": [ + { + "code": "", + "city": "NATICK", + "identifiers": { + "swift_code": "MDSXUS3N" + } + } + ] + }, + { + "name": "MIDFIRST BANK", + "short_code": "MFBK", + "branches": [ + { + "code": "", + "city": "OKLAHOMA CITY", + "identifiers": { + "swift_code": "MFBKUS44" + } + } + ] + }, + { + "name": "MIDLAND STATES BANK", + "short_code": "ALRU", + "branches": [ + { + "code": "", + "city": "EFFINGHAM", + "identifiers": { + "swift_code": "ALRUUS44" + } + } + ] + }, + { + "name": "MIDWEST INDEPENDENT BANK", + "short_code": "MIID", + "branches": [ + { + "code": "", + "city": "JEFFERSON CITY", + "identifiers": { + "swift_code": "MIIDUS41" + } + } + ] + }, + { + "name": "MIDWEST INDEPENDENT BANKERSBANK", + "short_code": "MIBB", + "branches": [ + { + "code": "", + "city": "JEFFERSON CITY", + "identifiers": { + "swift_code": "MIBBUS44" + } + } + ] + }, + { + "name": "MIDWOOD SECURITIES", + "short_code": "MIDS", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MIDSUS31" + } + } + ] + }, + { + "name": "MILESTONE TECHNOLOGIES INC.", + "short_code": "MITH", + "branches": [ + { + "code": "", + "city": "FREMONT", + "identifiers": { + "swift_code": "MITHUS66" + } + } + ] + }, + { + "name": "MILFORD FEDERAL BANK", + "short_code": "MIFD", + "branches": [ + { + "code": "", + "city": "MILFORD", + "identifiers": { + "swift_code": "MIFDUS42" + } + } + ] + }, + { + "name": "MILLENIUM PARTNERS LP", + "short_code": "MIPR", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MIPRUS31" + } + } + ] + }, + { + "name": "MILLENNIUM ADVISORS, LLC", + "short_code": "MIVL", + "branches": [ + { + "code": "", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "MIVLUS31" + } + } + ] + }, + { + "name": "MILLENNIUM MANAGEMENT LLC", + "short_code": "MMLL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MMLLUS33" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MMLLUS3A" + } + } + ] + }, + { + "name": "MILLENNIUM PARTNERS LP", + "short_code": "MILP", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MILPUS31" + } + } + ] + }, + { + "name": "MILLER HOWARD INVESTMENTS", + "short_code": "MIHI", + "branches": [ + { + "code": "", + "city": "WOODSTOCK", + "identifiers": { + "swift_code": "MIHIUS31" + } + } + ] + }, + { + "name": "MILLER TABAK + CO., LLC", + "short_code": "MITL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MITLUS31" + } + } + ] + }, + { + "name": "MILLIMAN FINANCIAL RISK MANAGEMENT", + "short_code": "MFRM", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "MFRMUS41" + } + } + ] + }, + { + "name": "MIMA LIHTC LLC", + "short_code": "MIHL", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "MIHLUS31" + } + } + ] + }, + { + "name": "MINNEAPOLIS GRAIN EXCHANGE, INC", + "short_code": "XMGE", + "branches": [ + { + "code": "", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "XMGEUS41" + } + } + ] + }, + { + "name": "MINNETONKA INSURANCE COMPANY", + "short_code": "CISS", + "branches": [ + { + "code": "CGI", + "city": "BURLINGTON", + "identifiers": { + "swift_code": "CISSUS44CGI" + } + }, + { + "code": "FSC", + "city": "BURLINGTON", + "identifiers": { + "swift_code": "CISSUS44FSC" + } + }, + { + "code": "FSI", + "city": "BURLINGTON", + "identifiers": { + "swift_code": "CISSUS44FSI" + } + }, + { + "code": "", + "city": "BURLINGTON", + "identifiers": { + "swift_code": "CISSUS44" + } + } + ] + }, + { + "name": "MIO PARTNERS, INC.", + "short_code": "MIOR", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MIORUS33" + } + } + ] + }, + { + "name": "MIRAE ASSET GLOBAL INVESTMENTS (USA) LLC", + "short_code": "MRAE", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MRAEUS33" + } + } + ] + }, + { + "name": "MIRAE ASSET SECURITIES (USA) INC", + "short_code": "DAES", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DAESUS31" + } + } + ] + }, + { + "name": "MIRAE ASSET SECURITIES (USA) INC", + "short_code": "MIAE", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MIAEUS33" + } + } + ] + }, + { + "name": "MISCHLER FINANCIAL GROUP", + "short_code": "MIFG", + "branches": [ + { + "code": "", + "city": "CORONA DEL MAR", + "identifiers": { + "swift_code": "MIFGUS61" + } + }, + { + "code": "", + "city": "CORONA DEL MAR", + "identifiers": { + "swift_code": "MIFGUS21" + } + }, + { + "code": "", + "city": "CORONA DEL MAR", + "identifiers": { + "swift_code": "MIFGUS63" + } + } + ] + }, + { + "name": "MITCHELL CAPITAL MANAGEMENT COMPANY", + "short_code": "MCMM", + "branches": [ + { + "code": "", + "city": "KANSAS CITY", + "identifiers": { + "swift_code": "MCMMUS41" + } + } + ] + }, + { + "name": "MITSUBISHI UFJ TRUST AND BANKING CORPORATION", + "short_code": "MTUS", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MTUSUS33" + } + }, + { + "code": "LEN", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MTUSUS33LEN" + } + } + ] + }, + { + "name": "MITSUBISHI UFJ TRUST AND BANKING CORPORATION", + "short_code": "MTBC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MTBCUS33" + } + } + ] + }, + { + "name": "MITTLEMAN BROTHERS", + "short_code": "MIBH", + "branches": [ + { + "code": "", + "city": "LOCUST VALLEY", + "identifiers": { + "swift_code": "MIBHUS31" + } + } + ] + }, + { + "name": "MIZUHO BANK (USA)", + "short_code": "MHCC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MHCCUS33" + } + } + ] + }, + { + "name": "MIZUHO BANK (USA) (FORMERLY MIZUHO TRUST AND BANKING CO. (USA))", + "short_code": "YBTP", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "YBTPUS33" + } + } + ] + }, + { + "name": "MIZUHO BANK, LTD. NEW YORK BRANCH", + "short_code": "MHCB", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MHCBUS33" + } + } + ] + }, + { + "name": "MIZUHO CAPITAL MARKETS LLC", + "short_code": "FCMC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "FCMCUS33" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "FCMCUS34" + } + } + ] + }, + { + "name": "MIZUHO MARKETS AMERICAS LLC", + "short_code": "MMAL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MMALUS33" + } + }, + { + "code": "GLO", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MMALUS33GLO" + } + }, + { + "code": "FIS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MMALUS33FIS" + } + } + ] + }, + { + "name": "MIZUHO SECURITIES USA LLC.", + "short_code": "MHSC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MHSCUS33" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MHSCUS3N" + } + }, + { + "code": "STK", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MHSCUS3NSTK" + } + } + ] + }, + { + "name": "MKM PARTNERS LLC", + "short_code": "MKPL", + "branches": [ + { + "code": "", + "city": "STAMFORD", + "identifiers": { + "swift_code": "MKPLUS31" + } + } + ] + }, + { + "name": "MKP CAPITAL MANAGEMENT L.L.C 18TH FLOOR", + "short_code": "MCGC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MCGCUS31" + } + } + ] + }, + { + "name": "MKS INSTRUMENTS, INC.", + "short_code": "MKSN", + "branches": [ + { + "code": "", + "city": "ANDOVER", + "identifiers": { + "swift_code": "MKSNUS33" + } + } + ] + }, + { + "name": "MLQ INVESTORS,L.P.", + "short_code": "MLIT", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MLITUS31" + } + } + ] + }, + { + "name": "MLQ, L.L.C.", + "short_code": "MLLL", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "MLLLUS31" + } + } + ] + }, + { + "name": "MLV AND CO. LLC", + "short_code": "MLVC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MLVCUS31" + } + } + ] + }, + { + "name": "MN8 ENERGY OPERATING COMPANY LLC", + "short_code": "EOML", + "branches": [ + { + "code": "", + "city": "BOCA RATON", + "identifiers": { + "swift_code": "EOMLUS33" + } + } + ] + }, + { + "name": "MOBIS ALABAMA, LLC", + "short_code": "HYMO", + "branches": [ + { + "code": "", + "city": "MONTGOMERY", + "identifiers": { + "swift_code": "HYMOUS41" + } + } + ] + }, + { + "name": "MOBIS NORTH AMERICA", + "short_code": "HYMO", + "branches": [ + { + "code": "", + "city": "TOLEDO", + "identifiers": { + "swift_code": "HYMOUS31" + } + } + ] + }, + { + "name": "MOBIS PARTS AMERICA, LLC", + "short_code": "HYMO", + "branches": [ + { + "code": "", + "city": "IRVINE", + "identifiers": { + "swift_code": "HYMOUS61" + } + } + ] + }, + { + "name": "MOBIS PARTS MIAMI, LLC", + "short_code": "HYMO", + "branches": [ + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "HYMOUSA1" + } + } + ] + }, + { + "name": "MODERN BANK N.A.", + "short_code": "EXCL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "EXCLUS31" + } + } + ] + }, + { + "name": "MODERNA", + "short_code": "MODX", + "branches": [ + { + "code": "", + "city": "CAMBRIDGE", + "identifiers": { + "swift_code": "MODXUS33" + } + } + ] + }, + { + "name": "MOERUS CAPITAL MANAGEMENT LLC", + "short_code": "MCTL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MCTLUS31" + } + } + ] + }, + { + "name": "MOLSON COORS BEVERAGE COMPANY", + "short_code": "MCBC", + "branches": [ + { + "code": "", + "city": "MILWAUKEE", + "identifiers": { + "swift_code": "MCBCUS55" + } + } + ] + }, + { + "name": "MOMENTIVE PERFORMANCE MATERIALS, INC.", + "short_code": "MPMT", + "branches": [ + { + "code": "", + "city": "WATERFORD", + "identifiers": { + "swift_code": "MPMTUS33" + } + } + ] + }, + { + "name": "MOMENTUM TRADING PARTNERS, LLC", + "short_code": "MTPL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MTPLUS31" + } + } + ] + }, + { + "name": "MONARCH CAPITAL MANAGEMENT", + "short_code": "MOCE", + "branches": [ + { + "code": "", + "city": "FORT WAYNE", + "identifiers": { + "swift_code": "MOCEUS31" + } + } + ] + }, + { + "name": "MONARCH PARTNERS ASSET MANAGEMENT LLC", + "short_code": "MPAM", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "MPAMUS31" + } + } + ] + }, + { + "name": "MONDELEZ GLOBAL LLC", + "short_code": "MDLZ", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "MDLZUS33" + } + }, + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "MDLZUS31" + } + } + ] + }, + { + "name": "MONETTA FINANCIAL SERVICES, INC.", + "short_code": "MOFS", + "branches": [ + { + "code": "", + "city": "WHEATON", + "identifiers": { + "swift_code": "MOFSUS41" + } + } + ] + }, + { + "name": "MONEX INC.", + "short_code": "TMPS", + "branches": [ + { + "code": "", + "city": "WASHINGTON", + "identifiers": { + "swift_code": "TMPSUS33" + } + } + ] + }, + { + "name": "MONEYCORP US INC.", + "short_code": "COFX", + "branches": [ + { + "code": "", + "city": "PROVIDENCE", + "identifiers": { + "swift_code": "COFXUS66" + } + } + ] + }, + { + "name": "MONEYGRAM PAYMENT SYSTEMS, INC", + "short_code": "MGRM", + "branches": [ + { + "code": "", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "MGRMUS44" + } + } + ] + }, + { + "name": "MONITOR CAPITAL ADVISORS LLC", + "short_code": "MOCV", + "branches": [ + { + "code": "", + "city": "PRINCETON", + "identifiers": { + "swift_code": "MOCVUS31" + } + } + ] + }, + { + "name": "MONSON SAVINGS BANK", + "short_code": "MSAB", + "branches": [ + { + "code": "", + "city": "MONSON", + "identifiers": { + "swift_code": "MSABUS42" + } + } + ] + }, + { + "name": "MONTANA BOARD OF INVESTMENTS", + "short_code": "MOBV", + "branches": [ + { + "code": "", + "city": "HELENA", + "identifiers": { + "swift_code": "MOBVUS52" + } + } + ] + }, + { + "name": "MONTVUE CAPITAL MANAGEMENT, INC.", + "short_code": "MOCG", + "branches": [ + { + "code": "", + "city": "ARRINGTON", + "identifiers": { + "swift_code": "MOCGUS31" + } + } + ] + }, + { + "name": "MOODY NATIONAL BANK OF GALVESTON", + "short_code": "MNBG", + "branches": [ + { + "code": "", + "city": "GALVESTON", + "identifiers": { + "swift_code": "MNBGUS41" + } + } + ] + }, + { + "name": "MOODY'S INVESTOR SERVICE INC.", + "short_code": "MOOD", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MOODUS31" + } + } + ] + }, + { + "name": "MOORE CAPITAL MANAGEMENT LP", + "short_code": "MOAE", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MOAEUS31" + } + } + ] + }, + { + "name": "MOORS AND CABOT, INC", + "short_code": "MOAB", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "MOABUS42" + } + } + ] + }, + { + "name": "MORGAN ADAMS, INC.", + "short_code": "MOAD", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "MOADUS61" + } + } + ] + }, + { + "name": "MORGAN DEMPSEY CAPITAL MANAGEMENT, LLC", + "short_code": "MDCM", + "branches": [ + { + "code": "", + "city": "MILWAUKEE", + "identifiers": { + "swift_code": "MDCMUS51" + } + } + ] + }, + { + "name": "MORGAN KEEGAN", + "short_code": "MOKI", + "branches": [ + { + "code": "", + "city": "MEMPHIS", + "identifiers": { + "swift_code": "MOKIUS41" + } + } + ] + }, + { + "name": "MORGAN STANLEY AND CO INC", + "short_code": "MSPW", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSPWUS31" + } + } + ] + }, + { + "name": "MORGAN STANLEY AND CO. INC.", + "short_code": "MSNY", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "MSNYUS61" + } + } + ] + }, + { + "name": "MORGAN STANLEY AND CO., LLC", + "short_code": "MSNY", + "branches": [ + { + "code": "CTR", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSNYUS33CTR" + } + }, + { + "code": "FXO", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSNYUS33FXO" + } + }, + { + "code": "LMT", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSNYUS33LMT" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSNYUS33" + } + }, + { + "code": "ROL", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSNYUS33ROL" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSNYUS3R" + } + }, + { + "code": "PBW", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSNYUS33PBW" + } + }, + { + "code": "DWD", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSNYUS33DWD" + } + }, + { + "code": "MAD", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSNYUS33MAD" + } + }, + { + "code": "CSH", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSNYUS33CSH" + } + }, + { + "code": "LS2", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSNYUS33LS2" + } + }, + { + "code": "COM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSNYUS33COM" + } + }, + { + "code": "CCG", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSNYUS33CCG" + } + }, + { + "code": "EFC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSNYUS33EFC" + } + }, + { + "code": "GPR", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSNYUS33GPR" + } + }, + { + "code": "INT", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSNYUS33INT" + } + }, + { + "code": "ISL", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSNYUS33ISL" + } + }, + { + "code": "AMC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSNYUS33AMC" + } + }, + { + "code": "CAP", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSNYUS33CAP" + } + }, + { + "code": "OT1", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSNYUS33OT1" + } + }, + { + "code": "OT4", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSNYUS33OT4" + } + }, + { + "code": "OTB", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSNYUS33OTB" + } + }, + { + "code": "OT9", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSNYUS33OT9" + } + }, + { + "code": "OTC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSNYUS33OTC" + } + }, + { + "code": "OT3", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSNYUS33OT3" + } + }, + { + "code": "OT8", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSNYUS33OT8" + } + }, + { + "code": "OTA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSNYUS33OTA" + } + }, + { + "code": "OT5", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSNYUS33OT5" + } + }, + { + "code": "OT2", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSNYUS33OT2" + } + }, + { + "code": "OT6", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSNYUS33OT6" + } + }, + { + "code": "OT7", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSNYUS33OT7" + } + }, + { + "code": "TAE", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSNYUS33TAE" + } + }, + { + "code": "PBA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSNYUS33PBA" + } + }, + { + "code": "PBS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSNYUS33PBS" + } + }, + { + "code": "PWM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSNYUS33PWM" + } + }, + { + "code": "MRE", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSNYUS33MRE" + } + }, + { + "code": "SEC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSNYUS33SEC" + } + }, + { + "code": "SOL", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSNYUS33SOL" + } + }, + { + "code": "SWP", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSNYUS33SWP" + } + }, + { + "code": "TSY", + "city": "PURCHASE", + "identifiers": { + "swift_code": "MSNYUS33TSY" + } + }, + { + "code": "SFI", + "city": "SALT LAKE CITY", + "identifiers": { + "swift_code": "MSNYUS33SFI" + } + } + ] + }, + { + "name": "MORGAN STANLEY ASSET MANAGEMENT", + "short_code": "MSAM", + "branches": [ + { + "code": "", + "city": "DEERFIELD", + "identifiers": { + "swift_code": "MSAMUS41" + } + } + ] + }, + { + "name": "MORGAN STANLEY BANK,N.A.", + "short_code": "MSBK", + "branches": [ + { + "code": "FXO", + "city": "SALT LAKE CITY", + "identifiers": { + "swift_code": "MSBKUS5WFXO" + } + }, + { + "code": "", + "city": "SALT LAKE CITY", + "identifiers": { + "swift_code": "MSBKUS5W" + } + } + ] + }, + { + "name": "MORGAN STANLEY CAPITAL GROUP INC.", + "short_code": "MSCG", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSCGUS33" + } + } + ] + }, + { + "name": "MORGAN STANLEY CAPITAL PRODUCTS LLC", + "short_code": "MSPR", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "MSPRUS33" + } + }, + { + "code": "FXO", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "MSPRUS33FXO" + } + } + ] + }, + { + "name": "MORGAN STANLEY CAPITAL SERVICES LLC", + "short_code": "MSCS", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSCSUS33" + } + }, + { + "code": "FXO", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSCSUS33FXO" + } + } + ] + }, + { + "name": "MORGAN STANLEY FUND SERVICES INC", + "short_code": "MSFD", + "branches": [ + { + "code": "", + "city": "PURCHASE", + "identifiers": { + "swift_code": "MSFDUS33" + } + } + ] + }, + { + "name": "MORGAN STANLEY INVESTMENT MANAGEMENT INC", + "short_code": "MSAM", + "branches": [ + { + "code": "ARS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSAMUS33ARS" + } + }, + { + "code": "MAS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSAMUS33MAS" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSAMUS33" + } + }, + { + "code": "SEC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSAMUS33SEC" + } + } + ] + }, + { + "name": "MORGAN STANLEY INVESTMENT MANAGEMENT INC.", + "short_code": "MSAM", + "branches": [ + { + "code": "", + "city": "CONSHOHOCKEN", + "identifiers": { + "swift_code": "MSAMUSU1" + } + } + ] + }, + { + "name": "MORGAN STANLEY PRIVATE BANK, NATIONAL ASSOCIATION", + "short_code": "ETRE", + "branches": [ + { + "code": "", + "city": "PURCHASE", + "identifiers": { + "swift_code": "ETREUS33" + } + } + ] + }, + { + "name": "MORGAN STANLEY SMITH BARNEY LLC", + "short_code": "DWRI", + "branches": [ + { + "code": "", + "city": "PURCHASE", + "identifiers": { + "swift_code": "DWRIUS3A" + } + }, + { + "code": "DTC", + "city": "PURCHASE", + "identifiers": { + "swift_code": "DWRIUS3ADTC" + } + } + ] + }, + { + "name": "MORRIS CAPITAL ADVISORS INC", + "short_code": "MCAC", + "branches": [ + { + "code": "", + "city": "MALVERN", + "identifiers": { + "swift_code": "MCACUS31" + } + } + ] + }, + { + "name": "MORTGAGE-BACKED SECURITIES CLEARING CORPORATION MBSCC)", + "short_code": "MSCM", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSCMUS31" + } + } + ] + }, + { + "name": "MORTON COMMUNITY BANK", + "short_code": "MTCB", + "branches": [ + { + "code": "", + "city": "MORTON", + "identifiers": { + "swift_code": "MTCBUS42" + } + } + ] + }, + { + "name": "MOTHER ZION LIHTC LLC", + "short_code": "MZLL", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "MZLLUS31" + } + } + ] + }, + { + "name": "MOTIVA ENTERPRISES, LLC", + "short_code": "MOTL", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "MOTLUS44" + } + }, + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "MOTLUS4H" + } + } + ] + }, + { + "name": "MOTOROLA SOLUTIONS, INC.", + "short_code": "MSIN", + "branches": [ + { + "code": "", + "city": "SCHAUMBURG", + "identifiers": { + "swift_code": "MSINUS44" + } + } + ] + }, + { + "name": "MOWELL FINANCIAL GROUP", + "short_code": "MOFG", + "branches": [ + { + "code": "", + "city": "TALLAHASSEE", + "identifiers": { + "swift_code": "MOFGUS31" + } + } + ] + }, + { + "name": "MOZRT, INC.", + "short_code": "MOZR", + "branches": [ + { + "code": "", + "city": "EAST GULL LAKE", + "identifiers": { + "swift_code": "MOZRUS42" + } + } + ] + }, + { + "name": "MPI INVESTMENT MANAGEMENT", + "short_code": "MPIG", + "branches": [ + { + "code": "", + "city": "HINSDALE", + "identifiers": { + "swift_code": "MPIGUS41" + } + } + ] + }, + { + "name": "MPS GLOBAL SECURITIES, LLC", + "short_code": "MGSL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MGSLUS31" + } + } + ] + }, + { + "name": "MSD CAPITAL L.P.", + "short_code": "MSCP", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MSCPUS31" + } + } + ] + }, + { + "name": "MTG CONSOLIDATED INTERNATIONAL INVESTMENTS LLC", + "short_code": "MCIT", + "branches": [ + { + "code": "", + "city": "PHILADELPHIA", + "identifiers": { + "swift_code": "MCITUS31" + } + } + ] + }, + { + "name": "MTG LLC", + "short_code": "MTLL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MTLLUS31" + } + } + ] + }, + { + "name": "MTGLQ", + "short_code": "MTGL", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "MTGLUS31" + } + } + ] + }, + { + "name": "MTGRP, L.L.C.", + "short_code": "MTCL", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "MTCLUS31" + } + } + ] + }, + { + "name": "MUDRICK CAPITAL MANAGEMENT LP", + "short_code": "MCME", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MCMEUS31" + } + } + ] + }, + { + "name": "MUFG BANK LTD.", + "short_code": "BOTK", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "BOTKUS6L" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BOTKUS3N" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BOTKUS33" + } + } + ] + }, + { + "name": "MUFG BANK, LTD., CHICAGO BRANCH", + "short_code": "BOTK", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "BOTKUS4C" + } + } + ] + }, + { + "name": "MUFG FUND SERVICES (USA) LLC", + "short_code": "MUFG", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MUFGUS33" + } + }, + { + "code": "PAY", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MUFGUS33PAY" + } + } + ] + }, + { + "name": "MUFG SECURITIES AMERICAS INC.", + "short_code": "MUSC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MUSCUS33" + } + } + ] + }, + { + "name": "MUHLENKAMP AND COMPANY, INC.", + "short_code": "MUCO", + "branches": [ + { + "code": "", + "city": "WEXFORD", + "identifiers": { + "swift_code": "MUCOUS31" + } + } + ] + }, + { + "name": "MUHLENKAMP FUND", + "short_code": "MUFU", + "branches": [ + { + "code": "", + "city": "WEXFORD", + "identifiers": { + "swift_code": "MUFUUS31" + } + } + ] + }, + { + "name": "MULTI SERVICE TECHNOLOGY SOLUTIONS, INC.", + "short_code": "MSEI", + "branches": [ + { + "code": "", + "city": "OVERLAND PARK", + "identifiers": { + "swift_code": "MSEIUS44" + } + } + ] + }, + { + "name": "MULTI-BANK SECURITIES, INC.", + "short_code": "MUEE", + "branches": [ + { + "code": "", + "city": "SOUTHFIELD", + "identifiers": { + "swift_code": "MUEEUS32" + } + } + ] + }, + { + "name": "MULTILATERAL INVESTMENT GUARANTEE AGENCY (MIGA)", + "short_code": "MIGA", + "branches": [ + { + "code": "", + "city": "WASHINGTON", + "identifiers": { + "swift_code": "MIGAUS33" + } + } + ] + }, + { + "name": "MUNCY BANK AND TRUST COMPANY, THE", + "short_code": "MUTC", + "branches": [ + { + "code": "", + "city": "MUNCY", + "identifiers": { + "swift_code": "MUTCUS31" + } + } + ] + }, + { + "name": "MUNDER CAPITAL MANAGEMENT", + "short_code": "MNDR", + "branches": [ + { + "code": "", + "city": "BIRMINGHAM", + "identifiers": { + "swift_code": "MNDRUS31" + } + } + ] + }, + { + "name": "MURPHY CAPITAL MANAGEMENT", + "short_code": "MUCA", + "branches": [ + { + "code": "", + "city": "RIDGEWOOD", + "identifiers": { + "swift_code": "MUCAUS31" + } + } + ] + }, + { + "name": "MURRAY STREET CORPORATION", + "short_code": "MUSO", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "MUSOUS31" + } + } + ] + }, + { + "name": "MUSE FINANCIAL TECHNOLOGIES INC.", + "short_code": "MUSF", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MUSFUS32" + } + } + ] + }, + { + "name": "MUTUAL OF AMERICA LIFE INSURANCE COMPANY", + "short_code": "MUTL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MUTLUS33" + } + } + ] + }, + { + "name": "MYLAN INC.", + "short_code": "MYLN", + "branches": [ + { + "code": "", + "city": "CANONSBURG", + "identifiers": { + "swift_code": "MYLNUS33" + } + } + ] + }, + { + "name": "NASDAQ CORPORATE SERVICES", + "short_code": "NDAQ", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NDAQUS3N" + } + } + ] + }, + { + "name": "NASDAQ TREASURY SERVICES", + "short_code": "NDAQ", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NDAQUS36" + } + } + ] + }, + { + "name": "NASDAQ, INC", + "short_code": "XNAS", + "branches": [ + { + "code": "", + "city": "WASHINGTON", + "identifiers": { + "swift_code": "XNASUS31" + } + } + ] + }, + { + "name": "NASDAQ, INC.", + "short_code": "NDAQ", + "branches": [ + { + "code": "", + "city": "NEW CITY", + "identifiers": { + "swift_code": "NDAQUS34" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NDAQUS3S" + } + } + ] + }, + { + "name": "NASH WEISSE AND CO", + "short_code": "NAWE", + "branches": [ + { + "code": "", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "NAWEUS31" + } + } + ] + }, + { + "name": "NATHAN HALE CAPITAL, LLC", + "short_code": "NHCL", + "branches": [ + { + "code": "", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "NHCLUS31" + } + } + ] + }, + { + "name": "NATIONAL ADVISORS TRUST COMPANY", + "short_code": "NATY", + "branches": [ + { + "code": "", + "city": "OVERLAND PARK", + "identifiers": { + "swift_code": "NATYUS41" + } + } + ] + }, + { + "name": "NATIONAL AUSTRALIA BANK LIMITED", + "short_code": "NATA", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NATAUS33" + } + } + ] + }, + { + "name": "NATIONAL BANK OF CANADA NEW YORK BRANCH", + "short_code": "BNDC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BNDCUS33" + } + } + ] + }, + { + "name": "NATIONAL BANK OF EGYPT, NEW YORK BRANCH", + "short_code": "NBEG", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NBEGUS33" + } + } + ] + }, + { + "name": "NATIONAL BANK OF NEW YORK CITY", + "short_code": "NBNY", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NBNYUS31" + } + } + ] + }, + { + "name": "NATIONAL BANK OF PAKISTAN", + "short_code": "NBPA", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NBPAUS33" + } + } + ] + }, + { + "name": "NATIONAL FINANCIAL SERVICES LLC", + "short_code": "NFSC", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "NFSCUS33" + } + }, + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "NFSCUS3B" + } + }, + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "NFSCUS3F" + } + }, + { + "code": "PRM", + "city": "BOSTON", + "identifiers": { + "swift_code": "NFSCUS33PRM" + } + }, + { + "code": "TM1", + "city": "BOSTON", + "identifiers": { + "swift_code": "NFSCUS33TM1" + } + }, + { + "code": "ACG", + "city": "BOSTON", + "identifiers": { + "swift_code": "NFSCUS3BACG" + } + }, + { + "code": "CAC", + "city": "BOSTON", + "identifiers": { + "swift_code": "NFSCUS3BCAC" + } + }, + { + "code": "GBO", + "city": "BOSTON", + "identifiers": { + "swift_code": "NFSCUS3BGBO" + } + }, + { + "code": "CAA", + "city": "BOSTON", + "identifiers": { + "swift_code": "NFSCUS3BCAA" + } + } + ] + }, + { + "name": "NATIONAL GRID USA", + "short_code": "NGRD", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NGRDUS33" + } + } + ] + }, + { + "name": "NATIONAL INVESTMENT SERVICES", + "short_code": "NAIR", + "branches": [ + { + "code": "", + "city": "MILWAUKEE", + "identifiers": { + "swift_code": "NAIRUS51" + } + } + ] + }, + { + "name": "NATIONAL RURAL ELECTRIC COOPERATIVE ASSOCIATION", + "short_code": "NREC", + "branches": [ + { + "code": "", + "city": "ARLINGTON", + "identifiers": { + "swift_code": "NRECUS31" + } + } + ] + }, + { + "name": "NATIONAL SECURITIES CLEARING CORP", + "short_code": "NASL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NASLUS31" + } + } + ] + }, + { + "name": "NATIONAL SECURITIES CORPORATION", + "short_code": "NSCP", + "branches": [ + { + "code": "", + "city": "SEATTLE", + "identifiers": { + "swift_code": "NSCPUS61" + } + } + ] + }, + { + "name": "NATIONWIDE ASSET MANAGEMENT,LLC", + "short_code": "NAAT", + "branches": [ + { + "code": "", + "city": "COLUMBUS", + "identifiers": { + "swift_code": "NAATUS33" + } + } + ] + }, + { + "name": "NATIONWIDE MUTUAL INSURANCE COMPANY", + "short_code": "NWIN", + "branches": [ + { + "code": "", + "city": "COLUMBUS", + "identifiers": { + "swift_code": "NWINUS31" + } + } + ] + }, + { + "name": "NATIXIS", + "short_code": "NATX", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NATXUS3B" + } + } + ] + }, + { + "name": "NATIXIS NORTH AMERICA LLC", + "short_code": "NATX", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NATXUS33" + } + } + ] + }, + { + "name": "NATIXIS SECURITIES AMERICAS LLC.", + "short_code": "NATX", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NATXUS3D" + } + } + ] + }, + { + "name": "NATWEST MARKETS SECURITIES INC.", + "short_code": "GRNW", + "branches": [ + { + "code": "", + "city": "STAMFORD", + "identifiers": { + "swift_code": "GRNWUS33" + } + }, + { + "code": "", + "city": "STAMFORD", + "identifiers": { + "swift_code": "GRNWUS3E" + } + }, + { + "code": "FUT", + "city": "STAMFORD", + "identifiers": { + "swift_code": "GRNWUS33FUT" + } + } + ] + }, + { + "name": "NATWEST MARKETS SECURITIES INC.", + "short_code": "RBOS", + "branches": [ + { + "code": "", + "city": "STAMFORD", + "identifiers": { + "swift_code": "RBOSUS3G" + } + } + ] + }, + { + "name": "NAVELLIER AND ASSOCIATES, INC", + "short_code": "NAAS", + "branches": [ + { + "code": "", + "city": "RENO", + "identifiers": { + "swift_code": "NAASUS61" + } + } + ] + }, + { + "name": "NAVIENT CORPORATION", + "short_code": "NAVC", + "branches": [ + { + "code": "", + "city": "HERNDON", + "identifiers": { + "swift_code": "NAVCUS33" + } + } + ] + }, + { + "name": "NAVY FEDERAL CREDIT UNION", + "short_code": "NFCU", + "branches": [ + { + "code": "", + "city": "VIENNA", + "identifiers": { + "swift_code": "NFCUUS33" + } + } + ] + }, + { + "name": "NBH BANK", + "short_code": "NBHB", + "branches": [ + { + "code": "", + "city": "GREENWOOD VILLAGE", + "identifiers": { + "swift_code": "NBHBUS55" + } + } + ] + }, + { + "name": "NBT BANK, NATIONAL ASSOCIATION", + "short_code": "NBTN", + "branches": [ + { + "code": "", + "city": "NORWICH", + "identifiers": { + "swift_code": "NBTNUS31" + } + } + ] + }, + { + "name": "NED DAVIS RESEARCH", + "short_code": "NEDR", + "branches": [ + { + "code": "", + "city": "VENICE", + "identifiers": { + "swift_code": "NEDRUS31" + } + } + ] + }, + { + "name": "NEEDHAM BANK", + "short_code": "NEED", + "branches": [ + { + "code": "", + "city": "NEEDHAM", + "identifiers": { + "swift_code": "NEEDUS32" + } + } + ] + }, + { + "name": "NELSON, BENSON AND ZELLMER, INC.", + "short_code": "NEBZ", + "branches": [ + { + "code": "", + "city": "DENVER", + "identifiers": { + "swift_code": "NEBZUS51" + } + } + ] + }, + { + "name": "NEONET SECURITIES INC", + "short_code": "NEFO", + "branches": [ + { + "code": "", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "NEFOUS31" + } + } + ] + }, + { + "name": "NETOLS ASSET MANAGEMENT", + "short_code": "NEAG", + "branches": [ + { + "code": "", + "city": "MEQUON", + "identifiers": { + "swift_code": "NEAGUS51" + } + } + ] + }, + { + "name": "NEUBERGER BERMAN BD LLC", + "short_code": "NEUB", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NEUBUS33" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NEUBUS3N" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NEUBUS3A" + } + }, + { + "code": "GFI", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NEUBUS33GFI" + } + }, + { + "code": "NFI", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NEUBUS33NFI" + } + }, + { + "code": "PMR", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NEUBUS33PMR" + } + }, + { + "code": "NB1", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NEUBUS33NB1" + } + }, + { + "code": "TSY", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NEUBUS33TSY" + } + } + ] + }, + { + "name": "NEW AMSTERDAM PARTNERS", + "short_code": "NEAP", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NEAPUS31" + } + } + ] + }, + { + "name": "NEW CENTURY INVESTMENT MANAGEMENT, INCORPORATED", + "short_code": "NCIA", + "branches": [ + { + "code": "", + "city": "SOUTHFIELD", + "identifiers": { + "swift_code": "NCIAUS31" + } + } + ] + }, + { + "name": "NEW ENGLAND ASSET MANAGEMENT, INC.", + "short_code": "NEMN", + "branches": [ + { + "code": "", + "city": "FARMINGTON", + "identifiers": { + "swift_code": "NEMNUS32" + } + } + ] + }, + { + "name": "NEW HAVEN BANK", + "short_code": "STOM", + "branches": [ + { + "code": "", + "city": "NEW HAVEN", + "identifiers": { + "swift_code": "STOMUS31" + } + } + ] + }, + { + "name": "NEW MILLENNIUM BANK", + "short_code": "NEMI", + "branches": [ + { + "code": "", + "city": "FORT LEE", + "identifiers": { + "swift_code": "NEMIUS33" + } + } + ] + }, + { + "name": "NEW SOUTH CAPITAL MANAGEMENT", + "short_code": "NSCM", + "branches": [ + { + "code": "", + "city": "MEMPHIS", + "identifiers": { + "swift_code": "NSCMUS41" + } + } + ] + }, + { + "name": "NEW TRIPOLI NATIONAL BANK, THE", + "short_code": "NTNB", + "branches": [ + { + "code": "", + "city": "NEW TRIPOLI", + "identifiers": { + "swift_code": "NTNBUS31" + } + } + ] + }, + { + "name": "NEW VALLEY BANK AND TRUST", + "short_code": "NVBT", + "branches": [ + { + "code": "", + "city": "SPRINGFIELD", + "identifiers": { + "swift_code": "NVBTUS32" + } + } + ] + }, + { + "name": "NEW YORK CLEARING CORP", + "short_code": "NEYC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NEYCUS31" + } + } + ] + }, + { + "name": "NEW YORK COCOA, COFFEE AND SUGAR EXCHANGE", + "short_code": "XCSC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "XCSCUS31" + } + } + ] + }, + { + "name": "NEW YORK COTTON EXCHANGE", + "short_code": "XNYC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "XNYCUS31" + } + } + ] + }, + { + "name": "NEW YORK LIFE INSURANCE COMPANY", + "short_code": "NEYR", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NEYRUS33" + } + } + ] + }, + { + "name": "NEW YORK MERCANTILE EXCHANGE", + "short_code": "XNYM", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "XNYMUS31" + } + } + ] + }, + { + "name": "NEW YORK STATE COMMON RETIREMENT FUND", + "short_code": "NYSC", + "branches": [ + { + "code": "", + "city": "ALBANY", + "identifiers": { + "swift_code": "NYSCUS31" + } + } + ] + }, + { + "name": "NEW YORK STATE TEACHERS RETIREMENT SYSTEM", + "short_code": "NYTT", + "branches": [ + { + "code": "", + "city": "ALBANY", + "identifiers": { + "swift_code": "NYTTUS33" + } + } + ] + }, + { + "name": "NEW YORK STOCK EXCHANGE, INC.", + "short_code": "XNYS", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "XNYSUS31" + } + } + ] + }, + { + "name": "NEWFIELD BANCORP, INC.", + "short_code": "NEBN", + "branches": [ + { + "code": "", + "city": "NEWFIELD", + "identifiers": { + "swift_code": "NEBNUS32" + } + } + ] + }, + { + "name": "NEWFLEET ASSET MANAGEMENT, LLC.", + "short_code": "SCAP", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "SCAPUS61" + } + } + ] + }, + { + "name": "NEXT CENTURY GROWTH INVESTORS, LLC", + "short_code": "NCGI", + "branches": [ + { + "code": "", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "NCGIUS41" + } + } + ] + }, + { + "name": "NIACEN FINANCIAL, LLC", + "short_code": "NIFL", + "branches": [ + { + "code": "", + "city": "ATLANTA", + "identifiers": { + "swift_code": "NIFLUS32" + } + } + ] + }, + { + "name": "NICO HOLDINGS LLC", + "short_code": "NHOL", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "NHOLUS41" + } + } + ] + }, + { + "name": "NICOLET NATIONAL BANK", + "short_code": "NICT", + "branches": [ + { + "code": "", + "city": "GREEN BAY", + "identifiers": { + "swift_code": "NICTUS44" + } + } + ] + }, + { + "name": "NIKE ALPHA FORCE LLC", + "short_code": "NIKE", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "NIKEUSD1" + } + } + ] + }, + { + "name": "NIKE ELITE LLC", + "short_code": "NIKE", + "branches": [ + { + "code": "", + "city": "BEAVERTON", + "identifiers": { + "swift_code": "NIKEUS64" + } + } + ] + }, + { + "name": "NIKE HOLDING LLC", + "short_code": "NIKE", + "branches": [ + { + "code": "", + "city": "BEAVERTON", + "identifiers": { + "swift_code": "NIKEUS21" + } + } + ] + }, + { + "name": "NIKE INC", + "short_code": "NIKE", + "branches": [ + { + "code": "", + "city": "BEAVERTON", + "identifiers": { + "swift_code": "NIKEUS61" + } + }, + { + "code": "", + "city": "BEAVERTON", + "identifiers": { + "swift_code": "NIKEUS6S" + } + }, + { + "code": "", + "city": "BEAVERTON", + "identifiers": { + "swift_code": "NIKEUS6A" + } + } + ] + }, + { + "name": "NIKE NEONFINCO", + "short_code": "NINO", + "branches": [ + { + "code": "", + "city": "BEAVERTON", + "identifiers": { + "swift_code": "NINOUS51" + } + } + ] + }, + { + "name": "NIKE RETAIL SERVICES INC.", + "short_code": "NIKE", + "branches": [ + { + "code": "", + "city": "BEAVERTON", + "identifiers": { + "swift_code": "NIKEUS65" + } + } + ] + }, + { + "name": "NIKE TERRA LLC", + "short_code": "NIKE", + "branches": [ + { + "code": "", + "city": "BEAVERTON", + "identifiers": { + "swift_code": "NIKEUS63" + } + } + ] + }, + { + "name": "NIKE USA, INC.", + "short_code": "NIKE", + "branches": [ + { + "code": "", + "city": "BEAVERTON", + "identifiers": { + "swift_code": "NIKEUSU1" + } + } + ] + }, + { + "name": "NIKE VIRTUAL STUDIOS INC", + "short_code": "NIKE", + "branches": [ + { + "code": "", + "city": "BEAVERTON", + "identifiers": { + "swift_code": "NIKEUS67" + } + } + ] + }, + { + "name": "NIKE, INC.", + "short_code": "NIKE", + "branches": [ + { + "code": "", + "city": "BEAVERTON", + "identifiers": { + "swift_code": "NIKEUS66" + } + } + ] + }, + { + "name": "NIKKO ASSET MANAGEMENT AMREICAS, INC.", + "short_code": "NAMM", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NAMMUS31" + } + } + ] + }, + { + "name": "NIKKO SECURITES CO., INT'L, INC., THE", + "short_code": "NKKO", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NKKOUS31" + } + } + ] + }, + { + "name": "NIPPON LIFE GLOBAL INVESTORS AMERICAS INC.", + "short_code": "NIPN", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NIPNUS33" + } + } + ] + }, + { + "name": "NISA INVESTMENT ADVISORS", + "short_code": "NIIN", + "branches": [ + { + "code": "", + "city": "MILWAUKEE", + "identifiers": { + "swift_code": "NIINUS51" + } + } + ] + }, + { + "name": "NISA INVESTMENT ADVISORS, L.L.C.", + "short_code": "NIIN", + "branches": [ + { + "code": "", + "city": "ST. LOUIS", + "identifiers": { + "swift_code": "NIINUS41" + } + } + ] + }, + { + "name": "NISA INVESTMENT ADVISORS, LLC", + "short_code": "NIIN", + "branches": [ + { + "code": "", + "city": "ST. LOUIS", + "identifiers": { + "swift_code": "NIINUS4S" + } + } + ] + }, + { + "name": "NLG CAPITAL,INC.", + "short_code": "NLGC", + "branches": [ + { + "code": "", + "city": "MONTPELIER", + "identifiers": { + "swift_code": "NLGCUS32" + } + } + ] + }, + { + "name": "NODAL EXCHANGE LLC", + "short_code": "NDCL", + "branches": [ + { + "code": "", + "city": "VIENNA", + "identifiers": { + "swift_code": "NDCLUS33" + } + } + ] + }, + { + "name": "NOMURA ASSET MANAGEMENT USA, INC.", + "short_code": "NAMU", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NAMUUS33" + } + }, + { + "code": "NYC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NAMUUS33NYC" + } + } + ] + }, + { + "name": "NOMURA CORPORATE RESEARCH AND ASSET MANAGEMENT INC", + "short_code": "NRAM", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NRAMUS33" + } + } + ] + }, + { + "name": "NOMURA GLOBAL FINANCIAL PRODUCTS INC", + "short_code": "NGFP", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NGFPUS33" + } + }, + { + "code": "CCS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NGFPUS33CCS" + } + } + ] + }, + { + "name": "NOMURA HOLDING AMERICA INC.", + "short_code": "NHAI", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NHAIUS33" + } + }, + { + "code": "TRD", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NHAIUS33TRD" + } + }, + { + "code": "IHI", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NHAIUS33IHI" + } + }, + { + "code": "NWL", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NHAIUS33NWL" + } + }, + { + "code": "LIQ", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NHAIUS33LIQ" + } + } + ] + }, + { + "name": "NOMURA INTERNATIONAL TRUST COMPANY", + "short_code": "NMTB", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NMTBUS31" + } + } + ] + }, + { + "name": "NOMURA SECURITIES INTERNATIONAL INC.", + "short_code": "NMRI", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NMRIUS33" + } + }, + { + "code": "ICI", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NMRIUS33ICI" + } + }, + { + "code": "LIQ", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NMRIUS33LIQ" + } + }, + { + "code": "PBR", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NMRIUS33PBR" + } + } + ] + }, + { + "name": "NONGHYUP BANK, NEW YORK BRANCH", + "short_code": "NACF", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NACFUS33" + } + } + ] + }, + { + "name": "NORDDEUTSCHE LANDESBANK GIROZENTRALE", + "short_code": "NOLA", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOLAUS33" + } + } + ] + }, + { + "name": "NORDEA BANK ABP, NEW YORK BRANCH", + "short_code": "NDEA", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NDEAUS3N" + } + }, + { + "code": "UIF", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NDEAUS3NUIF" + } + } + ] + }, + { + "name": "NORDIC PARTNERS, NEW YORK", + "short_code": "NPNY", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NPNYUS31" + } + } + ] + }, + { + "name": "NORINCHUKIN BANK,NEW YORK BRANCH,THE", + "short_code": "NOCU", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOCUUS33" + } + } + ] + }, + { + "name": "NORRIS PERNE AND FRENCH LLP", + "short_code": "NPFP", + "branches": [ + { + "code": "", + "city": "GRAND RAPIDS", + "identifiers": { + "swift_code": "NPFPUS31" + } + } + ] + }, + { + "name": "NORTH AMERICAN BANKING COMPANY", + "short_code": "NABN", + "branches": [ + { + "code": "", + "city": "ROSEVILLE", + "identifiers": { + "swift_code": "NABNUS41" + } + } + ] + }, + { + "name": "NORTH AMERICAN DEVELOPMENT BANK", + "short_code": "NADB", + "branches": [ + { + "code": "", + "city": "SAN ANTONIO", + "identifiers": { + "swift_code": "NADBUS44" + } + } + ] + }, + { + "name": "NORTH DALLAS BANK AND TRUST CO.", + "short_code": "NDAT", + "branches": [ + { + "code": "", + "city": "DALLAS", + "identifiers": { + "swift_code": "NDATUS41" + } + } + ] + }, + { + "name": "NORTH SOUTH CAPITAL LLC", + "short_code": "NSCC", + "branches": [ + { + "code": "", + "city": "NEW LENOX", + "identifiers": { + "swift_code": "NSCCUS41" + } + } + ] + }, + { + "name": "NORTH SOUTH CAPITAL LLC", + "short_code": "NSCD", + "branches": [ + { + "code": "", + "city": "NEW LENOX", + "identifiers": { + "swift_code": "NSCDUS42" + } + } + ] + }, + { + "name": "NORTH STAR ASSET MANAGEMENT, INC.", + "short_code": "NSAN", + "branches": [ + { + "code": "", + "city": "MENASHA", + "identifiers": { + "swift_code": "NSANUS51" + } + } + ] + }, + { + "name": "NORTH STAR MANAGEMENT", + "short_code": "NOSM", + "branches": [ + { + "code": "", + "city": "PLYMOUTH MEETING", + "identifiers": { + "swift_code": "NOSMUS31" + } + } + ] + }, + { + "name": "NORTH/SOUTH FINANCIAL GROUP, INC.", + "short_code": "NOFG", + "branches": [ + { + "code": "", + "city": "BLACKLICK", + "identifiers": { + "swift_code": "NOFGUS31" + } + } + ] + }, + { + "name": "NORTHBROOK BANK AND TRUST CO, N.A.", + "short_code": "NBBT", + "branches": [ + { + "code": "", + "city": "NORTHBROOK", + "identifiers": { + "swift_code": "NBBTUS44" + } + } + ] + }, + { + "name": "NORTHEAST INVESTMENT MANAGEMENT INC", + "short_code": "NONM", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "NONMUS31" + } + } + ] + }, + { + "name": "NORTHERN BANK AND TRUST COMPANY", + "short_code": "NOTC", + "branches": [ + { + "code": "", + "city": "WOBURN", + "identifiers": { + "swift_code": "NOTCUS31" + } + } + ] + }, + { + "name": "NORTHERN CAPITAL MANAGEMENT LLC", + "short_code": "NOCA", + "branches": [ + { + "code": "", + "city": "MADISON", + "identifiers": { + "swift_code": "NOCAUS51" + } + } + ] + }, + { + "name": "NORTHERN OAK CAPITAL MANAGEMENT INC", + "short_code": "NOAG", + "branches": [ + { + "code": "", + "city": "MILWAUKEE", + "identifiers": { + "swift_code": "NOAGUS51" + } + } + ] + }, + { + "name": "NORTHERN STAR BANK", + "short_code": "NOTR", + "branches": [ + { + "code": "", + "city": "MANKATO", + "identifiers": { + "swift_code": "NOTRUS41" + } + } + ] + }, + { + "name": "NORTHERN STATE BANK OF THIEF RIVER FALLS", + "short_code": "NSBT", + "branches": [ + { + "code": "", + "city": "THIEF RIVER FALLS", + "identifiers": { + "swift_code": "NSBTUS44" + } + } + ] + }, + { + "name": "NORTHERN TRUST COMPANY, THE", + "short_code": "CNOR", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CNORUS44" + } + }, + { + "code": "GFT", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CNORUS44GFT" + } + }, + { + "code": "DAI", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CNORUS44DAI" + } + }, + { + "code": "SMK", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CNORUS44SMK" + } + }, + { + "code": "MMK", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CNORUS44MMK" + } + }, + { + "code": "MGT", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CNORUS44MGT" + } + }, + { + "code": "MIA", + "city": "MIAMI", + "identifiers": { + "swift_code": "CNORUS44MIA" + } + } + ] + }, + { + "name": "NORTHERN TRUST INTERNATIONAL BANKING CORPORATION, THE", + "short_code": "CNOR", + "branches": [ + { + "code": "", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "CNORUS33" + } + } + ] + }, + { + "name": "NORTHERN TRUST SECURITIES, INC.", + "short_code": "NTSI", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "NTSIUS44" + } + } + ] + }, + { + "name": "NORTHFIELD BANK", + "short_code": "NOTF", + "branches": [ + { + "code": "", + "city": "WOODBRIDGE", + "identifiers": { + "swift_code": "NOTFUS33" + } + } + ] + }, + { + "name": "NORTHLAND SECURITIES INC", + "short_code": "NOUE", + "branches": [ + { + "code": "", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "NOUEUS42" + } + }, + { + "code": "", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "NOUEUS43" + } + } + ] + }, + { + "name": "NORTHRIM BANK", + "short_code": "NOTI", + "branches": [ + { + "code": "", + "city": "ANCHORAGE", + "identifiers": { + "swift_code": "NOTIUS82" + } + } + ] + }, + { + "name": "NORTHSTAR CAPITAL INC.", + "short_code": "NOCT", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "NOCTUS31" + } + } + ] + }, + { + "name": "NORTHWAY BANK", + "short_code": "BECB", + "branches": [ + { + "code": "", + "city": "BERLIN", + "identifiers": { + "swift_code": "BECBUS31" + } + } + ] + }, + { + "name": "NORTHWEST BANK", + "short_code": "NWBI", + "branches": [ + { + "code": "", + "city": "WARREN", + "identifiers": { + "swift_code": "NWBIUS33" + } + } + ] + }, + { + "name": "NORTHWEST CAPITAL MANAGEMENT", + "short_code": "NOCN", + "branches": [ + { + "code": "", + "city": "LAKEWOOD", + "identifiers": { + "swift_code": "NOCNUS61" + } + } + ] + }, + { + "name": "NORWAY SAVINGS BANK", + "short_code": "NONA", + "branches": [ + { + "code": "", + "city": "NORWAY", + "identifiers": { + "swift_code": "NONAUS33" + } + } + ] + }, + { + "name": "NOTTINGHAM ADVISORS, INC.", + "short_code": "ELAN", + "branches": [ + { + "code": "", + "city": "WILLIAMSVILLE", + "identifiers": { + "swift_code": "ELANUS31" + } + } + ] + }, + { + "name": "NOTTINGHILL INVESTMENT ADVISERS, LTD.", + "short_code": "NOIA", + "branches": [ + { + "code": "", + "city": "CINCINNATI", + "identifiers": { + "swift_code": "NOIAUS31" + } + } + ] + }, + { + "name": "NTT DATA AMERICAS INC", + "short_code": "NTDA", + "branches": [ + { + "code": "", + "city": "PLANO", + "identifiers": { + "swift_code": "NTDAUS44" + } + } + ] + }, + { + "name": "NUANCE INVESTMENTS, LLC", + "short_code": "NUIC", + "branches": [ + { + "code": "", + "city": "KANSAS CITY", + "identifiers": { + "swift_code": "NUICUS44" + } + } + ] + }, + { + "name": "NUCOR CORPORATION", + "short_code": "NUCR", + "branches": [ + { + "code": "", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "NUCRUS33" + } + } + ] + }, + { + "name": "NUMERIC INVESTORS LLC", + "short_code": "NUIN", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "NUINUS33" + } + } + ] + }, + { + "name": "NUMIS SECURITIES INC.", + "short_code": "NUSU", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NUSUUS31" + } + } + ] + }, + { + "name": "NUVEEN INVESTMENTS", + "short_code": "NUVN", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "NUVNUS41" + } + } + ] + }, + { + "name": "NVIDIA CORPORATION", + "short_code": "NVDA", + "branches": [ + { + "code": "", + "city": "SANTA CLARA", + "identifiers": { + "swift_code": "NVDAUS6S" + } + }, + { + "code": "", + "city": "SANTA CLARA", + "identifiers": { + "swift_code": "NVDAUS6B" + } + } + ] + }, + { + "name": "NWQ INVESTMENT MANAGEMENT COMPANY LLC", + "short_code": "NIMO", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "NIMOUS61" + } + } + ] + }, + { + "name": "OAK ASSOCIATES, LTD", + "short_code": "OAAS", + "branches": [ + { + "code": "", + "city": "AKRON", + "identifiers": { + "swift_code": "OAASUS31" + } + } + ] + }, + { + "name": "OAK HILL ADVISORS, L.P.", + "short_code": "OAKP", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "OAKPUS31" + } + } + ] + }, + { + "name": "OAK RIDGE INVESTMENTS INC.", + "short_code": "OARI", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "OARIUS41" + } + }, + { + "code": "SET", + "city": "CHICAGO", + "identifiers": { + "swift_code": "OARIUS41SET" + } + } + ] + }, + { + "name": "OAKMONT CORPORATION", + "short_code": "OACO", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "OACOUS61" + } + } + ] + }, + { + "name": "OAKTREE CAPITAL MANAGEMENT, LP", + "short_code": "OCMT", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "OCMTUS6L" + } + }, + { + "code": "CSH", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "OCMTUS6LCSH" + } + }, + { + "code": "COR", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "OCMTUS6LCOR" + } + }, + { + "code": "FLT", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "OCMTUS6LFLT" + } + }, + { + "code": "TRA", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "OCMTUS6LTRA" + } + }, + { + "code": "TRY", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "OCMTUS6LTRY" + } + } + ] + }, + { + "name": "OAKTREE CAPITAL MANAGEMENT,LP", + "short_code": "OCMT", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "OCMTUS61" + } + } + ] + }, + { + "name": "OAKWOOD CAPITAL MANAGEMENT LLC", + "short_code": "OAKW", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "OAKWUS61" + } + } + ] + }, + { + "name": "OAKWORTH CAPITAL BANK", + "short_code": "OAAA", + "branches": [ + { + "code": "", + "city": "BIRMINGHAM", + "identifiers": { + "swift_code": "OAAAUS41" + } + } + ] + }, + { + "name": "OANDA CORPORATION", + "short_code": "OAND", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "OANDUS31" + } + }, + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "OANDUS61" + } + } + ] + }, + { + "name": "OAS STAFF FEDERAL CREDIT UNION", + "short_code": "OFCU", + "branches": [ + { + "code": "", + "city": "WASHINGTON", + "identifiers": { + "swift_code": "OFCUUS31" + } + } + ] + }, + { + "name": "OBERWEIS ASSET MANAGEMENT", + "short_code": "OBAA", + "branches": [ + { + "code": "", + "city": "LISLE", + "identifiers": { + "swift_code": "OBAAUS41" + } + } + ] + }, + { + "name": "OCA, INC.", + "short_code": "OCAI", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "OCAIUS41" + } + } + ] + }, + { + "name": "OCCIDENTAL PETROLEUM CORPORATION", + "short_code": "OXYP", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "OXYPUS61" + } + } + ] + }, + { + "name": "OCEAN BANK", + "short_code": "OCBK", + "branches": [ + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "OCBKUS3M" + } + } + ] + }, + { + "name": "OCEAN SPRAY CRANBERRIES INC.", + "short_code": "OCSC", + "branches": [ + { + "code": "", + "city": "LAKEVILLE", + "identifiers": { + "swift_code": "OCSCUS33" + } + } + ] + }, + { + "name": "OCEANFIRST BANK, NATIONAL ASSOCIATION", + "short_code": "OCNS", + "branches": [ + { + "code": "", + "city": "RED BANK", + "identifiers": { + "swift_code": "OCNSUS33" + } + } + ] + }, + { + "name": "ODEON CAPITAL GROUP LLC", + "short_code": "OCGC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "OCGCUS32" + } + } + ] + }, + { + "name": "OFFIT BANK", + "short_code": "OFBA", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "OFBAUS31" + } + } + ] + }, + { + "name": "OHIO PUBLIC EMPLOYEES RETIREMENT SYSTEM", + "short_code": "OHPE", + "branches": [ + { + "code": "", + "city": "COLUMBUS", + "identifiers": { + "swift_code": "OHPEUS31" + } + } + ] + }, + { + "name": "OHIO TREASURER OF STATE", + "short_code": "OHTS", + "branches": [ + { + "code": "", + "city": "COLUMBUS", + "identifiers": { + "swift_code": "OHTSUS33" + } + } + ] + }, + { + "name": "OKABENA INVESTMENT SERVICES INC.", + "short_code": "OKIS", + "branches": [ + { + "code": "", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "OKISUS41" + } + } + ] + }, + { + "name": "OLD NATIONAL BANK", + "short_code": "OLNA", + "branches": [ + { + "code": "", + "city": "EVANSVILLE", + "identifiers": { + "swift_code": "OLNAUS44" + } + } + ] + }, + { + "name": "OLD PLANK TRAIL COMMUNITY BANK", + "short_code": "OPTB", + "branches": [ + { + "code": "", + "city": "MOKENA", + "identifiers": { + "swift_code": "OPTBUS44" + } + } + ] + }, + { + "name": "OLD REPUBLIC INTERNATIONAL CORPORATION", + "short_code": "ORIP", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "ORIPUS44" + } + } + ] + }, + { + "name": "OLD SECOND NATIONAL BANK", + "short_code": "OLSN", + "branches": [ + { + "code": "", + "city": "AURORA", + "identifiers": { + "swift_code": "OLSNUS44" + } + } + ] + }, + { + "name": "OLD WEST INVESTMENT MANAGEMENT, LLC", + "short_code": "OWIM", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "OWIMUS61" + } + } + ] + }, + { + "name": "OLIN CORPORATION", + "short_code": "OLCO", + "branches": [ + { + "code": "", + "city": "CLAYTON", + "identifiers": { + "swift_code": "OLCOUS44" + } + } + ] + }, + { + "name": "OLIVETREE USA LLC", + "short_code": "OLVT", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "OLVTUS31" + } + } + ] + }, + { + "name": "OLSTEIN CAPITAL MANAGEMENT, L.P.", + "short_code": "OLAS", + "branches": [ + { + "code": "", + "city": "PURCHASE", + "identifiers": { + "swift_code": "OLASUS31" + } + } + ] + }, + { + "name": "OLYMPIC HOLDINGS, LLC.", + "short_code": "OLHC", + "branches": [ + { + "code": "", + "city": "WESTLAKE VILLAGE", + "identifiers": { + "swift_code": "OLHCUS61" + } + } + ] + }, + { + "name": "OLYMPUS CORPORATION OF THE AMERICAS", + "short_code": "OLYM", + "branches": [ + { + "code": "", + "city": "CENTER VALLEY", + "identifiers": { + "swift_code": "OLYMUS3P" + } + } + ] + }, + { + "name": "ONE SANTA FE LIHTC LLC", + "short_code": "OSLL", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "OSLLUS31" + } + } + ] + }, + { + "name": "ONEAMERICA ASSET MANAGEMENT, LLC", + "short_code": "OAAC", + "branches": [ + { + "code": "", + "city": "INDIANAPOLIS", + "identifiers": { + "swift_code": "OAACUS33" + } + } + ] + }, + { + "name": "ONECHICAGO LLC", + "short_code": "XOCH", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "XOCHUS41" + } + } + ] + }, + { + "name": "ONEMAIN HOLDINGS INC.", + "short_code": "ONEH", + "branches": [ + { + "code": "", + "city": "EVANSVILLE", + "identifiers": { + "swift_code": "ONEHUS44" + } + } + ] + }, + { + "name": "ONEX CREDIT PARTNERS, LLC", + "short_code": "ONEX", + "branches": [ + { + "code": "", + "city": "ENGLEWOOD CLIFFS", + "identifiers": { + "swift_code": "ONEXUS32" + } + } + ] + }, + { + "name": "ONPOINT COMMUNITY CREDIT UNION", + "short_code": "OCCU", + "branches": [ + { + "code": "", + "city": "PORTLAND", + "identifiers": { + "swift_code": "OCCUUS66" + } + } + ] + }, + { + "name": "OPEN BANK", + "short_code": "FSTD", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "FSTDUS6L" + } + } + ] + }, + { + "name": "OPEN DOOR CAPITAL ADVISORS US LLC", + "short_code": "ODCA", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "ODCAUS61" + } + } + ] + }, + { + "name": "OPPENHEIMER AND CO, INC.", + "short_code": "OPPY", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "OPPYUS33" + } + } + ] + }, + { + "name": "OPPENHEIMER AND CO. INC", + "short_code": "CIOP", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "CIOPUS41" + } + } + ] + }, + { + "name": "OPPENHEIMER AND COMPANY", + "short_code": "OPCM", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "OPCMUS61" + } + } + ] + }, + { + "name": "OPTIMUM INVESTMENT ADVISORS LLC", + "short_code": "OPIA", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "OPIAUS41" + } + } + ] + }, + { + "name": "OPTIMUM QUANTVEST CORPORATION", + "short_code": "OPQC", + "branches": [ + { + "code": "", + "city": "STAMFORD", + "identifiers": { + "swift_code": "OPQCUS62" + } + } + ] + }, + { + "name": "OPTIMUMBANK", + "short_code": "OPTN", + "branches": [ + { + "code": "", + "city": "FORT LAUDERDALE", + "identifiers": { + "swift_code": "OPTNUS32" + } + } + ] + }, + { + "name": "OPTIONS CLEARING CORPORATION, THE", + "short_code": "TOCC", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "TOCCUS4C" + } + } + ] + }, + { + "name": "OPUS BANK", + "short_code": "OPSS", + "branches": [ + { + "code": "", + "city": "IRVINE", + "identifiers": { + "swift_code": "OPSSUS61" + } + } + ] + }, + { + "name": "OPUS INVESTMENT MANAGEMENT, INC.", + "short_code": "OPSM", + "branches": [ + { + "code": "", + "city": "WORCESTER", + "identifiers": { + "swift_code": "OPSMUS33" + } + } + ] + }, + { + "name": "ORANGE BANK AND TRUST COMPANY", + "short_code": "OCTR", + "branches": [ + { + "code": "", + "city": "MIDDLETOWN", + "identifiers": { + "swift_code": "OCTRUS31" + } + } + ] + }, + { + "name": "ORBIMED ADVISORS, LLC", + "short_code": "ORAD", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ORADUSN1" + } + } + ] + }, + { + "name": "OREAN MANAGEMENT, INC", + "short_code": "ORMG", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ORMGUS31" + } + } + ] + }, + { + "name": "OREGONIANS CREDIT UNION", + "short_code": "ORCU", + "branches": [ + { + "code": "", + "city": "MILWAUKIE", + "identifiers": { + "swift_code": "ORCUUS51" + } + } + ] + }, + { + "name": "ORIGIN BANK", + "short_code": "CTUU", + "branches": [ + { + "code": "", + "city": "RUSTON", + "identifiers": { + "swift_code": "CTUUUS44" + } + } + ] + }, + { + "name": "ORLEANS CAPITAL MANAGEMENT", + "short_code": "ORCG", + "branches": [ + { + "code": "", + "city": "NEW ORLEANS", + "identifiers": { + "swift_code": "ORCGUS41" + } + } + ] + }, + { + "name": "ORTHO-CLINICAL DIAGNOSTICS, INC.", + "short_code": "ORDI", + "branches": [ + { + "code": "", + "city": "RARITAN", + "identifiers": { + "swift_code": "ORDIUS33" + } + } + ] + }, + { + "name": "OSCAR GRUSS AND SON INCORPORATED", + "short_code": "OGSI", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "OGSIUS31" + } + } + ] + }, + { + "name": "OSI GROUP, LLC", + "short_code": "OSIL", + "branches": [ + { + "code": "", + "city": "AURORA", + "identifiers": { + "swift_code": "OSILUS44" + } + } + ] + }, + { + "name": "OSPREY PARTNERS INVESTMENT MANAGEMENT, LLC", + "short_code": "OPIM", + "branches": [ + { + "code": "", + "city": "SHREWSBURY", + "identifiers": { + "swift_code": "OPIMUS31" + } + } + ] + }, + { + "name": "OTC BULLETIN BOARD", + "short_code": "XOTC", + "branches": [ + { + "code": "", + "city": "WASHINGTON", + "identifiers": { + "swift_code": "XOTCUS31" + } + } + ] + }, + { + "name": "OTIS WORLDWIDE CORPORATION", + "short_code": "OTIS", + "branches": [ + { + "code": "", + "city": "FARMINGTON", + "identifiers": { + "swift_code": "OTISUS33" + } + } + ] + }, + { + "name": "OTR GLOBAL", + "short_code": "OTGL", + "branches": [ + { + "code": "", + "city": "PURCHASE", + "identifiers": { + "swift_code": "OTGLUS31" + } + } + ] + }, + { + "name": "OVERBROOK MANAGEMENT CORP", + "short_code": "OVMC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "OVMCUS31" + } + } + ] + }, + { + "name": "OVERSEA-CHINESE BANKING CORPORATION LIMITED", + "short_code": "OCBC", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "OCBCUS6L" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "OCBCUS33" + } + } + ] + }, + { + "name": "OXBOW CARBON LLC", + "short_code": "OXBO", + "branches": [ + { + "code": "", + "city": "WEST PALM BEACH", + "identifiers": { + "swift_code": "OXBOUS3M" + } + } + ] + }, + { + "name": "OZ MANAGEMENT LP", + "short_code": "MATG", + "branches": [ + { + "code": "", + "city": "DOVER", + "identifiers": { + "swift_code": "MATGUS31" + } + } + ] + }, + { + "name": "P SCHOENFELD ASSET MANAGEMENT LP", + "short_code": "PSAM", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PSAMUS33" + } + } + ] + }, + { + "name": "PACCAR INC", + "short_code": "PCRR", + "branches": [ + { + "code": "", + "city": "BELLEVUE", + "identifiers": { + "swift_code": "PCRRUS66" + } + } + ] + }, + { + "name": "PACER ADVISORS, INC.", + "short_code": "PACE", + "branches": [ + { + "code": "", + "city": "MALVERN", + "identifiers": { + "swift_code": "PACEUS32" + } + } + ] + }, + { + "name": "PACIFIC ALLIANCE BANK", + "short_code": "PALB", + "branches": [ + { + "code": "", + "city": "ROSEMEAD", + "identifiers": { + "swift_code": "PALBUS61" + } + } + ] + }, + { + "name": "PACIFIC COAST BANKERS' BANK", + "short_code": "PCBB", + "branches": [ + { + "code": "", + "city": "WALNUT CREEK", + "identifiers": { + "swift_code": "PCBBUS66" + } + } + ] + }, + { + "name": "PACIFIC GLOBAL INVESTMENT MANAGEMENT COMPANY", + "short_code": "PGIM", + "branches": [ + { + "code": "", + "city": "GLENDALE", + "identifiers": { + "swift_code": "PGIMUS61" + } + } + ] + }, + { + "name": "PACIFIC INVESTMENT MANAGEMENT CO.", + "short_code": "PIMC", + "branches": [ + { + "code": "", + "city": "NEWPORT BEACH", + "identifiers": { + "swift_code": "PIMCUS61" + } + }, + { + "code": "", + "city": "NEWPORT BEACH", + "identifiers": { + "swift_code": "PIMCUS66" + } + } + ] + }, + { + "name": "PACIFIC INVESTMENT MANAGEMENT COMPANY LLC", + "short_code": "PMMU", + "branches": [ + { + "code": "", + "city": "NEWPORT BEACH", + "identifiers": { + "swift_code": "PMMUUS61" + } + } + ] + }, + { + "name": "PACIFIC LIFE INSURANCE COMPANY", + "short_code": "PLIN", + "branches": [ + { + "code": "", + "city": "NEWPORT BEACH", + "identifiers": { + "swift_code": "PLINUS66" + } + }, + { + "code": "", + "city": "NEWPORT BEACH", + "identifiers": { + "swift_code": "PLINUS6B" + } + } + ] + }, + { + "name": "PACIFIC NATIONAL BANK", + "short_code": "PACI", + "branches": [ + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "PACIUS3M" + } + } + ] + }, + { + "name": "PACIFIC PREMIER BANK", + "short_code": "PPBI", + "branches": [ + { + "code": "", + "city": "COSTA MESA", + "identifiers": { + "swift_code": "PPBIUS66" + } + } + ] + }, + { + "name": "PACIFIC PREMIER BANK", + "short_code": "FRSS", + "branches": [ + { + "code": "", + "city": "DALLAS", + "identifiers": { + "swift_code": "FRSSUS41" + } + } + ] + }, + { + "name": "PACIFIC RIDGE CAPITAL PARTNERS, LLC", + "short_code": "PRPP", + "branches": [ + { + "code": "", + "city": "LAKE OSWEGO", + "identifiers": { + "swift_code": "PRPPUS61" + } + } + ] + }, + { + "name": "PADDOCK DRIVE CORPORATION", + "short_code": "EDAA", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "EDAAUS31" + } + } + ] + }, + { + "name": "PALISADE CAPITAL MANAGEMENT, L.L.C.", + "short_code": "PAAP", + "branches": [ + { + "code": "", + "city": "FORT LEE", + "identifiers": { + "swift_code": "PAAPUS31" + } + } + ] + }, + { + "name": "PALL CORPORATION", + "short_code": "PALC", + "branches": [ + { + "code": "", + "city": "LONG ISLAND", + "identifiers": { + "swift_code": "PALCUS33" + } + } + ] + }, + { + "name": "PALLADIUM PARTNERS LLC", + "short_code": "PAPL", + "branches": [ + { + "code": "", + "city": "NORFOLK", + "identifiers": { + "swift_code": "PAPLUS31" + } + } + ] + }, + { + "name": "PALMER SQUARE CAPITAL MANAGEMENT LLC", + "short_code": "PLMR", + "branches": [ + { + "code": "", + "city": "KANSAS CITY", + "identifiers": { + "swift_code": "PLMRUS44" + } + } + ] + }, + { + "name": "PALOMA RHEEM INVESTMENTS, INC.", + "short_code": "PHIT", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PHITUS33" + } + } + ] + }, + { + "name": "PALOMA SECURITIES L.L.C.", + "short_code": "PSLL", + "branches": [ + { + "code": "", + "city": "GREENWICH", + "identifiers": { + "swift_code": "PSLLUS31" + } + } + ] + }, + { + "name": "PAN AMERICAN SANITARY BUREAU", + "short_code": "PAAB", + "branches": [ + { + "code": "", + "city": "WASHINGTON", + "identifiers": { + "swift_code": "PAABUS33" + } + } + ] + }, + { + "name": "PAN-AMERICAN LIFE INSURANCE COMPANY", + "short_code": "PLNC", + "branches": [ + { + "code": "", + "city": "NEW ORLEANS", + "identifiers": { + "swift_code": "PLNCUS44" + } + } + ] + }, + { + "name": "PANAGORA ASSET MANAGEMENT, INC.", + "short_code": "PANG", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "PANGUS31" + } + } + ] + }, + { + "name": "PANASONIC FINANCE, USA", + "short_code": "PANA", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PANAUS31" + } + } + ] + }, + { + "name": "PANPAY USA INC.", + "short_code": "PNUA", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "PNUAUS62" + } + } + ] + }, + { + "name": "PARA ADVISORS LLC", + "short_code": "ACLC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ACLCUS31" + } + } + ] + }, + { + "name": "PARADIGM ASSET MANAGEMENT COMPANY, LLC", + "short_code": "PAMN", + "branches": [ + { + "code": "", + "city": "WHITE PLAINS", + "identifiers": { + "swift_code": "PAMNUS31" + } + } + ] + }, + { + "name": "PARADISE BANK", + "short_code": "PAAD", + "branches": [ + { + "code": "", + "city": "BOCA RATON", + "identifiers": { + "swift_code": "PAADUS31" + } + } + ] + }, + { + "name": "PARALEL ADVISORS LLC", + "short_code": "PLRA", + "branches": [ + { + "code": "", + "city": "DENVER", + "identifiers": { + "swift_code": "PLRAUS52" + } + } + ] + }, + { + "name": "PARAMETRIC PORTFOLIO ASSOCIATES LLC", + "short_code": "PPSC", + "branches": [ + { + "code": "", + "city": "", + "identifiers": { + "swift_code": "PPSCUS62" + } + } + ] + }, + { + "name": "PARAMETRIC PORTOFOLIO ASSOCIATES LLC", + "short_code": "PAPA", + "branches": [ + { + "code": "", + "city": "SEATTLE", + "identifiers": { + "swift_code": "PAPAUS61" + } + } + ] + }, + { + "name": "PARAMOUNT GLOBAL", + "short_code": "VIAC", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "VIACUS33" + } + } + ] + }, + { + "name": "PARIBAS", + "short_code": "PARB", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "PARBUSH1" + } + } + ] + }, + { + "name": "PARIBAS SECURITIES (NY)", + "short_code": "PARS", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PARSUS31" + } + } + ] + }, + { + "name": "PARK BANK", + "short_code": "PSBA", + "branches": [ + { + "code": "", + "city": "MILWAUKEE", + "identifiers": { + "swift_code": "PSBAUS41" + } + } + ] + }, + { + "name": "PARK NATIONAL BANK", + "short_code": "PANO", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "PANOUS41" + } + } + ] + }, + { + "name": "PARK NATIONAL BANK", + "short_code": "PATI", + "branches": [ + { + "code": "", + "city": "NEWARK", + "identifiers": { + "swift_code": "PATIUS31" + } + } + ] + }, + { + "name": "PARKE BANK", + "short_code": "PAKE", + "branches": [ + { + "code": "", + "city": "SEWELL", + "identifiers": { + "swift_code": "PAKEUS32" + } + } + ] + }, + { + "name": "PARKER-HANNIFIN CORPORATION", + "short_code": "PHAN", + "branches": [ + { + "code": "", + "city": "CLEVELAND", + "identifiers": { + "swift_code": "PHANUS33" + } + } + ] + }, + { + "name": "PARKSIDE FINANCIAL BANK AND TRUST", + "short_code": "PALU", + "branches": [ + { + "code": "", + "city": "CLAYTON", + "identifiers": { + "swift_code": "PALUUS44" + } + } + ] + }, + { + "name": "PARSEC FINANCIAL MANAGEMENT, INC.", + "short_code": "PAFM", + "branches": [ + { + "code": "", + "city": "ASHEVILLE", + "identifiers": { + "swift_code": "PAFMUS31" + } + } + ] + }, + { + "name": "PARTNER FUND MANAGEMENT, LP", + "short_code": "PAFG", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "PAFGUS61" + } + } + ] + }, + { + "name": "PARTNERRE ASSET MANAGEMENT CORPORATION", + "short_code": "PTAM", + "branches": [ + { + "code": "", + "city": "STAMFORD", + "identifiers": { + "swift_code": "PTAMUS33" + } + } + ] + }, + { + "name": "PARTNERS CAPITAL INVESTMENT GROUP, LLP", + "short_code": "PCIG", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "PCIGUS33" + } + } + ] + }, + { + "name": "PASCO INVESTMENT ADVISORS", + "short_code": "PAIA", + "branches": [ + { + "code": "", + "city": "WESTFIELD", + "identifiers": { + "swift_code": "PAIAUS31" + } + } + ] + }, + { + "name": "PATIENT CAPITAL MANAGEMENT, LLC", + "short_code": "PPNL", + "branches": [ + { + "code": "", + "city": "BALTIMORE", + "identifiers": { + "swift_code": "PPNLUS32" + } + } + ] + }, + { + "name": "PATRIOT WEALTH MANAGEMENT, INC", + "short_code": "PAWM", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "PAWMUS41" + } + } + ] + }, + { + "name": "PATTEN AND PATTEN", + "short_code": "PAPT", + "branches": [ + { + "code": "", + "city": "CHATTANOOGA", + "identifiers": { + "swift_code": "PAPTUS41" + } + } + ] + }, + { + "name": "PAUL MANNERS AND ASSOCIATES, INC.", + "short_code": "PAMS", + "branches": [ + { + "code": "", + "city": "ATLANTA", + "identifiers": { + "swift_code": "PAMSUS31" + } + } + ] + }, + { + "name": "PAUL SCHERER AND COMPANY", + "short_code": "PSCH", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PSCHUS31" + } + } + ] + }, + { + "name": "PAULSON AND COMPANY INC", + "short_code": "PAUC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PAUCUS31" + } + } + ] + }, + { + "name": "PAXOS TRUST COMPANY, LLC", + "short_code": "PXOS", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PXOSUS33" + } + }, + { + "code": "001", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PXOSUS33001" + } + }, + { + "code": "002", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PXOSUS33002" + } + }, + { + "code": "003", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PXOSUS33003" + } + }, + { + "code": "004", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PXOSUS33004" + } + }, + { + "code": "005", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PXOSUS33005" + } + }, + { + "code": "006", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PXOSUS33006" + } + }, + { + "code": "007", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PXOSUS33007" + } + }, + { + "code": "008", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PXOSUS33008" + } + }, + { + "code": "009", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PXOSUS33009" + } + }, + { + "code": "010", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PXOSUS33010" + } + }, + { + "code": "011", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PXOSUS33011" + } + }, + { + "code": "012", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PXOSUS33012" + } + }, + { + "code": "013", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PXOSUS33013" + } + }, + { + "code": "014", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PXOSUS33014" + } + }, + { + "code": "015", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PXOSUS33015" + } + }, + { + "code": "016", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PXOSUS33016" + } + }, + { + "code": "017", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PXOSUS33017" + } + }, + { + "code": "018", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PXOSUS33018" + } + }, + { + "code": "019", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PXOSUS33019" + } + }, + { + "code": "020", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PXOSUS33020" + } + }, + { + "code": "021", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PXOSUS33021" + } + }, + { + "code": "022", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PXOSUS33022" + } + }, + { + "code": "023", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PXOSUS33023" + } + }, + { + "code": "024", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PXOSUS33024" + } + }, + { + "code": "025", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PXOSUS33025" + } + }, + { + "code": "026", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PXOSUS33026" + } + }, + { + "code": "027", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PXOSUS33027" + } + }, + { + "code": "028", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PXOSUS33028" + } + }, + { + "code": "029", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PXOSUS33029" + } + }, + { + "code": "030", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PXOSUS33030" + } + }, + { + "code": "031", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PXOSUS33031" + } + }, + { + "code": "032", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PXOSUS33032" + } + }, + { + "code": "033", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PXOSUS33033" + } + }, + { + "code": "034", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PXOSUS33034" + } + }, + { + "code": "035", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PXOSUS33035" + } + }, + { + "code": "036", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PXOSUS33036" + } + }, + { + "code": "COM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PXOSUS33COM" + } + }, + { + "code": "SEC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PXOSUS33SEC" + } + }, + { + "code": "CUS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PXOSUS33CUS" + } + } + ] + }, + { + "name": "PAYCOMMERCE INC.", + "short_code": "PAYC", + "branches": [ + { + "code": "", + "city": "MATAWAN", + "identifiers": { + "swift_code": "PAYCUS31" + } + } + ] + }, + { + "name": "PAYDEN AND RYGEL", + "short_code": "PYDN", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "PYDNUS61" + } + }, + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "PYDNUS66" + } + } + ] + }, + { + "name": "PAYONEER INC", + "short_code": "PAYN", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PAYNUS33" + } + } + ] + }, + { + "name": "PAYPAL INC.", + "short_code": "PPAL", + "branches": [ + { + "code": "", + "city": "SAN JOSE", + "identifiers": { + "swift_code": "PPALUS61" + } + }, + { + "code": "", + "city": "SAN JOSE", + "identifiers": { + "swift_code": "PPALUS66" + } + }, + { + "code": "", + "city": "SAN JOSE", + "identifiers": { + "swift_code": "PPALUS62" + } + }, + { + "code": "", + "city": "SAN JOSE", + "identifiers": { + "swift_code": "PPALUS6B" + } + } + ] + }, + { + "name": "PAYSEND US LLC", + "short_code": "PYLC", + "branches": [ + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "PYLCUS32" + } + } + ] + }, + { + "name": "PCB BANK", + "short_code": "PACB", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "PACBUS6L" + } + } + ] + }, + { + "name": "PCM INTERNATIONAL INC.", + "short_code": "PCIN", + "branches": [ + { + "code": "", + "city": "SHORT HILLS", + "identifiers": { + "swift_code": "PCINUS31" + } + } + ] + }, + { + "name": "PCSB BANK", + "short_code": "CMSB", + "branches": [ + { + "code": "", + "city": "MOUNT VERNON", + "identifiers": { + "swift_code": "CMSBUS31" + } + } + ] + }, + { + "name": "PE GLOBAL PARTNERS LLC", + "short_code": "GLPL", + "branches": [ + { + "code": "", + "city": "ESCONDIDO", + "identifiers": { + "swift_code": "GLPLUS62" + } + } + ] + }, + { + "name": "PEAPACK GLADSTONE BANK", + "short_code": "PEGL", + "branches": [ + { + "code": "", + "city": "BEDMINSTER", + "identifiers": { + "swift_code": "PEGLUS33" + } + } + ] + }, + { + "name": "PECKS MANAGEMENT PARTNERS, LTD.", + "short_code": "PEMP", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PEMPUS31" + } + } + ] + }, + { + "name": "PEEL HUNT INC.", + "short_code": "PEHN", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PEHNUS31" + } + } + ] + }, + { + "name": "PEGASUS BANK", + "short_code": "PEGU", + "branches": [ + { + "code": "", + "city": "DALLAS", + "identifiers": { + "swift_code": "PEGUUS44" + } + } + ] + }, + { + "name": "PEGASUS PARTNERS, LTD.", + "short_code": "PEPE", + "branches": [ + { + "code": "", + "city": "MEQUON", + "identifiers": { + "swift_code": "PEPEUS41" + } + } + ] + }, + { + "name": "PENDO, LLC", + "short_code": "PELL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PELLUS31" + } + } + ] + }, + { + "name": "PENINSULA ASSET MANAGEMENT INC.", + "short_code": "PEAA", + "branches": [ + { + "code": "", + "city": "BRADENTON", + "identifiers": { + "swift_code": "PEAAUS31" + } + } + ] + }, + { + "name": "PENN CAPITAL MANAGEMENT", + "short_code": "PECN", + "branches": [ + { + "code": "B02", + "city": "CHERRY HILL", + "identifiers": { + "swift_code": "PECNUS31B02" + } + }, + { + "code": "", + "city": "CHERRY HILL", + "identifiers": { + "swift_code": "PECNUS31" + } + } + ] + }, + { + "name": "PENN COMMUNITY BANK", + "short_code": "PECY", + "branches": [ + { + "code": "", + "city": "BRISTOL", + "identifiers": { + "swift_code": "PECYUS32" + } + } + ] + }, + { + "name": "PENN MUTUAL ASSET MANAGEMENT, LLC", + "short_code": "PNMT", + "branches": [ + { + "code": "", + "city": "HORSHAM", + "identifiers": { + "swift_code": "PNMTUS33" + } + } + ] + }, + { + "name": "PENNSYLVANIA STATE EMPLOYEES CREDIT UNION", + "short_code": "PSEM", + "branches": [ + { + "code": "", + "city": "HARRISBURG", + "identifiers": { + "swift_code": "PSEMUS31" + } + } + ] + }, + { + "name": "PENNSYLVANIA TRUST COMPANY, THE", + "short_code": "PETM", + "branches": [ + { + "code": "", + "city": "RADNOR", + "identifiers": { + "swift_code": "PETMUS31" + } + } + ] + }, + { + "name": "PENSCO TRUST COMPANY", + "short_code": "PETY", + "branches": [ + { + "code": "", + "city": "DENVER", + "identifiers": { + "swift_code": "PETYUS52" + } + } + ] + }, + { + "name": "PENSERRA SECURITIES LLC", + "short_code": "PESL", + "branches": [ + { + "code": "", + "city": "ORINDA", + "identifiers": { + "swift_code": "PESLUS31" + } + } + ] + }, + { + "name": "PENSKE TRUCK LEASING CO., L.P.", + "short_code": "PSKL", + "branches": [ + { + "code": "", + "city": "READING", + "identifiers": { + "swift_code": "PSKLUS33" + } + } + ] + }, + { + "name": "PENTECOST CAPITAL MANAGEMENT", + "short_code": "PECT", + "branches": [ + { + "code": "", + "city": "TULSA", + "identifiers": { + "swift_code": "PECTUS41" + } + } + ] + }, + { + "name": "PENTUCKET BANK", + "short_code": "PENU", + "branches": [ + { + "code": "", + "city": "HAVERHILL", + "identifiers": { + "swift_code": "PENUUS42" + } + } + ] + }, + { + "name": "PEOPLE'S UNITED BANK, NATIONAL ASSOCIATION", + "short_code": "TRCH", + "branches": [ + { + "code": "", + "city": "BURLINGTON", + "identifiers": { + "swift_code": "TRCHUS31" + } + } + ] + }, + { + "name": "PEOPLES BANK", + "short_code": "PEOL", + "branches": [ + { + "code": "", + "city": "BELLINGHAM", + "identifiers": { + "swift_code": "PEOLUS66" + } + } + ] + }, + { + "name": "PEOPLES BANK", + "short_code": "PELP", + "branches": [ + { + "code": "", + "city": "MARIETTA", + "identifiers": { + "swift_code": "PELPUS33" + } + } + ] + }, + { + "name": "PEOPLES BANK AND TRUST COMPANY", + "short_code": "PETC", + "branches": [ + { + "code": "", + "city": "MCPHERSON", + "identifiers": { + "swift_code": "PETCUS41" + } + } + ] + }, + { + "name": "PEOPLES NATIONAL BANK, N.A.", + "short_code": "PENL", + "branches": [ + { + "code": "", + "city": "MOUNT VERNON", + "identifiers": { + "swift_code": "PENLUS41" + } + } + ] + }, + { + "name": "PEOPLES SECURITIES INC.", + "short_code": "PEOC", + "branches": [ + { + "code": "", + "city": "BRIDGEPORT", + "identifiers": { + "swift_code": "PEOCUS31" + } + } + ] + }, + { + "name": "PEOPLESBANK, A CODORUS VALLEY COMPANY", + "short_code": "PBCV", + "branches": [ + { + "code": "", + "city": "YORK", + "identifiers": { + "swift_code": "PBCVUS33" + } + } + ] + }, + { + "name": "PEPPERDINE UNIVERSITY", + "short_code": "PEUN", + "branches": [ + { + "code": "", + "city": "MALIBU", + "identifiers": { + "swift_code": "PEUNUS61" + } + } + ] + }, + { + "name": "PEPSICO, INC.", + "short_code": "PEPI", + "branches": [ + { + "code": "", + "city": "PURCHASE", + "identifiers": { + "swift_code": "PEPIUS33" + } + } + ] + }, + { + "name": "PEREGRINE CAPITAL MANAGEMENT, LLC", + "short_code": "PCTC", + "branches": [ + { + "code": "", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "PCTCUS44" + } + } + ] + }, + { + "name": "PEREGRINE FINANCIAL CORPORATION", + "short_code": "PEFC", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "PEFCUS31" + } + } + ] + }, + { + "name": "PERFORMA LIMITED (US), LLC", + "short_code": "PFMA", + "branches": [ + { + "code": "", + "city": "CHARLESTON", + "identifiers": { + "swift_code": "PFMAUS33" + } + } + ] + }, + { + "name": "PERFORMANCE SPECIALTY PRODUCTS INTL, INC.", + "short_code": "PSPT", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "PSPTUS33" + } + } + ] + }, + { + "name": "PERIGON WEALTH MANAGEMENT, LLC.", + "short_code": "PWMC", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "PWMCUS61" + } + } + ] + }, + { + "name": "PERKINS CAPITAL MANAGEMENT, INC.", + "short_code": "PECG", + "branches": [ + { + "code": "", + "city": "WAYZATA", + "identifiers": { + "swift_code": "PECGUS41" + } + } + ] + }, + { + "name": "PERSHING LLC", + "short_code": "PRSH", + "branches": [ + { + "code": "", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "PRSHUS33" + } + }, + { + "code": "", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "PRSHUS3A" + } + }, + { + "code": "BCC", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "PRSHUS33BCC" + } + } + ] + }, + { + "name": "PETER B. CANNELL AND CO., INC.", + "short_code": "PECL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PECLUS31" + } + } + ] + }, + { + "name": "PETERS AND COMPANY", + "short_code": "PTRS", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "PTRSUS41" + } + } + ] + }, + { + "name": "PFM ASSET MANAGEMENT LLC", + "short_code": "PFMT", + "branches": [ + { + "code": "", + "city": "HARRISBURG", + "identifiers": { + "swift_code": "PFMTUS33" + } + } + ] + }, + { + "name": "PGIM QUANTITATIVE SOLUTIONS LLC", + "short_code": "QMAC", + "branches": [ + { + "code": "", + "city": "NEWARK", + "identifiers": { + "swift_code": "QMACUS33" + } + } + ] + }, + { + "name": "PGIM, INC.", + "short_code": "PRUI", + "branches": [ + { + "code": "", + "city": "NEWARK", + "identifiers": { + "swift_code": "PRUIUS33" + } + }, + { + "code": "", + "city": "NEWARK", + "identifiers": { + "swift_code": "PRUIUS3F" + } + } + ] + }, + { + "name": "PHALANX CAPITAL MANAGEMENT LLC", + "short_code": "PCGC", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "PCGCUS41" + } + } + ] + }, + { + "name": "PHARMACEUTICAL PRODUCT DEVELOPMENT", + "short_code": "PPDI", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "PPDIUS33" + } + } + ] + }, + { + "name": "PHILADELPHIA BOARD OF TRADE", + "short_code": "XPBT", + "branches": [ + { + "code": "", + "city": "PHILADELPHIA", + "identifiers": { + "swift_code": "XPBTUS31" + } + } + ] + }, + { + "name": "PHILADELPHIA FINANCIAL MANAGEMENT OF SAN FRANCISCO, LLC", + "short_code": "PFMS", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "PFMSUS61" + } + } + ] + }, + { + "name": "PHILADELPHIA INVESTMENT MANAGEMENT", + "short_code": "PHIM", + "branches": [ + { + "code": "", + "city": "PHILADELPHIA", + "identifiers": { + "swift_code": "PHIMUS31" + } + } + ] + }, + { + "name": "PHILADELPHIA STOCK EXCHANGE FOUNDATION", + "short_code": "XPHL", + "branches": [ + { + "code": "", + "city": "PHILADELPHIA", + "identifiers": { + "swift_code": "XPHLUS31" + } + } + ] + }, + { + "name": "PHILADELPHIA TRUST COMPANY, THE", + "short_code": "PHTO", + "branches": [ + { + "code": "", + "city": "PHILADELPHIA", + "identifiers": { + "swift_code": "PHTOUS31" + } + } + ] + }, + { + "name": "PHILIP MORRIS INTERNATIONAL INC", + "short_code": "PMIC", + "branches": [ + { + "code": "", + "city": "STAMFORD", + "identifiers": { + "swift_code": "PMICUS33" + } + } + ] + }, + { + "name": "PHILIPPINE NATIONAL BANK (NEW YORK BRANCH)", + "short_code": "PNBM", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PNBMUS31" + } + } + ] + }, + { + "name": "PHOCAS FINANCIAL CORPORATION", + "short_code": "PHFC", + "branches": [ + { + "code": "", + "city": "ALAMEDA", + "identifiers": { + "swift_code": "PHFCUS61" + } + } + ] + }, + { + "name": "PICOCO LLC", + "short_code": "PLLC", + "branches": [ + { + "code": "", + "city": "NEWPORT BEACH", + "identifiers": { + "swift_code": "PLLCUS61" + } + } + ] + }, + { + "name": "PIEDMONT CAPITAL MANAGEMENT CORPORATION", + "short_code": "PCMC", + "branches": [ + { + "code": "", + "city": "RICHMOND", + "identifiers": { + "swift_code": "PCMCUS31" + } + } + ] + }, + { + "name": "PIKES PEAK NATIONAL BANK", + "short_code": "PPEA", + "branches": [ + { + "code": "", + "city": "COLORADO SPRINGS", + "identifiers": { + "swift_code": "PPEAUS55" + } + } + ] + }, + { + "name": "PILLAR POINT EQUITY MANAGEMENT", + "short_code": "PPEM", + "branches": [ + { + "code": "", + "city": "DALY CITY", + "identifiers": { + "swift_code": "PPEMUS61" + } + } + ] + }, + { + "name": "PILOT 2016-A LLC", + "short_code": "PLCC", + "branches": [ + { + "code": "", + "city": "ATLANTA", + "identifiers": { + "swift_code": "PLCCUS31" + } + } + ] + }, + { + "name": "PILOT 2017-A LLC", + "short_code": "PLCC", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "PLCCUSA1" + } + } + ] + }, + { + "name": "PILOT PLATFORM INC.", + "short_code": "PIPA", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "PIPAUS62" + } + } + ] + }, + { + "name": "PIN OAK CAPITAL, LTD.", + "short_code": "PIOC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PIOCUS31" + } + } + ] + }, + { + "name": "PINE RIVER CAPITAL MANAGEMENT LP", + "short_code": "PRLM", + "branches": [ + { + "code": "", + "city": "MINNETONKA", + "identifiers": { + "swift_code": "PRLMUS41" + } + } + ] + }, + { + "name": "PINNACLE ASSOCIATES LTD.", + "short_code": "PIAS", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PIASUS31" + } + } + ] + }, + { + "name": "PINNACLE BANK", + "short_code": "PIAC", + "branches": [ + { + "code": "", + "city": "FORT WORTH", + "identifiers": { + "swift_code": "PIACUS44" + } + } + ] + }, + { + "name": "PINNACLE BANK", + "short_code": "PINL", + "branches": [ + { + "code": "", + "city": "GRETNA", + "identifiers": { + "swift_code": "PINLUS44" + } + } + ] + }, + { + "name": "PINNACLE BANK", + "short_code": "PNFP", + "branches": [ + { + "code": "", + "city": "NASHVILLE", + "identifiers": { + "swift_code": "PNFPUS44" + } + } + ] + }, + { + "name": "PIONEER MUTUAL FUNDS", + "short_code": "PIMU", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "PIMUUS31" + } + } + ] + }, + { + "name": "PIPER, JAFFRAY AND HOPWOOD", + "short_code": "PJHO", + "branches": [ + { + "code": "", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "PJHOUS41" + } + } + ] + }, + { + "name": "PISCATAQUA SAVINGS BANK", + "short_code": "PISV", + "branches": [ + { + "code": "", + "city": "PORTSMOUTH", + "identifiers": { + "swift_code": "PISVUS32" + } + } + ] + }, + { + "name": "PITCAIRN FINANCIAL MANAGEMENT GROUP", + "short_code": "PFMG", + "branches": [ + { + "code": "", + "city": "JENKINTOWN", + "identifiers": { + "swift_code": "PFMGUS31" + } + } + ] + }, + { + "name": "PITNEY BOWES INC", + "short_code": "PITB", + "branches": [ + { + "code": "", + "city": "STAMFORD", + "identifiers": { + "swift_code": "PITBUS33" + } + } + ] + }, + { + "name": "PLAINS STATE BANK", + "short_code": "PLST", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "PLSTUS4H" + } + } + ] + }, + { + "name": "PLAINSCAPITAL BANK", + "short_code": "PLAS", + "branches": [ + { + "code": "", + "city": "DALLAS", + "identifiers": { + "swift_code": "PLASUS44" + } + } + ] + }, + { + "name": "PLATINUM BANK", + "short_code": "PLTN", + "branches": [ + { + "code": "", + "city": "OAKDALE", + "identifiers": { + "swift_code": "PLTNUS44" + } + } + ] + }, + { + "name": "PLATTE RIVER EQUITY III, L.P.", + "short_code": "PRAL", + "branches": [ + { + "code": "", + "city": "DENVER", + "identifiers": { + "swift_code": "PRALUS51" + } + } + ] + }, + { + "name": "PLAYSTUDIOS, INC.", + "short_code": "PLYS", + "branches": [ + { + "code": "", + "city": "LAS VEGAS", + "identifiers": { + "swift_code": "PLYSUS66" + } + } + ] + }, + { + "name": "PLAZA PARK STATE BANK", + "short_code": "PLPS", + "branches": [ + { + "code": "", + "city": "WAITE PARK", + "identifiers": { + "swift_code": "PLPSUS41" + } + } + ] + }, + { + "name": "PMA SECURITIES LLC.", + "short_code": "PMAT", + "branches": [ + { + "code": "", + "city": "NAPERVILLE", + "identifiers": { + "swift_code": "PMATUS44" + } + } + ] + }, + { + "name": "PNC BANK, N.A.", + "short_code": "PNCC", + "branches": [ + { + "code": "ENJ", + "city": "EAST BRUNSWICK", + "identifiers": { + "swift_code": "PNCCUS33ENJ" + } + }, + { + "code": "", + "city": "PHILADELPHIA", + "identifiers": { + "swift_code": "PNCCUS3C" + } + }, + { + "code": "CRX", + "city": "PHILADELPHIA", + "identifiers": { + "swift_code": "PNCCUS3CCRX" + } + }, + { + "code": "", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "PNCCUS33" + } + }, + { + "code": "CMG", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "PNCCUS31CMG" + } + }, + { + "code": "FXO", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "PNCCUS31FXO" + } + } + ] + }, + { + "name": "PNC BANK, NATIONAL ASSOCIATION", + "short_code": "MFSS", + "branches": [ + { + "code": "", + "city": "CALRENDON HILLS", + "identifiers": { + "swift_code": "MFSSUS41" + } + } + ] + }, + { + "name": "PNC BANK, NATIONAL ASSOCIATION", + "short_code": "WTRC", + "branches": [ + { + "code": "", + "city": "WESTMINSTER", + "identifiers": { + "swift_code": "WTRCUS31" + } + } + ] + }, + { + "name": "POINTER CAPITAL LLC", + "short_code": "PCAC", + "branches": [ + { + "code": "", + "city": "ATLANTA", + "identifiers": { + "swift_code": "PCACUS31" + } + } + ] + }, + { + "name": "POLARIS CAPITAL MANAGEMENT, LLC", + "short_code": "PCNL", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "PCNLUS31" + } + } + ] + }, + { + "name": "POLEN CAPITAL MANAGEMENT, L.L.C.", + "short_code": "POCN", + "branches": [ + { + "code": "", + "city": "TAMPA", + "identifiers": { + "swift_code": "POCNUS31" + } + } + ] + }, + { + "name": "POLISH AND SLAVIC FEDERAL CREDIT UNION", + "short_code": "PSFC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PSFCUS33" + } + } + ] + }, + { + "name": "POPULAR BANK", + "short_code": "PONA", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PONAUS33" + } + } + ] + }, + { + "name": "PORT CAPITAL LLC", + "short_code": "POCC", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "POCCUS41" + } + } + ] + }, + { + "name": "PORTFOLIO CAPITAL MANAGEMENT", + "short_code": "POCM", + "branches": [ + { + "code": "", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "POCMUS31" + } + } + ] + }, + { + "name": "PORTFOLIO GROUP, THE", + "short_code": "POGR", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "POGRUS31" + } + } + ] + }, + { + "name": "POTOMAC ASSET MANAGEMENT, INC.", + "short_code": "POAG", + "branches": [ + { + "code": "", + "city": "BETHESDA", + "identifiers": { + "swift_code": "POAGUS31" + } + } + ] + }, + { + "name": "POTTERS INDUSTRIES, LLC", + "short_code": "POIL", + "branches": [ + { + "code": "", + "city": "MALVERN", + "identifiers": { + "swift_code": "POILUS33" + } + } + ] + }, + { + "name": "PPL CORPORATION", + "short_code": "PPCA", + "branches": [ + { + "code": "", + "city": "ALLENTOWN", + "identifiers": { + "swift_code": "PPCAUS33" + } + } + ] + }, + { + "name": "PPM AMERICA INC.", + "short_code": "PPAE", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "PPAEUS44" + } + } + ] + }, + { + "name": "PPM AMERICA, INC", + "short_code": "PPAE", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "PPAEUS41" + } + } + ] + }, + { + "name": "PQ CORPORATION", + "short_code": "PQCO", + "branches": [ + { + "code": "", + "city": "MALVERN", + "identifiers": { + "swift_code": "PQCOUS33" + } + } + ] + }, + { + "name": "PRAESIDIUM INVESTMENT MANAGEMENT COMPANY, LLC", + "short_code": "PIMM", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PIMMUS32" + } + } + ] + }, + { + "name": "PREFERRED BANK", + "short_code": "PRFR", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "PRFRUS41" + } + }, + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "PRFRUS6L" + } + } + ] + }, + { + "name": "PRELUDE CAPITAL MANAGEMENT, LLC", + "short_code": "PCMN", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PCMNUS33" + } + } + ] + }, + { + "name": "PREMIER BANK", + "short_code": "HOSV", + "branches": [ + { + "code": "", + "city": "YOUNGSTOWN", + "identifiers": { + "swift_code": "HOSVUS33" + } + } + ] + }, + { + "name": "PRESCOTT GROUP CAPITAL MANAGEMENT, L.L.C.", + "short_code": "PGCM", + "branches": [ + { + "code": "", + "city": "TULSA", + "identifiers": { + "swift_code": "PGCMUS41" + } + } + ] + }, + { + "name": "PRESERVATION CAPITAL MANAGEMENT", + "short_code": "PRPA", + "branches": [ + { + "code": "", + "city": "KANSAS CITY", + "identifiers": { + "swift_code": "PRPAUS41" + } + } + ] + }, + { + "name": "PRH INVESTMENTS, LLC", + "short_code": "PRHI", + "branches": [ + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "PRHIUS3M" + } + } + ] + }, + { + "name": "PRIME ADVISORS, INC.", + "short_code": "PRAO", + "branches": [ + { + "code": "", + "city": "REDMOND", + "identifiers": { + "swift_code": "PRAOUS61" + } + } + ] + }, + { + "name": "PRIMECAP MANAGEMENT COMPANY", + "short_code": "PRMY", + "branches": [ + { + "code": "", + "city": "PASADENA", + "identifiers": { + "swift_code": "PRMYUS61" + } + } + ] + }, + { + "name": "PRINCETON CAPITAL MANAGEMENT", + "short_code": "PRPN", + "branches": [ + { + "code": "", + "city": "PRINCETON", + "identifiers": { + "swift_code": "PRPNUS31" + } + } + ] + }, + { + "name": "PRINCIPAL BANK", + "short_code": "PRLP", + "branches": [ + { + "code": "", + "city": "DES MOINES", + "identifiers": { + "swift_code": "PRLPUS42" + } + } + ] + }, + { + "name": "PRINCIPAL CAPITAL MANAGEMENT", + "short_code": "PCAM", + "branches": [ + { + "code": "", + "city": "DES MOINES", + "identifiers": { + "swift_code": "PCAMUS41" + } + } + ] + }, + { + "name": "PRINCIPAL GLOBAL INVESTORS, LLC", + "short_code": "PCME", + "branches": [ + { + "code": "", + "city": "DES MOINES", + "identifiers": { + "swift_code": "PCMEUS44" + } + } + ] + }, + { + "name": "PRINCIPAL MUTUAL LIFE INSURANCE CO.", + "short_code": "PMLI", + "branches": [ + { + "code": "", + "city": "DES MOINES", + "identifiers": { + "swift_code": "PMLIUS41" + } + } + ] + }, + { + "name": "PRIO WEALTH LIMITED PARTNERSHIP", + "short_code": "SEMC", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "SEMCUS31" + } + } + ] + }, + { + "name": "PRISM FINANCIAL PRODUCTS LP", + "short_code": "PRFD", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PRFDUS31" + } + } + ] + }, + { + "name": "PRISMVIEW, LLC", + "short_code": "SECT", + "branches": [ + { + "code": "", + "city": "SALT LAKE CITY", + "identifiers": { + "swift_code": "SECTUS71" + } + } + ] + }, + { + "name": "PRIVATE HARBOUR INVESTMENT MANAGEMENT AND COUNSEL, LLC", + "short_code": "PHIN", + "branches": [ + { + "code": "", + "city": "PEPPER PIKE", + "identifiers": { + "swift_code": "PHINUS31" + } + } + ] + }, + { + "name": "PRIVATE WEALTH PARTNERS LLC", + "short_code": "PWPL", + "branches": [ + { + "code": "", + "city": "LARKSPUR", + "identifiers": { + "swift_code": "PWPLUS61" + } + } + ] + }, + { + "name": "PRO MACH INC.", + "short_code": "PRMH", + "branches": [ + { + "code": "", + "city": "COVINGTON", + "identifiers": { + "swift_code": "PRMHUS33" + } + } + ] + }, + { + "name": "PROFIT INVESTMENT MANAGEMENT", + "short_code": "PRNG", + "branches": [ + { + "code": "", + "city": "SILVER SPRING", + "identifiers": { + "swift_code": "PRNGUS31" + } + } + ] + }, + { + "name": "PROGRESS INVESTMENT MANAGEMENT COMPANY, LLC", + "short_code": "PVMC", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "PVMCUS61" + } + } + ] + }, + { + "name": "PROGRESSIVE CASUALTY INSURANCE COMPANY", + "short_code": "PCIO", + "branches": [ + { + "code": "", + "city": "CLEVELAND", + "identifiers": { + "swift_code": "PCIOUS33" + } + } + ] + }, + { + "name": "PROLOGIS, L.P.", + "short_code": "AMBC", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "AMBCUS6L" + } + } + ] + }, + { + "name": "PROSPERITY ASSET MANAGEMENT, LLC", + "short_code": "PSNL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PSNLUS33" + } + } + ] + }, + { + "name": "PROSPERITY BANK", + "short_code": "PROY", + "branches": [ + { + "code": "", + "city": "EL CAMPO", + "identifiers": { + "swift_code": "PROYUS44" + } + } + ] + }, + { + "name": "PROTECTIVE LIFE INSURANCE COMPANY", + "short_code": "PLII", + "branches": [ + { + "code": "", + "city": "BIRMINGHAM", + "identifiers": { + "swift_code": "PLIIUS44" + } + } + ] + }, + { + "name": "PROVABLE MARKETS LLC", + "short_code": "PMLC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PMLCUS32" + } + } + ] + }, + { + "name": "PROVIDENCE PLACE LIHTC LLC", + "short_code": "PPLL", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "PPLLUS31" + } + } + ] + }, + { + "name": "PROVIDENT ADVISORS LLC", + "short_code": "PRDL", + "branches": [ + { + "code": "", + "city": "PLYMOUTH", + "identifiers": { + "swift_code": "PRDLUS41" + } + } + ] + }, + { + "name": "PROVIDENT INVESTORS LLC", + "short_code": "PRNL", + "branches": [ + { + "code": "", + "city": "PEWAUKEE", + "identifiers": { + "swift_code": "PRNLUS51" + } + } + ] + }, + { + "name": "PRUDENT MAN ADVISORS LLC", + "short_code": "PMDC", + "branches": [ + { + "code": "", + "city": "NAPERVILLE", + "identifiers": { + "swift_code": "PMDCUS44" + } + } + ] + }, + { + "name": "PRUDENTIAL FINANCIAL DERIVATIVES LLC", + "short_code": "PFDL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PFDLUS31" + } + } + ] + }, + { + "name": "PRUDENTIAL FINANCIAL, INC.", + "short_code": "PBSI", + "branches": [ + { + "code": "", + "city": "NEWARK", + "identifiers": { + "swift_code": "PBSIUS33" + } + }, + { + "code": "", + "city": "NEWARK", + "identifiers": { + "swift_code": "PBSIUS3A" + } + }, + { + "code": "TWS", + "city": "NEWARK", + "identifiers": { + "swift_code": "PBSIUS33TWS" + } + } + ] + }, + { + "name": "PRUDENTIAL GLOBAL FUNDING LLC", + "short_code": "PRGF", + "branches": [ + { + "code": "", + "city": "NEWARK", + "identifiers": { + "swift_code": "PRGFUS31" + } + } + ] + }, + { + "name": "PRUDENTIAL-BACHE GLOBAL MARKETS INC", + "short_code": "PBIB", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PBIBUS31" + } + } + ] + }, + { + "name": "PS BANK", + "short_code": "PSBN", + "branches": [ + { + "code": "", + "city": "WYALUSING", + "identifiers": { + "swift_code": "PSBNUS32" + } + } + ] + }, + { + "name": "PUBLIC SAVINGS BANK", + "short_code": "PSHV", + "branches": [ + { + "code": "", + "city": "HUNTINGDON VALLEY", + "identifiers": { + "swift_code": "PSHVUS31" + } + } + ] + }, + { + "name": "PUBLIC VENTURES LLC", + "short_code": "PUVL", + "branches": [ + { + "code": "", + "city": "DALLAS", + "identifiers": { + "swift_code": "PUVLUS42" + } + } + ] + }, + { + "name": "PUGH CAPITAL MANAGEMENT, INC.", + "short_code": "PCMI", + "branches": [ + { + "code": "", + "city": "SEATTLE", + "identifiers": { + "swift_code": "PCMIUS6B" + } + } + ] + }, + { + "name": "PUGH CAPITAL MANAGEMENT, INCORPORATED", + "short_code": "PCMI", + "branches": [ + { + "code": "", + "city": "SEATTLE", + "identifiers": { + "swift_code": "PCMIUS61" + } + } + ] + }, + { + "name": "PUTNAM COUNTY SAVINGS BANK", + "short_code": "PCSB", + "branches": [ + { + "code": "", + "city": "BREWSTER", + "identifiers": { + "swift_code": "PCSBUS31" + } + } + ] + }, + { + "name": "PUTNAM INVESTMENTS", + "short_code": "PUTI", + "branches": [ + { + "code": "", + "city": "ANDOVER", + "identifiers": { + "swift_code": "PUTIUS3B" + } + } + ] + }, + { + "name": "PVG ASSET MANAGEMENT", + "short_code": "PVAM", + "branches": [ + { + "code": "", + "city": "PORTLAND", + "identifiers": { + "swift_code": "PVAMUS51" + } + } + ] + }, + { + "name": "PVH CORP", + "short_code": "PVHC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PVHCUS33" + } + } + ] + }, + { + "name": "PYRAMAX BANK, F.S.B.", + "short_code": "PYRM", + "branches": [ + { + "code": "", + "city": "GREENFIELD", + "identifiers": { + "swift_code": "PYRMUS44" + } + } + ] + }, + { + "name": "PZENA INVESTMENT MANAGEMENT, LLC", + "short_code": "PZEN", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PZENUS31" + } + } + ] + }, + { + "name": "QCI ASSET MANAGEMENT", + "short_code": "QCAM", + "branches": [ + { + "code": "", + "city": "PITTSFORD", + "identifiers": { + "swift_code": "QCAMUS31" + } + } + ] + }, + { + "name": "QCM CAYMAN, LTD.", + "short_code": "QCCA", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "QCCAUS41" + } + } + ] + }, + { + "name": "QED INVESTMENTS LLC.", + "short_code": "QEIL", + "branches": [ + { + "code": "", + "city": "LEXINGTON", + "identifiers": { + "swift_code": "QEILUS41" + } + } + ] + }, + { + "name": "QG ARCHITECT, LLC", + "short_code": "QGCL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "QGCLUS31" + } + } + ] + }, + { + "name": "QNB BANK", + "short_code": "QNAB", + "branches": [ + { + "code": "", + "city": "QUAKERTOWN", + "identifiers": { + "swift_code": "QNABUS3Q" + } + } + ] + }, + { + "name": "QORVO US, INC.", + "short_code": "QORV", + "branches": [ + { + "code": "", + "city": "GREENSBORO", + "identifiers": { + "swift_code": "QORVUS33" + } + } + ] + }, + { + "name": "QTRON INVESTMENTS", + "short_code": "QTIN", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "QTINUS32" + } + } + ] + }, + { + "name": "QUAD CITY BANK AND TRUST COMPANY", + "short_code": "QUCT", + "branches": [ + { + "code": "", + "city": "DAVENPORT", + "identifiers": { + "swift_code": "QUCTUS41" + } + } + ] + }, + { + "name": "QUEST INVESTMENT MANAGEMENT, LLC.", + "short_code": "QUIA", + "branches": [ + { + "code": "", + "city": "PORTLAND", + "identifiers": { + "swift_code": "QUIAUS51" + } + } + ] + }, + { + "name": "QVC, INC.", + "short_code": "QVCQ", + "branches": [ + { + "code": "", + "city": "WEST CHESTER", + "identifiers": { + "swift_code": "QVCQUS33" + } + } + ] + }, + { + "name": "QVT FINANCIAL LP", + "short_code": "QVTF", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "QVTFUS33" + } + } + ] + }, + { + "name": "R. SEELAUS CO., LLC", + "short_code": "SLCL", + "branches": [ + { + "code": "", + "city": "CHATHAM", + "identifiers": { + "swift_code": "SLCLUS32" + } + } + ] + }, + { + "name": "R.G. NIEDERHOFFER CAPITAL MANAGEMENT INC", + "short_code": "NCMA", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NCMAUS31" + } + } + ] + }, + { + "name": "R.H. BLUESTEIN", + "short_code": "BLUS", + "branches": [ + { + "code": "", + "city": "BIRMINGHAM", + "identifiers": { + "swift_code": "BLUSUS31" + } + } + ] + }, + { + "name": "R.J. O'BRIEN AND ASSOCIATES", + "short_code": "OBRI", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "OBRIUS41" + } + } + ] + }, + { + "name": "R.J. O'BRIEN AND ASSOCIATES, LLC", + "short_code": "OBRE", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "OBREUS41" + } + } + ] + }, + { + "name": "R.J. O'BRIEN SECURITIES, LLC", + "short_code": "OBSL", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "OBSLUS42" + } + } + ] + }, + { + "name": "R.M. DAVIS, INC.", + "short_code": "DAVI", + "branches": [ + { + "code": "", + "city": "PORTLAND", + "identifiers": { + "swift_code": "DAVIUS31" + } + } + ] + }, + { + "name": "RABO AGRIFINANCE LLC", + "short_code": "RABO", + "branches": [ + { + "code": "", + "city": "CHESTERFIELD", + "identifiers": { + "swift_code": "RABOUS4C" + } + } + ] + }, + { + "name": "RABO DIVERSIFIED SERVICES LLC", + "short_code": "RABO", + "branches": [ + { + "code": "", + "city": "CHESTERFIELD", + "identifiers": { + "swift_code": "RABOUS44" + } + } + ] + }, + { + "name": "RABOBANK NEW YORK", + "short_code": "RABO", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "RABOUS33" + } + } + ] + }, + { + "name": "RACKSPACE TECHNOLOGY GLOBAL, INC.", + "short_code": "RHOS", + "branches": [ + { + "code": "", + "city": "SAN ANTONIO", + "identifiers": { + "swift_code": "RHOSUS44" + } + } + ] + }, + { + "name": "RAFFERTY CAPITAL MARKETS, LLC.", + "short_code": "RCAL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "RCALUS31" + } + } + ] + }, + { + "name": "RAMIREZ ASSET MANAGEMENT, INC.", + "short_code": "RAEM", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "RAEMUS31" + } + } + ] + }, + { + "name": "RAMIUS ADVISORS LLC", + "short_code": "RAMI", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "RAMIUS31" + } + } + ] + }, + { + "name": "RAND FINANCIAL SERVICES, INC", + "short_code": "GERL", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "GERLUS41" + } + } + ] + }, + { + "name": "RAND FINANCIAL SERVICES, INC", + "short_code": "RAFS", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "RAFSUS41" + } + } + ] + }, + { + "name": "RANGER CAPITAL GROUP HOLDINGS, L.P.", + "short_code": "RACG", + "branches": [ + { + "code": "", + "city": "DALLAS", + "identifiers": { + "swift_code": "RACGUS41" + } + } + ] + }, + { + "name": "RANGER INTERNATIONAL MANAGEMENT, LP", + "short_code": "RANN", + "branches": [ + { + "code": "", + "city": "DALLAS", + "identifiers": { + "swift_code": "RANNUS41" + } + } + ] + }, + { + "name": "RAYMOND JAMES AND ASSOCIATES", + "short_code": "RJAS", + "branches": [ + { + "code": "", + "city": "ST. PETERSBURG", + "identifiers": { + "swift_code": "RJASUS3F" + } + } + ] + }, + { + "name": "RAYTHEON COMPANY", + "short_code": "RTNC", + "branches": [ + { + "code": "", + "city": "WALTHAM", + "identifiers": { + "swift_code": "RTNCUS33" + } + } + ] + }, + { + "name": "RAYTHEON TECHNOLOGIES CORPORATION", + "short_code": "UTCH", + "branches": [ + { + "code": "", + "city": "WALTHAM", + "identifiers": { + "swift_code": "UTCHUS33" + } + } + ] + }, + { + "name": "RBC BANK (GEORGIA), NATIONAL ASSOC.", + "short_code": "RBCB", + "branches": [ + { + "code": "", + "city": "ATLANTA", + "identifiers": { + "swift_code": "RBCBUS33" + } + } + ] + }, + { + "name": "RBC CAPITAL MARKETS, LLC", + "short_code": "RCMC", + "branches": [ + { + "code": "FUT", + "city": "CHICAGO", + "identifiers": { + "swift_code": "RCMCUS3NFUT" + } + }, + { + "code": "REC", + "city": "DALLAS", + "identifiers": { + "swift_code": "RCMCUS3NREC" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "RCMCUS31" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "RCMCUS3N" + } + } + ] + }, + { + "name": "RBC DOMINION SECURITIES", + "short_code": "RDOS", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "RDOSUS31" + } + } + ] + }, + { + "name": "RBC GLOBAL ASSET MANAGEMENT (U.S.) INC.", + "short_code": "RBCG", + "branches": [ + { + "code": "", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "RBCGUS44" + } + } + ] + }, + { + "name": "RE ADVISERS CORPORATION", + "short_code": "RADC", + "branches": [ + { + "code": "", + "city": "ARLINGTON", + "identifiers": { + "swift_code": "RADCUS31" + } + } + ] + }, + { + "name": "REAL ESTATE MANAGEMENT SERVICES GROUP", + "short_code": "REMS", + "branches": [ + { + "code": "", + "city": "NAPLES", + "identifiers": { + "swift_code": "REMSUS31" + } + } + ] + }, + { + "name": "RED CEDAR INVESTMENT MANAGEMENT LLC", + "short_code": "RCNM", + "branches": [ + { + "code": "", + "city": "GRAND RAPIDS", + "identifiers": { + "swift_code": "RCNMUS44" + } + } + ] + }, + { + "name": "RED HAT INC.", + "short_code": "RHEL", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "RHELUS33" + } + } + ] + }, + { + "name": "RED ROCKS CAPITAL, LLC", + "short_code": "RRCL", + "branches": [ + { + "code": "", + "city": "GOLDEN", + "identifiers": { + "swift_code": "RRCLUS51" + } + } + ] + }, + { + "name": "REDBURN (USA) LLC", + "short_code": "REUL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "REULUS31" + } + } + ] + }, + { + "name": "REDSTONE ADVISORS, INC.", + "short_code": "READ", + "branches": [ + { + "code": "", + "city": "WICHITA", + "identifiers": { + "swift_code": "READUS41" + } + } + ] + }, + { + "name": "REDWOOD CREDIT UNION", + "short_code": "RERU", + "branches": [ + { + "code": "", + "city": "SANTA ROSA", + "identifiers": { + "swift_code": "RERUUS62" + } + } + ] + }, + { + "name": "REDWOOD INVESTMENTS", + "short_code": "REDI", + "branches": [ + { + "code": "", + "city": "NEWTON", + "identifiers": { + "swift_code": "REDIUS31" + } + } + ] + }, + { + "name": "REED SLATKIN", + "short_code": "RESL", + "branches": [ + { + "code": "", + "city": "SANTA FE", + "identifiers": { + "swift_code": "RESLUS51" + } + } + ] + }, + { + "name": "REFCO CAPITAL MARKETS, LTD.", + "short_code": "REFC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "REFCUS31" + } + } + ] + }, + { + "name": "REFLOW MANAGEMENT COMPANY, LLC", + "short_code": "RFLW", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "RFLWUS61" + } + } + ] + }, + { + "name": "REGIONS BANK", + "short_code": "UPNB", + "branches": [ + { + "code": "", + "city": "BIRMINGHAM", + "identifiers": { + "swift_code": "UPNBUS44" + } + }, + { + "code": "", + "city": "BIRMINGHAM", + "identifiers": { + "swift_code": "UPNBUS4B" + } + }, + { + "code": "MIA", + "city": "MIAMI", + "identifiers": { + "swift_code": "UPNBUS44MIA" + } + } + ] + }, + { + "name": "REGIONS MORGAN KEEGAN TRUST", + "short_code": "RMKT", + "branches": [ + { + "code": "", + "city": "BIRMINGHAM", + "identifiers": { + "swift_code": "RMKTUS41" + } + } + ] + }, + { + "name": "REIBANQ LLC", + "short_code": "DALC", + "branches": [ + { + "code": "", + "city": "LEWES", + "identifiers": { + "swift_code": "DALCUS32" + } + } + ] + }, + { + "name": "REINHART AND MAHONEY CAPITAL MANAGEMENT INC.", + "short_code": "RMCM", + "branches": [ + { + "code": "", + "city": "MEQUON", + "identifiers": { + "swift_code": "RMCMUS51" + } + } + ] + }, + { + "name": "REINHART PARTNERS, INC", + "short_code": "REPN", + "branches": [ + { + "code": "", + "city": "MEQUON", + "identifiers": { + "swift_code": "REPNUS51" + } + } + ] + }, + { + "name": "REINSURANCE GROUP OF AMERICA, INC.", + "short_code": "RGAR", + "branches": [ + { + "code": "", + "city": "CHESTERFIELD", + "identifiers": { + "swift_code": "RGARUS44" + } + }, + { + "code": "", + "city": "CHESTERFIELD", + "identifiers": { + "swift_code": "RGARUS4X" + } + }, + { + "code": "", + "city": "ST. LOUIS", + "identifiers": { + "swift_code": "RGARUS4A" + } + }, + { + "code": "IOA", + "city": "ST. LOUIS", + "identifiers": { + "swift_code": "RGARUS4AIOA" + } + } + ] + }, + { + "name": "RELIANCE TRUST COMPANY", + "short_code": "MITN", + "branches": [ + { + "code": "", + "city": "ATLANTA", + "identifiers": { + "swift_code": "MITNUS44" + } + } + ] + }, + { + "name": "RELIANCE TRUST COMPANY", + "short_code": "RETY", + "branches": [ + { + "code": "", + "city": "ATLANTA", + "identifiers": { + "swift_code": "RETYUS31" + } + } + ] + }, + { + "name": "REMITAP FINTECH CORPORATION", + "short_code": "REMF", + "branches": [ + { + "code": "", + "city": "PARKRIDGE", + "identifiers": { + "swift_code": "REMFUS42" + } + } + ] + }, + { + "name": "REMOTE TEAM INC", + "short_code": "REEA", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "REEAUS62" + } + } + ] + }, + { + "name": "REMY INVESTORS AND CONSULTANTS INCORPORATED", + "short_code": "REIV", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "REIVUS61" + } + } + ] + }, + { + "name": "RENAISSANCE GROUP LLC DBA RENAISSANCE INVESTMENT MANAGEMENT, THE", + "short_code": "REIG", + "branches": [ + { + "code": "", + "city": "COVINGTON", + "identifiers": { + "swift_code": "REIGUS31" + } + } + ] + }, + { + "name": "RENAISSANCE MACRO SECURITIES, LLC", + "short_code": "RMSL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "RMSLUS31" + } + } + ] + }, + { + "name": "RENAISSANCE TECHNOLOGIES LLC", + "short_code": "RTEC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "RTECUS33" + } + } + ] + }, + { + "name": "RENASANT BANK", + "short_code": "RNST", + "branches": [ + { + "code": "", + "city": "TUPELO", + "identifiers": { + "swift_code": "RNSTUS42" + } + } + ] + }, + { + "name": "RENCAP SECURITIES INC", + "short_code": "REEU", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "REEUUS31" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "REEUUS21" + } + } + ] + }, + { + "name": "RENDON TERRACE LIHTC LLC", + "short_code": "RTLL", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "RTLLUS31" + } + } + ] + }, + { + "name": "REPTL HOLDINGS, INC.", + "short_code": "POSG", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "POSGUS31" + } + } + ] + }, + { + "name": "REPUBLIC BANK AND TRUST COMPANY", + "short_code": "RERC", + "branches": [ + { + "code": "", + "city": "LOUISVILLE", + "identifiers": { + "swift_code": "RERCUS44" + } + } + ] + }, + { + "name": "REPUBLIC FIRST BANK", + "short_code": "RFBC", + "branches": [ + { + "code": "", + "city": "PHILADELPHIA", + "identifiers": { + "swift_code": "RFBCUS3P" + } + } + ] + }, + { + "name": "RESEARCH TRIANGLE INSTITUTE", + "short_code": "RTIN", + "branches": [ + { + "code": "", + "city": "RALEIGH", + "identifiers": { + "swift_code": "RTINUS33" + } + } + ] + }, + { + "name": "RESIDEO TECHNOLOGIES INC", + "short_code": "RETG", + "branches": [ + { + "code": "", + "city": "GOLDEN VALLEY", + "identifiers": { + "swift_code": "RETGUS33" + } + } + ] + }, + { + "name": "RESTORE MORTGAGES, INC", + "short_code": "RESM", + "branches": [ + { + "code": "", + "city": "CORONA", + "identifiers": { + "swift_code": "RESMUS61" + } + } + ] + }, + { + "name": "RESTORE UTAH INVESTOR LLC", + "short_code": "RUIL", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "RUILUS31" + } + } + ] + }, + { + "name": "RETIREMENT SYSTEMS OF ALABAMA", + "short_code": "RSAL", + "branches": [ + { + "code": "", + "city": "MONTGOMERY", + "identifiers": { + "swift_code": "RSALUS41" + } + } + ] + }, + { + "name": "REVOLUT TECHNOLOGIES INC.", + "short_code": "REVO", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "REVOUS31" + } + } + ] + }, + { + "name": "REYNOLDS CAPITAL MANAGEMENT", + "short_code": "RECE", + "branches": [ + { + "code": "", + "city": "LARKSPUR", + "identifiers": { + "swift_code": "RECEUS61" + } + } + ] + }, + { + "name": "RFMS INC.", + "short_code": "RFSS", + "branches": [ + { + "code": "", + "city": "TUSCALOOSA", + "identifiers": { + "swift_code": "RFSSUS41" + } + } + ] + }, + { + "name": "RICE HALL JAMES AND ASSOCIATES LLC", + "short_code": "RHJA", + "branches": [ + { + "code": "", + "city": "SAN DIEGO", + "identifiers": { + "swift_code": "RHJAUS31" + } + } + ] + }, + { + "name": "RICHARD NEY AND ASSOCIATES ASSET MANAGEMENT, INC.", + "short_code": "RINO", + "branches": [ + { + "code": "", + "city": "PASADENA", + "identifiers": { + "swift_code": "RINOUS61" + } + } + ] + }, + { + "name": "RICHLAND COUNTY BANK", + "short_code": "RCBA", + "branches": [ + { + "code": "", + "city": "RICHLAND CENTER", + "identifiers": { + "swift_code": "RCBAUS41" + } + } + ] + }, + { + "name": "RIO BANK", + "short_code": "RNAB", + "branches": [ + { + "code": "", + "city": "MCALLEN", + "identifiers": { + "swift_code": "RNABUS41" + } + } + ] + }, + { + "name": "RIVER CITY BANK", + "short_code": "RICT", + "branches": [ + { + "code": "", + "city": "SACRAMENTO", + "identifiers": { + "swift_code": "RICTUS62" + } + } + ] + }, + { + "name": "RIVER ROAD ASSET MANAGEMENT, LLC", + "short_code": "RRAA", + "branches": [ + { + "code": "", + "city": "LOUISVILLE", + "identifiers": { + "swift_code": "RRAAUS41" + } + } + ] + }, + { + "name": "RIVERBRIDGE PARTNERS, LLC", + "short_code": "RIPL", + "branches": [ + { + "code": "", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "RIPLUS41" + } + } + ] + }, + { + "name": "RIVERSIDE FINANCIAL CORP.", + "short_code": "RFCZ", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "RFCZUS41" + } + } + ] + }, + { + "name": "RIYAD BANK, HOUSTON AGENCY", + "short_code": "RIBL", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "RIBLUS4H" + } + } + ] + }, + { + "name": "RM INVESTMENT MANAGEMENT INC", + "short_code": "IVMA", + "branches": [ + { + "code": "", + "city": "BEACHWOOD", + "identifiers": { + "swift_code": "IVMAUS31" + } + } + ] + }, + { + "name": "RMB CAPITAL MANAGEMENT, LLC", + "short_code": "RCML", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "RCMLUS41" + } + } + ] + }, + { + "name": "RMR FINANCIAL ADVISORS LLC", + "short_code": "RFAL", + "branches": [ + { + "code": "", + "city": "MADISON", + "identifiers": { + "swift_code": "RFALUS41" + } + } + ] + }, + { + "name": "RNC CAPITAL MANAGEMENT LLC", + "short_code": "RCCM", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "RCCMUS61" + } + } + ] + }, + { + "name": "ROBERT LESHNER AND ASSOCIATES, INC.", + "short_code": "ROLA", + "branches": [ + { + "code": "", + "city": "CINCINNATI", + "identifiers": { + "swift_code": "ROLAUS31" + } + } + ] + }, + { + "name": "ROBERT W. BAIRD CO. INCORPORATED", + "short_code": "CPML", + "branches": [ + { + "code": "", + "city": "MILWAUKEE", + "identifiers": { + "swift_code": "CPMLUS51" + } + } + ] + }, + { + "name": "ROBERT W. BAIRD CO.INCORPORATED", + "short_code": "RBAI", + "branches": [ + { + "code": "", + "city": "MILWAUKEE", + "identifiers": { + "swift_code": "RBAIUS41" + } + }, + { + "code": "ADV", + "city": "MILWAUKEE", + "identifiers": { + "swift_code": "RBAIUS41ADV" + } + }, + { + "code": "EAM", + "city": "MILWAUKEE", + "identifiers": { + "swift_code": "RBAIUS41EAM" + } + } + ] + }, + { + "name": "ROBERTS AND RYAN INVESTMENTS INC", + "short_code": "RORI", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "RORIUS32" + } + } + ] + }, + { + "name": "ROBINHOOD FINANCIAL, LLC", + "short_code": "ROFC", + "branches": [ + { + "code": "", + "city": "PALO ALTO", + "identifiers": { + "swift_code": "ROFCUS61" + } + } + ] + }, + { + "name": "ROCHDALE CORPORATION", + "short_code": "ROSR", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ROSRUS31" + } + } + ] + }, + { + "name": "ROCKEFELLER AND CO, LLC", + "short_code": "ROCK", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ROCKUS33" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ROCKUS3B" + } + } + ] + }, + { + "name": "ROCKET SOFTWARE, INC.", + "short_code": "ROCW", + "branches": [ + { + "code": "", + "city": "WALTHAM", + "identifiers": { + "swift_code": "ROCWUS33" + } + } + ] + }, + { + "name": "ROCKFORD BANK AND TRUST COMPANY", + "short_code": "ROTO", + "branches": [ + { + "code": "", + "city": "ROCKFORD", + "identifiers": { + "swift_code": "ROTOUS41" + } + } + ] + }, + { + "name": "ROCKHAVEN ASSET MANAGEMENT", + "short_code": "ROAN", + "branches": [ + { + "code": "", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "ROANUS31" + } + } + ] + }, + { + "name": "ROCKLAND TRUST COMPANY", + "short_code": "RTCO", + "branches": [ + { + "code": "", + "city": "ROCKLAND", + "identifiers": { + "swift_code": "RTCOUS33" + } + } + ] + }, + { + "name": "RODMAN AND RENSHAW, INC.", + "short_code": "RODM", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "RODMUS41" + } + } + ] + }, + { + "name": "ROLL AND ROSS ASSET MANAGEMENT", + "short_code": "RRAM", + "branches": [ + { + "code": "", + "city": "BLUE BELL", + "identifiers": { + "swift_code": "RRAMUS31" + } + } + ] + }, + { + "name": "RONIN CAPITAL LLC", + "short_code": "ROPC", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "ROPCUS41" + } + } + ] + }, + { + "name": "ROOSEVELT INVESTMENTS", + "short_code": "SHSN", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SHSNUS31" + } + } + ] + }, + { + "name": "ROPART INVESTMENTS, LLC", + "short_code": "ROIL", + "branches": [ + { + "code": "", + "city": "GREENWICH", + "identifiers": { + "swift_code": "ROILUS31" + } + } + ] + }, + { + "name": "ROPER TECHNOLOGIES, INC", + "short_code": "ROPH", + "branches": [ + { + "code": "", + "city": "SARASOTA", + "identifiers": { + "swift_code": "ROPHUS33" + } + } + ] + }, + { + "name": "ROSE GROVE CAPITAL MANAGEMENT, LLC", + "short_code": "RGCM", + "branches": [ + { + "code": "", + "city": "WELLESLEY", + "identifiers": { + "swift_code": "RGCMUS31" + } + } + ] + }, + { + "name": "ROSENBLUM-SILVERMAN-SUTTON, S.F., INC.", + "short_code": "ROIS", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "ROISUS61" + } + } + ] + }, + { + "name": "ROSENTHAL COLLINS GROUP, LLC", + "short_code": "RCGR", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "RCGRUS41" + } + } + ] + }, + { + "name": "ROSSELL ASSOCIATES, INC.", + "short_code": "ROAS", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ROASUS31" + } + } + ] + }, + { + "name": "ROTARY INTERNATIONAL", + "short_code": "ROTI", + "branches": [ + { + "code": "", + "city": "EVANSTON", + "identifiers": { + "swift_code": "ROTIUS44" + } + } + ] + }, + { + "name": "ROTH CAPITAL PARTNERS, LLC", + "short_code": "RCPC", + "branches": [ + { + "code": "", + "city": "NEWPORT BEACH", + "identifiers": { + "swift_code": "RCPCUS61" + } + } + ] + }, + { + "name": "ROTHSCHILD AND CO ASSET MANAGEMENT US INC", + "short_code": "ROAG", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ROAGUS32" + } + } + ] + }, + { + "name": "ROULSTON AND COMPANY, INC.", + "short_code": "ROCP", + "branches": [ + { + "code": "", + "city": "CLEVELAND", + "identifiers": { + "swift_code": "ROCPUS31" + } + } + ] + }, + { + "name": "ROYAL BANK OF CANADA", + "short_code": "ROYC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ROYCUS3M" + } + } + ] + }, + { + "name": "ROYAL BANK OF CANADA - WFC BRANCH", + "short_code": "ROYC", + "branches": [ + { + "code": "03M", + "city": "MIAMI", + "identifiers": { + "swift_code": "ROYCUS3103M" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ROYCUS3X" + } + }, + { + "code": "IMM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ROYCUS3XIMM" + } + } + ] + }, + { + "name": "ROYAL BUSINESS BANK", + "short_code": "RBBC", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "RBBCUS6L" + } + } + ] + }, + { + "name": "ROYCE AND ASSOCIATES, LP", + "short_code": "RFDS", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "RFDSUS33" + } + } + ] + }, + { + "name": "RPM INTERNATIONAL INC.", + "short_code": "RPIT", + "branches": [ + { + "code": "", + "city": "MEDINA", + "identifiers": { + "swift_code": "RPITUS33" + } + } + ] + }, + { + "name": "RQD CLEARING, LLC", + "short_code": "VLNT", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "VLNTUS33" + } + } + ] + }, + { + "name": "RREEF AMERICA L.L.C.", + "short_code": "RREE", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "RREEUS41" + } + } + ] + }, + { + "name": "RTFKT INC.", + "short_code": "RTFK", + "branches": [ + { + "code": "", + "city": "BEAVERTON", + "identifiers": { + "swift_code": "RTFKUS62" + } + } + ] + }, + { + "name": "RUANE, CUNNIFF AND GOLDFARB INC.", + "short_code": "RUCG", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "RUCGUS31" + } + } + ] + }, + { + "name": "RUESCH INTERNATIONAL INC.", + "short_code": "RUIN", + "branches": [ + { + "code": "", + "city": "WASHINGTON", + "identifiers": { + "swift_code": "RUINUS31" + } + } + ] + }, + { + "name": "RUSSELL INVESTMENTS IMPLEMENTATION SERVICES, LLC", + "short_code": "RUIS", + "branches": [ + { + "code": "", + "city": "SEATTLE", + "identifiers": { + "swift_code": "RUISUS61" + } + }, + { + "code": "", + "city": "SEATTLE", + "identifiers": { + "swift_code": "RUISUS66" + } + }, + { + "code": "", + "city": "SEATTLE", + "identifiers": { + "swift_code": "RUISUS6B" + } + } + ] + }, + { + "name": "RUTABAGA CAPITAL MANAGEMENT", + "short_code": "RCMM", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "RCMMUS31" + } + } + ] + }, + { + "name": "RVX ASSET MANAGEMENT, LLC", + "short_code": "RVXA", + "branches": [ + { + "code": "", + "city": "AVENTURA", + "identifiers": { + "swift_code": "RVXAUS42" + } + } + ] + }, + { + "name": "RYDER, STILWELL INCORPORATED", + "short_code": "RYSN", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "RYSNUS61" + } + } + ] + }, + { + "name": "S AND T BANK", + "short_code": "SATB", + "branches": [ + { + "code": "", + "city": "INDIANA", + "identifiers": { + "swift_code": "SATBUS33" + } + } + ] + }, + { + "name": "S.W.I.F.T. OPERATING CENTRE", + "short_code": "SWTM", + "branches": [ + { + "code": "", + "city": "CULPEPER", + "identifiers": { + "swift_code": "SWTMUSB2" + } + }, + { + "code": "", + "city": "CULPEPER", + "identifiers": { + "swift_code": "SWTMUSB3" + } + } + ] + }, + { + "name": "S.W.I.F.T. SC GLOBAL SUPPORT DELIVERY (LIVE)", + "short_code": "SWCE", + "branches": [ + { + "code": "", + "city": "LA HULPE", + "identifiers": { + "swift_code": "SWCEUS3L" + } + } + ] + }, + { + "name": "S.W.I.F.T. SCRL", + "short_code": "PCSX", + "branches": [ + { + "code": "", + "city": "CULPEPER", + "identifiers": { + "swift_code": "PCSXUSUS" + } + } + ] + }, + { + "name": "SABA CAPITAL MANAGEMENT LP", + "short_code": "NACP", + "branches": [ + { + "code": "", + "city": "DOVER", + "identifiers": { + "swift_code": "NACPUS31" + } + } + ] + }, + { + "name": "SABRE GLBL INC.", + "short_code": "SGLB", + "branches": [ + { + "code": "", + "city": "SOUTHLAKE", + "identifiers": { + "swift_code": "SGLBUS44" + } + } + ] + }, + { + "name": "SACO AND BIDDEFORD SAVINGS INSTITUTION", + "short_code": "SBSN", + "branches": [ + { + "code": "", + "city": "SACO", + "identifiers": { + "swift_code": "SBSNUS32" + } + } + ] + }, + { + "name": "SADOFF INVESTMENT MANAGEMENT LLC", + "short_code": "RSMT", + "branches": [ + { + "code": "", + "city": "MILWAUKEE", + "identifiers": { + "swift_code": "RSMTUS51" + } + } + ] + }, + { + "name": "SAFRA NATIONAL BANK OF NEW YORK", + "short_code": "SNBY", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SNBYUS33" + } + } + ] + }, + { + "name": "SAFRA SECURITIES LLC", + "short_code": "SFSL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SFSLUS33" + } + } + ] + }, + { + "name": "SALEM CAPITAL MANAGEMENT", + "short_code": "SAPM", + "branches": [ + { + "code": "", + "city": "WOBURN", + "identifiers": { + "swift_code": "SAPMUS31" + } + } + ] + }, + { + "name": "SALEM FIVE CENT SAVINGS BANK", + "short_code": "SAVV", + "branches": [ + { + "code": "", + "city": "SALEM", + "identifiers": { + "swift_code": "SAVVUS33" + } + } + ] + }, + { + "name": "SALESFORCE, INC.", + "short_code": "SFDC", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "SFDCUS6S" + } + } + ] + }, + { + "name": "SALOMON SMITH BARNEY, INC.", + "short_code": "SMON", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "SMONUS61" + } + } + ] + }, + { + "name": "SAMSUNG C AND T AMERICA, INC.", + "short_code": "SCNT", + "branches": [ + { + "code": "", + "city": "RIDGEFIELD PARK", + "identifiers": { + "swift_code": "SCNTUS31" + } + } + ] + }, + { + "name": "SAMSUNG ELECTRONICS AMERICA, INC.", + "short_code": "SECT", + "branches": [ + { + "code": "", + "city": "NEW JERSEY", + "identifiers": { + "swift_code": "SECTUS31" + } + }, + { + "code": "31B", + "city": "NEW JERSEY", + "identifiers": { + "swift_code": "SECTUS3131B" + } + }, + { + "code": "380", + "city": "NEW JERSEY", + "identifiers": { + "swift_code": "SECTUS31380" + } + }, + { + "code": "310", + "city": "NEW JERSEY", + "identifiers": { + "swift_code": "SECTUS31310" + } + }, + { + "code": "3A0", + "city": "NEW JERSEY", + "identifiers": { + "swift_code": "SECTUS313A0" + } + }, + { + "code": "360", + "city": "NEW JERSEY", + "identifiers": { + "swift_code": "SECTUS31360" + } + }, + { + "code": "340", + "city": "NEW JERSEY", + "identifiers": { + "swift_code": "SECTUS31340" + } + }, + { + "code": "320", + "city": "NEW JERSEY", + "identifiers": { + "swift_code": "SECTUS31320" + } + }, + { + "code": "370", + "city": "NEW JERSEY", + "identifiers": { + "swift_code": "SECTUS31370" + } + }, + { + "code": "31H", + "city": "SAN JOSE", + "identifiers": { + "swift_code": "SECTUS3131H" + } + }, + { + "code": "31M", + "city": "SAN JOSE", + "identifiers": { + "swift_code": "SECTUS3131M" + } + } + ] + }, + { + "name": "SAMSUNG ELECTRONICS HOME APPLIANCES AMERICA, LLC", + "short_code": "SECT", + "branches": [ + { + "code": "", + "city": "NEWBERRY", + "identifiers": { + "swift_code": "SECTUS81" + } + } + ] + }, + { + "name": "SAMSUNG NEXT FUND LLC", + "short_code": "SECT", + "branches": [ + { + "code": "", + "city": "MOUNTAIN VIEW", + "identifiers": { + "swift_code": "SECTUS61" + } + } + ] + }, + { + "name": "SAMSUNG NEXT LLC", + "short_code": "SECT", + "branches": [ + { + "code": "", + "city": "MOUNTAIN VIEW", + "identifiers": { + "swift_code": "SECTUS51" + } + } + ] + }, + { + "name": "SAMUEL A. RAMIREZ AND CO., INC", + "short_code": "SARZ", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SARZUS32" + } + } + ] + }, + { + "name": "SAMUEL A. RAMIREZ AND CO.,INC.", + "short_code": "SARM", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SARMUS31" + } + } + ] + }, + { + "name": "SAN FRANCISCO FIRE CREDIT UNION", + "short_code": "SFFE", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "SFFEUS66" + } + } + ] + }, + { + "name": "SAN MATEO COUNTRY EMPLOYEES' RETIREMENT ASSOCIATION", + "short_code": "SMER", + "branches": [ + { + "code": "", + "city": "REDWOOD CITY", + "identifiers": { + "swift_code": "SMERUS61" + } + } + ] + }, + { + "name": "SANDERS MORRIS HARRIS, INC.", + "short_code": "SMHA", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "SMHAUS41" + } + } + ] + }, + { + "name": "SANDS CAPITAL MANAGEMENT, LLC.", + "short_code": "SACG", + "branches": [ + { + "code": "", + "city": "ARLINGTON", + "identifiers": { + "swift_code": "SACGUS31" + } + } + ] + }, + { + "name": "SANFORD C. BERNSTEIN AND CO., LLC", + "short_code": "SBCB", + "branches": [ + { + "code": "", + "city": "WHITE PLAINS", + "identifiers": { + "swift_code": "SBCBUS33" + } + } + ] + }, + { + "name": "SANTA BARBARA ASSET MANAGEMENT", + "short_code": "NIIS", + "branches": [ + { + "code": "", + "city": "SANTA BARBARA", + "identifiers": { + "swift_code": "NIISUS61" + } + } + ] + }, + { + "name": "SANTANDER BANK, N.A.", + "short_code": "SVRN", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "SVRNUS33" + } + } + ] + }, + { + "name": "SANTANDER US CAPITAL MARKETS LLC", + "short_code": "SINS", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SINSUS3N" + } + } + ] + }, + { + "name": "SANWA FINANCIAL PRODUCTS", + "short_code": "SAFP", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SAFPUS31" + } + } + ] + }, + { + "name": "SARATOGA RESEARCH AND INVESTMENT MANAGEMENT", + "short_code": "SRIN", + "branches": [ + { + "code": "", + "city": "SARATOGA", + "identifiers": { + "swift_code": "SRINUS61" + } + } + ] + }, + { + "name": "SASCO CAPITAL, INC.", + "short_code": "SACA", + "branches": [ + { + "code": "", + "city": "FAIRFIELD", + "identifiers": { + "swift_code": "SACAUS31" + } + } + ] + }, + { + "name": "SAUL STONE AND COMPANY", + "short_code": "STON", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "STONUS41" + } + } + ] + }, + { + "name": "SAVIBANK", + "short_code": "BUNE", + "branches": [ + { + "code": "", + "city": "BURLINGTON", + "identifiers": { + "swift_code": "BUNEUS61" + } + } + ] + }, + { + "name": "SAVINGS BANK OF WALPOLE", + "short_code": "SWPL", + "branches": [ + { + "code": "", + "city": "WALPOLE", + "identifiers": { + "swift_code": "SWPLUS32" + } + } + ] + }, + { + "name": "SAWGRASS ASSET MANAGEMENT, LLC", + "short_code": "SAAT", + "branches": [ + { + "code": "", + "city": "JACKSONVILLE BEACH", + "identifiers": { + "swift_code": "SAATUS31" + } + } + ] + }, + { + "name": "SAYBROOK CAPITAL CORPORATION", + "short_code": "SACP", + "branches": [ + { + "code": "", + "city": "WINSTON-SALEM", + "identifiers": { + "swift_code": "SACPUS31" + } + } + ] + }, + { + "name": "SBERBANK CIB USA, INC", + "short_code": "TRDU", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "TRDUUS31" + } + } + ] + }, + { + "name": "SBK - BROOKS INVESTMENT CORP.", + "short_code": "SBKB", + "branches": [ + { + "code": "", + "city": "CLEVELAND", + "identifiers": { + "swift_code": "SBKBUS31" + } + } + ] + }, + { + "name": "SCHAFER/CULLEN CAPITAL MANAGEMENT, INC.", + "short_code": "SCCT", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SCCTUS31" + } + } + ] + }, + { + "name": "SCHARF INVESTMENTS LLC", + "short_code": "SHNL", + "branches": [ + { + "code": "", + "city": "SCOTTS VALLEY", + "identifiers": { + "swift_code": "SHNLUS61" + } + } + ] + }, + { + "name": "SCHAUMBURG BANK AND TRUST COMPANY NATIONAL ASSOCIATION", + "short_code": "SBTN", + "branches": [ + { + "code": "", + "city": "SCHAUMBURG", + "identifiers": { + "swift_code": "SBTNUS44" + } + } + ] + }, + { + "name": "SCHLUMBERGER EMPLOYEES CREDIT UNION", + "short_code": "SCEC", + "branches": [ + { + "code": "", + "city": "SUGAR LAND", + "identifiers": { + "swift_code": "SCECUS41" + } + } + ] + }, + { + "name": "SCHOOLSFIRST FEDERAL CREDIT UNION", + "short_code": "SFRO", + "branches": [ + { + "code": "", + "city": "TUSTIN", + "identifiers": { + "swift_code": "SFROUS61" + } + } + ] + }, + { + "name": "SCHROEDER CAPITAL MANAGEMENT, LLC (FORMERLY VAN KASPER ADVISORS)", + "short_code": "SCAC", + "branches": [ + { + "code": "", + "city": "LAFAYETTE", + "identifiers": { + "swift_code": "SCACUS61" + } + } + ] + }, + { + "name": "SCHWERIN BOYLE CAPITAL MANAGEMENT, INC.", + "short_code": "SBCG", + "branches": [ + { + "code": "", + "city": "SPRINGFIELD", + "identifiers": { + "swift_code": "SBCGUS31" + } + } + ] + }, + { + "name": "SCOTIA CAPITAL USA INC", + "short_code": "NOSC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS3S" + } + }, + { + "code": "NYA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS3SNYA" + } + }, + { + "code": "PBG", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NOSCUS3SPBG" + } + } + ] + }, + { + "name": "SCOTIAMCLEOD (U.S.A.) INC.", + "short_code": "SCMC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SCMCUS31" + } + } + ] + }, + { + "name": "SCOTT FETZER FINANCIAL GROUP INC", + "short_code": "SFFG", + "branches": [ + { + "code": "", + "city": "WESTLAKE", + "identifiers": { + "swift_code": "SFFGUS31" + } + } + ] + }, + { + "name": "SCOTTRADE, INC.", + "short_code": "SCTD", + "branches": [ + { + "code": "", + "city": "ST. LOUIS", + "identifiers": { + "swift_code": "SCTDUS41" + } + } + ] + }, + { + "name": "SCOUT INVESTMENTS, INC.", + "short_code": "RMST", + "branches": [ + { + "code": "", + "city": "KANSAS CITY", + "identifiers": { + "swift_code": "RMSTUS44" + } + } + ] + }, + { + "name": "SCULPTOR CAPITAL LP", + "short_code": "SCUP", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SCUPUS33" + } + } + ] + }, + { + "name": "SEABOARD CORPORATION", + "short_code": "SEBC", + "branches": [ + { + "code": "", + "city": "SHAWNEE MISSION", + "identifiers": { + "swift_code": "SEBCUS44" + } + }, + { + "code": "", + "city": "SHAWNEE MISSION", + "identifiers": { + "swift_code": "SEBCUS4S" + } + } + ] + }, + { + "name": "SEACOAST NATIONAL BANK", + "short_code": "PRFL", + "branches": [ + { + "code": "", + "city": "CORAL GABLES", + "identifiers": { + "swift_code": "PRFLUS33" + } + } + ] + }, + { + "name": "SEACOAST NATIONAL BANK", + "short_code": "SNBF", + "branches": [ + { + "code": "", + "city": "STUART", + "identifiers": { + "swift_code": "SNBFUS3F" + } + } + ] + }, + { + "name": "SEACOAST NATIONAL BANK (FORMERLY APOLLO BANK)", + "short_code": "UCBM", + "branches": [ + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "UCBMUS3M" + } + } + ] + }, + { + "name": "SEAFARER CAPITAL PARTNERS LLC", + "short_code": "SCRC", + "branches": [ + { + "code": "", + "city": "LARKSPUR", + "identifiers": { + "swift_code": "SCRCUS61" + } + } + ] + }, + { + "name": "SEALED AIR CORPORATION", + "short_code": "SEAO", + "branches": [ + { + "code": "", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "SEAOUS33" + } + } + ] + }, + { + "name": "SEAPORT GLOBAL SECURITIES LLC", + "short_code": "GLHS", + "branches": [ + { + "code": "", + "city": "NEW ORLEANS", + "identifiers": { + "swift_code": "GLHSUS41" + } + } + ] + }, + { + "name": "SEAPORT GROUP SECURITIES, LLC", + "short_code": "SGCC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SGCCUS31" + } + } + ] + }, + { + "name": "SEAPORT SECURITIES CORP", + "short_code": "SEUC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SEUCUS31" + } + } + ] + }, + { + "name": "SECURITIES FINANCE TRUST COMPANY", + "short_code": "ESEC", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "ESECUS33" + } + }, + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "ESECUS3B" + } + }, + { + "code": "COL", + "city": "BOSTON", + "identifiers": { + "swift_code": "ESECUS31COL" + } + } + ] + }, + { + "name": "SECURITY ASSET MANAGEMENT, INC.", + "short_code": "SEAG", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SEAGUS31" + } + } + ] + }, + { + "name": "SECURITY BENEFIT LIFE INSURANCE COMPANY", + "short_code": "SBLI", + "branches": [ + { + "code": "", + "city": "TOPEKA", + "identifiers": { + "swift_code": "SBLIUS42" + } + } + ] + }, + { + "name": "SEGALL BRYANT AND HAMILL", + "short_code": "SEBH", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "SEBHUS41" + } + }, + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "SEBHUS44" + } + } + ] + }, + { + "name": "SEI INVESTMENTS DISTRIBUTION CO.", + "short_code": "SEVD", + "branches": [ + { + "code": "", + "city": "OAKS", + "identifiers": { + "swift_code": "SEVDUS32" + } + } + ] + }, + { + "name": "SEI PRIVATE TRUST COMPANY", + "short_code": "SEIC", + "branches": [ + { + "code": "482", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33482" + } + }, + { + "code": "", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33" + } + }, + { + "code": "G85", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33G85" + } + }, + { + "code": "G76", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33G76" + } + }, + { + "code": "G75", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33G75" + } + }, + { + "code": "G86", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33G86" + } + }, + { + "code": "G87", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33G87" + } + }, + { + "code": "G88", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33G88" + } + }, + { + "code": "G94", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33G94" + } + }, + { + "code": "751", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33751" + } + }, + { + "code": "G93", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33G93" + } + }, + { + "code": "G95", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33G95" + } + }, + { + "code": "669", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33669" + } + }, + { + "code": "G96", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33G96" + } + }, + { + "code": "649", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33649" + } + }, + { + "code": "G98", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33G98" + } + }, + { + "code": "S01", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33S01" + } + }, + { + "code": "S02", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33S02" + } + }, + { + "code": "S03", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33S03" + } + }, + { + "code": "BIP", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33BIP" + } + }, + { + "code": "SIM", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33SIM" + } + }, + { + "code": "VCM", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33VCM" + } + }, + { + "code": "CIP", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33CIP" + } + }, + { + "code": "MES", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33MES" + } + }, + { + "code": "SRA", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33SRA" + } + }, + { + "code": "ART", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33ART" + } + }, + { + "code": "FPA", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33FPA" + } + }, + { + "code": "MDS", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33MDS" + } + }, + { + "code": "S05", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33S05" + } + }, + { + "code": "S04", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33S04" + } + }, + { + "code": "S06", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33S06" + } + }, + { + "code": "S09", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33S09" + } + }, + { + "code": "S07", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33S07" + } + }, + { + "code": "IMU", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33IMU" + } + }, + { + "code": "KGI", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33KGI" + } + }, + { + "code": "SEG", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33SEG" + } + }, + { + "code": "T01", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33T01" + } + }, + { + "code": "T02", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33T02" + } + }, + { + "code": "S08", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33S08" + } + }, + { + "code": "S17", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33S17" + } + }, + { + "code": "313", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33313" + } + }, + { + "code": "CHI", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33CHI" + } + }, + { + "code": "CSA", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33CSA" + } + }, + { + "code": "FAZ", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33FAZ" + } + }, + { + "code": "DTC", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33DTC" + } + }, + { + "code": "FD1", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33FD1" + } + }, + { + "code": "LEP", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33LEP" + } + }, + { + "code": "SAP", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33SAP" + } + }, + { + "code": "FOR", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33FOR" + } + }, + { + "code": "PAR", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33PAR" + } + }, + { + "code": "T03", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33T03" + } + }, + { + "code": "S32", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33S32" + } + }, + { + "code": "S33", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33S33" + } + }, + { + "code": "S34", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33S34" + } + }, + { + "code": "S37", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33S37" + } + }, + { + "code": "S40", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33S40" + } + }, + { + "code": "S41", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33S41" + } + }, + { + "code": "S42", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33S42" + } + }, + { + "code": "S43", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33S43" + } + }, + { + "code": "S44", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33S44" + } + }, + { + "code": "PEN", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33PEN" + } + }, + { + "code": "S45", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33S45" + } + }, + { + "code": "S46", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33S46" + } + }, + { + "code": "S47", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33S47" + } + }, + { + "code": "S48", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33S48" + } + }, + { + "code": "S16", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33S16" + } + }, + { + "code": "S18", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33S18" + } + }, + { + "code": "S31", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33S31" + } + }, + { + "code": "S35", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33S35" + } + }, + { + "code": "FOS", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33FOS" + } + }, + { + "code": "S39", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33S39" + } + }, + { + "code": "S60", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33S60" + } + }, + { + "code": "S36", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33S36" + } + }, + { + "code": "S38", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33S38" + } + }, + { + "code": "S61", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33S61" + } + }, + { + "code": "S62", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33S62" + } + }, + { + "code": "S63", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33S63" + } + }, + { + "code": "S64", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33S64" + } + }, + { + "code": "S65", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33S65" + } + }, + { + "code": "S66", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33S66" + } + }, + { + "code": "240", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33240" + } + }, + { + "code": "443", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33443" + } + }, + { + "code": "G90", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33G90" + } + }, + { + "code": "IPC", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33IPC" + } + }, + { + "code": "CAI", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33CAI" + } + }, + { + "code": "CAS", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33CAS" + } + }, + { + "code": "COP", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33COP" + } + }, + { + "code": "DFA", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33DFA" + } + }, + { + "code": "DTA", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33DTA" + } + }, + { + "code": "EAM", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33EAM" + } + }, + { + "code": "EDG", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33EDG" + } + }, + { + "code": "FED", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33FED" + } + }, + { + "code": "FSZ", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33FSZ" + } + }, + { + "code": "GMF", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33GMF" + } + }, + { + "code": "GW2", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33GW2" + } + }, + { + "code": "GWF", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33GWF" + } + }, + { + "code": "GWP", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33GWP" + } + }, + { + "code": "GXF", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33GXF" + } + }, + { + "code": "HFS", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33HFS" + } + }, + { + "code": "HNW", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33HNW" + } + }, + { + "code": "IFS", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33IFS" + } + }, + { + "code": "IMS", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33IMS" + } + }, + { + "code": "LIQ", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33LIQ" + } + }, + { + "code": "LTS", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33LTS" + } + }, + { + "code": "NIC", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33NIC" + } + }, + { + "code": "REC", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33REC" + } + }, + { + "code": "SPG", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33SPG" + } + }, + { + "code": "TCM", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33TCM" + } + }, + { + "code": "TCW", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33TCW" + } + }, + { + "code": "TLM", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33TLM" + } + }, + { + "code": "TRA", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33TRA" + } + }, + { + "code": "VAL", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33VAL" + } + }, + { + "code": "WFA", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33WFA" + } + }, + { + "code": "ZAR", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33ZAR" + } + }, + { + "code": "243", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33243" + } + }, + { + "code": "370", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33370" + } + }, + { + "code": "458", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33458" + } + }, + { + "code": "541", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33541" + } + }, + { + "code": "560", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33560" + } + }, + { + "code": "573", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33573" + } + }, + { + "code": "590", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33590" + } + }, + { + "code": "601", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33601" + } + }, + { + "code": "607", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33607" + } + }, + { + "code": "647", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33647" + } + }, + { + "code": "655", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33655" + } + }, + { + "code": "682", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33682" + } + }, + { + "code": "683", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33683" + } + }, + { + "code": "696", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33696" + } + }, + { + "code": "701", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33701" + } + }, + { + "code": "765", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33765" + } + }, + { + "code": "770", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33770" + } + }, + { + "code": "801", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33801" + } + }, + { + "code": "835", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33835" + } + }, + { + "code": "843", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33843" + } + }, + { + "code": "866", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33866" + } + }, + { + "code": "909", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33909" + } + }, + { + "code": "940", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33940" + } + }, + { + "code": "944", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33944" + } + }, + { + "code": "G20", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33G20" + } + }, + { + "code": "G24", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33G24" + } + }, + { + "code": "G30", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33G30" + } + }, + { + "code": "G32", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33G32" + } + }, + { + "code": "G33", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33G33" + } + }, + { + "code": "G34", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33G34" + } + }, + { + "code": "G37", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33G37" + } + }, + { + "code": "G42", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33G42" + } + }, + { + "code": "G43", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33G43" + } + }, + { + "code": "G50", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33G50" + } + }, + { + "code": "G51", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33G51" + } + }, + { + "code": "G53", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33G53" + } + }, + { + "code": "G55", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33G55" + } + }, + { + "code": "G56", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33G56" + } + }, + { + "code": "G57", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33G57" + } + }, + { + "code": "G58", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33G58" + } + }, + { + "code": "G59", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33G59" + } + }, + { + "code": "G67", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33G67" + } + }, + { + "code": "G74", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33G74" + } + }, + { + "code": "G83", + "city": "OAKS", + "identifiers": { + "swift_code": "SEICUS33G83" + } + } + ] + }, + { + "name": "SEIX ADVISORS", + "short_code": "SEIX", + "branches": [ + { + "code": "", + "city": "UPPER SADDLE RIVER", + "identifiers": { + "swift_code": "SEIXUS31" + } + }, + { + "code": "001", + "city": "UPPER SADDLE RIVER", + "identifiers": { + "swift_code": "SEIXUS31001" + } + } + ] + }, + { + "name": "SEIZERT CAPITAL PARTNERS", + "short_code": "SELP", + "branches": [ + { + "code": "", + "city": "BIRMINGHAM", + "identifiers": { + "swift_code": "SELPUS41" + } + } + ] + }, + { + "name": "SELECT EQUITY GROUP, INC.", + "short_code": "SEEG", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SEEGUS31" + } + } + ] + }, + { + "name": "SENECA FALLS SAVINGS BANK", + "short_code": "SFSB", + "branches": [ + { + "code": "", + "city": "SENECA FALLS", + "identifiers": { + "swift_code": "SFSBUS31" + } + } + ] + }, + { + "name": "SENSATO INVESTORS", + "short_code": "SEVT", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "SEVTUS61" + } + } + ] + }, + { + "name": "SENTINEL MANAGEMENT GROUP INC.", + "short_code": "SENM", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "SENMUS41" + } + } + ] + }, + { + "name": "SENTINEL TRUST COMPANY, L.B.A.", + "short_code": "SETN", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "SETNUS41" + } + } + ] + }, + { + "name": "SENTRY INSURANCE COMPANY", + "short_code": "SEIY", + "branches": [ + { + "code": "", + "city": "STEVENS POINT", + "identifiers": { + "swift_code": "SEIYUS42" + } + } + ] + }, + { + "name": "SERVICIO UNITELLER INC.", + "short_code": "SEVU", + "branches": [ + { + "code": "", + "city": "ROCHELLE PARK", + "identifiers": { + "swift_code": "SEVUUS33" + } + } + ] + }, + { + "name": "SG AMERICAS SECURITIES LLC", + "short_code": "SGSC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SGSCUS33" + } + }, + { + "code": "CCS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SGSCUS33CCS" + } + }, + { + "code": "DOM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SGSCUS33DOM" + } + }, + { + "code": "FID", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SGSCUS33FID" + } + }, + { + "code": "COW", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SGSCUS33COW" + } + }, + { + "code": "SWI", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SGSCUS33SWI" + } + }, + { + "code": "PRM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SGSCUS33PRM" + } + } + ] + }, + { + "name": "SG AMERICAS SECURITIES LLC", + "short_code": "AMSL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "AMSLUS31" + } + } + ] + }, + { + "name": "SHANGHAI COMMERCIAL BANK LTD.", + "short_code": "SCBK", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "SCBKUS6L" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SCBKUS33" + } + }, + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "SCBKUS6S" + } + } + ] + }, + { + "name": "SHAPIRO CAPITAL MANAGEMENT", + "short_code": "SHCM", + "branches": [ + { + "code": "", + "city": "ATLANTA", + "identifiers": { + "swift_code": "SHCMUS31" + } + } + ] + }, + { + "name": "SHENKMAN CAPITAL MANAGEMENT, INC.", + "short_code": "SHEN", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SHENUS31" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SHENUS3N" + } + } + ] + }, + { + "name": "SHEPARD INTERNATIONAL, INC.", + "short_code": "SHEP", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "SHEPUS41" + } + } + ] + }, + { + "name": "SHIKIAR ASSET MANAGEMENT, INC.", + "short_code": "SHSM", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SHSMUS31" + } + } + ] + }, + { + "name": "SHINHAN BANK", + "short_code": "SHBK", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SHBKUS33" + } + } + ] + }, + { + "name": "SHINHAN BANK AMERICA", + "short_code": "SHBK", + "branches": [ + { + "code": "CAX", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "SHBKUS6LCAX" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SHBKUS6L" + } + }, + { + "code": "NYX", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SHBKUS6LNYX" + } + } + ] + }, + { + "name": "SID W. RICHARDSON FOUNDATION", + "short_code": "SIRF", + "branches": [ + { + "code": "", + "city": "FORT WORTH", + "identifiers": { + "swift_code": "SIRFUS41" + } + } + ] + }, + { + "name": "SIERENTZ ADVISORS LLC", + "short_code": "ISAL", + "branches": [ + { + "code": "", + "city": "WILTON", + "identifiers": { + "swift_code": "ISALUS31" + } + } + ] + }, + { + "name": "SIERENTZ FUND LP", + "short_code": "SIFU", + "branches": [ + { + "code": "", + "city": "WILTON", + "identifiers": { + "swift_code": "SIFUUS31" + } + } + ] + }, + { + "name": "SIG SPECIALISTS, INC", + "short_code": "CHSS", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHSSUS31" + } + } + ] + }, + { + "name": "SIGMA AMERICAS LLC", + "short_code": "SIAC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SIACUS31" + } + } + ] + }, + { + "name": "SIGMA INVESTMENT COUNSELORS", + "short_code": "SIIC", + "branches": [ + { + "code": "", + "city": "SOUTHFIELD", + "identifiers": { + "swift_code": "SIICUS31" + } + } + ] + }, + { + "name": "SIGNATURE BANK", + "short_code": "SIGR", + "branches": [ + { + "code": "", + "city": "DALLAS", + "identifiers": { + "swift_code": "SIGRUS41" + } + } + ] + }, + { + "name": "SIGNATURE BANK, N.A.", + "short_code": "SIGT", + "branches": [ + { + "code": "", + "city": "TOLEDO", + "identifiers": { + "swift_code": "SIGTUS31" + } + } + ] + }, + { + "name": "SIGNIA CAPITAL MANAGEMENT, LLC", + "short_code": "SCNL", + "branches": [ + { + "code": "", + "city": "SPOKANE", + "identifiers": { + "swift_code": "SCNLUS61" + } + } + ] + }, + { + "name": "SIGUE CORPORATION", + "short_code": "SIRO", + "branches": [ + { + "code": "", + "city": "SYLMAR", + "identifiers": { + "swift_code": "SIROUS66" + } + } + ] + }, + { + "name": "SILVER POINT CAPITAL FUND, L.P.", + "short_code": "SILN", + "branches": [ + { + "code": "", + "city": "GREENWICH", + "identifiers": { + "swift_code": "SILNUS33" + } + }, + { + "code": "SPC", + "city": "GREENWICH", + "identifiers": { + "swift_code": "SILNUS33SPC" + } + } + ] + }, + { + "name": "SILVER VENTURES, INC.", + "short_code": "SIVE", + "branches": [ + { + "code": "", + "city": "SAN ANTONIO", + "identifiers": { + "swift_code": "SIVEUS41" + } + } + ] + }, + { + "name": "SILVERCREST ASSET MANAGEMENT GROUP, LLC", + "short_code": "SAGO", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SAGOUS31" + } + } + ] + }, + { + "name": "SILVERCREST FINANCIAL SERVICES, INC.", + "short_code": "JAEC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "JAECUS31" + } + } + ] + }, + { + "name": "SIMMONS AND COMPANY", + "short_code": "SICA", + "branches": [ + { + "code": "", + "city": "EUSTON", + "identifiers": { + "swift_code": "SICAUS41" + } + } + ] + }, + { + "name": "SIMMONS BANK", + "short_code": "SMNO", + "branches": [ + { + "code": "", + "city": "PINE BLUFF", + "identifiers": { + "swift_code": "SMNOUS44" + } + } + ] + }, + { + "name": "SIMON PROPERTY GROUP LP", + "short_code": "SIPU", + "branches": [ + { + "code": "", + "city": "INDIANAPOLIS", + "identifiers": { + "swift_code": "SIPUUS3G" + } + } + ] + }, + { + "name": "SINGER WENGER TRADING CO IN", + "short_code": "SING", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "SINGUS41" + } + } + ] + }, + { + "name": "SIT INVESTMENT ASSOCIATES INC.", + "short_code": "SIIO", + "branches": [ + { + "code": "", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "SIIOUS41" + } + } + ] + }, + { + "name": "SIT INVESTMENT ASSOCIATES, INC", + "short_code": "SIIO", + "branches": [ + { + "code": "", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "SIIOUS4M" + } + } + ] + }, + { + "name": "SK HYNIX NAND PRODUCT SOLUTIONS CORP.", + "short_code": "HNPS", + "branches": [ + { + "code": "", + "city": "FOLSOM", + "identifiers": { + "swift_code": "HNPSUS66" + } + } + ] + }, + { + "name": "SKANDINAVISKA ENSKILDA BANKEN - NEW YORK BRANCH", + "short_code": "ESSE", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ESSEUS33" + } + } + ] + }, + { + "name": "SKY HARBOR CAPITAL MANAGEMENT, LLC", + "short_code": "SHCG", + "branches": [ + { + "code": "", + "city": "GREENWICH", + "identifiers": { + "swift_code": "SHCGUS31" + } + }, + { + "code": "", + "city": "GREENWICH", + "identifiers": { + "swift_code": "SHCGUS33" + } + } + ] + }, + { + "name": "SKYLINE ASSET MANAGEMENT", + "short_code": "SKAE", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "SKAEUS41" + } + } + ] + }, + { + "name": "SMALL BUSINESS BANK", + "short_code": "SMBU", + "branches": [ + { + "code": "", + "city": "LENEXA", + "identifiers": { + "swift_code": "SMBUUS41" + } + } + ] + }, + { + "name": "SMART PORTFOLIOS LLC", + "short_code": "SMPL", + "branches": [ + { + "code": "", + "city": "SEATTLE", + "identifiers": { + "swift_code": "SMPLUS61" + } + } + ] + }, + { + "name": "SMARTBANK", + "short_code": "SMTB", + "branches": [ + { + "code": "", + "city": "PIGEON FORGE", + "identifiers": { + "swift_code": "SMTBUS42" + } + } + ] + }, + { + "name": "SMBC CAPITAL MARKETS, INC.", + "short_code": "SMCM", + "branches": [ + { + "code": "CLS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SMCMUS33CLS" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SMCMUS33" + } + } + ] + }, + { + "name": "SMBC MANUBANK", + "short_code": "MITK", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "MITKUS6L" + } + } + ] + }, + { + "name": "SMBC NIKKO SECURITIES AMERICA, INC", + "short_code": "NKSM", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NKSMUS33" + } + } + ] + }, + { + "name": "SMC CAPITAL", + "short_code": "SMCP", + "branches": [ + { + "code": "", + "city": "LOUISVILLE", + "identifiers": { + "swift_code": "SMCPUS41" + } + } + ] + }, + { + "name": "SMEAD CAPITAL MANAGEMENT, INC.", + "short_code": "SMCN", + "branches": [ + { + "code": "", + "city": "SEATTLE", + "identifiers": { + "swift_code": "SMCNUS62" + } + } + ] + }, + { + "name": "SMITH AFFILIATED CAPITAL CORP.", + "short_code": "SMAA", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SMAAUS31" + } + } + ] + }, + { + "name": "SMITH CAPITAL MARKETS, LLC", + "short_code": "GPTG", + "branches": [ + { + "code": "", + "city": "STAMFORD", + "identifiers": { + "swift_code": "GPTGUS31" + } + } + ] + }, + { + "name": "SMITH GRAHAM AND CO. INVESTMENT ADVISORS, LP", + "short_code": "SMIG", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "SMIGUS41" + } + } + ] + }, + { + "name": "SMITH RICHARDSON FOUNDATION, INC.", + "short_code": "SMRF", + "branches": [ + { + "code": "", + "city": "GREENSBORO", + "identifiers": { + "swift_code": "SMRFUS31" + } + } + ] + }, + { + "name": "SMITH SHELLNUT WILSON", + "short_code": "SMSW", + "branches": [ + { + "code": "", + "city": "RIDGELAND", + "identifiers": { + "swift_code": "SMSWUS41" + } + } + ] + }, + { + "name": "SMITH, MOORE AND CO. NSCC", + "short_code": "SMMN", + "branches": [ + { + "code": "", + "city": "ST. LOUIS", + "identifiers": { + "swift_code": "SMMNUS41" + } + } + ] + }, + { + "name": "SNAP-ON INCORPORATED", + "short_code": "SNIC", + "branches": [ + { + "code": "", + "city": "KENOSHA", + "identifiers": { + "swift_code": "SNICUS44" + } + } + ] + }, + { + "name": "SNOW CAPITAL MANAGEMENT, LP", + "short_code": "SNCG", + "branches": [ + { + "code": "", + "city": "WEXFORD", + "identifiers": { + "swift_code": "SNCGUS31" + } + } + ] + }, + { + "name": "SNYDER CAPITAL MANAGEMENT L.P.", + "short_code": "SNCN", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "SNCNUS61" + } + } + ] + }, + { + "name": "SOCIETE GENERALE", + "short_code": "SOGE", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SOGEUS33" + } + }, + { + "code": "FXP", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SOGEUS33FXP" + } + }, + { + "code": "GBS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SOGEUS33GBS" + } + }, + { + "code": "EXT", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SOGEUS33EXT" + } + }, + { + "code": "IBF", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SOGEUS33IBF" + } + } + ] + }, + { + "name": "SOMERSET TRUST COMPANY", + "short_code": "SOTC", + "branches": [ + { + "code": "", + "city": "SOMERSET", + "identifiers": { + "swift_code": "SOTCUS31" + } + } + ] + }, + { + "name": "SONOCO PRODUCTS COMPANY", + "short_code": "SPDT", + "branches": [ + { + "code": "", + "city": "HARTSVILLE", + "identifiers": { + "swift_code": "SPDTUS33" + } + } + ] + }, + { + "name": "SONY CAPITAL CORPORATION", + "short_code": "SOTP", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SOTPUS32" + } + }, + { + "code": "BKO", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SOTPUS32BKO" + } + } + ] + }, + { + "name": "SONY PICTURES ENTERTAINMENT INC.", + "short_code": "SPUE", + "branches": [ + { + "code": "", + "city": "CULVER CITY", + "identifiers": { + "swift_code": "SPUEUS6L" + } + } + ] + }, + { + "name": "SOUND POINT CAPITAL MANAGEMENT, LP", + "short_code": "SOTG", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SOTGUS32" + } + } + ] + }, + { + "name": "SOUTH LOUISIANA BANK", + "short_code": "SLOU", + "branches": [ + { + "code": "", + "city": "HOUMA", + "identifiers": { + "swift_code": "SLOUUS41" + } + } + ] + }, + { + "name": "SOUTH STATE BANK, N.A. (FORMERLY CENTERSTATE BANK,N.A.)", + "short_code": "CSBK", + "branches": [ + { + "code": "", + "city": "ATLANTA", + "identifiers": { + "swift_code": "CSBKUS33" + } + } + ] + }, + { + "name": "SOUTHCREST BANK", + "short_code": "AZVB", + "branches": [ + { + "code": "", + "city": "CHICKAMAUGA", + "identifiers": { + "swift_code": "AZVBUS31" + } + } + ] + }, + { + "name": "SOUTHEASTERN ASSET MANAGEMENT", + "short_code": "SOAM", + "branches": [ + { + "code": "", + "city": "MEMPHIS", + "identifiers": { + "swift_code": "SOAMUS41" + } + } + ] + }, + { + "name": "SOUTHERN BANK AND TRUST COMPANY", + "short_code": "SOTM", + "branches": [ + { + "code": "", + "city": "MOUNT OLIVE", + "identifiers": { + "swift_code": "SOTMUS33" + } + } + ] + }, + { + "name": "SOUTHERNSUN ASSET MANAGEMENT", + "short_code": "SOEA", + "branches": [ + { + "code": "", + "city": "MEMPHIS", + "identifiers": { + "swift_code": "SOEAUS41" + } + } + ] + }, + { + "name": "SOUTHSIDE BANK", + "short_code": "SOBB", + "branches": [ + { + "code": "", + "city": "TYLER", + "identifiers": { + "swift_code": "SOBBUS41" + } + } + ] + }, + { + "name": "SOUTHWEST BANK", + "short_code": "SOPE", + "branches": [ + { + "code": "", + "city": "GREENSBURG", + "identifiers": { + "swift_code": "SOPEUS31" + } + } + ] + }, + { + "name": "SPEARS ABACUS ADVISORS LLC", + "short_code": "SADL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SADLUS31" + } + } + ] + }, + { + "name": "SPEARS, GRISANTI AND BROWN, LLC", + "short_code": "SGBC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SGBCUS31" + } + } + ] + }, + { + "name": "SPECIAL SITUATIONS INVESTING GROUP II, LLC", + "short_code": "SSIR", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SSIRUS31" + } + } + ] + }, + { + "name": "SPECIAL SITUATIONS INVESTING GROUP, INC.", + "short_code": "SSIG", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SSIGUS31" + } + } + ] + }, + { + "name": "SPECIALTY PRODUCTS N AND H, INC.", + "short_code": "SPOD", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "SPODUS33" + } + } + ] + }, + { + "name": "SPECTRUM ASSET MANAGEMENT, INC", + "short_code": "SPAT", + "branches": [ + { + "code": "", + "city": "STAMFORD", + "identifiers": { + "swift_code": "SPATUS31" + } + } + ] + }, + { + "name": "SPENCER SAVINGS BANK,SLA", + "short_code": "SPVV", + "branches": [ + { + "code": "", + "city": "ELMWOOD PARK", + "identifiers": { + "swift_code": "SPVVUS32" + } + } + ] + }, + { + "name": "SPX ENTERPRISES, LLC", + "short_code": "SPWX", + "branches": [ + { + "code": "", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "SPWXUS33" + } + } + ] + }, + { + "name": "SPX FLOW, INC.", + "short_code": "SPFL", + "branches": [ + { + "code": "", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "SPFLUS33" + } + } + ] + }, + { + "name": "SPYGLASS ASSET MANAGEMENT INC", + "short_code": "SPMG", + "branches": [ + { + "code": "", + "city": "PORTAGE", + "identifiers": { + "swift_code": "SPMGUS31" + } + } + ] + }, + { + "name": "SPYGLASS CAPITAL MANAGEMENT LLC", + "short_code": "STML", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "STMLUS62" + } + }, + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "STMLUS66" + } + } + ] + }, + { + "name": "SQUAREPOINT OPS LLC", + "short_code": "SQOL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SQOLUS33" + } + } + ] + }, + { + "name": "SS AND C FINANCIAL SERVICES LLC", + "short_code": "GLOP", + "branches": [ + { + "code": "", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33" + } + }, + { + "code": "EMS", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33EMS" + } + }, + { + "code": "MSA", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33MSA" + } + }, + { + "code": "SIL", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33SIL" + } + }, + { + "code": "EEE", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33EEE" + } + }, + { + "code": "IGS", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33IGS" + } + }, + { + "code": "MAN", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33MAN" + } + }, + { + "code": "CSA", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33CSA" + } + }, + { + "code": "MCA", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33MCA" + } + }, + { + "code": "TPG", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33TPG" + } + }, + { + "code": "BLK", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33BLK" + } + }, + { + "code": "TRQ", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33TRQ" + } + }, + { + "code": "JPP", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33JPP" + } + }, + { + "code": "PAG", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33PAG" + } + }, + { + "code": "RUT", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33RUT" + } + }, + { + "code": "OCM", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33OCM" + } + }, + { + "code": "SCM", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33SCM" + } + }, + { + "code": "ARN", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33ARN" + } + }, + { + "code": "74C", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS3374C" + } + }, + { + "code": "RSQ", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33RSQ" + } + }, + { + "code": "ADV", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33ADV" + } + }, + { + "code": "IDS", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33IDS" + } + }, + { + "code": "DPM", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33DPM" + } + }, + { + "code": "RED", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33RED" + } + }, + { + "code": "SYS", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33SYS" + } + }, + { + "code": "FSC", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33FSC" + } + }, + { + "code": "ARC", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33ARC" + } + }, + { + "code": "TCA", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33TCA" + } + }, + { + "code": "MUI", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33MUI" + } + }, + { + "code": "TEN", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33TEN" + } + }, + { + "code": "BRK", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33BRK" + } + }, + { + "code": "SAG", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33SAG" + } + }, + { + "code": "CRL", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33CRL" + } + }, + { + "code": "NLC", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33NLC" + } + }, + { + "code": "SFC", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33SFC" + } + }, + { + "code": "OCP", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33OCP" + } + }, + { + "code": "EAM", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33EAM" + } + }, + { + "code": "COU", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33COU" + } + }, + { + "code": "IVR", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33IVR" + } + }, + { + "code": "DCP", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33DCP" + } + }, + { + "code": "CEU", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33CEU" + } + }, + { + "code": "ARR", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33ARR" + } + }, + { + "code": "H2C", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33H2C" + } + }, + { + "code": "CAR", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33CAR" + } + }, + { + "code": "MOU", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33MOU" + } + }, + { + "code": "IAM", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33IAM" + } + }, + { + "code": "PCC", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33PCC" + } + }, + { + "code": "RIM", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33RIM" + } + }, + { + "code": "PPM", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33PPM" + } + }, + { + "code": "SCI", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33SCI" + } + }, + { + "code": "RVN", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33RVN" + } + }, + { + "code": "HRC", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33HRC" + } + }, + { + "code": "SCL", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33SCL" + } + }, + { + "code": "HAR", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33HAR" + } + }, + { + "code": "SEL", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33SEL" + } + }, + { + "code": "CPY", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33CPY" + } + }, + { + "code": "VAR", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33VAR" + } + }, + { + "code": "MUN", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33MUN" + } + }, + { + "code": "ALP", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33ALP" + } + }, + { + "code": "SMA", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33SMA" + } + }, + { + "code": "GAR", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33GAR" + } + }, + { + "code": "LIG", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33LIG" + } + }, + { + "code": "NPC", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33NPC" + } + }, + { + "code": "CAN", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33CAN" + } + }, + { + "code": "ACA", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33ACA" + } + }, + { + "code": "FIN", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33FIN" + } + }, + { + "code": "HUD", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33HUD" + } + }, + { + "code": "SAM", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33SAM" + } + }, + { + "code": "GCM", + "city": "HARRISON", + "identifiers": { + "swift_code": "GLOPUS33GCM" + } + } + ] + }, + { + "name": "SS AND C TECHNOLOGIES INC.", + "short_code": "SSCI", + "branches": [ + { + "code": "", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33" + } + }, + { + "code": "ACM", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33ACM" + } + }, + { + "code": "FOR", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33FOR" + } + }, + { + "code": "ATL", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33ATL" + } + }, + { + "code": "BOA", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33BOA" + } + }, + { + "code": "CBP", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33CBP" + } + }, + { + "code": "ICM", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33ICM" + } + }, + { + "code": "PAI", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33PAI" + } + }, + { + "code": "PWM", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33PWM" + } + }, + { + "code": "SEI", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33SEI" + } + }, + { + "code": "SLM", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33SLM" + } + }, + { + "code": "TCW", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33TCW" + } + }, + { + "code": "TLM", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33TLM" + } + }, + { + "code": "UMA", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33UMA" + } + }, + { + "code": "VAN", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33VAN" + } + }, + { + "code": "WBC", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33WBC" + } + }, + { + "code": "JMA", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33JMA" + } + }, + { + "code": "HEX", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33HEX" + } + }, + { + "code": "BCR", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33BCR" + } + }, + { + "code": "CSM", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33CSM" + } + }, + { + "code": "PAY", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33PAY" + } + }, + { + "code": "RWB", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33RWB" + } + }, + { + "code": "REN", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33REN" + } + }, + { + "code": "FMH", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33FMH" + } + }, + { + "code": "USB", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33USB" + } + }, + { + "code": "PML", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33PML" + } + }, + { + "code": "REL", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33REL" + } + }, + { + "code": "FBK", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33FBK" + } + }, + { + "code": "NCA", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33NCA" + } + }, + { + "code": "RAM", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33RAM" + } + }, + { + "code": "BAB", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33BAB" + } + }, + { + "code": "FRS", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33FRS" + } + }, + { + "code": "NIS", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33NIS" + } + }, + { + "code": "FNB", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33FNB" + } + }, + { + "code": "NIT", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33NIT" + } + }, + { + "code": "SGA", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33SGA" + } + }, + { + "code": "CCM", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33CCM" + } + }, + { + "code": "DUF", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33DUF" + } + }, + { + "code": "LIT", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33LIT" + } + }, + { + "code": "FRT", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33FRT" + } + }, + { + "code": "BOK", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33BOK" + } + }, + { + "code": "BMO", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33BMO" + } + }, + { + "code": "BRI", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33BRI" + } + }, + { + "code": "NOM", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33NOM" + } + }, + { + "code": "MLD", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33MLD" + } + }, + { + "code": "HEP", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33HEP" + } + }, + { + "code": "PRC", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33PRC" + } + }, + { + "code": "ROT", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33ROT" + } + }, + { + "code": "CEN", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33CEN" + } + }, + { + "code": "IBQ", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33IBQ" + } + }, + { + "code": "CBR", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33CBR" + } + }, + { + "code": "DIA", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33DIA" + } + }, + { + "code": "MCL", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33MCL" + } + }, + { + "code": "JST", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33JST" + } + }, + { + "code": "TRA", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33TRA" + } + }, + { + "code": "CIC", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33CIC" + } + }, + { + "code": "CCP", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33CCP" + } + }, + { + "code": "HZT", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33HZT" + } + }, + { + "code": "NCM", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33NCM" + } + }, + { + "code": "RDI", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33RDI" + } + }, + { + "code": "CHV", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33CHV" + } + }, + { + "code": "CUC", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33CUC" + } + }, + { + "code": "PBO", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33PBO" + } + }, + { + "code": "ANI", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33ANI" + } + }, + { + "code": "INS", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33INS" + } + }, + { + "code": "CIM", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33CIM" + } + }, + { + "code": "", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS3W" + } + }, + { + "code": "ALM", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS3WALM" + } + }, + { + "code": "CIS", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33CIS" + } + }, + { + "code": "PNC", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33PNC" + } + }, + { + "code": "DST", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33DST" + } + }, + { + "code": "ALA", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS3WALA" + } + }, + { + "code": "ALF", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS3WALF" + } + }, + { + "code": "ALP", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS3WALP" + } + }, + { + "code": "YCM", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33YCM" + } + }, + { + "code": "STM", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33STM" + } + }, + { + "code": "FSM", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33FSM" + } + }, + { + "code": "HOL", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33HOL" + } + }, + { + "code": "MID", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33MID" + } + }, + { + "code": "SPR", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33SPR" + } + }, + { + "code": "IVY", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33IVY" + } + }, + { + "code": "BEU", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33BEU" + } + }, + { + "code": "NBC", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33NBC" + } + }, + { + "code": "STA", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33STA" + } + }, + { + "code": "FSH", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33FSH" + } + }, + { + "code": "AVI", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33AVI" + } + }, + { + "code": "AXA", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33AXA" + } + }, + { + "code": "DEA", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33DEA" + } + }, + { + "code": "DRE", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33DRE" + } + }, + { + "code": "JPM", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33JPM" + } + }, + { + "code": "LIO", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33LIO" + } + }, + { + "code": "NUJ", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33NUJ" + } + }, + { + "code": "RAB", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33RAB" + } + }, + { + "code": "ROY", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33ROY" + } + }, + { + "code": "SLI", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33SLI" + } + }, + { + "code": "VGD", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33VGD" + } + }, + { + "code": "WES", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33WES" + } + }, + { + "code": "CCT", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33CCT" + } + }, + { + "code": "COM", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33COM" + } + }, + { + "code": "NFJ", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33NFJ" + } + }, + { + "code": "HCA", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33HCA" + } + }, + { + "code": "RUS", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33RUS" + } + }, + { + "code": "HAN", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33HAN" + } + }, + { + "code": "PGI", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33PGI" + } + }, + { + "code": "HIM", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33HIM" + } + }, + { + "code": "PFI", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33PFI" + } + }, + { + "code": "RTC", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33RTC" + } + }, + { + "code": "", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS3A" + } + }, + { + "code": "SLC", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33SLC" + } + }, + { + "code": "CIA", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33CIA" + } + }, + { + "code": "NYL", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33NYL" + } + }, + { + "code": "SPC", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33SPC" + } + }, + { + "code": "ABR", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33ABR" + } + }, + { + "code": "CWB", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33CWB" + } + }, + { + "code": "KFA", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33KFA" + } + }, + { + "code": "WEL", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33WEL" + } + }, + { + "code": "EVA", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33EVA" + } + }, + { + "code": "LIB", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33LIB" + } + }, + { + "code": "FIN", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33FIN" + } + }, + { + "code": "UAT", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33UAT" + } + }, + { + "code": "GFS", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33GFS" + } + }, + { + "code": "CBL", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33CBL" + } + }, + { + "code": "FUN", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33FUN" + } + }, + { + "code": "RWF", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33RWF" + } + }, + { + "code": "DEB", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33DEB" + } + }, + { + "code": "OCR", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33OCR" + } + }, + { + "code": "TWB", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33TWB" + } + }, + { + "code": "FXB", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33FXB" + } + }, + { + "code": "KAY", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33KAY" + } + }, + { + "code": "BBW", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33BBW" + } + }, + { + "code": "OST", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33OST" + } + }, + { + "code": "BCA", + "city": "WINDSOR", + "identifiers": { + "swift_code": "SSCIUS33BCA" + } + } + ] + }, + { + "name": "SSCM, LLC", + "short_code": "SSLC", + "branches": [ + { + "code": "", + "city": "RICHMOND", + "identifiers": { + "swift_code": "SSLCUS31" + } + } + ] + }, + { + "name": "ST. CHARLES BANK AND TRUST, N.A.", + "short_code": "CHBT", + "branches": [ + { + "code": "", + "city": "SAINT CHARLES", + "identifiers": { + "swift_code": "CHBTUS44" + } + } + ] + }, + { + "name": "ST. JUDE MEDICAL, LLC", + "short_code": "JUME", + "branches": [ + { + "code": "", + "city": "ABBOTT PARK", + "identifiers": { + "swift_code": "JUMEUS44" + } + } + ] + }, + { + "name": "STACEY BRAUN ASSOCIATES, INC.", + "short_code": "STBI", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "STBIUS31" + } + } + ] + }, + { + "name": "STACLAR, INC.", + "short_code": "SLAL", + "branches": [ + { + "code": "", + "city": "CLAYMONT", + "identifiers": { + "swift_code": "SLALUS32" + } + }, + { + "code": "AGG", + "city": "CLAYMONT", + "identifiers": { + "swift_code": "SLALUS32AGG" + } + }, + { + "code": "CLA", + "city": "CLAYMONT", + "identifiers": { + "swift_code": "SLALUS32CLA" + } + }, + { + "code": "NVC", + "city": "CLAYMONT", + "identifiers": { + "swift_code": "SLALUS32NVC" + } + }, + { + "code": "RAM", + "city": "CLAYMONT", + "identifiers": { + "swift_code": "SLALUS32RAM" + } + } + ] + }, + { + "name": "STANDARD CHARTERED BANK", + "short_code": "SCBL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SCBLUS33" + } + }, + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "SCBLUS66" + } + } + ] + }, + { + "name": "STANDARD CHARTERED SECURITIES (NORTH AMERICA) INC", + "short_code": "SCSE", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SCSEUS31" + } + } + ] + }, + { + "name": "STANDISH, AYER AND WOOD, INC.", + "short_code": "SAWC", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "SAWCUS31" + } + } + ] + }, + { + "name": "STANFORD FEDERAL CREDIT UNION", + "short_code": "SFCU", + "branches": [ + { + "code": "", + "city": "PALO ALTO", + "identifiers": { + "swift_code": "SFCUUS66" + } + } + ] + }, + { + "name": "STANLEYBLACK AND DECKER, INC", + "short_code": "SBDI", + "branches": [ + { + "code": "", + "city": "NEW BRITAIN", + "identifiers": { + "swift_code": "SBDIUS3N" + } + } + ] + }, + { + "name": "STAR FINANCIAL BANK", + "short_code": "SFIB", + "branches": [ + { + "code": "", + "city": "FORT WAYNE", + "identifiers": { + "swift_code": "SFIBUS44" + } + } + ] + }, + { + "name": "STARBUCKS CORPORATION", + "short_code": "SBUX", + "branches": [ + { + "code": "", + "city": "SEATTLE", + "identifiers": { + "swift_code": "SBUXUS66" + } + } + ] + }, + { + "name": "STARWOOD CAPITAL GROUP MANAGEMENT LLC", + "short_code": "SCGM", + "branches": [ + { + "code": "", + "city": "GREENWICH", + "identifiers": { + "swift_code": "SCGMUS33" + } + } + ] + }, + { + "name": "STATE BANK OF INDIA", + "short_code": "SBIN", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "SBINUS44" + } + }, + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "SBINUS66" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SBINUS33" + } + }, + { + "code": "DEP", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SBINUS33DEP" + } + }, + { + "code": "DTS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SBINUS33DTS" + } + }, + { + "code": "PNR", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SBINUS33PNR" + } + }, + { + "code": "INV", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SBINUS33INV" + } + }, + { + "code": "LCD", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SBINUS33LCD" + } + }, + { + "code": "NRI", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SBINUS33NRI" + } + } + ] + }, + { + "name": "STATE BANK OF INDIA (CALIFORNIA)", + "short_code": "SBCA", + "branches": [ + { + "code": "727", + "city": "ARTESIA", + "identifiers": { + "swift_code": "SBCAUS6L727" + } + }, + { + "code": "732", + "city": "BAKERSFIELD", + "identifiers": { + "swift_code": "SBCAUS6L732" + } + }, + { + "code": "735", + "city": "FREMONT", + "identifiers": { + "swift_code": "SBCAUS6L735" + } + }, + { + "code": "730", + "city": "FRESNO", + "identifiers": { + "swift_code": "SBCAUS6L730" + } + }, + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "SBCAUS6L" + } + }, + { + "code": "726", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "SBCAUS6L726" + } + }, + { + "code": "731", + "city": "SAN DIEGO", + "identifiers": { + "swift_code": "SBCAUS6L731" + } + }, + { + "code": "728", + "city": "SAN JOSE", + "identifiers": { + "swift_code": "SBCAUS6L728" + } + }, + { + "code": "734", + "city": "TUSTIN", + "identifiers": { + "swift_code": "SBCAUS6L734" + } + }, + { + "code": "733", + "city": "WASHINGTON", + "identifiers": { + "swift_code": "SBCAUS6L733" + } + }, + { + "code": "729", + "city": "WOODLAND HILLS", + "identifiers": { + "swift_code": "SBCAUS6L729" + } + } + ] + }, + { + "name": "STATE BANK OF THE LAKES, N.A.", + "short_code": "SBOT", + "branches": [ + { + "code": "", + "city": "ANTIOCH", + "identifiers": { + "swift_code": "SBOTUS44" + } + } + ] + }, + { + "name": "STATE BOARD OF ADMINISTRATION OF FLORIDA", + "short_code": "SBAF", + "branches": [ + { + "code": "", + "city": "TALLAHASSEE", + "identifiers": { + "swift_code": "SBAFUS31" + } + } + ] + }, + { + "name": "STATE DEPARTMENT FEDERAL CREDIT UNION", + "short_code": "SDFC", + "branches": [ + { + "code": "", + "city": "ALEXANDRIA", + "identifiers": { + "swift_code": "SDFCUS33" + } + } + ] + }, + { + "name": "STATE EMPLOYEES' CREDIT UNION", + "short_code": "SMCU", + "branches": [ + { + "code": "", + "city": "RALEIGH", + "identifiers": { + "swift_code": "SMCUUS31" + } + } + ] + }, + { + "name": "STATE FARM MUTUAL AUTOMOBILE INSURANCE COMPANY", + "short_code": "SFMA", + "branches": [ + { + "code": "", + "city": "BLOOMINGTON", + "identifiers": { + "swift_code": "SFMAUS44" + } + } + ] + }, + { + "name": "STATE OF ALASKA RETIREMENT AND BENEFITS PLANS", + "short_code": "SLRB", + "branches": [ + { + "code": "", + "city": "JUNEAU", + "identifiers": { + "swift_code": "SLRBUS88" + } + } + ] + }, + { + "name": "STATE OF ARIZONA, TREASURER'S OFFICE", + "short_code": "SRTO", + "branches": [ + { + "code": "", + "city": "PHOENIX", + "identifiers": { + "swift_code": "SRTOUS55" + } + } + ] + }, + { + "name": "STATE OF FLORIDA DEPARTMENT OF FINANCIAL SERVICES DIVISION OF TREASURY", + "short_code": "SFDF", + "branches": [ + { + "code": "", + "city": "TALLAHASSEE", + "identifiers": { + "swift_code": "SFDFUS33" + } + } + ] + }, + { + "name": "STATE OF ISRAEL-ECONOMIC MISSION", + "short_code": "GIEM", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GIEMUS33" + } + } + ] + }, + { + "name": "STATE OF MICHIGAN RETIREMENT SYSTEM", + "short_code": "STTH", + "branches": [ + { + "code": "", + "city": "EAST LANSING", + "identifiers": { + "swift_code": "STTHUS44" + } + } + ] + }, + { + "name": "STATE OF OREGON ACTING BY AND THROUGH THE OFFICE OF THE STATE TREASURER", + "short_code": "SOTH", + "branches": [ + { + "code": "", + "city": "TIGARD", + "identifiers": { + "swift_code": "SOTHUS66" + } + } + ] + }, + { + "name": "STATE OF TENNESSEE, TREASURY DEPARTMENT", + "short_code": "TNTD", + "branches": [ + { + "code": "", + "city": "NASHVILLE", + "identifiers": { + "swift_code": "TNTDUS44" + } + } + ] + }, + { + "name": "STATE OF WISCONSIN INVESTMENT BOARD", + "short_code": "SWIO", + "branches": [ + { + "code": "", + "city": "MADISON", + "identifiers": { + "swift_code": "SWIOUS41" + } + } + ] + }, + { + "name": "STATE OF WYOMING TREASURER'S OFFICE", + "short_code": "SWEF", + "branches": [ + { + "code": "", + "city": "CHEYENNE", + "identifiers": { + "swift_code": "SWEFUS55" + } + } + ] + }, + { + "name": "STATE STREET BANK AND TRUST CO.", + "short_code": "SBOS", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS3Q" + } + }, + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS3F" + } + }, + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS3U" + } + }, + { + "code": "KCY", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS3UKCY" + } + }, + { + "code": "CLS", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS3FCLS" + } + }, + { + "code": "CSC", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS3QCSC" + } + }, + { + "code": "CSV", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS3QCSV" + } + }, + { + "code": "F01", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS3QF01" + } + }, + { + "code": "F02", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS3QF02" + } + }, + { + "code": "F03", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS3QF03" + } + }, + { + "code": "F04", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS3QF04" + } + }, + { + "code": "F05", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS3QF05" + } + }, + { + "code": "G01", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS3QG01" + } + }, + { + "code": "G02", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS3QG02" + } + }, + { + "code": "G03", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS3QG03" + } + }, + { + "code": "G04", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS3QG04" + } + }, + { + "code": "G05", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS3QG05" + } + }, + { + "code": "G06", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS3QG06" + } + }, + { + "code": "G07", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS3QG07" + } + }, + { + "code": "G08", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS3QG08" + } + }, + { + "code": "G09", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS3QG09" + } + }, + { + "code": "G10", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS3QG10" + } + }, + { + "code": "G11", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS3QG11" + } + }, + { + "code": "G12", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS3QG12" + } + }, + { + "code": "G13", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS3QG13" + } + }, + { + "code": "G14", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS3QG14" + } + }, + { + "code": "GL0", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS3QGL0" + } + }, + { + "code": "GL1", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS3QGL1" + } + }, + { + "code": "GL2", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS3QGL2" + } + }, + { + "code": "GL3", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS3QGL3" + } + }, + { + "code": "GL4", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS3QGL4" + } + }, + { + "code": "GL5", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS3QGL5" + } + }, + { + "code": "GL6", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS3QGL6" + } + }, + { + "code": "GL7", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS3QGL7" + } + }, + { + "code": "GL8", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS3QGL8" + } + }, + { + "code": "GL9", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS3QGL9" + } + }, + { + "code": "G16", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G16" + } + }, + { + "code": "G17", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G17" + } + }, + { + "code": "G18", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G18" + } + }, + { + "code": "G19", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G19" + } + }, + { + "code": "G20", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G20" + } + }, + { + "code": "G21", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G21" + } + }, + { + "code": "G22", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G22" + } + }, + { + "code": "G23", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G23" + } + }, + { + "code": "G24", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G24" + } + }, + { + "code": "G25", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G25" + } + }, + { + "code": "G26", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G26" + } + }, + { + "code": "G27", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G27" + } + }, + { + "code": "G28", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G28" + } + }, + { + "code": "G29", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G29" + } + }, + { + "code": "G30", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G30" + } + }, + { + "code": "G31", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G31" + } + }, + { + "code": "G32", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G32" + } + }, + { + "code": "G33", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G33" + } + }, + { + "code": "G34", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G34" + } + }, + { + "code": "G35", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G35" + } + }, + { + "code": "G46", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G46" + } + }, + { + "code": "G47", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G47" + } + }, + { + "code": "G48", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G48" + } + }, + { + "code": "G49", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G49" + } + }, + { + "code": "G50", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G50" + } + }, + { + "code": "G51", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G51" + } + }, + { + "code": "G52", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G52" + } + }, + { + "code": "G53", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G53" + } + }, + { + "code": "G54", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G54" + } + }, + { + "code": "G55", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G55" + } + }, + { + "code": "G56", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G56" + } + }, + { + "code": "G57", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G57" + } + }, + { + "code": "G58", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G58" + } + }, + { + "code": "G59", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G59" + } + }, + { + "code": "G60", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G60" + } + }, + { + "code": "G61", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G61" + } + }, + { + "code": "G62", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G62" + } + }, + { + "code": "G63", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G63" + } + }, + { + "code": "G64", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G64" + } + }, + { + "code": "G65", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G65" + } + }, + { + "code": "G66", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G66" + } + }, + { + "code": "G67", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G67" + } + }, + { + "code": "G68", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G68" + } + }, + { + "code": "G69", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G69" + } + }, + { + "code": "G70", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G70" + } + }, + { + "code": "G71", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G71" + } + }, + { + "code": "G72", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G72" + } + }, + { + "code": "G73", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G73" + } + }, + { + "code": "G74", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G74" + } + }, + { + "code": "G75", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G75" + } + }, + { + "code": "G76", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G76" + } + }, + { + "code": "G77", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G77" + } + }, + { + "code": "G78", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G78" + } + }, + { + "code": "G79", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G79" + } + }, + { + "code": "G80", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G80" + } + }, + { + "code": "G81", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G81" + } + }, + { + "code": "G82", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G82" + } + }, + { + "code": "G83", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G83" + } + }, + { + "code": "G84", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G84" + } + }, + { + "code": "G85", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G85" + } + }, + { + "code": "G86", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G86" + } + }, + { + "code": "G87", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G87" + } + }, + { + "code": "G88", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G88" + } + }, + { + "code": "G89", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G89" + } + }, + { + "code": "G90", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G90" + } + }, + { + "code": "G91", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G91" + } + }, + { + "code": "G92", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G92" + } + }, + { + "code": "G93", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G93" + } + }, + { + "code": "G94", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G94" + } + }, + { + "code": "G95", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G95" + } + }, + { + "code": "G96", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G96" + } + }, + { + "code": "G97", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G97" + } + }, + { + "code": "G98", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G98" + } + }, + { + "code": "G99", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1G99" + } + }, + { + "code": "GK1", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GK1" + } + }, + { + "code": "GK2", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GK2" + } + }, + { + "code": "GK3", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GK3" + } + }, + { + "code": "GK4", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GK4" + } + }, + { + "code": "GK5", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GK5" + } + }, + { + "code": "GK6", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GK6" + } + }, + { + "code": "GK7", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GK7" + } + }, + { + "code": "GK8", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GK8" + } + }, + { + "code": "GK9", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GK9" + } + }, + { + "code": "GM1", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GM1" + } + }, + { + "code": "GM2", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GM2" + } + }, + { + "code": "GM3", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GM3" + } + }, + { + "code": "GM4", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GM4" + } + }, + { + "code": "GM5", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GM5" + } + }, + { + "code": "GM6", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GM6" + } + }, + { + "code": "GM7", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GM7" + } + }, + { + "code": "GM8", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GM8" + } + }, + { + "code": "GM9", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GM9" + } + }, + { + "code": "GN1", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GN1" + } + }, + { + "code": "GN2", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GN2" + } + }, + { + "code": "GN3", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GN3" + } + }, + { + "code": "GN4", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GN4" + } + }, + { + "code": "GN5", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GN5" + } + }, + { + "code": "GN6", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GN6" + } + }, + { + "code": "GN7", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GN7" + } + }, + { + "code": "GN8", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GN8" + } + }, + { + "code": "GN9", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GN9" + } + }, + { + "code": "GO1", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GO1" + } + }, + { + "code": "GO2", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GO2" + } + }, + { + "code": "GO3", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GO3" + } + }, + { + "code": "GO4", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GO4" + } + }, + { + "code": "GO5", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GO5" + } + }, + { + "code": "GO6", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GO6" + } + }, + { + "code": "GO7", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GO7" + } + }, + { + "code": "GO8", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GO8" + } + }, + { + "code": "GO9", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GO9" + } + }, + { + "code": "GP1", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GP1" + } + }, + { + "code": "GP2", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GP2" + } + }, + { + "code": "GP3", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GP3" + } + }, + { + "code": "GP4", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GP4" + } + }, + { + "code": "GP5", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GP5" + } + }, + { + "code": "GP6", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GP6" + } + }, + { + "code": "GP7", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GP7" + } + }, + { + "code": "GP8", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GP8" + } + }, + { + "code": "GP9", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GP9" + } + }, + { + "code": "GQ1", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GQ1" + } + }, + { + "code": "GQ2", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GQ2" + } + }, + { + "code": "GQ3", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GQ3" + } + }, + { + "code": "GQ4", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GQ4" + } + }, + { + "code": "GQ5", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GQ5" + } + }, + { + "code": "GQ6", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GQ6" + } + }, + { + "code": "GQ7", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GQ7" + } + }, + { + "code": "GQ8", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GQ8" + } + }, + { + "code": "GQ9", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GQ9" + } + }, + { + "code": "GR1", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GR1" + } + }, + { + "code": "GR2", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GR2" + } + }, + { + "code": "GR3", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GR3" + } + }, + { + "code": "GR4", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GR4" + } + }, + { + "code": "GR5", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GR5" + } + }, + { + "code": "GR6", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GR6" + } + }, + { + "code": "GR7", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GR7" + } + }, + { + "code": "GR8", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GR8" + } + }, + { + "code": "GR9", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GR9" + } + }, + { + "code": "GS1", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GS1" + } + }, + { + "code": "GS2", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GS2" + } + }, + { + "code": "GS3", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GS3" + } + }, + { + "code": "GS4", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GS4" + } + }, + { + "code": "GS5", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GS5" + } + }, + { + "code": "GS6", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GS6" + } + }, + { + "code": "GS7", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUSQ1GS7" + } + }, + { + "code": "G15", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS3QG15" + } + }, + { + "code": "WRE", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS3UWRE" + } + }, + { + "code": "", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3T" + } + }, + { + "code": "GOT", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TGOT" + } + }, + { + "code": "", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3M" + } + }, + { + "code": "TLM", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TTLM" + } + }, + { + "code": "PEP", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TPEP" + } + }, + { + "code": "ASP", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TASP" + } + }, + { + "code": "BKO", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TBKO" + } + }, + { + "code": "BAN", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TBAN" + } + }, + { + "code": "IBX", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TIBX" + } + }, + { + "code": "CFD", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TCFD" + } + }, + { + "code": "PIN", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TPIN" + } + }, + { + "code": "PIT", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TPIT" + } + }, + { + "code": "FNC", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3QFNC" + } + }, + { + "code": "GII", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TGII" + } + }, + { + "code": "G36", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUSQ1G36" + } + }, + { + "code": "G37", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUSQ1G37" + } + }, + { + "code": "G38", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUSQ1G38" + } + }, + { + "code": "G39", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUSQ1G39" + } + }, + { + "code": "G40", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUSQ1G40" + } + }, + { + "code": "G41", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUSQ1G41" + } + }, + { + "code": "G42", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUSQ1G42" + } + }, + { + "code": "G43", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUSQ1G43" + } + }, + { + "code": "G44", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUSQ1G44" + } + }, + { + "code": "G45", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUSQ1G45" + } + }, + { + "code": "LAC", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TLAC" + } + }, + { + "code": "RRR", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TRRR" + } + }, + { + "code": "VAM", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TVAM" + } + }, + { + "code": "GTI", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TGTI" + } + }, + { + "code": "HRR", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3THRR" + } + }, + { + "code": "MSI", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TMSI" + } + }, + { + "code": "AUK", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TAUK" + } + }, + { + "code": "ALB", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TALB" + } + }, + { + "code": "AB1", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TAB1" + } + }, + { + "code": "AB2", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TAB2" + } + }, + { + "code": "LAZ", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TLAZ" + } + }, + { + "code": "BAP", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TBAP" + } + }, + { + "code": "KEV", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TKEV" + } + }, + { + "code": "KPR", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TKPR" + } + }, + { + "code": "AMB", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TAMB" + } + }, + { + "code": "GTC", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TGTC" + } + }, + { + "code": "DFA", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TDFA" + } + }, + { + "code": "MCI", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TMCI" + } + }, + { + "code": "DCX", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TDCX" + } + }, + { + "code": "ETR", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TETR" + } + }, + { + "code": "LBG", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TLBG" + } + }, + { + "code": "VFM", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TVFM" + } + }, + { + "code": "AII", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TAII" + } + }, + { + "code": "OMI", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TOMI" + } + }, + { + "code": "GAM", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TGAM" + } + }, + { + "code": "IUK", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TIUK" + } + }, + { + "code": "BII", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TBII" + } + }, + { + "code": "CAR", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TCAR" + } + }, + { + "code": "ELL", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TELL" + } + }, + { + "code": "KGS", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TKGS" + } + }, + { + "code": "LCG", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TLCG" + } + }, + { + "code": "OZF", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TOZF" + } + }, + { + "code": "SOR", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TSOR" + } + }, + { + "code": "VIK", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TVIK" + } + }, + { + "code": "WCI", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TWCI" + } + }, + { + "code": "YOK", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TYOK" + } + }, + { + "code": "PIO", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TPIO" + } + }, + { + "code": "UOB", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TUOB" + } + }, + { + "code": "ACM", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TACM" + } + }, + { + "code": "BRC", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TBRC" + } + }, + { + "code": "GCM", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TGCM" + } + }, + { + "code": "HBK", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3THBK" + } + }, + { + "code": "SFF", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TSFF" + } + }, + { + "code": "ALT", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TALT" + } + }, + { + "code": "NHO", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TNHO" + } + }, + { + "code": "NOS", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TNOS" + } + }, + { + "code": "WAD", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TWAD" + } + }, + { + "code": "BTI", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TBTI" + } + }, + { + "code": "BAL", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TBAL" + } + }, + { + "code": "BCC", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TBCC" + } + }, + { + "code": "CFM", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TCFM" + } + }, + { + "code": "CIT", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TCIT" + } + }, + { + "code": "GCA", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TGCA" + } + }, + { + "code": "MSD", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TMSD" + } + }, + { + "code": "QVT", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TQVT" + } + }, + { + "code": "NBI", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TNBI" + } + }, + { + "code": "AGI", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TAGI" + } + }, + { + "code": "FSS", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TFSS" + } + }, + { + "code": "NBR", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TNBR" + } + }, + { + "code": "ING", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TING" + } + }, + { + "code": "JHI", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TJHI" + } + }, + { + "code": "AWD", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TAWD" + } + }, + { + "code": "AWM", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TAWM" + } + }, + { + "code": "FOP", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TFOP" + } + }, + { + "code": "PAR", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TPAR" + } + }, + { + "code": "WAP", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TWAP" + } + }, + { + "code": "ASC", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TASC" + } + }, + { + "code": "NA2", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TNA2" + } + }, + { + "code": "SEA", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TSEA" + } + }, + { + "code": "OFI", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TOFI" + } + }, + { + "code": "WSI", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TWSI" + } + }, + { + "code": "SSG", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TSSG" + } + }, + { + "code": "NPS", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TNPS" + } + }, + { + "code": "AIS", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TAIS" + } + }, + { + "code": "VTB", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TVTB" + } + }, + { + "code": "KNB", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TKNB" + } + }, + { + "code": "BMO", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TBMO" + } + }, + { + "code": "CCJ", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TCCJ" + } + }, + { + "code": "NC1", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TNC1" + } + }, + { + "code": "NUV", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TNUV" + } + }, + { + "code": "CWM", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TCWM" + } + }, + { + "code": "LA1", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TLA1" + } + }, + { + "code": "VTI", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TVTI" + } + }, + { + "code": "RR1", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TRR1" + } + }, + { + "code": "LFG", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TLFG" + } + }, + { + "code": "HBC", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3THBC" + } + }, + { + "code": "LAG", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TLAG" + } + }, + { + "code": "INV", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TINV" + } + }, + { + "code": "RES", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TRES" + } + }, + { + "code": "IPR", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TIPR" + } + }, + { + "code": "AL1", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TAL1" + } + }, + { + "code": "BMC", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TBMC" + } + }, + { + "code": "HB1", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3THB1" + } + }, + { + "code": "IN1", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TIN1" + } + }, + { + "code": "ALS", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TALS" + } + }, + { + "code": "LG1", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TLG1" + } + }, + { + "code": "NDB", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TNDB" + } + }, + { + "code": "GEM", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TGEM" + } + }, + { + "code": "TXS", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TTXS" + } + }, + { + "code": "WIS", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TWIS" + } + }, + { + "code": "CPM", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TCPM" + } + }, + { + "code": "BLK", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TBLK" + } + }, + { + "code": "AUR", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TAUR" + } + }, + { + "code": "CCC", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TCCC" + } + }, + { + "code": "VOY", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TVOY" + } + }, + { + "code": "BST", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TBST" + } + }, + { + "code": "PTH", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TPTH" + } + }, + { + "code": "AMF", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TAMF" + } + }, + { + "code": "LUX", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TLUX" + } + }, + { + "code": "OMG", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TOMG" + } + }, + { + "code": "PRI", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TPRI" + } + }, + { + "code": "ETC", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TETC" + } + }, + { + "code": "ALG", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TALG" + } + }, + { + "code": "AXA", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TAXA" + } + }, + { + "code": "BCA", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TBCA" + } + }, + { + "code": "DMI", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TDMI" + } + }, + { + "code": "FAC", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TFAC" + } + }, + { + "code": "NCI", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TNCI" + } + }, + { + "code": "PBI", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TPBI" + } + }, + { + "code": "PIM", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3QPIM" + } + }, + { + "code": "WMC", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3QWMC" + } + }, + { + "code": "WRC", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TWRC" + } + }, + { + "code": "IVZ", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TIVZ" + } + }, + { + "code": "WCC", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TWCC" + } + }, + { + "code": "MTS", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TMTS" + } + }, + { + "code": "HEL", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3THEL" + } + }, + { + "code": "NMM", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TNMM" + } + }, + { + "code": "SAD", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TSAD" + } + }, + { + "code": "SAN", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TSAN" + } + }, + { + "code": "UIS", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TUIS" + } + }, + { + "code": "VOT", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3TVOT" + } + }, + { + "code": "CST", + "city": "QUINCY", + "identifiers": { + "swift_code": "SBOSUS3UCST" + } + }, + { + "code": "IMS", + "city": "QUINCY", + "identifiers": { + "swift_code": "SBOSUS3UIMS" + } + }, + { + "code": "CMW", + "city": "QUINCY", + "identifiers": { + "swift_code": "SBOSUS3UCMW" + } + } + ] + }, + { + "name": "STATE STREET BANK AND TRUST COMPANY", + "short_code": "SBOS", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS33" + } + }, + { + "code": "WRE", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS33WRE" + } + }, + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS32" + } + }, + { + "code": "CAD", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS33CAD" + } + }, + { + "code": "GV4", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS32GV4" + } + }, + { + "code": "CVR", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS33CVR" + } + }, + { + "code": "STC", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS33STC" + } + }, + { + "code": "GT0", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS32GT0" + } + }, + { + "code": "GT1", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS32GT1" + } + }, + { + "code": "GT2", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS32GT2" + } + }, + { + "code": "GT3", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS32GT3" + } + }, + { + "code": "GT4", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS32GT4" + } + }, + { + "code": "GT5", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS32GT5" + } + }, + { + "code": "GT6", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS32GT6" + } + }, + { + "code": "GT7", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS32GT7" + } + }, + { + "code": "GT8", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS32GT8" + } + }, + { + "code": "GT9", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS32GT9" + } + }, + { + "code": "GU0", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS32GU0" + } + }, + { + "code": "GU1", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS32GU1" + } + }, + { + "code": "GU2", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS32GU2" + } + }, + { + "code": "GU3", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS32GU3" + } + }, + { + "code": "GU4", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS32GU4" + } + }, + { + "code": "GU5", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS32GU5" + } + }, + { + "code": "GU6", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS32GU6" + } + }, + { + "code": "GU7", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS32GU7" + } + }, + { + "code": "GU8", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS32GU8" + } + }, + { + "code": "GU9", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS32GU9" + } + }, + { + "code": "GV0", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS32GV0" + } + }, + { + "code": "GV1", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS32GV1" + } + }, + { + "code": "GV2", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS32GV2" + } + }, + { + "code": "GV3", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS32GV3" + } + }, + { + "code": "GV5", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS32GV5" + } + }, + { + "code": "GV6", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS32GV6" + } + }, + { + "code": "GV7", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS32GV7" + } + }, + { + "code": "GV8", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS32GV8" + } + }, + { + "code": "GV9", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS32GV9" + } + }, + { + "code": "GSL", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS33GSL" + } + }, + { + "code": "SEC", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS33SEC" + } + }, + { + "code": "SPM", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS33SPM" + } + }, + { + "code": "TPA", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS33TPA" + } + }, + { + "code": "IFS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SBOSUS3XIFS" + } + }, + { + "code": "", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3C" + } + }, + { + "code": "", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3X" + } + }, + { + "code": "AOM", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3CAOM" + } + }, + { + "code": "AIS", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3XAIS" + } + }, + { + "code": "FRP", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3XFRP" + } + }, + { + "code": "PIM", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3XPIM" + } + } + ] + }, + { + "name": "STATE STREET BANK AND TRUST COMPANY (FORMERLY INVESTORS BANK AND TRUST COMPANY)", + "short_code": "INVB", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "INVBUS33" + } + } + ] + }, + { + "name": "STATE STREET BANK AND TRUST COMPANY, N.A., NEW YORK", + "short_code": "SBOS", + "branches": [ + { + "code": "", + "city": "NORTH QUINCY", + "identifiers": { + "swift_code": "SBOSUS3N" + } + } + ] + }, + { + "name": "STATE STREET GLOBAL ADVISORS FUNDS DISTRIBUTORS, LLC", + "short_code": "SSGM", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "SSGMUS31" + } + } + ] + }, + { + "name": "STATE STREET GLOBAL ADVISORS TRUST COMPANY", + "short_code": "SBOS", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS3S" + } + }, + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS3D" + } + }, + { + "code": "HLD", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS3SHLD" + } + }, + { + "code": "ESS", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS3SESS" + } + }, + { + "code": "CRD", + "city": "BOSTON", + "identifiers": { + "swift_code": "SBOSUS3SCRD" + } + } + ] + }, + { + "name": "STATE TEACHERS RETIREMENT SYSTEM OF OHIO", + "short_code": "STMS", + "branches": [ + { + "code": "", + "city": "COLUMBUS", + "identifiers": { + "swift_code": "STMSUS33" + } + } + ] + }, + { + "name": "STEARNS BANK NATIONAL ASSOCIATION", + "short_code": "STLI", + "branches": [ + { + "code": "", + "city": "ST.CLOUD", + "identifiers": { + "swift_code": "STLIUS42" + } + } + ] + }, + { + "name": "STEINBERG ASSET MANAGEMENT, LLC", + "short_code": "SPSI", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SPSIUS31" + } + } + ] + }, + { + "name": "STEINBERG ASSET MANAGEMENT, LLC", + "short_code": "SIAT", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SIATUS31" + } + } + ] + }, + { + "name": "STELLAR BANK", + "short_code": "ALTX", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "ALTXUS44" + } + } + ] + }, + { + "name": "STELLUS TECHNOLOGIES, INC.", + "short_code": "SECT", + "branches": [ + { + "code": "", + "city": "DOVER", + "identifiers": { + "swift_code": "SECTUS41" + } + } + ] + }, + { + "name": "STEPHENS INC.", + "short_code": "STEP", + "branches": [ + { + "code": "", + "city": "LITTLE ROCK", + "identifiers": { + "swift_code": "STEPUS41" + } + } + ] + }, + { + "name": "STEPHENS INC.", + "short_code": "STHP", + "branches": [ + { + "code": "", + "city": "LITTLE ROCK", + "identifiers": { + "swift_code": "STHPUS42" + } + } + ] + }, + { + "name": "STEPHENS INVESTMENT MANAGEMENT GROUP", + "short_code": "SIGU", + "branches": [ + { + "code": "", + "city": "LITTLE ROCK", + "identifiers": { + "swift_code": "SIGUUS41" + } + } + ] + }, + { + "name": "STERLING CAPITAL MANAGEMENT LLC", + "short_code": "ASMT", + "branches": [ + { + "code": "", + "city": "RALEIGH", + "identifiers": { + "swift_code": "ASMTUS31" + } + } + ] + }, + { + "name": "STERN BROTHERS AND CO", + "short_code": "STHT", + "branches": [ + { + "code": "", + "city": "ST. LOUIS", + "identifiers": { + "swift_code": "STHTUS42" + } + }, + { + "code": "", + "city": "ST. LOUIS", + "identifiers": { + "swift_code": "STHTUS43" + } + } + ] + }, + { + "name": "STEVEN CHARLES CAPITAL, LTD.", + "short_code": "STHC", + "branches": [ + { + "code": "", + "city": "ROCHESTER", + "identifiers": { + "swift_code": "STHCUS31" + } + } + ] + }, + { + "name": "STEWARD CAPITAL MANAGEMENT", + "short_code": "STIA", + "branches": [ + { + "code": "", + "city": "BIRMINGHAM", + "identifiers": { + "swift_code": "STIAUS31" + } + } + ] + }, + { + "name": "STEWART INFORMATION SERVICES CORPOR", + "short_code": "STWT", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "STWTUS44" + } + } + ] + }, + { + "name": "STIFEL BANK", + "short_code": "STLF", + "branches": [ + { + "code": "", + "city": "ST. LOUIS", + "identifiers": { + "swift_code": "STLFUS44" + } + } + ] + }, + { + "name": "STIFEL, NICOLAUS AND COMPANY, INCORPORATED", + "short_code": "SNCR", + "branches": [ + { + "code": "EQU", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SNCRUS44EQU" + } + }, + { + "code": "", + "city": "ST. LOUIS", + "identifiers": { + "swift_code": "SNCRUS44" + } + }, + { + "code": "FXC", + "city": "ST. LOUIS", + "identifiers": { + "swift_code": "SNCRUS44FXC" + } + } + ] + }, + { + "name": "STIFEL, NICOLAUS AND COMPANY, INCORPORATED", + "short_code": "STNI", + "branches": [ + { + "code": "", + "city": "ST. LOUIS", + "identifiers": { + "swift_code": "STNIUS41" + } + } + ] + }, + { + "name": "STIFEL, NICOLAUS AND COMPANY, INCORPORATED/STIFEL SECURITIES LENDING", + "short_code": "SNOI", + "branches": [ + { + "code": "", + "city": "ST. LOUIS", + "identifiers": { + "swift_code": "SNOIUS42" + } + } + ] + }, + { + "name": "STILLROCK MANAGEMENT INC.", + "short_code": "STMN", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "STMNUS31" + } + } + ] + }, + { + "name": "STILLWATER NATIONAL BANK AND TRUST", + "short_code": "STNT", + "branches": [ + { + "code": "", + "city": "STILLWATER", + "identifiers": { + "swift_code": "STNTUS41" + } + } + ] + }, + { + "name": "STOCK CLEARING CORPORATION OF PHILADELPHIA", + "short_code": "STCP", + "branches": [ + { + "code": "", + "city": "PHILADELPHIA", + "identifiers": { + "swift_code": "STCPUS31" + } + } + ] + }, + { + "name": "STOCK YARDS BANK AND TRUST CO.", + "short_code": "STYT", + "branches": [ + { + "code": "", + "city": "LOUISVILLE", + "identifiers": { + "swift_code": "STYTUS41" + } + } + ] + }, + { + "name": "STOCKBRIDGE INVESTORS", + "short_code": "STNS", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "STNSUS31" + } + } + ] + }, + { + "name": "STOCKGROWERS STATE BANK", + "short_code": "STSB", + "branches": [ + { + "code": "", + "city": "ASHLAND", + "identifiers": { + "swift_code": "STSBUS51" + } + } + ] + }, + { + "name": "STOCKMAN BANK OF MONTANA", + "short_code": "STKM", + "branches": [ + { + "code": "", + "city": "MILES CITY", + "identifiers": { + "swift_code": "STKMUS55" + } + } + ] + }, + { + "name": "STONE RIDGE ASSET MANAGEMENT LLC", + "short_code": "SRAT", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SRATUS33" + } + } + ] + }, + { + "name": "STONEBRIDGE ADVISORS LLC", + "short_code": "STDC", + "branches": [ + { + "code": "", + "city": "WILTON", + "identifiers": { + "swift_code": "STDCUS31" + } + } + ] + }, + { + "name": "STONERIDGE INVESTMENT PARTNERS, LLC", + "short_code": "SIPC", + "branches": [ + { + "code": "", + "city": "MALVERN", + "identifiers": { + "swift_code": "SIPCUS31" + } + } + ] + }, + { + "name": "STONEX FINANCIAL INC.", + "short_code": "ITFF", + "branches": [ + { + "code": "SLX", + "city": "BIRMINGHAM", + "identifiers": { + "swift_code": "ITFFUS33SLX" + } + }, + { + "code": "FCX", + "city": "CHICAGO", + "identifiers": { + "swift_code": "ITFFUS33FCX" + } + }, + { + "code": "OTX", + "city": "KANSAS CITY", + "identifiers": { + "swift_code": "ITFFUS33OTX" + } + }, + { + "code": "BDX", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ITFFUS33BDX" + } + }, + { + "code": "HCX", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ITFFUS33HCX" + } + }, + { + "code": "LDX", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ITFFUS33LDX" + } + }, + { + "code": "FLX", + "city": "PARK CITY", + "identifiers": { + "swift_code": "ITFFUS33FLX" + } + }, + { + "code": "", + "city": "WINTER PARK", + "identifiers": { + "swift_code": "ITFFUS33" + } + }, + { + "code": "WPX", + "city": "WINTER PARK", + "identifiers": { + "swift_code": "ITFFUS33WPX" + } + } + ] + }, + { + "name": "STONEX PAYMENT SERVICES LTD.", + "short_code": "IGLU", + "branches": [ + { + "code": "", + "city": "SEATTLE", + "identifiers": { + "swift_code": "IGLUUS66" + } + }, + { + "code": "BSP", + "city": "SEATTLE", + "identifiers": { + "swift_code": "IGLUUS66BSP" + } + } + ] + }, + { + "name": "STRATEGAS SECURITIES LLC", + "short_code": "SSLF", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SSLFUS31" + } + } + ] + }, + { + "name": "STRATEGIC FIXED INCOME, LP", + "short_code": "SFIP", + "branches": [ + { + "code": "", + "city": "ARLINGTON", + "identifiers": { + "swift_code": "SFIPUS31" + } + } + ] + }, + { + "name": "STRATEGIC GLOBAL ADVISORS, LLC", + "short_code": "SGAL", + "branches": [ + { + "code": "", + "city": "NEWPORT BEACH", + "identifiers": { + "swift_code": "SGALUS61" + } + } + ] + }, + { + "name": "STRATEGIC INVESTMENT ADVISORS, INC.", + "short_code": "STID", + "branches": [ + { + "code": "", + "city": "UTICA", + "identifiers": { + "swift_code": "STIDUS31" + } + } + ] + }, + { + "name": "STRIPE, INC.", + "short_code": "SRPI", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "SRPIUS66" + } + } + ] + }, + { + "name": "STRYKER CORPORATION", + "short_code": "STYC", + "branches": [ + { + "code": "", + "city": "KALAMAZOO", + "identifiers": { + "swift_code": "STYCUS33" + } + } + ] + }, + { + "name": "STUART FRANKEL AND CO. INC", + "short_code": "SFAC", + "branches": [ + { + "code": "", + "city": "GREAT NECK", + "identifiers": { + "swift_code": "SFACUS31" + } + } + ] + }, + { + "name": "STURDIVANT AND COMPANY", + "short_code": "STCY", + "branches": [ + { + "code": "", + "city": "VOORHEES", + "identifiers": { + "swift_code": "STCYUS31" + } + } + ] + }, + { + "name": "STUYVESANT CAPITAL MANAGEMENT INC.", + "short_code": "SCTM", + "branches": [ + { + "code": "", + "city": "ARMONK", + "identifiers": { + "swift_code": "SCTMUS31" + } + } + ] + }, + { + "name": "SUCCESS BULLION USA", + "short_code": "SBUS", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "SBUSUS61" + } + } + ] + }, + { + "name": "SUFFOLK CAPITAL MANAGEMENT", + "short_code": "SUCN", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SUCNUS31" + } + } + ] + }, + { + "name": "SUMITOMO MITSUI BANKING CORPORATION", + "short_code": "SMBC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SMBCUS33" + } + } + ] + }, + { + "name": "SUMITOMO MITSUI DS ASSET MANAGEMENT (USA) INC", + "short_code": "DAVA", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DAVAUS31" + } + } + ] + }, + { + "name": "SUMITOMO MITSUI TRUST BANK (U.S.A.) LIMITED", + "short_code": "STUS", + "branches": [ + { + "code": "", + "city": "HOBOKEN", + "identifiers": { + "swift_code": "STUSUS33" + } + }, + { + "code": "GAS", + "city": "HOBOKEN", + "identifiers": { + "swift_code": "STUSUS33GAS" + } + } + ] + }, + { + "name": "SUMITOMO MITSUI TRUST BANK,LIMITED", + "short_code": "STBC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "STBCUS33" + } + } + ] + }, + { + "name": "SUMMERHAVEN INVESTMENT MANAGEMENTV", + "short_code": "SUIA", + "branches": [ + { + "code": "", + "city": "STAMFORD", + "identifiers": { + "swift_code": "SUIAUS31" + } + } + ] + }, + { + "name": "SUMMIT CREEK ADVISORS, LLC.", + "short_code": "SCRL", + "branches": [ + { + "code": "", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "SCRLUS41" + } + } + ] + }, + { + "name": "SUMMIT GLOBAL MANAGEMENT, INC.", + "short_code": "SGMS", + "branches": [ + { + "code": "", + "city": "LA JOLLA", + "identifiers": { + "swift_code": "SGMSUS61" + } + } + ] + }, + { + "name": "SUMMIT INVESTMENT MANAGEMENT, LTD.", + "short_code": "SUIM", + "branches": [ + { + "code": "", + "city": "MILWAUKEE", + "identifiers": { + "swift_code": "SUIMUS51" + } + } + ] + }, + { + "name": "SUMMIT NATIONAL BANK", + "short_code": "SUAT", + "branches": [ + { + "code": "", + "city": "HULETT", + "identifiers": { + "swift_code": "SUATUS52" + } + } + ] + }, + { + "name": "SUMMIT TRUST CO., THE", + "short_code": "SUMT", + "branches": [ + { + "code": "", + "city": "SUMMIT", + "identifiers": { + "swift_code": "SUMTUS31" + } + } + ] + }, + { + "name": "SUMRIDGE PARTNERS, LLC", + "short_code": "SRPT", + "branches": [ + { + "code": "", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "SRPTUS31" + } + } + ] + }, + { + "name": "SUN CHEMICAL CORPORATION", + "short_code": "SUHC", + "branches": [ + { + "code": "", + "city": "PARSIPPANY", + "identifiers": { + "swift_code": "SUHCUS33" + } + } + ] + }, + { + "name": "SUN LIFE CAPITAL MANAGEMENT (U.S.) LLC", + "short_code": "SLCM", + "branches": [ + { + "code": "", + "city": "WELLESLEY", + "identifiers": { + "swift_code": "SLCMUS33" + } + } + ] + }, + { + "name": "SUN LIFE HONG KONG LIMITED", + "short_code": "SLHK", + "branches": [ + { + "code": "", + "city": "WELLESLEY", + "identifiers": { + "swift_code": "SLHKUS31" + } + } + ] + }, + { + "name": "SUN LIFE INVESTMENTS LLC", + "short_code": "SLNL", + "branches": [ + { + "code": "", + "city": "WELLESLEY", + "identifiers": { + "swift_code": "SLNLUS32" + } + } + ] + }, + { + "name": "SUN POWER MARINE INC DBA AMERICAS TRADE AND SUPPLY CO", + "short_code": "SOMD", + "branches": [ + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "SOMDUS31" + } + } + ] + }, + { + "name": "SUNAMERICA ASSET MANAGEMENT,LLC", + "short_code": "SAAN", + "branches": [ + { + "code": "", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "SAANUS33" + } + } + ] + }, + { + "name": "SUNCOAST EQUITY MANAGEMENT", + "short_code": "SUEM", + "branches": [ + { + "code": "", + "city": "TAMPA", + "identifiers": { + "swift_code": "SUEMUS31" + } + } + ] + }, + { + "name": "SUNFLOWER BANK N.A.", + "short_code": "SNBA", + "branches": [ + { + "code": "", + "city": "SALINA", + "identifiers": { + "swift_code": "SNBAUS44" + } + } + ] + }, + { + "name": "SUNFLOWER BANK N.A.", + "short_code": "NBFT", + "branches": [ + { + "code": "", + "city": "SALINA", + "identifiers": { + "swift_code": "NBFTUS31" + } + } + ] + }, + { + "name": "SUNGARD DATA SYSTEMS", + "short_code": "SUNG", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SUNGUS31" + } + } + ] + }, + { + "name": "SUNRISE PARTNERS LIMITED PARTNERSHIP", + "short_code": "SUPP", + "branches": [ + { + "code": "", + "city": "GREENWICH", + "identifiers": { + "swift_code": "SUPPUS31" + } + } + ] + }, + { + "name": "SUNSTATE BANK", + "short_code": "SUTT", + "branches": [ + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "SUTTUS33" + } + } + ] + }, + { + "name": "SUNTRUST INVESTMENT SERVICES, INC.", + "short_code": "SUTI", + "branches": [ + { + "code": "", + "city": "ORLANDO", + "identifiers": { + "swift_code": "SUTIUS31" + } + } + ] + }, + { + "name": "SUNTRUST ROBINSON HUMPHREY, INC", + "short_code": "ESCO", + "branches": [ + { + "code": "", + "city": "NASHVILLE", + "identifiers": { + "swift_code": "ESCOUS41" + } + } + ] + }, + { + "name": "SUNWEST BANK", + "short_code": "SUWW", + "branches": [ + { + "code": "", + "city": "IRVINE", + "identifiers": { + "swift_code": "SUWWUS6I" + } + } + ] + }, + { + "name": "SUSQUEHANNA FINANCIAL GROUP LLLP", + "short_code": "SFGL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SFGLUS31" + } + } + ] + }, + { + "name": "SUSSER BANK", + "short_code": "SSES", + "branches": [ + { + "code": "", + "city": "ARLINGTON", + "identifiers": { + "swift_code": "SSESUS42" + } + } + ] + }, + { + "name": "SUSTAINABLE GROWTH ADVISERS, L.P.", + "short_code": "SUGA", + "branches": [ + { + "code": "", + "city": "STAMFORD", + "identifiers": { + "swift_code": "SUGAUS31" + } + }, + { + "code": "", + "city": "STAMFORD", + "identifiers": { + "swift_code": "SUGAUS21" + } + } + ] + }, + { + "name": "SVA PLUMB WEALTH MANAGEMENT", + "short_code": "SVAP", + "branches": [ + { + "code": "", + "city": "MADISON", + "identifiers": { + "swift_code": "SVAPUS41" + } + } + ] + }, + { + "name": "SVENSKA HANDELSBANKEN", + "short_code": "HAND", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "HANDUS33" + } + } + ] + }, + { + "name": "SWARTHMORE GROUP, INC.", + "short_code": "SWGR", + "branches": [ + { + "code": "", + "city": "WEST CHESTER", + "identifiers": { + "swift_code": "SWGRUS31" + } + } + ] + }, + { + "name": "SWEDBANK AB", + "short_code": "SWED", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SWEDUS33" + } + }, + { + "code": "IBF", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SWEDUS33IBF" + } + } + ] + }, + { + "name": "SWIB", + "short_code": "SWIO", + "branches": [ + { + "code": "", + "city": "MADISON", + "identifiers": { + "swift_code": "SWIOUS4M" + } + } + ] + }, + { + "name": "SWIFT", + "short_code": "SWHQ", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SWHQUS3N" + } + }, + { + "code": "EDU", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SWHQUS3NEDU" + } + } + ] + }, + { + "name": "SWIFT CUSTOMER SERVICE CENTRE UNITED STATES", + "short_code": "SWHQ", + "branches": [ + { + "code": "", + "city": "CULPEPER", + "identifiers": { + "swift_code": "SWHQUSUS" + } + }, + { + "code": "", + "city": "CULPEPER", + "identifiers": { + "swift_code": "SWHQUSG1" + } + }, + { + "code": "SVC", + "city": "CULPEPER", + "identifiers": { + "swift_code": "SWHQUSUSSVC" + } + } + ] + }, + { + "name": "SWISS RE FINANCIAL PRODUCTS CORPORATION", + "short_code": "SFPC", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "SFPCUS31" + } + } + ] + }, + { + "name": "SWISS REINSURANCE AMERICA CORPORATION", + "short_code": "SRIA", + "branches": [ + { + "code": "SWR", + "city": "ARMONK", + "identifiers": { + "swift_code": "SRIAUS33SWR" + } + }, + { + "code": "", + "city": "ARMONK", + "identifiers": { + "swift_code": "SRIAUS33" + } + }, + { + "code": "CMB", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SRIAUS33CMB" + } + } + ] + }, + { + "name": "SYDEL CORPORATION", + "short_code": "SYDC", + "branches": [ + { + "code": "", + "city": "CORAL GABLES", + "identifiers": { + "swift_code": "SYDCUS32" + } + } + ] + }, + { + "name": "SYLVAMO NORTH AMERICA, LLC", + "short_code": "TINC", + "branches": [ + { + "code": "", + "city": "MEMPHIS", + "identifiers": { + "swift_code": "TINCUS44" + } + } + ] + }, + { + "name": "SYMETRA INVESTMENT MANAGEMENT COMPANY", + "short_code": "SIVN", + "branches": [ + { + "code": "", + "city": "FARMINGTON", + "identifiers": { + "swift_code": "SIVNUS33" + } + } + ] + }, + { + "name": "SYMPHONY ASSET MANAGEMENT", + "short_code": "SYAM", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "SYAMUS61" + } + } + ] + }, + { + "name": "SYNCHRONY FINANCIAL", + "short_code": "SYFN", + "branches": [ + { + "code": "", + "city": "STAMFORD", + "identifiers": { + "swift_code": "SYFNUS33" + } + }, + { + "code": "", + "city": "STAMFORD", + "identifiers": { + "swift_code": "SYFNUS34" + } + } + ] + }, + { + "name": "SYNERGY BANK", + "short_code": "SYNE", + "branches": [ + { + "code": "", + "city": "HOUMA", + "identifiers": { + "swift_code": "SYNEUS44" + } + } + ] + }, + { + "name": "SYNOVUS BANK", + "short_code": "FICO", + "branches": [ + { + "code": "", + "city": "BIRMINGHAM", + "identifiers": { + "swift_code": "FICOUS44" + } + } + ] + }, + { + "name": "SYNOVUS TRUST COMPANY, N.A.", + "short_code": "GLOA", + "branches": [ + { + "code": "", + "city": "ATLANTA", + "identifiers": { + "swift_code": "GLOAUS31" + } + } + ] + }, + { + "name": "SYSCO CORPORATION", + "short_code": "SYCR", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "SYCRUS4H" + } + } + ] + }, + { + "name": "SYSTEMATIC FINANCIAL MANAGEMENT", + "short_code": "SYFM", + "branches": [ + { + "code": "", + "city": "TEANECK", + "identifiers": { + "swift_code": "SYFMUS31" + } + } + ] + }, + { + "name": "T. ROWE PRICE ASSOCIATES INC.", + "short_code": "TROW", + "branches": [ + { + "code": "", + "city": "BALTIMORE", + "identifiers": { + "swift_code": "TROWUS33" + } + }, + { + "code": "ACC", + "city": "BALTIMORE", + "identifiers": { + "swift_code": "TROWUS33ACC" + } + }, + { + "code": "CUS", + "city": "BALTIMORE", + "identifiers": { + "swift_code": "TROWUS33CUS" + } + }, + { + "code": "RPS", + "city": "BALTIMORE", + "identifiers": { + "swift_code": "TROWUS33RPS" + } + } + ] + }, + { + "name": "T.H. FITZGERALD AND CO.", + "short_code": "FICP", + "branches": [ + { + "code": "", + "city": "NAUGATUCK", + "identifiers": { + "swift_code": "FICPUS31" + } + } + ] + }, + { + "name": "T.K. PURDY AND COMPANY, LLC", + "short_code": "PUCL", + "branches": [ + { + "code": "", + "city": "WESTPORT", + "identifiers": { + "swift_code": "PUCLUS31" + } + } + ] + }, + { + "name": "TACONIC CAPITAL ADVISORS LP", + "short_code": "TACV", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "TACVUS31" + } + } + ] + }, + { + "name": "TAIWAN BUSINESS BANK", + "short_code": "MBBT", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "MBBTUS6L" + } + } + ] + }, + { + "name": "TAIWAN BUSINESS BANK NEW YORK BRANCH", + "short_code": "MBBT", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "MBBTUS33" + } + } + ] + }, + { + "name": "TAIWAN COOPERATIVE BANK, LOS ANGELES BRANCH", + "short_code": "FBOC", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "FBOCUS6L" + } + } + ] + }, + { + "name": "TAIWAN COOPERATIVE BANK, LTD.", + "short_code": "TACB", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "TACBUS33" + } + } + ] + }, + { + "name": "TAIWAN COOPERATIVE BANK, LTD. HOUSTON BRANCH", + "short_code": "TACB", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "TACBUS4H" + } + } + ] + }, + { + "name": "TAIWAN COOPERATIVE BANK, SEATTLE BRANCH", + "short_code": "FBOC", + "branches": [ + { + "code": "", + "city": "SEATTLE", + "identifiers": { + "swift_code": "FBOCUS66" + } + } + ] + }, + { + "name": "TAIYO PACIFIC PARTNERS L.P.", + "short_code": "TAPP", + "branches": [ + { + "code": "", + "city": "KIRKLAND", + "identifiers": { + "swift_code": "TAPPUS61" + } + } + ] + }, + { + "name": "TALON ASSET MANAGEMENT, INC.", + "short_code": "TAAM", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "TAAMUS41" + } + } + ] + }, + { + "name": "TAPESTRY, INC.", + "short_code": "COAC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "COACUS33" + } + } + ] + }, + { + "name": "TAPLIN, CANIDA AND HABACHT, LLC", + "short_code": "TACA", + "branches": [ + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "TACAUS31" + } + }, + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "TACAUS32" + } + } + ] + }, + { + "name": "TARGET CORPORATION", + "short_code": "TCOP", + "branches": [ + { + "code": "", + "city": "BROOKLYN PARK", + "identifiers": { + "swift_code": "TCOPUS44" + } + } + ] + }, + { + "name": "TATTERSALL ADVISORY GROUP", + "short_code": "TAAG", + "branches": [ + { + "code": "", + "city": "RICHMOND", + "identifiers": { + "swift_code": "TAAGUS31" + } + } + ] + }, + { + "name": "TAURUS ADVISORY GROUP, INC.", + "short_code": "TAAR", + "branches": [ + { + "code": "", + "city": "STAMFORD", + "identifiers": { + "swift_code": "TAARUS31" + } + } + ] + }, + { + "name": "TAYLOR WEALTH MANAGEMENT PARTNERS LLC", + "short_code": "TWMP", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "TWMPUS31" + } + } + ] + }, + { + "name": "TCBI SECURITIES, INC", + "short_code": "TCBI", + "branches": [ + { + "code": "", + "city": "DALLAS", + "identifiers": { + "swift_code": "TCBIUS42" + } + }, + { + "code": "", + "city": "DALLAS", + "identifiers": { + "swift_code": "TCBIUS43" + } + } + ] + }, + { + "name": "TCW ASSET MANAGEMENT COMPANY LLC", + "short_code": "TAGO", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "TAGOUS66" + } + } + ] + }, + { + "name": "TCW GROUP INC.", + "short_code": "TCGR", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "TCGRUS61" + } + } + ] + }, + { + "name": "TD AMERITRADE CLEARING", + "short_code": "AMLE", + "branches": [ + { + "code": "", + "city": "BELLEVUE", + "identifiers": { + "swift_code": "AMLEUS41" + } + } + ] + }, + { + "name": "TD BANK, N.A.", + "short_code": "NRTH", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "NRTHUS33" + } + } + ] + }, + { + "name": "TD PRIME SERVICES LLC", + "short_code": "TDPR", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "TDPRUS33" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "TDPRUS3N" + } + } + ] + }, + { + "name": "TD SECURITIES (USA) LLC", + "short_code": "TDOM", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "TDOMUS3A" + } + } + ] + }, + { + "name": "TEACHER RETIREMENT SYSTEM OF TEXAS", + "short_code": "TRSX", + "branches": [ + { + "code": "", + "city": "AUSTIN", + "identifiers": { + "swift_code": "TRSXUS41" + } + }, + { + "code": "", + "city": "AUSTIN", + "identifiers": { + "swift_code": "TRSXUS4B" + } + } + ] + }, + { + "name": "TEACHERS INSURANCE AND ANNUITY ASSOCIATION OF AMERICA", + "short_code": "CREF", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CREFUS31" + } + } + ] + }, + { + "name": "TEACHERS INSURANCE AND ANNUITY ASSOCIATION OF AMERICA", + "short_code": "TIAC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "TIACUS33" + } + } + ] + }, + { + "name": "TEACHERS RETIREMENT SYSTEM OF ALABAMA", + "short_code": "TRYL", + "branches": [ + { + "code": "", + "city": "MONTGOMERY", + "identifiers": { + "swift_code": "TRYLUS42" + } + } + ] + }, + { + "name": "TECH DATA CORPORATION", + "short_code": "TDAT", + "branches": [ + { + "code": "", + "city": "CLEARWATER", + "identifiers": { + "swift_code": "TDATUS33" + } + } + ] + }, + { + "name": "TECHNOLOGY CREDIT UNION", + "short_code": "TECH", + "branches": [ + { + "code": "", + "city": "SAN JOSE", + "identifiers": { + "swift_code": "TECHUS6S" + } + } + ] + }, + { + "name": "TELSEY ADVISORY GROUP LLC", + "short_code": "TAGL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "TAGLUS31" + } + } + ] + }, + { + "name": "TEMPLETON/FRANKLIN INVESTMENT SERVICES, INC.", + "short_code": "TFIS", + "branches": [ + { + "code": "", + "city": "CARMEL", + "identifiers": { + "swift_code": "TFISUS61" + } + }, + { + "code": "S01", + "city": "SAN MATEO", + "identifiers": { + "swift_code": "TFISUS61S01" + } + } + ] + }, + { + "name": "TENNANT COMPANY", + "short_code": "TENC", + "branches": [ + { + "code": "", + "city": "EDEN PRAIRIE", + "identifiers": { + "swift_code": "TENCUS44" + } + } + ] + }, + { + "name": "TENNESSEE CONSOLIDATED RETIREMENT SYSTEM", + "short_code": "TCRS", + "branches": [ + { + "code": "", + "city": "NASHVILLE", + "identifiers": { + "swift_code": "TCRSUS41" + } + } + ] + }, + { + "name": "TENOR CAPITAL MANAGEMENT COMPANY LP", + "short_code": "TCMO", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "TCMOUS31" + } + } + ] + }, + { + "name": "TEREX CORPORATION", + "short_code": "TRXE", + "branches": [ + { + "code": "", + "city": "NORWALK", + "identifiers": { + "swift_code": "TRXEUS33" + } + } + ] + }, + { + "name": "TERM COMMODITIES, INC.", + "short_code": "TERM", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "TERMUS41" + } + } + ] + }, + { + "name": "TERRA PAYMENT SERVICES USA LLC", + "short_code": "TPSV", + "branches": [ + { + "code": "", + "city": "TALLAHASSEE", + "identifiers": { + "swift_code": "TPSVUS33" + } + } + ] + }, + { + "name": "TERRABANK N.A.", + "short_code": "TBNA", + "branches": [ + { + "code": "", + "city": "CORAL GABLES", + "identifiers": { + "swift_code": "TBNAUS33" + } + } + ] + }, + { + "name": "TERRY MCDANIEL AND COMPANY", + "short_code": "TEMC", + "branches": [ + { + "code": "", + "city": "AUSTIN", + "identifiers": { + "swift_code": "TEMCUS41" + } + } + ] + }, + { + "name": "TERUMO AMERICAS HOLDING, INC.", + "short_code": "TEAH", + "branches": [ + { + "code": "", + "city": "SOMERSET", + "identifiers": { + "swift_code": "TEAHUS33" + } + } + ] + }, + { + "name": "TESLA INC.", + "short_code": "TSLA", + "branches": [ + { + "code": "", + "city": "AUSTIN", + "identifiers": { + "swift_code": "TSLAUS66" + } + } + ] + }, + { + "name": "TESTA MANAGEMENT GROUP LLC", + "short_code": "TMGL", + "branches": [ + { + "code": "", + "city": "SAN DIEGO", + "identifiers": { + "swift_code": "TMGLUS62" + } + } + ] + }, + { + "name": "TEXAS CAPITAL BANK, N.A.", + "short_code": "TXCB", + "branches": [ + { + "code": "", + "city": "DALLAS", + "identifiers": { + "swift_code": "TXCBUS44" + } + } + ] + }, + { + "name": "TEXAS INSTRUMENTS INCORPORATED", + "short_code": "TEII", + "branches": [ + { + "code": "", + "city": "DALLAS", + "identifiers": { + "swift_code": "TEIIUS41" + } + } + ] + }, + { + "name": "TEXAS INSTRUMENTS INCORPORATED", + "short_code": "TXIN", + "branches": [ + { + "code": "", + "city": "DALLAS", + "identifiers": { + "swift_code": "TXINUS44" + } + } + ] + }, + { + "name": "TEXAS NATIONAL BANK", + "short_code": "TENT", + "branches": [ + { + "code": "", + "city": "EDINBURG", + "identifiers": { + "swift_code": "TENTUS44" + } + } + ] + }, + { + "name": "TEXAS PERMANENT SCHOOL FUND CORPORATION", + "short_code": "TEEA", + "branches": [ + { + "code": "", + "city": "AUSTIN", + "identifiers": { + "swift_code": "TEEAUS44" + } + } + ] + }, + { + "name": "TEXAS SECURITY BANK", + "short_code": "TESY", + "branches": [ + { + "code": "", + "city": "DALLAS", + "identifiers": { + "swift_code": "TESYUS41" + } + } + ] + }, + { + "name": "TEXAS STATE BANK", + "short_code": "TEXS", + "branches": [ + { + "code": "", + "city": "MCALLEN", + "identifiers": { + "swift_code": "TEXSUS41" + } + } + ] + }, + { + "name": "TEXAS TREASURY SAFEKEEPING TRUST COMPANY", + "short_code": "TTSR", + "branches": [ + { + "code": "", + "city": "AUSTIN", + "identifiers": { + "swift_code": "TTSRUS41" + } + } + ] + }, + { + "name": "THE CENTRAL TRUST BANK", + "short_code": "CTUS", + "branches": [ + { + "code": "", + "city": "JEFFERSON CITY", + "identifiers": { + "swift_code": "CTUSUS44" + } + } + ] + }, + { + "name": "THE ACORN FOUNDATION", + "short_code": "ACFO", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ACFOUS31" + } + } + ] + }, + { + "name": "THE AMERICAN NATIONAL BANK OF TEXAS", + "short_code": "ANBT", + "branches": [ + { + "code": "", + "city": "TERRELL", + "identifiers": { + "swift_code": "ANBTUS44" + } + } + ] + }, + { + "name": "THE AYCO COMPANY L.P.", + "short_code": "AYCM", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "AYCMUS31" + } + } + ] + }, + { + "name": "THE BANK OF EAST ASIA, LIMITED, LOS ANGELES BRANCH", + "short_code": "BEAS", + "branches": [ + { + "code": "", + "city": "ALHAMBRA", + "identifiers": { + "swift_code": "BEASUS66" + } + } + ] + }, + { + "name": "THE BANK OF NEW YORK MELLON", + "short_code": "BSDT", + "branches": [ + { + "code": "", + "city": "EVERETT", + "identifiers": { + "swift_code": "BSDTUS33" + } + }, + { + "code": "GBL", + "city": "EVERETT", + "identifiers": { + "swift_code": "BSDTUS33GBL" + } + }, + { + "code": "CLS", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "BSDTUS33CLS" + } + } + ] + }, + { + "name": "THE BANK OF NEW YORK MELLON", + "short_code": "IRVT", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "IRVTUS3N" + } + }, + { + "code": "ADR", + "city": "NEW YORK", + "identifiers": { + "swift_code": "IRVTUS3NADR" + } + }, + { + "code": "AMS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "IRVTUS3NAMS" + } + }, + { + "code": "RMB", + "city": "NEW YORK", + "identifiers": { + "swift_code": "IRVTUS3NRMB" + } + }, + { + "code": "FSX", + "city": "NEW YORK", + "identifiers": { + "swift_code": "IRVTUS3NFSX" + } + }, + { + "code": "TWT", + "city": "NEW YORK", + "identifiers": { + "swift_code": "IRVTUS3NTWT" + } + }, + { + "code": "BDS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "IRVTUS3NBDS" + } + }, + { + "code": "CLS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "IRVTUS3NCLS" + } + }, + { + "code": "DMM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "IRVTUS3NDMM" + } + }, + { + "code": "API", + "city": "NEW YORK", + "identifiers": { + "swift_code": "IRVTUS3NAPI" + } + }, + { + "code": "LCR", + "city": "NEW YORK", + "identifiers": { + "swift_code": "IRVTUS3NLCR" + } + }, + { + "code": "EQD", + "city": "NEW YORK", + "identifiers": { + "swift_code": "IRVTUS3NEQD" + } + }, + { + "code": "FUT", + "city": "NEW YORK", + "identifiers": { + "swift_code": "IRVTUS3NFUT" + } + }, + { + "code": "FND", + "city": "NEW YORK", + "identifiers": { + "swift_code": "IRVTUS3NFND" + } + }, + { + "code": "GCO", + "city": "NEW YORK", + "identifiers": { + "swift_code": "IRVTUS3NGCO" + } + }, + { + "code": "GSC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "IRVTUS3NGSC" + } + }, + { + "code": "LCI", + "city": "NEW YORK", + "identifiers": { + "swift_code": "IRVTUS3NLCI" + } + }, + { + "code": "IRD", + "city": "NEW YORK", + "identifiers": { + "swift_code": "IRVTUS3NIRD" + } + }, + { + "code": "STC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "IRVTUS3NSTC" + } + }, + { + "code": "CMM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "IRVTUS3NCMM" + } + }, + { + "code": "LCM", + "city": "NEW YORK", + "identifiers": { + "swift_code": "IRVTUS3NLCM" + } + }, + { + "code": "SVH", + "city": "NEW YORK", + "identifiers": { + "swift_code": "IRVTUS3NSVH" + } + }, + { + "code": "MSB", + "city": "NEW YORK", + "identifiers": { + "swift_code": "IRVTUS3NMSB" + } + }, + { + "code": "MMI", + "city": "NEW YORK", + "identifiers": { + "swift_code": "IRVTUS3NMMI" + } + }, + { + "code": "MFT", + "city": "NEW YORK", + "identifiers": { + "swift_code": "IRVTUS3NMFT" + } + }, + { + "code": "ACH", + "city": "NEW YORK", + "identifiers": { + "swift_code": "IRVTUS3NACH" + } + }, + { + "code": "RCL", + "city": "NEW YORK", + "identifiers": { + "swift_code": "IRVTUS3NRCL" + } + }, + { + "code": "MST", + "city": "NEW YORK", + "identifiers": { + "swift_code": "IRVTUS3NMST" + } + }, + { + "code": "IBK", + "city": "NEW YORK", + "identifiers": { + "swift_code": "IRVTUS3NIBK" + } + }, + { + "code": "GSS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "IRVTUS3NGSS" + } + } + ] + }, + { + "name": "THE BANK OF NEW YORK MELLON", + "short_code": "MELN", + "branches": [ + { + "code": "", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "MELNUS3P" + } + }, + { + "code": "CLS", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "MELNUS3PCLS" + } + }, + { + "code": "FEX", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "MELNUS3PFEX" + } + }, + { + "code": "AAB", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "MELNUS3PAAB" + } + }, + { + "code": "GSS", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "MELNUS3PGSS" + } + }, + { + "code": "GLB", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "MELNUS3PGLB" + } + }, + { + "code": "LTR", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "MELNUS3PLTR" + } + }, + { + "code": "NPS", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "MELNUS3PNPS" + } + } + ] + }, + { + "name": "THE BANK OF NEW YORK MELLON, NATIONAL ASSOCIATION", + "short_code": "MELN", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "MELNUS6L" + } + } + ] + }, + { + "name": "THE BANK OF NORTH DAKOTA", + "short_code": "NODK", + "branches": [ + { + "code": "", + "city": "BISMARCK", + "identifiers": { + "swift_code": "NODKUS44" + } + } + ] + }, + { + "name": "THE BANK OF NOVA SCOTIA", + "short_code": "NOSC", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "NOSCUS4H" + } + }, + { + "code": "HSM", + "city": "HOUSTON", + "identifiers": { + "swift_code": "NOSCUS4HHSM" + } + }, + { + "code": "HSS", + "city": "HOUSTON", + "identifiers": { + "swift_code": "NOSCUS4HHSS" + } + }, + { + "code": "SF1", + "city": "HOUSTON", + "identifiers": { + "swift_code": "NOSCUS4HSF1" + } + }, + { + "code": "SF2", + "city": "HOUSTON", + "identifiers": { + "swift_code": "NOSCUS4HSF2" + } + }, + { + "code": "SF3", + "city": "HOUSTON", + "identifiers": { + "swift_code": "NOSCUS4HSF3" + } + }, + { + "code": "SF4", + "city": "HOUSTON", + "identifiers": { + "swift_code": "NOSCUS4HSF4" + } + }, + { + "code": "TL1", + "city": "HOUSTON", + "identifiers": { + "swift_code": "NOSCUS4HTL1" + } + }, + { + "code": "TL2", + "city": "HOUSTON", + "identifiers": { + "swift_code": "NOSCUS4HTL2" + } + } + ] + }, + { + "name": "THE BANK OF SAN ANTONIO", + "short_code": "BSAT", + "branches": [ + { + "code": "", + "city": "SAN ANTONIO", + "identifiers": { + "swift_code": "BSATUS44" + } + } + ] + }, + { + "name": "THE BANK OF TAMPA", + "short_code": "TBOT", + "branches": [ + { + "code": "", + "city": "TAMPA", + "identifiers": { + "swift_code": "TBOTUS3T" + } + } + ] + }, + { + "name": "THE BANK OF WYANDOTTE", + "short_code": "WYAN", + "branches": [ + { + "code": "", + "city": "WYANDOTTE", + "identifiers": { + "swift_code": "WYANUS42" + } + } + ] + }, + { + "name": "THE BANKERS BANK", + "short_code": "BBOK", + "branches": [ + { + "code": "", + "city": "OKLAHOMA CITY", + "identifiers": { + "swift_code": "BBOKUS44" + } + } + ] + }, + { + "name": "THE BAUPOST GROUP, L.L.C.", + "short_code": "BUGL", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "BUGLUS32" + } + } + ] + }, + { + "name": "THE BENCHMARK COMPANY LLC", + "short_code": "BEOL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BEOLUS32" + } + } + ] + }, + { + "name": "THE BOEING COMPANY", + "short_code": "BCMY", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "BCMYUS44" + } + } + ] + }, + { + "name": "THE BOSTON CONSULTING GROUP, INC.", + "short_code": "BCUP", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "BCUPUS33" + } + } + ] + }, + { + "name": "THE BUCKINGHAM RESEARCH GROUP INCORPORATED", + "short_code": "BUCR", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "BUCRUS31" + } + } + ] + }, + { + "name": "THE BURNEY COMPANY", + "short_code": "BUCO", + "branches": [ + { + "code": "", + "city": "FALLS CHURCH", + "identifiers": { + "swift_code": "BUCOUS31" + } + } + ] + }, + { + "name": "THE CALLAWAY BANK", + "short_code": "CAWL", + "branches": [ + { + "code": "", + "city": "FULTON", + "identifiers": { + "swift_code": "CAWLUS41" + } + } + ] + }, + { + "name": "THE CAMDEN NATIONAL BANK", + "short_code": "CDNA", + "branches": [ + { + "code": "", + "city": "ROCKPORT", + "identifiers": { + "swift_code": "CDNAUS3C" + } + } + ] + }, + { + "name": "THE CANANDAIGUA NATIONAL BANK AND TRUST COMPANY", + "short_code": "CNUS", + "branches": [ + { + "code": "", + "city": "CANANDAIGUA", + "identifiers": { + "swift_code": "CNUSUS33" + } + } + ] + }, + { + "name": "THE CAPE COD FIVE CENTS SAVINGS BANK", + "short_code": "CCFC", + "branches": [ + { + "code": "", + "city": "ORLEANS", + "identifiers": { + "swift_code": "CCFCUS31" + } + } + ] + }, + { + "name": "THE CARAVEL FUND (INTERNATIONAL) LT", + "short_code": "CRUL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CRULUS31" + } + } + ] + }, + { + "name": "THE CARLYLE GROUP", + "short_code": "CRGP", + "branches": [ + { + "code": "GCP", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CRGPUS3WGCP" + } + }, + { + "code": "", + "city": "WASHINGTON", + "identifiers": { + "swift_code": "CRGPUS3W" + } + } + ] + }, + { + "name": "THE CHEMOURS COMPANY", + "short_code": "CHML", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "CHMLUS33" + } + } + ] + }, + { + "name": "THE CHIBA BANK LTD., NEW YORK BRANCH", + "short_code": "CHBA", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "CHBAUS33" + } + } + ] + }, + { + "name": "THE CHURCH OF JESUS CHRIST OF LATTER-DAY SAINTS", + "short_code": "CPBX", + "branches": [ + { + "code": "", + "city": "SALT LAKE CITY", + "identifiers": { + "swift_code": "CPBXUS5B" + } + } + ] + }, + { + "name": "THE COCA-COLA COMPANY", + "short_code": "TCCC", + "branches": [ + { + "code": "", + "city": "ATLANTA", + "identifiers": { + "swift_code": "TCCCUS35" + } + } + ] + }, + { + "name": "THE COLONY GROUP, LLC", + "short_code": "COOR", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "COORUS31" + } + } + ] + }, + { + "name": "THE COMMERCE INSURANCE COMPANY", + "short_code": "CICY", + "branches": [ + { + "code": "", + "city": "WEBSTER", + "identifiers": { + "swift_code": "CICYUS33" + } + } + ] + }, + { + "name": "THE DIME BANK", + "short_code": "DIMB", + "branches": [ + { + "code": "", + "city": "HONESDALE", + "identifiers": { + "swift_code": "DIMBUS32" + } + } + ] + }, + { + "name": "THE DUCHOSSOIS GROUP, INC", + "short_code": "DUID", + "branches": [ + { + "code": "", + "city": "ELMHURST", + "identifiers": { + "swift_code": "DUIDUS41" + } + } + ] + }, + { + "name": "THE FARMERS AND MERCHANT STATE BANK", + "short_code": "FMSB", + "branches": [ + { + "code": "", + "city": "ARCHBOLD", + "identifiers": { + "swift_code": "FMSBUS3A" + } + } + ] + }, + { + "name": "THE FARMERS AND MERCHANTS BANK", + "short_code": "FAMH", + "branches": [ + { + "code": "", + "city": "STUTTGART", + "identifiers": { + "swift_code": "FAMHUS42" + } + } + ] + }, + { + "name": "THE FIG GROUP, LLC", + "short_code": "FGGL", + "branches": [ + { + "code": "", + "city": "DALLAS", + "identifiers": { + "swift_code": "FGGLUS41" + } + } + ] + }, + { + "name": "THE FIRST NATIONAL BANK OF CARROLLTON", + "short_code": "FIOA", + "branches": [ + { + "code": "", + "city": "CARROLLTON", + "identifiers": { + "swift_code": "FIOAUS41" + } + } + ] + }, + { + "name": "THE FIRST NATIONAL BANK OF HUTCHINSON", + "short_code": "FRNH", + "branches": [ + { + "code": "", + "city": "HUTCHINSON", + "identifiers": { + "swift_code": "FRNHUS41" + } + } + ] + }, + { + "name": "THE FIRST NATIONAL BANK OF LONG ISLAND", + "short_code": "FNLI", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "FNLIUS33" + } + } + ] + }, + { + "name": "THE FIRST NATIONAL BANK OF SOUTH MIAMI", + "short_code": "FNSM", + "branches": [ + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "FNSMUS41" + } + } + ] + }, + { + "name": "THE GALAHAD GROUP, LLC.", + "short_code": "GAGC", + "branches": [ + { + "code": "", + "city": "WILTON", + "identifiers": { + "swift_code": "GAGCUS31" + } + } + ] + }, + { + "name": "THE GAP INC.", + "short_code": "GAPG", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "GAPGUS6S" + } + } + ] + }, + { + "name": "THE GMS GROUP, L.L.C", + "short_code": "GMGR", + "branches": [ + { + "code": "", + "city": "BOCA RATON", + "identifiers": { + "swift_code": "GMGRUS31" + } + } + ] + }, + { + "name": "THE GOLDMAN SACHS TRUST COMPANY, NA", + "short_code": "GSTC", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "GSTCUS31" + } + } + ] + }, + { + "name": "THE GUARDIAN LIFE INSURANCE COMPANY OF AMERICA", + "short_code": "GLIY", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GLIYUS33" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GLIYUS3A" + } + } + ] + }, + { + "name": "THE GUNMA BANK, LTD NEW YORK BRANCH", + "short_code": "GUMA", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "GUMAUS33" + } + } + ] + }, + { + "name": "THE HANOVER INSURANCE GROUP", + "short_code": "HNVR", + "branches": [ + { + "code": "", + "city": "WORCESTER", + "identifiers": { + "swift_code": "HNVRUS33" + } + } + ] + }, + { + "name": "THE HAVI GROUP LIMITED PARTNERSHIP", + "short_code": "HAGP", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "HAGPUS33" + } + } + ] + }, + { + "name": "THE HONESDALE NATIONAL BANK", + "short_code": "HONT", + "branches": [ + { + "code": "", + "city": "HONESDALE", + "identifiers": { + "swift_code": "HONTUS32" + } + } + ] + }, + { + "name": "THE HUNTINGTON NATIONAL BANK", + "short_code": "OBSC", + "branches": [ + { + "code": "", + "city": "FINDLAY", + "identifiers": { + "swift_code": "OBSCUS31" + } + } + ] + }, + { + "name": "THE INSTITUTE OF ELECTRICAL AND ELECTRONICS ENGINEERS, INCORPORATED", + "short_code": "IEEG", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "IEEGUS33" + } + } + ] + }, + { + "name": "THE INTERPUBLIC GROUP OF COMPANIES, INC.", + "short_code": "IGRO", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "IGROUS33" + } + } + ] + }, + { + "name": "THE ITHAKA GROUP, LLC", + "short_code": "IGRL", + "branches": [ + { + "code": "", + "city": "BETHESDA", + "identifiers": { + "swift_code": "IGRLUS31" + } + } + ] + }, + { + "name": "THE JUNIATA VALLEY BANK", + "short_code": "JUVA", + "branches": [ + { + "code": "", + "city": "MIFFLINTOWN", + "identifiers": { + "swift_code": "JUVAUS32" + } + } + ] + }, + { + "name": "THE LONDON COMPANY OF VIRGINIA, LLC", + "short_code": "LOCP", + "branches": [ + { + "code": "", + "city": "RICHMOND", + "identifiers": { + "swift_code": "LOCPUS31" + } + } + ] + }, + { + "name": "THE MANITOWOC COMPANY INC", + "short_code": "MTWC", + "branches": [ + { + "code": "", + "city": "MILWAUKEE", + "identifiers": { + "swift_code": "MTWCUS44" + } + } + ] + }, + { + "name": "THE MIDWEST TRUST COMPANY", + "short_code": "MITP", + "branches": [ + { + "code": "", + "city": "OVERLAND PARK", + "identifiers": { + "swift_code": "MITPUS41" + } + } + ] + }, + { + "name": "THE MOSAIC COMPANY", + "short_code": "MOCY", + "branches": [ + { + "code": "", + "city": "PLYMOUTH", + "identifiers": { + "swift_code": "MOCYUS44" + } + }, + { + "code": "", + "city": "TAMPA", + "identifiers": { + "swift_code": "MOCYUS3T" + } + }, + { + "code": "", + "city": "TAMPA", + "identifiers": { + "swift_code": "MOCYUS33" + } + } + ] + }, + { + "name": "THE NATIONAL BANK OF KUWAIT S.A.K.P.", + "short_code": "NBOK", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NBOKUS33" + } + } + ] + }, + { + "name": "THE NAVIGATORS GROUP, INC.", + "short_code": "NVGR", + "branches": [ + { + "code": "", + "city": "HARTFORD", + "identifiers": { + "swift_code": "NVGRUS3H" + } + } + ] + }, + { + "name": "THE NORTHERN TRUST COMPANY", + "short_code": "CNOR", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CNORUS4A" + } + }, + { + "code": "NTI", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CNORUS4ANTI" + } + } + ] + }, + { + "name": "THE NORTHERN TRUST COMPANY (ALTERNATIVE FUNDS)", + "short_code": "CSLL", + "branches": [ + { + "code": "CES", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CSLLUS44CES" + } + }, + { + "code": "CGE", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CSLLUS44CGE" + } + }, + { + "code": "KFI", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CSLLUS44KFI" + } + }, + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CSLLUS44" + } + }, + { + "code": "POS", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CSLLUS44POS" + } + }, + { + "code": "CET", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CSLLUS44CET" + } + }, + { + "code": "OTC", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CSLLUS44OTC" + } + }, + { + "code": "OP9", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CSLLUS44OP9" + } + }, + { + "code": "OPT", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CSLLUS44OPT" + } + }, + { + "code": "OP1", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CSLLUS44OP1" + } + }, + { + "code": "A74", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CSLLUS44A74" + } + } + ] + }, + { + "name": "THE NORTHWESTERN MUTUAL LIFE INSURANCE CO.", + "short_code": "NMLI", + "branches": [ + { + "code": "", + "city": "MILWAUKEE", + "identifiers": { + "swift_code": "NMLIUS44" + } + } + ] + }, + { + "name": "THE OHIO STATE UNIVERSITY", + "short_code": "OHSU", + "branches": [ + { + "code": "", + "city": "COLUMBUS", + "identifiers": { + "swift_code": "OHSUUS31" + } + } + ] + }, + { + "name": "THE OPTIONS CLEARING CORPORATION", + "short_code": "CCOS", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CCOSUS41" + } + } + ] + }, + { + "name": "THE PARK BANK", + "short_code": "PAKK", + "branches": [ + { + "code": "", + "city": "MADISON", + "identifiers": { + "swift_code": "PAKKUS44" + } + } + ] + }, + { + "name": "THE PENSION BOARDS - UNITED CHURCH OF CHRIST, INC", + "short_code": "PBUC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PBUCUS31" + } + } + ] + }, + { + "name": "THE PEOPLES BANK OF BILOXI", + "short_code": "PBBI", + "branches": [ + { + "code": "", + "city": "BILOXI", + "identifiers": { + "swift_code": "PBBIUS41" + } + } + ] + }, + { + "name": "THE PROCTER AND GAMBLE COMPANY", + "short_code": "PGGT", + "branches": [ + { + "code": "", + "city": "CINCINNATI", + "identifiers": { + "swift_code": "PGGTUS33" + } + } + ] + }, + { + "name": "THE PROVIDENT BANK", + "short_code": "PRND", + "branches": [ + { + "code": "", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "PRNDUS33" + } + } + ] + }, + { + "name": "THE REGENTS OF THE UNIVERSITY OF CALIFORNIA", + "short_code": "REUF", + "branches": [ + { + "code": "", + "city": "OAKLAND", + "identifiers": { + "swift_code": "REUFUS62" + } + } + ] + }, + { + "name": "THE RMR GROUP LLC", + "short_code": "RMRG", + "branches": [ + { + "code": "", + "city": "NEWTON", + "identifiers": { + "swift_code": "RMRGUS33" + } + } + ] + }, + { + "name": "THE ROCK CREEK GROUP LP", + "short_code": "RCGO", + "branches": [ + { + "code": "", + "city": "WASHINGTON", + "identifiers": { + "swift_code": "RCGOUS3W" + } + } + ] + }, + { + "name": "THE ROOSEVELT INVESTMENT GROUP INC", + "short_code": "RINR", + "branches": [ + { + "code": "", + "city": "PROVIDENCE", + "identifiers": { + "swift_code": "RINRUS31" + } + } + ] + }, + { + "name": "THE SAVINGS BANK OF DANBURY", + "short_code": "SADB", + "branches": [ + { + "code": "", + "city": "DANBURY", + "identifiers": { + "swift_code": "SADBUS32" + } + } + ] + }, + { + "name": "THE SHERWIN-WILLIAMS COMPANY", + "short_code": "SHWC", + "branches": [ + { + "code": "", + "city": "CLEVELAND", + "identifiers": { + "swift_code": "SHWCUS33" + } + } + ] + }, + { + "name": "THE SHIZUOKA BANK,LTD., NEW YORK BRANCH", + "short_code": "SHIZ", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SHIZUS33" + } + } + ] + }, + { + "name": "THE SHOKO CHUKIN BANK, LTD. NEW YORK BRANCH", + "short_code": "SKCK", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "SKCKUS33" + } + } + ] + }, + { + "name": "THE STATE INSURANCE FUND", + "short_code": "STIF", + "branches": [ + { + "code": "", + "city": "ALBANY", + "identifiers": { + "swift_code": "STIFUS33" + } + }, + { + "code": "", + "city": "ALBANY", + "identifiers": { + "swift_code": "STIFUS3K" + } + } + ] + }, + { + "name": "THE TRAVELERS INDEMNITY COMPANY", + "short_code": "TRVC", + "branches": [ + { + "code": "", + "city": "HARTFORD", + "identifiers": { + "swift_code": "TRVCUS33" + } + } + ] + }, + { + "name": "THE TRUSTEES OF COLUMBIA UNIVERSITY IN THE CITY OF NEW YORK", + "short_code": "TCNY", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "TCNYUS33" + } + } + ] + }, + { + "name": "THE UNIVERSITY OF TEXAS/TEXAS A AND M INVESTMENT MANAGEMENT COMPANY", + "short_code": "UTIM", + "branches": [ + { + "code": "", + "city": "AUSTIN", + "identifiers": { + "swift_code": "UTIMUS44" + } + } + ] + }, + { + "name": "THE VERTICAL GROUP", + "short_code": "VEGO", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "VEGOUS31" + } + } + ] + }, + { + "name": "THE WALT DISNEY COMPANY", + "short_code": "TWDC", + "branches": [ + { + "code": "", + "city": "BURBANK", + "identifiers": { + "swift_code": "TWDCUS66" + } + } + ] + }, + { + "name": "THE WASHINGTON TRUST COMPANY", + "short_code": "WATC", + "branches": [ + { + "code": "", + "city": "WESTERLY", + "identifiers": { + "swift_code": "WATCUS31" + } + } + ] + }, + { + "name": "THE WELCH FOUNDATION", + "short_code": "WEFO", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "WEFOUS41" + } + } + ] + }, + { + "name": "THEMIS TRADING LLC", + "short_code": "THAC", + "branches": [ + { + "code": "", + "city": "CHATHAM", + "identifiers": { + "swift_code": "THACUS32" + } + } + ] + }, + { + "name": "THIRD AVENUE MANAGEMENT", + "short_code": "THAN", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "THANUS31" + } + } + ] + }, + { + "name": "THIRD SECURITIES LLC", + "short_code": "TSIV", + "branches": [ + { + "code": "", + "city": "RADFORD", + "identifiers": { + "swift_code": "TSIVUS31" + } + } + ] + }, + { + "name": "THOMAS COOK GROUP (CANADA) LTD", + "short_code": "COOK", + "branches": [ + { + "code": "", + "city": "PRINCETON", + "identifiers": { + "swift_code": "COOKUSA1" + } + } + ] + }, + { + "name": "THOMAS COOK INC.", + "short_code": "COOK", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "COOKUS31" + } + } + ] + }, + { + "name": "THOMAS WEISEL PARTNERS", + "short_code": "WISL", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "WISLUS61" + } + } + ] + }, + { + "name": "THOMASTON SAVINGS BANK", + "short_code": "TSAV", + "branches": [ + { + "code": "", + "city": "THOMASTON", + "identifiers": { + "swift_code": "TSAVUS33" + } + } + ] + }, + { + "name": "THOMPSON, SIEGEL AND WALMSLEY LLC", + "short_code": "TSWL", + "branches": [ + { + "code": "", + "city": "RICHMOND", + "identifiers": { + "swift_code": "TSWLUS31" + } + } + ] + }, + { + "name": "THOMSON HORSTMANN AND BRYANT", + "short_code": "THHB", + "branches": [ + { + "code": "", + "city": "SADDLE BROOK", + "identifiers": { + "swift_code": "THHBUS31" + } + } + ] + }, + { + "name": "THOMSON INFORMATION SERVICES, INC.", + "short_code": "TESG", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "TESGUS31" + } + } + ] + }, + { + "name": "THOMSON INVESTMENT SERVICES", + "short_code": "THOI", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "THOIUS31" + } + } + ] + }, + { + "name": "THOMSON REUTERS BETA SYSTEMS", + "short_code": "TRBS", + "branches": [ + { + "code": "", + "city": "BROOKFIELD", + "identifiers": { + "swift_code": "TRBSUS41" + } + } + ] + }, + { + "name": "THOR INDUSTRIES, INC.", + "short_code": "THID", + "branches": [ + { + "code": "", + "city": "ELKHART", + "identifiers": { + "swift_code": "THIDUS33" + } + } + ] + }, + { + "name": "THORNBURG INVESTMENT MANAGEMENT", + "short_code": "THIN", + "branches": [ + { + "code": "", + "city": "SANTA FE", + "identifiers": { + "swift_code": "THINUS51" + } + }, + { + "code": "SF1", + "city": "SANTA FE", + "identifiers": { + "swift_code": "THINUS51SF1" + } + } + ] + }, + { + "name": "THORNBURG INVESTMENT MANAGEMENT INC", + "short_code": "THIN", + "branches": [ + { + "code": "", + "city": "SANTA FE", + "identifiers": { + "swift_code": "THINUS5B" + } + } + ] + }, + { + "name": "THORNTON CORPORATION", + "short_code": "THCR", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "THCRUS61" + } + } + ] + }, + { + "name": "THRIVENT FINANCIAL FOR LUTHERANS", + "short_code": "TFFL", + "branches": [ + { + "code": "", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "TFFLUS44" + } + }, + { + "code": "", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "TFFLUS4R" + } + } + ] + }, + { + "name": "TIB, NATIONAL ASSOCIATION", + "short_code": "TIBB", + "branches": [ + { + "code": "", + "city": "FARMERS BRANCH", + "identifiers": { + "swift_code": "TIBBUS44" + } + } + ] + }, + { + "name": "TIBRA TRADING AMERICA LLC", + "short_code": "TTAC", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "TTACUS41" + } + } + ] + }, + { + "name": "TIEDEMANN ADVISORS, LLC", + "short_code": "TIED", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "TIEDUS31" + } + } + ] + }, + { + "name": "TIFFANY AND COMPANY", + "short_code": "TIFF", + "branches": [ + { + "code": "", + "city": "PARSIPPANY", + "identifiers": { + "swift_code": "TIFFUS31" + } + } + ] + }, + { + "name": "TIFFANY CAPITAL ADVISORS, INC.", + "short_code": "TICD", + "branches": [ + { + "code": "", + "city": "WILLOW GROVE", + "identifiers": { + "swift_code": "TICDUS31" + } + } + ] + }, + { + "name": "TIGER GLOBAL MANAGEMENT, LLC", + "short_code": "TGML", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "TGMLUS33" + } + } + ] + }, + { + "name": "TIGRESS FINANCIAL PARTNERS, LLC", + "short_code": "TFPL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "TFPLUS32" + } + } + ] + }, + { + "name": "TIMBERLINE BANK", + "short_code": "TIMN", + "branches": [ + { + "code": "", + "city": "GRAND JUNCTION", + "identifiers": { + "swift_code": "TIMNUS55" + } + } + ] + }, + { + "name": "TIME BANK", + "short_code": "TMEE", + "branches": [ + { + "code": "", + "city": "PARK RIDGE", + "identifiers": { + "swift_code": "TMEEUS44" + } + } + ] + }, + { + "name": "TIME EQUITIES, INC.", + "short_code": "TIEQ", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "TIEQUS33" + } + } + ] + }, + { + "name": "TIMESSQUARE CAPITAL MANAGMENT, LLC", + "short_code": "TCGL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "TCGLUS31" + } + } + ] + }, + { + "name": "TIMPANI CAPITAL MANAGEMENT LLC", + "short_code": "TCNL", + "branches": [ + { + "code": "", + "city": "MILWAUKEE", + "identifiers": { + "swift_code": "TCNLUS41" + } + } + ] + }, + { + "name": "TIMUCUAN ASSET MANAGEMENT, INC", + "short_code": "TIAM", + "branches": [ + { + "code": "", + "city": "JACKSONVILLE", + "identifiers": { + "swift_code": "TIAMUS31" + } + } + ] + }, + { + "name": "TIPALTI, INC.", + "short_code": "TIPA", + "branches": [ + { + "code": "", + "city": "SAN MATEO", + "identifiers": { + "swift_code": "TIPAUS61" + } + } + ] + }, + { + "name": "TIRSCHWELL AND LOEWY, INC", + "short_code": "TILO", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "TILOUS31" + } + } + ] + }, + { + "name": "TISHMAN SPEYER PROPERTIES, L.P.", + "short_code": "TSLP", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "TSLPUS3N" + } + } + ] + }, + { + "name": "TJM INVESTMENTS, LLC", + "short_code": "TJIL", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "TJILUS41" + } + } + ] + }, + { + "name": "TOCQUEVILLE ASSET MANAGEMENT L.P.", + "short_code": "TOAA", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "TOAAUS31" + } + } + ] + }, + { + "name": "TODD INVESTMENT ADVISORS", + "short_code": "TOIA", + "branches": [ + { + "code": "", + "city": "LOUISVILLE", + "identifiers": { + "swift_code": "TOIAUS41" + } + } + ] + }, + { + "name": "TOKIO MARINE ASSET MANAGEMENT (USA)", + "short_code": "TMAG", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "TMAGUS31" + } + } + ] + }, + { + "name": "TOKYO-MITSUBISHI SECURITIES (USA) INC., NEW YORK", + "short_code": "TSUN", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "TSUNUS31" + } + } + ] + }, + { + "name": "TOMPKINS COMMUNITY BANK", + "short_code": "TMPK", + "branches": [ + { + "code": "", + "city": "ITHACA", + "identifiers": { + "swift_code": "TMPKUS33" + } + } + ] + }, + { + "name": "TOPEKA CAPITAL MARKETS", + "short_code": "TOCK", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "TOCKUS31" + } + } + ] + }, + { + "name": "TORONTO DOMINION BANK, THE", + "short_code": "TDOM", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "TDOMUS4H" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "TDOMUS33" + } + } + ] + }, + { + "name": "TOROSO INVESTMENTS, LLC", + "short_code": "TICC", + "branches": [ + { + "code": "", + "city": "MASSAPEQUA", + "identifiers": { + "swift_code": "TICCUS33" + } + } + ] + }, + { + "name": "TORRINGTON SAVINGS BANK", + "short_code": "TOSI", + "branches": [ + { + "code": "", + "city": "TORRINGTON", + "identifiers": { + "swift_code": "TOSIUS32" + } + } + ] + }, + { + "name": "TORTOISE CAPITAL ADVISORS, L.L.C.", + "short_code": "TCDL", + "branches": [ + { + "code": "", + "city": "LEAWOOD", + "identifiers": { + "swift_code": "TCDLUS41" + } + } + ] + }, + { + "name": "TORTOISE INDEX SOLUTIONS", + "short_code": "TOIO", + "branches": [ + { + "code": "", + "city": "LEAWOOD", + "identifiers": { + "swift_code": "TOIOUS41" + } + } + ] + }, + { + "name": "TOWLE AND COMPANY", + "short_code": "TOCP", + "branches": [ + { + "code": "", + "city": "ST. LOUIS", + "identifiers": { + "swift_code": "TOCPUS41" + } + } + ] + }, + { + "name": "TOWN BANK, N.A.", + "short_code": "TOWN", + "branches": [ + { + "code": "", + "city": "HARTLAND", + "identifiers": { + "swift_code": "TOWNUS44" + } + } + ] + }, + { + "name": "TOWNEBANK", + "short_code": "TOWB", + "branches": [ + { + "code": "", + "city": "SUFFOLK", + "identifiers": { + "swift_code": "TOWBUS32" + } + } + ] + }, + { + "name": "TOYOTA FINANCIAL SAVINGS BANK", + "short_code": "TFSB", + "branches": [ + { + "code": "", + "city": "HENDERSON", + "identifiers": { + "swift_code": "TFSBUS66" + } + } + ] + }, + { + "name": "TOYOTA MOTOR CREDIT CORPORATION", + "short_code": "TMCC", + "branches": [ + { + "code": "", + "city": "PLANO", + "identifiers": { + "swift_code": "TMCCUS6L" + } + }, + { + "code": "TMX", + "city": "PLANO", + "identifiers": { + "swift_code": "TMCCUS6LTMX" + } + }, + { + "code": "", + "city": "PLANO", + "identifiers": { + "swift_code": "TMCCUS66" + } + } + ] + }, + { + "name": "TPG GLOBAL LLC", + "short_code": "TPGG", + "branches": [ + { + "code": "", + "city": "FORT WORTH", + "identifiers": { + "swift_code": "TPGGUS44" + } + } + ] + }, + { + "name": "TPSEF INC", + "short_code": "TPSE", + "branches": [ + { + "code": "", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "TPSEUS31" + } + } + ] + }, + { + "name": "TRADE INFORMATICS LLC", + "short_code": "LESL", + "branches": [ + { + "code": "", + "city": "PURCHASE", + "identifiers": { + "swift_code": "LESLUS31" + } + } + ] + }, + { + "name": "TRADEBOT SYSTEMS, INC.", + "short_code": "TRYS", + "branches": [ + { + "code": "", + "city": "KANSAS CITY", + "identifiers": { + "swift_code": "TRYSUS41" + } + } + ] + }, + { + "name": "TRADESTATION SECURITIES", + "short_code": "TRUR", + "branches": [ + { + "code": "", + "city": "PLANTATION", + "identifiers": { + "swift_code": "TRURUS31" + } + } + ] + }, + { + "name": "TRADEWEB DIRECT, LLC", + "short_code": "TRDC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "TRDCUS32" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "TRDCUSU2" + } + } + ] + }, + { + "name": "TRADING CORE INVESTMENT LLC", + "short_code": "TCIC", + "branches": [ + { + "code": "", + "city": "ATLANTA", + "identifiers": { + "swift_code": "TCICUS31" + } + } + ] + }, + { + "name": "TRADITION BERISFORD LTD.", + "short_code": "TRBE", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "TRBEUS31" + } + } + ] + }, + { + "name": "TRADITION CAPITAL BANK", + "short_code": "TDTN", + "branches": [ + { + "code": "", + "city": "EDINA", + "identifiers": { + "swift_code": "TDTNUS42" + } + } + ] + }, + { + "name": "TRADITION CAPITAL MANAGEMENT, LLC.", + "short_code": "TCMC", + "branches": [ + { + "code": "", + "city": "SUMMIT", + "identifiers": { + "swift_code": "TCMCUS31" + } + } + ] + }, + { + "name": "TRADITIONAL BANK", + "short_code": "TRDL", + "branches": [ + { + "code": "", + "city": "MOUNT STERLING", + "identifiers": { + "swift_code": "TRDLUS31" + } + } + ] + }, + { + "name": "TRADITIONS BANK", + "short_code": "YOTR", + "branches": [ + { + "code": "", + "city": "YORK", + "identifiers": { + "swift_code": "YOTRUS32" + } + } + ] + }, + { + "name": "TRAIANA INC", + "short_code": "TRIN", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "TRINUS33" + } + }, + { + "code": "ENS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "TRINUS33ENS" + } + } + ] + }, + { + "name": "TRAIN, BABCOCK ADVISORS LLC", + "short_code": "TBDL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "TBDLUS31" + } + } + ] + }, + { + "name": "TRANS PACIFIC NATIONAL BANK", + "short_code": "TPNB", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "TPNBUSA1" + } + } + ] + }, + { + "name": "TRANS UNION LLC", + "short_code": "TRNC", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "TRNCUS44" + } + } + ] + }, + { + "name": "TRANSACT BANK, N.A.", + "short_code": "CLNI", + "branches": [ + { + "code": "", + "city": "DENVER", + "identifiers": { + "swift_code": "CLNIUS55" + } + } + ] + }, + { + "name": "TRANSAMERICA INVESTMENT MANAGEMENT LLC", + "short_code": "TIAL", + "branches": [ + { + "code": "", + "city": "DAYTON", + "identifiers": { + "swift_code": "TIALUS31" + } + }, + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "TIALUS61" + } + } + ] + }, + { + "name": "TRANSFERMATE INC", + "short_code": "TRFM", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "TRFMUS41" + } + } + ] + }, + { + "name": "TRANSFERWISE INC", + "short_code": "TRWI", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "TRWIUS31" + } + } + ] + }, + { + "name": "TRANSMARKET GROUP LTD", + "short_code": "TMKT", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "TMKTUS41" + } + } + ] + }, + { + "name": "TRANSOCEAN OFFSHORE DEEPWATER DRILLING INC", + "short_code": "DEEP", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "DEEPUS4H" + } + } + ] + }, + { + "name": "TRANSPORTATION ALLIANCE BANK INC, DBA TAB BANK", + "short_code": "TADT", + "branches": [ + { + "code": "", + "city": "OGDEN", + "identifiers": { + "swift_code": "TADTUS52" + } + } + ] + }, + { + "name": "TREASURER OF STATE OF NORTH CAROLINA", + "short_code": "TSNC", + "branches": [ + { + "code": "", + "city": "RALEIGH", + "identifiers": { + "swift_code": "TSNCUS33" + } + } + ] + }, + { + "name": "TREASURY CURVE LLC", + "short_code": "TCRV", + "branches": [ + { + "code": "", + "city": "MENLO PARK", + "identifiers": { + "swift_code": "TCRVUS6S" + } + } + ] + }, + { + "name": "TREK BICYCLE CORPORATION", + "short_code": "TREK", + "branches": [ + { + "code": "", + "city": "WATERLOO", + "identifiers": { + "swift_code": "TREKUS44" + } + } + ] + }, + { + "name": "TRENT CAPITAL MANAGEMENT, INC.", + "short_code": "TRPA", + "branches": [ + { + "code": "", + "city": "GREENSBORO", + "identifiers": { + "swift_code": "TRPAUS31" + } + } + ] + }, + { + "name": "TRG MANAGEMENT LP", + "short_code": "TRMA", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "TRMAUS32" + } + } + ] + }, + { + "name": "TRI COUNTIES BANK", + "short_code": "TRIC", + "branches": [ + { + "code": "", + "city": "CHICO", + "identifiers": { + "swift_code": "TRICUS66" + } + } + ] + }, + { + "name": "TRIBAL CAPITAL MARKETS, LLC", + "short_code": "TCRL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "TCRLUS31" + } + } + ] + }, + { + "name": "TRICON INTERNATIONAL, LTD DBA TRICO", + "short_code": "TCON", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "TCONUS44" + } + } + ] + }, + { + "name": "TRINITY INVESTMENT MANAGEMENT CORPORATION", + "short_code": "TRNM", + "branches": [ + { + "code": "", + "city": "BELLEFONTE", + "identifiers": { + "swift_code": "TRNMUS31" + } + } + ] + }, + { + "name": "TRINSEO LLC", + "short_code": "STYN", + "branches": [ + { + "code": "API", + "city": "BERWYN", + "identifiers": { + "swift_code": "STYNUS33API" + } + }, + { + "code": "DVC", + "city": "BERWYN", + "identifiers": { + "swift_code": "STYNUS33DVC" + } + }, + { + "code": "", + "city": "WAYNE", + "identifiers": { + "swift_code": "STYNUS33" + } + } + ] + }, + { + "name": "TRISTATE CAPITAL BANK", + "short_code": "TRTT", + "branches": [ + { + "code": "", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "TRTTUS33" + } + } + ] + }, + { + "name": "TRITON WATER HOLDINGS, INC.", + "short_code": "TRWH", + "branches": [ + { + "code": "", + "city": "STAMFORD", + "identifiers": { + "swift_code": "TRWHUS33" + } + } + ] + }, + { + "name": "TRUIST BANK", + "short_code": "BRBT", + "branches": [ + { + "code": "", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "BRBTUS33" + } + }, + { + "code": "", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "BRBTUS3X" + } + }, + { + "code": "GBO", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "BRBTUS33GBO" + } + } + ] + }, + { + "name": "TRUIST BANK (FORMERLY SUNTRUST BANK)", + "short_code": "SNTR", + "branches": [ + { + "code": "", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "SNTRUS3A" + } + } + ] + }, + { + "name": "TRUIST FINANCIAL CORPORATION", + "short_code": "SCST", + "branches": [ + { + "code": "", + "city": "RICHMOND", + "identifiers": { + "swift_code": "SCSTUS31" + } + } + ] + }, + { + "name": "TRUSCO CAPITAL MANAGEMENT", + "short_code": "TRPM", + "branches": [ + { + "code": "", + "city": "ATLANTA", + "identifiers": { + "swift_code": "TRPMUS31" + } + } + ] + }, + { + "name": "TRUST FUND ADVISORS", + "short_code": "TRFV", + "branches": [ + { + "code": "", + "city": "WASHINGTON", + "identifiers": { + "swift_code": "TRFVUS61" + } + } + ] + }, + { + "name": "TRUSTCO BANK, NATIONAL ASSOCIATION", + "short_code": "SCTC", + "branches": [ + { + "code": "", + "city": "SCHENECTADY", + "identifiers": { + "swift_code": "SCTCUS31" + } + } + ] + }, + { + "name": "TUCKER HARGROVE MANAGEMENT, INC.", + "short_code": "TUHM", + "branches": [ + { + "code": "", + "city": "MEDIA", + "identifiers": { + "swift_code": "TUHMUS31" + } + } + ] + }, + { + "name": "TUKMAN GROSSMAN CAPITAL MANAGEMENT, INC", + "short_code": "TUCM", + "branches": [ + { + "code": "", + "city": "LARKSPUR", + "identifiers": { + "swift_code": "TUCMUS61" + } + } + ] + }, + { + "name": "TULLETT AND TOKYO FOREX INC.", + "short_code": "TUTF", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "TUTFUS31" + } + } + ] + }, + { + "name": "TULLETT PREBON AMERICAS CORP.", + "short_code": "TPAC", + "branches": [ + { + "code": "", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "TPACUS31" + } + } + ] + }, + { + "name": "TULLETT PREBON FINANCIAL SERVICES LLC", + "short_code": "TPFE", + "branches": [ + { + "code": "", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "TPFEUS31" + } + } + ] + }, + { + "name": "TUOHY BROTHERS INVESTMENT RESEARCH", + "short_code": "TBIR", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "TBIRUS31" + } + } + ] + }, + { + "name": "TURKIYE VAKIFLAR BANKASI, T.A.O. (VAKIFBANK)", + "short_code": "TVBA", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "TVBAUS33" + } + } + ] + }, + { + "name": "TWEEDY, BROWNE COMPANY, LLC", + "short_code": "TBCL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "TBCLUSH1" + } + }, + { + "code": "", + "city": "STAMFORD", + "identifiers": { + "swift_code": "TBCLUS33" + } + } + ] + }, + { + "name": "TWENTIETH CENTURY SERVICES, INC.", + "short_code": "TWCI", + "branches": [ + { + "code": "", + "city": "KANSAS CITY", + "identifiers": { + "swift_code": "TWCIUS41" + } + } + ] + }, + { + "name": "TWO HARBORS INVESTMENT CORP.", + "short_code": "TWHI", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "TWHIUS32" + } + } + ] + }, + { + "name": "TWO SIGMA SECURITIES, LLC", + "short_code": "TSEL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "TSELUS31" + } + } + ] + }, + { + "name": "U.S. BANCORP ASSET MANAGEMENT, INC", + "short_code": "FAAD", + "branches": [ + { + "code": "", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "FAADUS41" + } + } + ] + }, + { + "name": "U.S. BANCORP INVESTMENTS, INC.", + "short_code": "USBC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "USBCUS31" + } + } + ] + }, + { + "name": "U.S. BANK NATIONAL ASSOCIATION", + "short_code": "USBK", + "branches": [ + { + "code": "", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "USBKUS4G" + } + } + ] + }, + { + "name": "U.S. CENTURY BANK", + "short_code": "USCE", + "branches": [ + { + "code": "", + "city": "DORAL", + "identifiers": { + "swift_code": "USCEUS3M" + } + } + ] + }, + { + "name": "U.S. GLOBAL INVESTORS INC.", + "short_code": "USGI", + "branches": [ + { + "code": "", + "city": "SAN ANTONIO", + "identifiers": { + "swift_code": "USGIUS44" + } + } + ] + }, + { + "name": "U.S. TRUST COMPANY", + "short_code": "TRCO", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "TRCOUS31" + } + } + ] + }, + { + "name": "UBS AG STAMFORD BRANCH", + "short_code": "UBSW", + "branches": [ + { + "code": "CHI", + "city": "CHICAGO", + "identifiers": { + "swift_code": "UBSWUS33CHI" + } + }, + { + "code": "MIA", + "city": "MIAMI", + "identifiers": { + "swift_code": "UBSWUS33MIA" + } + }, + { + "code": "SCI", + "city": "NEW YORK", + "identifiers": { + "swift_code": "UBSWUS33SCI" + } + }, + { + "code": "SFO", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "UBSWUS33SFO" + } + }, + { + "code": "CLS", + "city": "STAMFORD", + "identifiers": { + "swift_code": "UBSWUS33CLS" + } + }, + { + "code": "", + "city": "STAMFORD", + "identifiers": { + "swift_code": "UBSWUS33" + } + }, + { + "code": "MFG", + "city": "STAMFORD", + "identifiers": { + "swift_code": "UBSWUS33MFG" + } + }, + { + "code": "GSI", + "city": "STAMFORD", + "identifiers": { + "swift_code": "UBSWUS33GSI" + } + } + ] + }, + { + "name": "UBS AMERICAS HOLDING LLC", + "short_code": "UBSW", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "UBSWUS3A" + } + } + ] + }, + { + "name": "UBS ASSET MANAGEMENT (AMERICAS) INC.", + "short_code": "BRIP", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "BRIPUS44" + } + } + ] + }, + { + "name": "UBS BANK USA", + "short_code": "UBSW", + "branches": [ + { + "code": "", + "city": "SALT LAKE CITY", + "identifiers": { + "swift_code": "UBSWUS55" + } + } + ] + }, + { + "name": "UBS FINANCIAL SERVICES INC", + "short_code": "WEBR", + "branches": [ + { + "code": "DTC", + "city": "WEEHAWKEN", + "identifiers": { + "swift_code": "WEBRUS32DTC" + } + }, + { + "code": "", + "city": "WEEHAWKEN", + "identifiers": { + "swift_code": "WEBRUS32" + } + } + ] + }, + { + "name": "UBS FINANCIAL SERVICES INC.", + "short_code": "WEBR", + "branches": [ + { + "code": "GOV", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "WEBRUS33GOV" + } + }, + { + "code": "TSY", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "WEBRUS33TSY" + } + }, + { + "code": "", + "city": "WEEHAWKEN", + "identifiers": { + "swift_code": "WEBRUS33" + } + }, + { + "code": "INT", + "city": "WEEHAWKEN", + "identifiers": { + "swift_code": "WEBRUS33INT" + } + }, + { + "code": "COM", + "city": "WEEHAWKEN", + "identifiers": { + "swift_code": "WEBRUS33COM" + } + }, + { + "code": "FXR", + "city": "WEEHAWKEN", + "identifiers": { + "swift_code": "WEBRUS33FXR" + } + }, + { + "code": "FFT", + "city": "WEEHAWKEN", + "identifiers": { + "swift_code": "WEBRUS33FFT" + } + } + ] + }, + { + "name": "UBS FINANCIAL SERVICES INC.", + "short_code": "PWJC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PWJCUS31" + } + } + ] + }, + { + "name": "UBS O'CONNOR LLC", + "short_code": "UBSA", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "UBSAUS44" + } + } + ] + }, + { + "name": "UBS SECURITIES LLC", + "short_code": "UBSS", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "UBSSUS31" + } + } + ] + }, + { + "name": "UBS SECURITIES LLC", + "short_code": "UBSW", + "branches": [ + { + "code": "", + "city": "STAMFORD", + "identifiers": { + "swift_code": "UBSWUS3N" + } + }, + { + "code": "SWK", + "city": "STAMFORD", + "identifiers": { + "swift_code": "UBSWUS3NSWK" + } + }, + { + "code": "EQU", + "city": "STAMFORD", + "identifiers": { + "swift_code": "UBSWUS3NEQU" + } + } + ] + }, + { + "name": "ULLAND INVESTMENT ADVISORS, LLC", + "short_code": "ULIA", + "branches": [ + { + "code": "", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "ULIAUS41" + } + } + ] + }, + { + "name": "ULLICO INVESTMENT ADVISORS, INC.", + "short_code": "ULID", + "branches": [ + { + "code": "", + "city": "SILVER SPRING", + "identifiers": { + "swift_code": "ULIDUS32" + } + } + ] + }, + { + "name": "ULTIMUS FUND DISTRIBUTORS", + "short_code": "ULFD", + "branches": [ + { + "code": "", + "city": "CINCINNATI", + "identifiers": { + "swift_code": "ULFDUS33" + } + } + ] + }, + { + "name": "UMB BANK, N.A.", + "short_code": "UMKC", + "branches": [ + { + "code": "", + "city": "KANSAS CITY", + "identifiers": { + "swift_code": "UMKCUS44" + } + }, + { + "code": "FEX", + "city": "KANSAS CITY", + "identifiers": { + "swift_code": "UMKCUS44FEX" + } + }, + { + "code": "INT", + "city": "KANSAS CITY", + "identifiers": { + "swift_code": "UMKCUS44INT" + } + }, + { + "code": "STY", + "city": "KANSAS CITY", + "identifiers": { + "swift_code": "UMKCUS44STY" + } + } + ] + }, + { + "name": "UMPQUA BANK", + "short_code": "UMPQ", + "branches": [ + { + "code": "", + "city": "PORTLAND", + "identifiers": { + "swift_code": "UMPQUS6P" + } + } + ] + }, + { + "name": "UMWA 1974 PENSION TRUST", + "short_code": "UMPT", + "branches": [ + { + "code": "", + "city": "WASHINGTON", + "identifiers": { + "swift_code": "UMPTUS31" + } + } + ] + }, + { + "name": "UNDER TECHNOLOGIES INC.", + "short_code": "UNTO", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "UNTOUS32" + } + } + ] + }, + { + "name": "UNICREDIT BANK GMBH (HYPOVEREINSBANK)", + "short_code": "HYVE", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "HYVEUS33" + } + }, + { + "code": "FXC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "HYVEUS33FXC" + } + }, + { + "code": "SWS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "HYVEUS33SWS" + } + }, + { + "code": "CMT", + "city": "NEW YORK", + "identifiers": { + "swift_code": "HYVEUS33CMT" + } + }, + { + "code": "EUG", + "city": "NEW YORK", + "identifiers": { + "swift_code": "HYVEUS33EUG" + } + }, + { + "code": "PPL", + "city": "NEW YORK", + "identifiers": { + "swift_code": "HYVEUS33PPL" + } + }, + { + "code": "FEX", + "city": "NEW YORK", + "identifiers": { + "swift_code": "HYVEUS33FEX" + } + }, + { + "code": "SYN", + "city": "NEW YORK", + "identifiers": { + "swift_code": "HYVEUS33SYN" + } + }, + { + "code": "LNS", + "city": "NEW YORK", + "identifiers": { + "swift_code": "HYVEUS33LNS" + } + }, + { + "code": "MMD", + "city": "NEW YORK", + "identifiers": { + "swift_code": "HYVEUS33MMD" + } + }, + { + "code": "REA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "HYVEUS33REA" + } + }, + { + "code": "IBF", + "city": "NEW YORK", + "identifiers": { + "swift_code": "HYVEUS33IBF" + } + }, + { + "code": "DOC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "HYVEUS33DOC" + } + }, + { + "code": "001", + "city": "NEW YORK", + "identifiers": { + "swift_code": "HYVEUS33001" + } + } + ] + }, + { + "name": "UNICREDIT CAPITAL MARKETS LLC", + "short_code": "HVBC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "HVBCUS31" + } + } + ] + }, + { + "name": "UNICREDIT SPA", + "short_code": "UNCR", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "UNCRUS33" + } + }, + { + "code": "FXC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "UNCRUS33FXC" + } + }, + { + "code": "CMT", + "city": "NEW YORK", + "identifiers": { + "swift_code": "UNCRUS33CMT" + } + }, + { + "code": "PPL", + "city": "NEW YORK", + "identifiers": { + "swift_code": "UNCRUS33PPL" + } + }, + { + "code": "IBF", + "city": "NEW YORK", + "identifiers": { + "swift_code": "UNCRUS33IBF" + } + }, + { + "code": "MRX", + "city": "NEW YORK", + "identifiers": { + "swift_code": "UNCRUS33MRX" + } + } + ] + }, + { + "name": "UNION BANK AND TRUST CO", + "short_code": "UNTU", + "branches": [ + { + "code": "", + "city": "LINCOLN", + "identifiers": { + "swift_code": "UNTUUS42" + } + } + ] + }, + { + "name": "UNION NATIONAL BANK", + "short_code": "UNNT", + "branches": [ + { + "code": "", + "city": "ELGIN", + "identifiers": { + "swift_code": "UNNTUS44" + } + } + ] + }, + { + "name": "UNION SAVINGS BANK", + "short_code": "UNSG", + "branches": [ + { + "code": "", + "city": "DANBURY", + "identifiers": { + "swift_code": "UNSGUS33" + } + } + ] + }, + { + "name": "UNITED BANK", + "short_code": "UNDT", + "branches": [ + { + "code": "", + "city": "ATMORE", + "identifiers": { + "swift_code": "UNDTUS42" + } + } + ] + }, + { + "name": "UNITED BANK", + "short_code": "UNDE", + "branches": [ + { + "code": "", + "city": "CHANTILLY", + "identifiers": { + "swift_code": "UNDEUS42" + } + } + ] + }, + { + "name": "UNITED BANK FOR AFRICA PLC, NEW YORK BRANCH", + "short_code": "UNAF", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "UNAFUS33" + } + } + ] + }, + { + "name": "UNITED BANK OF IOWA", + "short_code": "UNIW", + "branches": [ + { + "code": "", + "city": "IDA GROVE", + "identifiers": { + "swift_code": "UNIWUS41" + } + } + ] + }, + { + "name": "UNITED BANK OF PHILADELPHIA", + "short_code": "UPHI", + "branches": [ + { + "code": "", + "city": "PHILADELPHIA", + "identifiers": { + "swift_code": "UPHIUS31" + } + } + ] + }, + { + "name": "UNITED BANKERS BANK", + "short_code": "UBBK", + "branches": [ + { + "code": "", + "city": "BLOOMINGTON", + "identifiers": { + "swift_code": "UBBKUS44" + } + }, + { + "code": "", + "city": "BLOOMINGTON", + "identifiers": { + "swift_code": "UBBKUS41" + } + } + ] + }, + { + "name": "UNITED CAPITAL MANAGEMENT", + "short_code": "UNCM", + "branches": [ + { + "code": "", + "city": "DENVER", + "identifiers": { + "swift_code": "UNCMUS51" + } + } + ] + }, + { + "name": "UNITED COMMUNITY BANK", + "short_code": "UCOU", + "branches": [ + { + "code": "", + "city": "BLAIRSVILLE", + "identifiers": { + "swift_code": "UCOUUS33" + } + } + ] + }, + { + "name": "UNITED EURO INC. SENTRY GLOBAL PAYROLL SERVICES", + "short_code": "UESG", + "branches": [ + { + "code": "", + "city": "CERRITOS", + "identifiers": { + "swift_code": "UESGUS61" + } + } + ] + }, + { + "name": "UNITED FEDERAL CREDIT UNION", + "short_code": "UFCU", + "branches": [ + { + "code": "", + "city": "ST JOSEPH", + "identifiers": { + "swift_code": "UFCUUS33" + } + } + ] + }, + { + "name": "UNITED FIRST PARTNERS LLC", + "short_code": "UFPC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "UFPCUS31" + } + } + ] + }, + { + "name": "UNITED NATIONS", + "short_code": "UNAT", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "UNATUS33" + } + } + ] + }, + { + "name": "UNITED NATIONS CHILDREN'S FUND (UNICEF)", + "short_code": "UNCF", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "UNCFUS33" + } + } + ] + }, + { + "name": "UNITED NATIONS DEVELOPMENT PROGRAMME", + "short_code": "UNDP", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "UNDPUS33" + } + } + ] + }, + { + "name": "UNITED NATIONS FEDERAL CREDIT UNION", + "short_code": "UNUN", + "branches": [ + { + "code": "", + "city": "LONG ISLAND", + "identifiers": { + "swift_code": "UNUNUS31" + } + } + ] + }, + { + "name": "UNITED NATIONS JOINT STAFF PENSION FUND", + "short_code": "UNPF", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "UNPFUS3B" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "UNPFUS32" + } + } + ] + }, + { + "name": "UNITED OVERSEAS BANK LTD.", + "short_code": "UOVB", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "UOVBUS6L" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "UOVBUS33" + } + } + ] + }, + { + "name": "UNITED STATES DEPARTMENT OF STATE", + "short_code": "USDS", + "branches": [ + { + "code": "", + "city": "CHARLESTON", + "identifiers": { + "swift_code": "USDSUS31" + } + } + ] + }, + { + "name": "UNITED TEXAS BANK", + "short_code": "UNTX", + "branches": [ + { + "code": "", + "city": "DALLAS", + "identifiers": { + "swift_code": "UNTXUS44" + } + } + ] + }, + { + "name": "UNITED VALLEY BANK", + "short_code": "UNVY", + "branches": [ + { + "code": "", + "city": "CAVALIER", + "identifiers": { + "swift_code": "UNVYUS41" + } + } + ] + }, + { + "name": "UNITEDHEALTH GROUP", + "short_code": "UNHG", + "branches": [ + { + "code": "", + "city": "MINNETONKA", + "identifiers": { + "swift_code": "UNHGUS4M" + } + }, + { + "code": "", + "city": "MINNETONKA", + "identifiers": { + "swift_code": "UNHGUS44" + } + } + ] + }, + { + "name": "UNIVERSITY OF MICHIGAN CREDIT UNION", + "short_code": "UMCU", + "branches": [ + { + "code": "", + "city": "ANN ARBOR", + "identifiers": { + "swift_code": "UMCUUS33" + } + } + ] + }, + { + "name": "UNIVEST BANK AND TRUST CO", + "short_code": "UNVT", + "branches": [ + { + "code": "", + "city": "SOUDERTON", + "identifiers": { + "swift_code": "UNVTUS33" + } + } + ] + }, + { + "name": "UNUM GROUP", + "short_code": "UNUM", + "branches": [ + { + "code": "", + "city": "CHATTANOOGA", + "identifiers": { + "swift_code": "UNUMUS32" + } + } + ] + }, + { + "name": "UPS OASIS SUPPLY CORP", + "short_code": "UPSB", + "branches": [ + { + "code": "", + "city": "MAHWAH", + "identifiers": { + "swift_code": "UPSBUS33" + } + } + ] + }, + { + "name": "US ASSET MANAGEMENT, LLC", + "short_code": "AMLC", + "branches": [ + { + "code": "", + "city": "PITTSBURGH", + "identifiers": { + "swift_code": "AMLCUS31" + } + } + ] + }, + { + "name": "US CAPITAL ADVISORS, LLC", + "short_code": "CPDL", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "CPDLUS41" + } + } + ] + }, + { + "name": "US METRO BANK", + "short_code": "MEOR", + "branches": [ + { + "code": "", + "city": "GARDEN GROVE", + "identifiers": { + "swift_code": "MEORUS66" + } + } + ] + }, + { + "name": "US TIGER SECURITIES INC.", + "short_code": "TIST", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "TISTUS32" + } + } + ] + }, + { + "name": "USAA ASSET MANAGEMENT COMPANY", + "short_code": "UAMP", + "branches": [ + { + "code": "", + "city": "SAN ANTONIO", + "identifiers": { + "swift_code": "UAMPUS41" + } + } + ] + }, + { + "name": "USAA FEDERAL SAVINGS BANK", + "short_code": "UFSB", + "branches": [ + { + "code": "", + "city": "SAN ANTONIO", + "identifiers": { + "swift_code": "UFSBUS44" + } + } + ] + }, + { + "name": "USFOREX INC", + "short_code": "USFO", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "USFOUS66" + } + } + ] + }, + { + "name": "UTAH RETIREMENT SYSTEMS", + "short_code": "UTRS", + "branches": [ + { + "code": "", + "city": "SALT LAKE CITY", + "identifiers": { + "swift_code": "UTRSUS51" + } + }, + { + "code": "", + "city": "SALT LAKE CITY", + "identifiers": { + "swift_code": "UTRSUS55" + } + } + ] + }, + { + "name": "VALENZUELA CAPITAL PARTNERS LLC", + "short_code": "VCPL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "VCPLUS31" + } + } + ] + }, + { + "name": "VALIANT CAPITAL MANAGEMENT LP", + "short_code": "VACM", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "VACMUS61" + } + } + ] + }, + { + "name": "VALICENTI ADVISORY SERVICES, INC.", + "short_code": "VAAS", + "branches": [ + { + "code": "", + "city": "ELMIRA", + "identifiers": { + "swift_code": "VAASUS31" + } + } + ] + }, + { + "name": "VALLEY FORGE CAPITAL ADVISORS, INC.", + "short_code": "VFCA", + "branches": [ + { + "code": "", + "city": "MALVERN", + "identifiers": { + "swift_code": "VFCAUS31" + } + } + ] + }, + { + "name": "VALLEY NATIONAL BANK", + "short_code": "MBNY", + "branches": [ + { + "code": "", + "city": "CLIFTON", + "identifiers": { + "swift_code": "MBNYUS33" + } + } + ] + }, + { + "name": "VALLEY NATIONAL BANK (PREVIOUSLY BANK LEUMI USA)", + "short_code": "LUMI", + "branches": [ + { + "code": "CHI", + "city": "CHICAGO", + "identifiers": { + "swift_code": "LUMIUS3NCHI" + } + }, + { + "code": "LAX", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "LUMIUS3NLAX" + } + }, + { + "code": "MIA", + "city": "MIAMI", + "identifiers": { + "swift_code": "LUMIUS3NMIA" + } + }, + { + "code": "", + "city": "WAYNE", + "identifiers": { + "swift_code": "LUMIUS3N" + } + } + ] + }, + { + "name": "VALLIANCE BANK", + "short_code": "VAII", + "branches": [ + { + "code": "", + "city": "OKLAHOMA CITY", + "identifiers": { + "swift_code": "VAIIUS41" + } + } + ] + }, + { + "name": "VALMONT INDUSTRIES, INC.", + "short_code": "VAID", + "branches": [ + { + "code": "", + "city": "OMAHA", + "identifiers": { + "swift_code": "VAIDUS44" + } + } + ] + }, + { + "name": "VALUE LINE,INC.", + "short_code": "VALN", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "VALNUS31" + } + } + ] + }, + { + "name": "VAN CLEEF ASSET MANAGEMENT INC", + "short_code": "CLSN", + "branches": [ + { + "code": "", + "city": "BEACHWOOD", + "identifiers": { + "swift_code": "CLSNUS31" + } + } + ] + }, + { + "name": "VAN ECK ASSOCIATES CORP.", + "short_code": "VEAC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "VEACUS33" + } + } + ] + }, + { + "name": "VANDERBILT CAPITAL ADVISORS, LLC.", + "short_code": "ARMA", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ARMAUS31" + } + } + ] + }, + { + "name": "VANDHAM SECURITIES CORP.", + "short_code": "VANS", + "branches": [ + { + "code": "", + "city": "WOODCLIFF LAKE", + "identifiers": { + "swift_code": "VANSUS31" + } + } + ] + }, + { + "name": "VANGUARD GROUP INC, THE", + "short_code": "VGRD", + "branches": [ + { + "code": "", + "city": "MALVERN", + "identifiers": { + "swift_code": "VGRDUS33" + } + }, + { + "code": "IMG", + "city": "MALVERN", + "identifiers": { + "swift_code": "VGRDUS33IMG" + } + }, + { + "code": "OMM", + "city": "MALVERN", + "identifiers": { + "swift_code": "VGRDUS33OMM" + } + }, + { + "code": "RPI", + "city": "MALVERN", + "identifiers": { + "swift_code": "VGRDUS33RPI" + } + }, + { + "code": "", + "city": "MALVERN", + "identifiers": { + "swift_code": "VGRDUS3A" + } + }, + { + "code": "COL", + "city": "MALVERN", + "identifiers": { + "swift_code": "VGRDUS33COL" + } + }, + { + "code": "CST", + "city": "MALVERN", + "identifiers": { + "swift_code": "VGRDUS33CST" + } + }, + { + "code": "FFS", + "city": "MALVERN", + "identifiers": { + "swift_code": "VGRDUS33FFS" + } + }, + { + "code": "RPO", + "city": "MALVERN", + "identifiers": { + "swift_code": "VGRDUS33RPO" + } + }, + { + "code": "CA1", + "city": "VALLEY FORGE", + "identifiers": { + "swift_code": "VGRDUS33CA1" + } + }, + { + "code": "IRP", + "city": "VALLEY FORGE", + "identifiers": { + "swift_code": "VGRDUS33IRP" + } + }, + { + "code": "OFF", + "city": "VALLEY FORGE", + "identifiers": { + "swift_code": "VGRDUS33OFF" + } + }, + { + "code": "IPA", + "city": "VALLEY FORGE", + "identifiers": { + "swift_code": "VGRDUS33IPA" + } + }, + { + "code": "FRC", + "city": "VALLEY FORGE", + "identifiers": { + "swift_code": "VGRDUS33FRC" + } + }, + { + "code": "RIG", + "city": "VALLEY FORGE", + "identifiers": { + "swift_code": "VGRDUS33RIG" + } + }, + { + "code": "NRC", + "city": "VALLEY FORGE", + "identifiers": { + "swift_code": "VGRDUS33NRC" + } + }, + { + "code": "SLS", + "city": "VALLEY FORGE", + "identifiers": { + "swift_code": "VGRDUS33SLS" + } + }, + { + "code": "SST", + "city": "VALLEY FORGE", + "identifiers": { + "swift_code": "VGRDUS33SST" + } + } + ] + }, + { + "name": "VANGUARD MARKETING CORPORATION", + "short_code": "VGRD", + "branches": [ + { + "code": "", + "city": "MALVERN", + "identifiers": { + "swift_code": "VGRDUS3M" + } + }, + { + "code": "TLY", + "city": "MALVERN", + "identifiers": { + "swift_code": "VGRDUS3MTLY" + } + }, + { + "code": "KYB", + "city": "MALVERN", + "identifiers": { + "swift_code": "VGRDUS3MKYB" + } + }, + { + "code": "RPO", + "city": "MALVERN", + "identifiers": { + "swift_code": "VGRDUS3MRPO" + } + }, + { + "code": "CAR", + "city": "MALVERN", + "identifiers": { + "swift_code": "VGRDUS3MCAR" + } + }, + { + "code": "RIG", + "city": "VALLEY FORGE", + "identifiers": { + "swift_code": "VGRDUS3MRIG" + } + }, + { + "code": "SBO", + "city": "VALLEY FORGE", + "identifiers": { + "swift_code": "VGRDUS3MSBO" + } + }, + { + "code": "WIR", + "city": "VALLEY FORGE", + "identifiers": { + "swift_code": "VGRDUS3MWIR" + } + } + ] + }, + { + "name": "VANTAGE BANK TEXAS", + "short_code": "ITNB", + "branches": [ + { + "code": "", + "city": "MCALLEN", + "identifiers": { + "swift_code": "ITNBUS44" + } + } + ] + }, + { + "name": "VARDE MANAGEMENT, L.P.", + "short_code": "VRDE", + "branches": [ + { + "code": "", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "VRDEUS44" + } + } + ] + }, + { + "name": "VAREL INTERNATIONAL IND., LLC", + "short_code": "VIIL", + "branches": [ + { + "code": "", + "city": "CARROLLTON", + "identifiers": { + "swift_code": "VIILUS44" + } + } + ] + }, + { + "name": "VAUGHAN NELSON INVESTMENT MANAGEMENT, L.P.", + "short_code": "VNIM", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "VNIMUS41" + } + } + ] + }, + { + "name": "VAUGHAN, NELSON, SCARBOROUGH AND MCCULLOUGH, L.P.", + "short_code": "VNSM", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "VNSMUS41" + } + } + ] + }, + { + "name": "VECTOR MONEY MANAGEMENT, INC.", + "short_code": "VEMM", + "branches": [ + { + "code": "", + "city": "RIDGELAND", + "identifiers": { + "swift_code": "VEMMUS41" + } + } + ] + }, + { + "name": "VECTOR WEALTH MANAGEMENT, LLC", + "short_code": "VWMG", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "VWMGUS31" + } + } + ] + }, + { + "name": "VECTORGLOBAL WMG", + "short_code": "VECT", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "VECTUS31" + } + } + ] + }, + { + "name": "VEEM INC.", + "short_code": "VEEM", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "VEEMUSU2" + } + } + ] + }, + { + "name": "VEEM PAYMENTS INC.", + "short_code": "VEEM", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "VEEMUS62" + } + } + ] + }, + { + "name": "VELA INVESTMENT MANAGEMENT, LLC", + "short_code": "VIMC", + "branches": [ + { + "code": "", + "city": "NEW ALBANY", + "identifiers": { + "swift_code": "VIMCUS32" + } + } + ] + }, + { + "name": "VELOCITY CLEARING LLC", + "short_code": "VCCL", + "branches": [ + { + "code": "", + "city": "HAZLET", + "identifiers": { + "swift_code": "VCCLUS42" + } + } + ] + }, + { + "name": "VELOCITY FUTURES LLC", + "short_code": "VEFL", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "VEFLUS41" + } + } + ] + }, + { + "name": "VELOX CLEARING LLC", + "short_code": "VEEL", + "branches": [ + { + "code": "", + "city": "ANAHEIM", + "identifiers": { + "swift_code": "VEELUS62" + } + } + ] + }, + { + "name": "VENTAS, INC", + "short_code": "VETS", + "branches": [ + { + "code": "", + "city": "LOUISVILLE", + "identifiers": { + "swift_code": "VETSUS44" + } + } + ] + }, + { + "name": "VEREDUS ASSET MANAGEMENT, LLC", + "short_code": "VAML", + "branches": [ + { + "code": "", + "city": "LOUISVILLE", + "identifiers": { + "swift_code": "VAMLUS41" + } + } + ] + }, + { + "name": "VERITEX COMMUNITY BANK", + "short_code": "VECI", + "branches": [ + { + "code": "", + "city": "DALLAS", + "identifiers": { + "swift_code": "VECIUS44" + } + } + ] + }, + { + "name": "VERITI MANAGEMENT", + "short_code": "VEMN", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "VEMNUS32" + } + } + ] + }, + { + "name": "VERITIV OPERATING COMPANY", + "short_code": "VRTV", + "branches": [ + { + "code": "", + "city": "ATLANTA", + "identifiers": { + "swift_code": "VRTVUS31" + } + } + ] + }, + { + "name": "VERIZON FINANCIAL SERVICES LLC", + "short_code": "VZAM", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "VZAMUS33" + } + } + ] + }, + { + "name": "VERTEX PHARMACEUTICALS INCORPORATED", + "short_code": "VRTX", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "VRTXUS33" + } + } + ] + }, + { + "name": "VESTOR CAPITAL CORPORATION", + "short_code": "VECC", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "VECCUS41" + } + } + ] + }, + { + "name": "VIAMERICAS CORPORATION", + "short_code": "VIOR", + "branches": [ + { + "code": "", + "city": "BETHESDA", + "identifiers": { + "swift_code": "VIORUS31" + } + } + ] + }, + { + "name": "VICTORY CAPITAL MANAGEMENT INC", + "short_code": "VCMA", + "branches": [ + { + "code": "", + "city": "BROOKLYN", + "identifiers": { + "swift_code": "VCMAUS31" + } + } + ] + }, + { + "name": "VIDENT ADVISORY, LLC", + "short_code": "VDNT", + "branches": [ + { + "code": "", + "city": "ALPHARETTA", + "identifiers": { + "swift_code": "VDNTUS33" + } + } + ] + }, + { + "name": "VIE INSTITUTIONAL SERVICES, INC.", + "short_code": "VIEI", + "branches": [ + { + "code": "", + "city": "PHILADELPHIA", + "identifiers": { + "swift_code": "VIEIUS31" + } + } + ] + }, + { + "name": "VIKING GLOBAL INVESTORS, LP", + "short_code": "VGLI", + "branches": [ + { + "code": "", + "city": "GREENWICH", + "identifiers": { + "swift_code": "VGLIUS33" + } + } + ] + }, + { + "name": "VILLAGE BANK AND TRUST, NATIONAL ASSOCIATION", + "short_code": "VBTR", + "branches": [ + { + "code": "", + "city": "ALRINGTON HEIGHTS", + "identifiers": { + "swift_code": "VBTRUS44" + } + } + ] + }, + { + "name": "VINIK ASSET MANAGEMENT, L.P.", + "short_code": "VIAN", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "VIANUS31" + } + } + ] + }, + { + "name": "VINMAR CAPITAL HOLDINGS L.P.", + "short_code": "VCAH", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "VCAHUS44" + } + } + ] + }, + { + "name": "VIRGINIA RETIREMENT SYSTEM", + "short_code": "VIRS", + "branches": [ + { + "code": "", + "city": "RICHMOND", + "identifiers": { + "swift_code": "VIRSUS31" + } + }, + { + "code": "", + "city": "RICHMOND", + "identifiers": { + "swift_code": "VIRSUS3R" + } + } + ] + }, + { + "name": "VIRTU AMERICAS", + "short_code": "NITE", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NITEUS33" + } + }, + { + "code": "VFI", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NITEUS33VFI" + } + }, + { + "code": "TSY", + "city": "NEW YORK", + "identifiers": { + "swift_code": "NITEUS33TSY" + } + } + ] + }, + { + "name": "VIRTU AMERICAS LLC", + "short_code": "KNCA", + "branches": [ + { + "code": "", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "KNCAUS31" + } + } + ] + }, + { + "name": "VIRTU AMERICAS LLC", + "short_code": "ITGI", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ITGIUS31" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ITGIUS33" + } + }, + { + "code": "TSY", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ITGIUS33TSY" + } + }, + { + "code": "VFI", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ITGIUS33VFI" + } + }, + { + "code": "VAL", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ITGIUS33VAL" + } + }, + { + "code": "MAN", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ITGIUS33MAN" + } + }, + { + "code": "001", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ITGIUS33001" + } + }, + { + "code": "ORD", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ITGIUS33ORD" + } + }, + { + "code": "TCA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "ITGIUS33TCA" + } + } + ] + }, + { + "name": "VIRTUS FIXED INCOME ADVISERS, LLC", + "short_code": "STOH", + "branches": [ + { + "code": "", + "city": "HARTFORD", + "identifiers": { + "swift_code": "STOHUS33" + } + } + ] + }, + { + "name": "VIRTUS FUND ADVISERS, LLC", + "short_code": "RCMG", + "branches": [ + { + "code": "", + "city": "ATLANTA", + "identifiers": { + "swift_code": "RCMGUSA1" + } + } + ] + }, + { + "name": "VIRTUS FUND ADVISERS, LLC", + "short_code": "TRCG", + "branches": [ + { + "code": "", + "city": "RICHMOND", + "identifiers": { + "swift_code": "TRCGUS31" + } + } + ] + }, + { + "name": "VIRTUS INVESTMENT PARTNERS, INC.", + "short_code": "VIIA", + "branches": [ + { + "code": "ATL", + "city": "ATLANTA", + "identifiers": { + "swift_code": "VIIAUS32ATL" + } + }, + { + "code": "", + "city": "HARTFORD", + "identifiers": { + "swift_code": "VIIAUS32" + } + }, + { + "code": "HFT", + "city": "HARTFORD", + "identifiers": { + "swift_code": "VIIAUS32HFT" + } + } + ] + }, + { + "name": "VIRTUS PARTNERS, LLC", + "short_code": "VPLC", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "VPLCUS44" + } + } + ] + }, + { + "name": "VISA GLOBAL SERVICES INC.", + "short_code": "VGSE", + "branches": [ + { + "code": "", + "city": "FOSTER CITY", + "identifiers": { + "swift_code": "VGSEUS66" + } + } + ] + }, + { + "name": "VISA INC", + "short_code": "VISA", + "branches": [ + { + "code": "", + "city": "FOSTER CITY", + "identifiers": { + "swift_code": "VISAUS6S" + } + }, + { + "code": "", + "city": "FOSTER CITY", + "identifiers": { + "swift_code": "VISAUS62" + } + }, + { + "code": "CSH", + "city": "FOSTER CITY", + "identifiers": { + "swift_code": "VISAUS6SCSH" + } + }, + { + "code": "VBC", + "city": "FOSTER CITY", + "identifiers": { + "swift_code": "VISAUS6SVBC" + } + } + ] + }, + { + "name": "VISTA FINANCIAL ADVISORS LLC", + "short_code": "VFAL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "VFALUS32" + } + } + ] + }, + { + "name": "VITOL AMERICAS CORP", + "short_code": "NOAR", + "branches": [ + { + "code": "", + "city": "STAMFORD", + "identifiers": { + "swift_code": "NOARUS31" + } + } + ] + }, + { + "name": "VITOL INC.", + "short_code": "VITL", + "branches": [ + { + "code": "", + "city": "HOUSTON", + "identifiers": { + "swift_code": "VITLUS4H" + } + } + ] + }, + { + "name": "VOLKSWAGEN GROUP OF AMERICA CHATTANOOGA OPERATIONS, LLC.", + "short_code": "GACO", + "branches": [ + { + "code": "", + "city": "HERNDON", + "identifiers": { + "swift_code": "GACOUS31" + } + } + ] + }, + { + "name": "VOLKSWAGEN GROUP OF AMERICA FINANCE, LLC.", + "short_code": "GRMF", + "branches": [ + { + "code": "", + "city": "HERNDON", + "identifiers": { + "swift_code": "GRMFUS31" + } + } + ] + }, + { + "name": "VOLKSWAGEN NORTH AMERICAN REGION PAYMENT SERVICES, LLC", + "short_code": "VNAR", + "branches": [ + { + "code": "", + "city": "HERNDON", + "identifiers": { + "swift_code": "VNARUS31" + } + } + ] + }, + { + "name": "VOLVO TREASURY NORTH AMERICA L.P.", + "short_code": "VOTE", + "branches": [ + { + "code": "", + "city": "GREENSBORO", + "identifiers": { + "swift_code": "VOTEUS31" + } + } + ] + }, + { + "name": "VOYA INVESTMENT MANAGEMENT LLC", + "short_code": "VNMC", + "branches": [ + { + "code": "", + "city": "ATLANTA", + "identifiers": { + "swift_code": "VNMCUS33" + } + } + ] + }, + { + "name": "VOYA INVESTMENTS, LLC", + "short_code": "INMV", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "INMVUS31" + } + } + ] + }, + { + "name": "VULCAN INC.", + "short_code": "VULC", + "branches": [ + { + "code": "", + "city": "SEATTLE", + "identifiers": { + "swift_code": "VULCUS61" + } + } + ] + }, + { + "name": "VULCAN VALUE PARTNERS", + "short_code": "VUVA", + "branches": [ + { + "code": "", + "city": "BIRMINGHAM", + "identifiers": { + "swift_code": "VUVAUS41" + } + } + ] + }, + { + "name": "VW GROUP OF AMERICA", + "short_code": "VWAG", + "branches": [ + { + "code": "", + "city": "HERNDON", + "identifiers": { + "swift_code": "VWAGUS33" + } + } + ] + }, + { + "name": "W.H. REAVES AND CO., INC.", + "short_code": "REAV", + "branches": [ + { + "code": "", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "REAVUS31" + } + } + ] + }, + { + "name": "W.H. TRADING, L.L.C.", + "short_code": "CHTL", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "CHTLUS41" + } + } + ] + }, + { + "name": "W.P. STEWART AND CO., LTD.", + "short_code": "STEW", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "STEWUS31" + } + } + ] + }, + { + "name": "W.R. BERKLEY CORPORATION", + "short_code": "WRBC", + "branches": [ + { + "code": "", + "city": "GREENWICH", + "identifiers": { + "swift_code": "WRBCUS33" + } + } + ] + }, + { + "name": "WADDELL AND REED SERVICES COMPANY", + "short_code": "WRSC", + "branches": [ + { + "code": "", + "city": "SHAWNEE MISSION", + "identifiers": { + "swift_code": "WRSCUS41" + } + } + ] + }, + { + "name": "WAFRA INC.", + "short_code": "WARA", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "WARAUS33" + } + } + ] + }, + { + "name": "WAINWRIGHT INVESTMENT COUSEL, LLC", + "short_code": "WICC", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "WICCUS31" + } + } + ] + }, + { + "name": "WALGREEN CO.", + "short_code": "WLGR", + "branches": [ + { + "code": "", + "city": "DEERFIELD", + "identifiers": { + "swift_code": "WLGRUS44" + } + } + ] + }, + { + "name": "WALL STREET MONEY CENTER", + "short_code": "WSMC", + "branches": [ + { + "code": "", + "city": "BOCA RATON", + "identifiers": { + "swift_code": "WSMCUS31" + } + } + ] + }, + { + "name": "WALLACHBETH CAPITAL, LLC", + "short_code": "WACC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "WACCUS31" + } + } + ] + }, + { + "name": "WALMART INC", + "short_code": "WSTR", + "branches": [ + { + "code": "", + "city": "BENTONVILLE", + "identifiers": { + "swift_code": "WSTRUS44" + } + } + ] + }, + { + "name": "WALSTAD INVESTMENT COUNSEL, INC.", + "short_code": "WAIC", + "branches": [ + { + "code": "", + "city": "SANTA BARBARA", + "identifiers": { + "swift_code": "WAICUS61" + } + } + ] + }, + { + "name": "WARBURTON RIVERVIEW LIHTC LLC", + "short_code": "WRLC", + "branches": [ + { + "code": "", + "city": "DOVER", + "identifiers": { + "swift_code": "WRLCUS31" + } + } + ] + }, + { + "name": "WARNER BROS. DISCOVERY, INC.", + "short_code": "DICO", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "DICOUS33" + } + } + ] + }, + { + "name": "WARNER BROS. ENTERTAINMENT INC.", + "short_code": "WABE", + "branches": [ + { + "code": "", + "city": "BURBANK", + "identifiers": { + "swift_code": "WABEUS66" + } + } + ] + }, + { + "name": "WASATCH ADVISORS, INC.", + "short_code": "WASA", + "branches": [ + { + "code": "", + "city": "SALT LAKE CITY", + "identifiers": { + "swift_code": "WASAUS51" + } + } + ] + }, + { + "name": "WASHINGTON FEDERAL", + "short_code": "WAFD", + "branches": [ + { + "code": "", + "city": "SEATTLE", + "identifiers": { + "swift_code": "WAFDUS66" + } + } + ] + }, + { + "name": "WASHINGTON SECURITIES BANCOR TRUST INC.", + "short_code": "WSBT", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "WSBTUS31" + } + } + ] + }, + { + "name": "WASHINGTON TRUST BANK", + "short_code": "WTBA", + "branches": [ + { + "code": "", + "city": "SPOKANE", + "identifiers": { + "swift_code": "WTBAUS66" + } + } + ] + }, + { + "name": "WASMER, SCHROEDER AND COMPANY, INC.", + "short_code": "WASN", + "branches": [ + { + "code": "", + "city": "NAPLES", + "identifiers": { + "swift_code": "WASNUS31" + } + } + ] + }, + { + "name": "WATCHTOWER BIBLE AND TRACT SOCIETY OF NEW YORK, INC.", + "short_code": "WBTS", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "WBTSUS32" + } + }, + { + "code": "WPA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "WBTSUS32WPA" + } + }, + { + "code": "PRD", + "city": "WALLKILL", + "identifiers": { + "swift_code": "WBTSUS32PRD" + } + }, + { + "code": "TST", + "city": "WALLKILL", + "identifiers": { + "swift_code": "WBTSUS32TST" + } + }, + { + "code": "WNY", + "city": "WALLKILL", + "identifiers": { + "swift_code": "WBTSUS32WNY" + } + } + ] + }, + { + "name": "WATER ISLAND CAPITAL LLC", + "short_code": "WIAC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "WIACUS31" + } + } + ] + }, + { + "name": "WATERFALL ASSET MANAGEMENT, LLC", + "short_code": "WANC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "WANCUS33" + } + }, + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "WANCUS3B" + } + } + ] + }, + { + "name": "WATERFORD BANK N.A.", + "short_code": "WATR", + "branches": [ + { + "code": "", + "city": "TOLEDO", + "identifiers": { + "swift_code": "WATRUS31" + } + } + ] + }, + { + "name": "WATERMILL INSTITUTIONAL TRADING LLC", + "short_code": "WIDL", + "branches": [ + { + "code": "", + "city": "JERSEY CITY", + "identifiers": { + "swift_code": "WIDLUS32" + } + } + ] + }, + { + "name": "WATERSTONE CAPITAL MANAGEMENT LP", + "short_code": "WACA", + "branches": [ + { + "code": "", + "city": "PLYMOUTH", + "identifiers": { + "swift_code": "WACAUS41" + } + } + ] + }, + { + "name": "WAYNE BANK", + "short_code": "WAYN", + "branches": [ + { + "code": "", + "city": "HONESDALE", + "identifiers": { + "swift_code": "WAYNUS32" + } + } + ] + }, + { + "name": "WCG MANAGEMENT LP", + "short_code": "WCGM", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "WCGMUS31" + } + } + ] + }, + { + "name": "WCM INVESTMENT MANAGEMENT", + "short_code": "WCMI", + "branches": [ + { + "code": "", + "city": "LAGUNA BEACH", + "identifiers": { + "swift_code": "WCMIUS61" + } + } + ] + }, + { + "name": "WEALTHTOUCH", + "short_code": "WEAH", + "branches": [ + { + "code": "", + "city": "DENVER", + "identifiers": { + "swift_code": "WEAHUS51" + } + } + ] + }, + { + "name": "WEBSTER BANK, N.A.", + "short_code": "WENA", + "branches": [ + { + "code": "", + "city": "HARTFORD", + "identifiers": { + "swift_code": "WENAUS31" + } + } + ] + }, + { + "name": "WEBSTER BANK, N.A.", + "short_code": "STET", + "branches": [ + { + "code": "", + "city": "STAMFORD", + "identifiers": { + "swift_code": "STETUS33" + } + } + ] + }, + { + "name": "WEDBUSH MORGAN SECURITIES", + "short_code": "WEMU", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "WEMUUS61" + } + } + ] + }, + { + "name": "WEDBUSH SECURITIES INC", + "short_code": "WEDC", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "WEDCUS66" + } + } + ] + }, + { + "name": "WEDGE CAPITAL MANAGEMENT L.L.P.", + "short_code": "WECM", + "branches": [ + { + "code": "", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "WECMUS31" + } + } + ] + }, + { + "name": "WEEDEN AND CO", + "short_code": "WEED", + "branches": [ + { + "code": "", + "city": "GREENWICH", + "identifiers": { + "swift_code": "WEEDUS31" + } + } + ] + }, + { + "name": "WEEDEN PRIME SERVICES, LLC", + "short_code": "WPSC", + "branches": [ + { + "code": "", + "city": "GREENWICH", + "identifiers": { + "swift_code": "WPSCUS31" + } + } + ] + }, + { + "name": "WELCH CAPITAL PARTNERS, LLC", + "short_code": "WCPL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "WCPLUS31" + } + } + ] + }, + { + "name": "WELLINGTON MANAGEMENT COMPANY, LLP", + "short_code": "WEMC", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "WEMCUS31" + } + } + ] + }, + { + "name": "WELLS CAPITAL MANAGEMENT INCORPORATED", + "short_code": "WCAP", + "branches": [ + { + "code": "", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "WCAPUS41" + } + } + ] + }, + { + "name": "WELLS FARGO BANK N.A", + "short_code": "WFBI", + "branches": [ + { + "code": "", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "WFBIUS6T" + } + }, + { + "code": "GCS", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "WFBIUS6TGCS" + } + }, + { + "code": "TRU", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "WFBIUS6TTRU" + } + } + ] + }, + { + "name": "WELLS FARGO BANK NA", + "short_code": "WFBI", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "WFBIUS6W" + } + }, + { + "code": "CLS", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "WFBIUS6WCLS" + } + }, + { + "code": "FFX", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "WFBIUS6WFFX" + } + }, + { + "code": "PDX", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "WFBIUS6WPDX" + } + } + ] + }, + { + "name": "WELLS FARGO BANK NEW MEXICO NA", + "short_code": "UNMC", + "branches": [ + { + "code": "", + "city": "ALBUQUERQUE", + "identifiers": { + "swift_code": "UNMCUS51" + } + } + ] + }, + { + "name": "WELLS FARGO BANK, N.A.", + "short_code": "WFBI", + "branches": [ + { + "code": "ANC", + "city": "ANCHORAGE", + "identifiers": { + "swift_code": "WFBIUS6SANC" + } + }, + { + "code": "BOI", + "city": "BOISE", + "identifiers": { + "swift_code": "WFBIUS6SBOI" + } + }, + { + "code": "", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "WFBIUS6A" + } + }, + { + "code": "", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "WFBIUS6B" + } + }, + { + "code": "CTS", + "city": "COLUMBIA", + "identifiers": { + "swift_code": "WFBIUS6SCTS" + } + }, + { + "code": "DAL", + "city": "DALLAS", + "identifiers": { + "swift_code": "WFBIUS6SDAL" + } + }, + { + "code": "DEN", + "city": "DENVER", + "identifiers": { + "swift_code": "WFBIUS6SDEN" + } + }, + { + "code": "ELP", + "city": "EL PASO", + "identifiers": { + "swift_code": "WFBIUS6SELP" + } + }, + { + "code": "ENG", + "city": "ENGLEWOOD", + "identifiers": { + "swift_code": "WFBIUS6SENG" + } + }, + { + "code": "GOL", + "city": "GOLDEN", + "identifiers": { + "swift_code": "WFBIUS6SGOL" + } + }, + { + "code": "HOU", + "city": "HOUSTON", + "identifiers": { + "swift_code": "WFBIUS6SHOU" + } + }, + { + "code": "LAS", + "city": "LAS VEGAS", + "identifiers": { + "swift_code": "WFBIUS6SLAS" + } + }, + { + "code": "LIN", + "city": "LINCOLN", + "identifiers": { + "swift_code": "WFBIUS6SLIN" + } + }, + { + "code": "LAX", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "WFBIUS6SLAX" + } + }, + { + "code": "MSP", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "WFBIUS6SMSP" + } + }, + { + "code": "", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "WFBIUSM1" + } + }, + { + "code": "SCL", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "WFBIUSM1SCL" + } + }, + { + "code": "OMA", + "city": "OMAHA", + "identifiers": { + "swift_code": "WFBIUS6SOMA" + } + }, + { + "code": "PHX", + "city": "PHOENIX", + "identifiers": { + "swift_code": "WFBIUS6SPHX" + } + }, + { + "code": "PDX", + "city": "PORTLAND", + "identifiers": { + "swift_code": "WFBIUS6SPDX" + } + }, + { + "code": "RNO", + "city": "RENO", + "identifiers": { + "swift_code": "WFBIUS6SRNO" + } + }, + { + "code": "SLC", + "city": "SALT LAKE CITY", + "identifiers": { + "swift_code": "WFBIUS6SSLC" + } + }, + { + "code": "CHI", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "WFBIUS6SCHI" + } + }, + { + "code": "SFO", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "WFBIUS6SSFO" + } + }, + { + "code": "STL", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "WFBIUS6SSTL" + } + }, + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "WFBIUS6S" + } + }, + { + "code": "DES", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "WFBIUS6SDES" + } + }, + { + "code": "SFE", + "city": "SANTA FE", + "identifiers": { + "swift_code": "WFBIUS6SSFE" + } + }, + { + "code": "SEA", + "city": "SEATTLE", + "identifiers": { + "swift_code": "WFBIUS6SSEA" + } + } + ] + }, + { + "name": "WELLS FARGO BANK, N.A.", + "short_code": "PNBP", + "branches": [ + { + "code": "CHA", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "PNBPUS33CHA" + } + }, + { + "code": "", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "PNBPUS3C" + } + }, + { + "code": "FMG", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "PNBPUS33FMG" + } + }, + { + "code": "HFX", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "PNBPUS3CHFX" + } + }, + { + "code": "FCG", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "PNBPUS3CFCG" + } + }, + { + "code": "HTM", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "PNBPUS3CHTM" + } + }, + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "PNBPUS6L" + } + }, + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "PNBPUS3M" + } + }, + { + "code": "ZIA", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PNBPUS3NZIA" + } + }, + { + "code": "NYC", + "city": "NEW YORK", + "identifiers": { + "swift_code": "PNBPUS3NNYC" + } + }, + { + "code": "ZIA", + "city": "PHILADELPHIA", + "identifiers": { + "swift_code": "PNBPUS33ZIA" + } + }, + { + "code": "PHL", + "city": "PHILADELPHIA", + "identifiers": { + "swift_code": "PNBPUS33PHL" + } + }, + { + "code": "", + "city": "SIOUX FALLS", + "identifiers": { + "swift_code": "PNBPUS33" + } + }, + { + "code": "", + "city": "SIOUX FALLS", + "identifiers": { + "swift_code": "PNBPUS3N" + } + }, + { + "code": "SLC", + "city": "WINSTON-SALEM", + "identifiers": { + "swift_code": "PNBPUS33SLC" + } + } + ] + }, + { + "name": "WELLS FARGO CLEARING SERVICES, LLC", + "short_code": "FCCO", + "branches": [ + { + "code": "", + "city": "GLEN ALLEN", + "identifiers": { + "swift_code": "FCCOUS31" + } + } + ] + }, + { + "name": "WELLS FARGO CLEARING SERVICES, LLC", + "short_code": "WHFS", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "WHFSUS31" + } + } + ] + }, + { + "name": "WELLS FARGO CLEARING SERVICES, LLC", + "short_code": "PNBP", + "branches": [ + { + "code": "", + "city": "ST. LOUIS", + "identifiers": { + "swift_code": "PNBPUS3W" + } + } + ] + }, + { + "name": "WELLS FARGO PRIME SERVICES, LLC", + "short_code": "WFPS", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "WFPSUS31" + } + } + ] + }, + { + "name": "WELLS FARGO SECURITIES, LLC", + "short_code": "WFSL", + "branches": [ + { + "code": "", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "WFSLUS33" + } + }, + { + "code": "", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "WFSLUS3P" + } + } + ] + }, + { + "name": "WELLS FARGO SECURITIES, LLC", + "short_code": "FIEK", + "branches": [ + { + "code": "", + "city": "SAN FRANCISCO", + "identifiers": { + "swift_code": "FIEKUS61" + } + } + ] + }, + { + "name": "WENDY'S INTERNATIONAL, LLC", + "short_code": "WITL", + "branches": [ + { + "code": "", + "city": "DUBLIN", + "identifiers": { + "swift_code": "WITLUS33" + } + } + ] + }, + { + "name": "WENTZ CD AND ASSOCIATES", + "short_code": "WEAC", + "branches": [ + { + "code": "", + "city": "OAKTON", + "identifiers": { + "swift_code": "WEACUS31" + } + } + ] + }, + { + "name": "WESBANCO BANK, INC.", + "short_code": "WEBC", + "branches": [ + { + "code": "", + "city": "WHEELING", + "identifiers": { + "swift_code": "WEBCUS33" + } + } + ] + }, + { + "name": "WEST BANK", + "short_code": "WSST", + "branches": [ + { + "code": "", + "city": "WEST DES MOINES", + "identifiers": { + "swift_code": "WSSTUS44" + } + } + ] + }, + { + "name": "WEST CHESTER CAPITAL ADVISORS, INC.", + "short_code": "WCCA", + "branches": [ + { + "code": "", + "city": "WEST CHESTER", + "identifiers": { + "swift_code": "WCCAUS31" + } + } + ] + }, + { + "name": "WEST CHESTER CAPITAL ADVISORS, INC.", + "short_code": "WECH", + "branches": [ + { + "code": "", + "city": "WEST CHESTER", + "identifiers": { + "swift_code": "WECHUS31" + } + } + ] + }, + { + "name": "WESTCHESTER CAPITAL MANAGEMENT INC.", + "short_code": "WECG", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "WECGUS31" + } + } + ] + }, + { + "name": "WESTEND ADVISORS LLC", + "short_code": "WEAL", + "branches": [ + { + "code": "", + "city": "CHARLOTTE", + "identifiers": { + "swift_code": "WEALUS31" + } + } + ] + }, + { + "name": "WESTERN ALLIANCE BANK", + "short_code": "BBFX", + "branches": [ + { + "code": "", + "city": "PHOENIX", + "identifiers": { + "swift_code": "BBFXUS6S" + } + } + ] + }, + { + "name": "WESTERN ALLIANCE TRUST COMPANY, NATIONAL ASSOCIATION", + "short_code": "WATN", + "branches": [ + { + "code": "", + "city": "PHOENIX", + "identifiers": { + "swift_code": "WATNUS55" + } + } + ] + }, + { + "name": "WESTERN BANK", + "short_code": "WESR", + "branches": [ + { + "code": "", + "city": "ST. PAUL", + "identifiers": { + "swift_code": "WESRUS41" + } + } + ] + }, + { + "name": "WESTERN DIGITAL CORPORATION", + "short_code": "WDCO", + "branches": [ + { + "code": "", + "city": "IRVINE", + "identifiers": { + "swift_code": "WDCOUS66" + } + } + ] + }, + { + "name": "WESTERN NEW ENGLAND BANCORP, INC", + "short_code": "WFLD", + "branches": [ + { + "code": "", + "city": "WESTFIELD", + "identifiers": { + "swift_code": "WFLDUS33" + } + } + ] + }, + { + "name": "WESTERN UNION FINANCIAL SERVICES, INC.", + "short_code": "WUFS", + "branches": [ + { + "code": "", + "city": "DENVER", + "identifiers": { + "swift_code": "WUFSUS55" + } + } + ] + }, + { + "name": "WESTFIELD CAPITAL MANAGEMENT COMPANY, L.P.", + "short_code": "WECN", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "WECNUS31" + } + } + ] + }, + { + "name": "WESTINGHOUSE AIR BRAKE TECHNOLOGIES CORPORATION", + "short_code": "WABT", + "branches": [ + { + "code": "", + "city": "WILMERDING", + "identifiers": { + "swift_code": "WABTUS3W" + } + } + ] + }, + { + "name": "WESTPAC BANKING CORPORATION", + "short_code": "WPAC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "WPACUS33" + } + } + ] + }, + { + "name": "WESTPORT ASSET MANAGEMENT", + "short_code": "WEAG", + "branches": [ + { + "code": "", + "city": "WESTPORT", + "identifiers": { + "swift_code": "WEAGUS31" + } + } + ] + }, + { + "name": "WESTROCK COMPANY", + "short_code": "WRKC", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "WRKCUS33" + } + } + ] + }, + { + "name": "WESTWOOD GLOBAL INVESTMENTS", + "short_code": "WEGI", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "WEGIUS31" + } + } + ] + }, + { + "name": "WESTWOOD HOLDINGS GROUP, INC", + "short_code": "WEHG", + "branches": [ + { + "code": "", + "city": "DALLAS", + "identifiers": { + "swift_code": "WEHGUS41" + } + } + ] + }, + { + "name": "WESTWOOD MANAGEMENT CORP.", + "short_code": "WEMO", + "branches": [ + { + "code": "", + "city": "DALLAS", + "identifiers": { + "swift_code": "WEMOUS4D" + } + } + ] + }, + { + "name": "WESTWOOD MANAGEMENT CORPORATION", + "short_code": "WEMO", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "WEMOUS41" + } + } + ] + }, + { + "name": "WEWORK COMPANIES LLC", + "short_code": "WEWO", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "WEWOUS33" + } + } + ] + }, + { + "name": "WH TRADING LLC", + "short_code": "TALL", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "TALLUS41" + } + } + ] + }, + { + "name": "WHEATON BANK AND TRUST COMPANY, N.A.", + "short_code": "WBTC", + "branches": [ + { + "code": "", + "city": "WHEATON", + "identifiers": { + "swift_code": "WBTCUS44" + } + } + ] + }, + { + "name": "WHELAN CAPITAL MANAGEMENT, INC", + "short_code": "WHCM", + "branches": [ + { + "code": "", + "city": "PALO ALTO", + "identifiers": { + "swift_code": "WHCMUS61" + } + } + ] + }, + { + "name": "WHIRLPOOL CORPORATION", + "short_code": "WHRL", + "branches": [ + { + "code": "", + "city": "BENTON HARBOR", + "identifiers": { + "swift_code": "WHRLUS3B" + } + } + ] + }, + { + "name": "WHITE MOUNTAINS ADVISORS LLC", + "short_code": "WMIL", + "branches": [ + { + "code": "", + "city": "GUILFORD", + "identifiers": { + "swift_code": "WMILUS33" + } + } + ] + }, + { + "name": "WHITE PINE CAPITAL, LLC.", + "short_code": "WPCL", + "branches": [ + { + "code": "", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "WPCLUS41" + } + } + ] + }, + { + "name": "WILBANKS, SMITH AND THOMAS ASSET MANAGEMENT LLC", + "short_code": "WSTA", + "branches": [ + { + "code": "", + "city": "NORFOLK", + "identifiers": { + "swift_code": "WSTAUS31" + } + } + ] + }, + { + "name": "WILKINSON GLOBAL ASSET MANAGEMENT LLC", + "short_code": "WGAM", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "WGAMUS31" + } + } + ] + }, + { + "name": "WILLIAM BLAIR AND COMPANY", + "short_code": "WIBC", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "WIBCUS44" + } + } + ] + }, + { + "name": "WILLIAM BLAIR INVESTMENT MANAGEMENT LLC", + "short_code": "WBIM", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "WBIMUS42" + } + } + ] + }, + { + "name": "WILLIAM STREET COMMITMENT CORPORATION", + "short_code": "WSCC", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "WSCCUS31" + } + } + ] + }, + { + "name": "WILLIAMS CAPITAL GROUP L.P.,THE", + "short_code": "WCGL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "WCGLUS31" + } + } + ] + }, + { + "name": "WILLIAMS TRADING LLC", + "short_code": "WIRL", + "branches": [ + { + "code": "", + "city": "WESTPORT", + "identifiers": { + "swift_code": "WIRLUS31" + } + } + ] + }, + { + "name": "WILLIAMS, JONES AND ASSOCIATES, LLC", + "short_code": "WJAL", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "WJALUS31" + } + } + ] + }, + { + "name": "WILLIS NORTH AMERICA INC.", + "short_code": "WILS", + "branches": [ + { + "code": "", + "city": "NASHVILLE", + "identifiers": { + "swift_code": "WILSUS44" + } + }, + { + "code": "A01", + "city": "NASHVILLE", + "identifiers": { + "swift_code": "WILSUS44A01" + } + } + ] + }, + { + "name": "WILMERDING, MILLER AND CO., INC.", + "short_code": "WIMI", + "branches": [ + { + "code": "", + "city": "PRINCETON", + "identifiers": { + "swift_code": "WIMIUS31" + } + } + ] + }, + { + "name": "WILMINGTON EQUITIES, INC.", + "short_code": "WIEQ", + "branches": [ + { + "code": "", + "city": "NEW CASTLE", + "identifiers": { + "swift_code": "WIEQUS32" + } + } + ] + }, + { + "name": "WILMINGTON SAVINGS FUND SOCIETY, FSB", + "short_code": "BMTC", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "BMTCUS3B" + } + } + ] + }, + { + "name": "WILMINGTON SAVINGS FUND SOCIETY, FSB", + "short_code": "WSFC", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "WSFCUS33" + } + } + ] + }, + { + "name": "WILMINGTON TRUST COMPANY", + "short_code": "WITC", + "branches": [ + { + "code": "", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "WITCUS33" + } + }, + { + "code": "CLO", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "WITCUS33CLO" + } + }, + { + "code": "CMS", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "WITCUS33CMS" + } + }, + { + "code": "LAS", + "city": "WILMINGTON", + "identifiers": { + "swift_code": "WITCUS33LAS" + } + } + ] + }, + { + "name": "WILSON BENNETT CAPITAL MANAGEMENT, INC.", + "short_code": "WBCM", + "branches": [ + { + "code": "", + "city": "ALEXANDRIA", + "identifiers": { + "swift_code": "WBCMUS31" + } + } + ] + }, + { + "name": "WILSON, KEMP AND ASSOCIATES, INCORPORATED", + "short_code": "WIKA", + "branches": [ + { + "code": "", + "city": "DETROIT", + "identifiers": { + "swift_code": "WIKAUS31" + } + } + ] + }, + { + "name": "WINDHAM CAPITAL MANAGEMENT", + "short_code": "WICE", + "branches": [ + { + "code": "", + "city": "CAMBRIDGE", + "identifiers": { + "swift_code": "WICEUS31" + } + } + ] + }, + { + "name": "WINFIELD ASSOCIATES INC", + "short_code": "WIAS", + "branches": [ + { + "code": "", + "city": "CLEVELAND", + "identifiers": { + "swift_code": "WIASUS31" + } + } + ] + }, + { + "name": "WINSLOW ASSET MANAGEMENT INC", + "short_code": "WIAA", + "branches": [ + { + "code": "", + "city": "CLEVELAND", + "identifiers": { + "swift_code": "WIAAUS31" + } + } + ] + }, + { + "name": "WINSLOW CAPITAL MANAGEMENT, LLC.", + "short_code": "WICG", + "branches": [ + { + "code": "", + "city": "MINNEAPOLIS", + "identifiers": { + "swift_code": "WICGUS41" + } + } + ] + }, + { + "name": "WINTERFLOOD SECURITIES INCORPORATED", + "short_code": "WISI", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "WISIUS31" + } + } + ] + }, + { + "name": "WINTRUST BANK, N.A.", + "short_code": "NSCT", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "NSCTUS44" + } + } + ] + }, + { + "name": "WISCONSIN ASSET MANAGEMENT LLC", + "short_code": "WAML", + "branches": [ + { + "code": "", + "city": "MEQUON", + "identifiers": { + "swift_code": "WAMLUS51" + } + } + ] + }, + { + "name": "WISCONSIN CAPITAL MANAGEMENT, LLC.", + "short_code": "TPIM", + "branches": [ + { + "code": "", + "city": "MADISON", + "identifiers": { + "swift_code": "TPIMUS51" + } + } + ] + }, + { + "name": "WISE US INC.", + "short_code": "TRWI", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "TRWIUS34" + } + } + ] + }, + { + "name": "WM ADVISORS, INC.", + "short_code": "ADVO", + "branches": [ + { + "code": "", + "city": "SEATTLE", + "identifiers": { + "swift_code": "ADVOUS61" + } + } + ] + }, + { + "name": "WOLFE RESEARCH SECURITIES", + "short_code": "WOTE", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "WOTEUS31" + } + } + ] + }, + { + "name": "WOLVERINE TRADING LLC", + "short_code": "WOTL", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "WOTLUS41" + } + } + ] + }, + { + "name": "WOLVERINE WORLD WIDE, INC.", + "short_code": "WWWI", + "branches": [ + { + "code": "", + "city": "ROCKFORD", + "identifiers": { + "swift_code": "WWWIUS33" + } + } + ] + }, + { + "name": "WOODFOREST NATIONAL BANK", + "short_code": "WONA", + "branches": [ + { + "code": "", + "city": "THE WOODLANDS", + "identifiers": { + "swift_code": "WONAUS44" + } + } + ] + }, + { + "name": "WOODMONT INVESTMENT COUNSEL, LLC", + "short_code": "WIOL", + "branches": [ + { + "code": "", + "city": "NASHVILLE", + "identifiers": { + "swift_code": "WIOLUS41" + } + } + ] + }, + { + "name": "WOORI AMERICA BANK, NEW YORK", + "short_code": "HVBK", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "HVBKUS3N" + } + } + ] + }, + { + "name": "WOORI BANK, LOS ANGELES", + "short_code": "HVBK", + "branches": [ + { + "code": "", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "HVBKUS6L" + } + } + ] + }, + { + "name": "WOORI BANK, NEW YORK", + "short_code": "HVBK", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "HVBKUS33" + } + } + ] + }, + { + "name": "WORLD FIRST USA INC", + "short_code": "WOFU", + "branches": [ + { + "code": "", + "city": "AUSTIN", + "identifiers": { + "swift_code": "WOFUUS41" + } + } + ] + }, + { + "name": "WORLD FUEL SERVICES CORPORATION", + "short_code": "WFSC", + "branches": [ + { + "code": "", + "city": "MIAMI", + "identifiers": { + "swift_code": "WFSCUS3M" + } + } + ] + }, + { + "name": "WORLD VISION INTERNATIONAL", + "short_code": "WVIO", + "branches": [ + { + "code": "", + "city": "MONROVIA", + "identifiers": { + "swift_code": "WVIOUS6L" + } + } + ] + }, + { + "name": "WRIGHT INVESTORS SERVICE INC", + "short_code": "WRIS", + "branches": [ + { + "code": "", + "city": "MILFORD", + "identifiers": { + "swift_code": "WRISUS31" + } + } + ] + }, + { + "name": "WUNDERLICH SECURITIES, INC.", + "short_code": "WUSE", + "branches": [ + { + "code": "", + "city": "MEMPHIS", + "identifiers": { + "swift_code": "WUSEUS41" + } + } + ] + }, + { + "name": "XEROX CORPORATION", + "short_code": "XERX", + "branches": [ + { + "code": "", + "city": "NORWALK", + "identifiers": { + "swift_code": "XERXUS31" + } + } + ] + }, + { + "name": "XTX EXECUTION SERVICES LLC", + "short_code": "XTXC", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "XTXCUS32" + } + } + ] + }, + { + "name": "YACKTMAN ASSET MANAGEMENT LP", + "short_code": "YAAM", + "branches": [ + { + "code": "", + "city": "AUSTIN", + "identifiers": { + "swift_code": "YAAMUS41" + } + } + ] + }, + { + "name": "YORK CAPITAL MANAGEMENT GLOBAL ADVI SORS, LLC", + "short_code": "YCMG", + "branches": [ + { + "code": "", + "city": "NEW YORK", + "identifiers": { + "swift_code": "YCMGUS32" + } + } + ] + }, + { + "name": "YOUSIF CAPITAL MANAGEMENT LLC", + "short_code": "YOUS", + "branches": [ + { + "code": "", + "city": "BLOOMFIELD HILLS", + "identifiers": { + "swift_code": "YOUSUS32" + } + } + ] + }, + { + "name": "ZAZOVE ASSOCIATES, LLC", + "short_code": "ZAAL", + "branches": [ + { + "code": "", + "city": "INCLINE VILLAGE", + "identifiers": { + "swift_code": "ZAALUS61" + } + } + ] + }, + { + "name": "ZEUS FINANCIAL LLC", + "short_code": "ZEFL", + "branches": [ + { + "code": "", + "city": "BOCA RATON", + "identifiers": { + "swift_code": "ZEFLUS32" + } + } + ] + }, + { + "name": "ZEVENBERGEN CAPITAL INVESTMENTS LLC", + "short_code": "ZEVE", + "branches": [ + { + "code": "", + "city": "SEATTLE", + "identifiers": { + "swift_code": "ZEVEUS61" + } + } + ] + }, + { + "name": "ZEVIN ASSET MANAGEMENT LLC", + "short_code": "ZAML", + "branches": [ + { + "code": "", + "city": "BOSTON", + "identifiers": { + "swift_code": "ZAMLUS31" + } + } + ] + }, + { + "name": "ZF AUTOMOTIVE US INC", + "short_code": "TRWA", + "branches": [ + { + "code": "", + "city": "LIVONIA", + "identifiers": { + "swift_code": "TRWAUS33" + } + } + ] + }, + { + "name": "ZIEGLER CAPITAL MANAGEMENT, LLC", + "short_code": "ZCML", + "branches": [ + { + "code": "", + "city": "CHICAGO", + "identifiers": { + "swift_code": "ZCMLUS41" + } + } + ] + }, + { + "name": "ZIEGLER CAPITAL MANAGEMENT, LLC", + "short_code": "MIVP", + "branches": [ + { + "code": "", + "city": "ST. LOUIS", + "identifiers": { + "swift_code": "MIVPUS41" + } + } + ] + }, + { + "name": "ZIONS BANCORPORATION N.A.", + "short_code": "ZFNB", + "branches": [ + { + "code": "HOU", + "city": "HOUSTON", + "identifiers": { + "swift_code": "ZFNBUS55HOU" + } + }, + { + "code": "LAX", + "city": "LOS ANGELES", + "identifiers": { + "swift_code": "ZFNBUS55LAX" + } + }, + { + "code": "", + "city": "SALT LAKE CITY", + "identifiers": { + "swift_code": "ZFNBUS55" + } + }, + { + "code": "SLC", + "city": "SALT LAKE CITY", + "identifiers": { + "swift_code": "ZFNBUS55SLC" + } + }, + { + "code": "SEA", + "city": "SEATTLE", + "identifiers": { + "swift_code": "ZFNBUS55SEA" + } + } + ] + }, + { + "name": "ZIRKIN-CUTLER INVESTMENTS, A DIVISION OF UNITED CAPITAL FINANCIAL ADVISERS", + "short_code": "ZIIN", + "branches": [ + { + "code": "", + "city": "BETHESDA", + "identifiers": { + "swift_code": "ZIINUS31" + } + } + ] + }, + { + "name": "ZURICH AMERICAN INSURANCE COMPANY", + "short_code": "ZURI", + "branches": [ + { + "code": "", + "city": "SCHAUMBURG", + "identifiers": { + "swift_code": "ZURIUS44" + } + }, + { + "code": "FAR", + "city": "SCHAUMBURG", + "identifiers": { + "swift_code": "ZURIUS44FAR" + } + }, + { + "code": "ZNA", + "city": "SCHAUMBURG", + "identifiers": { + "swift_code": "ZURIUS44ZNA" + } + } + ] + } + ] +} \ No newline at end of file