fixparser
Version:
FIX.Latest / 5.0 SP2 Parser
63 lines (62 loc) • 2.51 kB
TypeScript
/**
* PartyIDSource
* - Tag: 447
* - FIX Specification type: char
* - Mapped type: string
* @readonly
* @public
*/
export declare const PartyIDSource: Readonly<{
/** UK National Insurance or Pension Number */
readonly UKNationalInsuranceOrPensionNumber: '6';
/** Korean Investor ID */
readonly KoreanInvestorID: '1';
/** Directed broker three character acronym as defined in ISITC "ETC Best Practice" guidelines document */
readonly ISITCAcronym: 'I';
/** BIC (Bank Identification Code - SWIFT managed) code (ISO9362 - See "Appendix 6-B") */
readonly BIC: 'B';
/** US Social Security Number */
readonly USSocialSecurityNumber: '7';
/** Taiwanese Qualified Foreign Investor ID QFII/FID */
readonly TaiwaneseForeignInvestorID: '2';
/** Generally accepted market participant identifier (e.g. NASD mnemonic) */
readonly GeneralIdentifier: 'C';
/** US Employer or Tax ID Number */
readonly USEmployerOrTaxIDNumber: '8';
/** Taiwanese Trading Acct */
readonly TaiwaneseTradingAcct: '3';
readonly Proprietary: 'D';
/** Australian Business Number */
readonly AustralianBusinessNumber: '9';
/** Malaysian Central Depository (MCD) number */
readonly MalaysianCentralDepository: '4';
/** ISO Country Code */
readonly ISOCountryCode: 'E';
/** Australian Tax File Number */
readonly AustralianTaxFileNumber: 'A';
/** Chinese Investor ID */
readonly ChineseInvestorID: '5';
/** Settlement Entity Location (note if Local Market Settlement use "E=ISO Country Code") (see "Appendix 6-G" for valid values) */
readonly SettlementEntityLocation: 'F';
/** Tax ID */
readonly TaxID: 'J';
/** Market Identifier Code (ISO 10383) MIC */
readonly MIC: 'G';
/** CSD participant/member code (e.g. Euroclear, DTC, CREST or Kassenverein number */
readonly CSDParticipant: 'H';
/** Australian Company Number */
readonly AustralianCompanyNumber: 'K';
/** Australian Registered Body Number */
readonly AustralianRegisteredBodyNumber: 'L';
/** CFTC reporting firm identifier */
readonly CFTCReportingFirmIdentifier: 'M';
/** Legal Entity Identifier (ISO 17442) LEI */
readonly LegalEntityIdentifier: 'N';
readonly InterimIdentifier: 'O';
readonly ShortCodeIdentifier: 'P';
readonly NationalIDNaturalPerson: 'Q';
readonly IndiaPermanentAccountNumber: 'R';
readonly FDID: 'S';
readonly SPSAID: 'T';
readonly MasterSPSAID: 'U';
}>;