UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

147 lines (146 loc) 4.83 kB
/** * Type of PartySubID(523) value. * - Tag: 803 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const PartySubIDType: Readonly<{ /** Firm */ readonly Firm: 1; /** Person */ readonly Person: 2; /** System */ readonly System: 3; /** Application */ readonly Application: 4; /** Full legal name of firm */ readonly FullLegalNameOfFirm: 5; /** Postal address */ readonly PostalAddress: 6; /** Phone number */ readonly PhoneNumber: 7; /** Email address */ readonly EmailAddress: 8; /** Contact name */ readonly ContactName: 9; /** Securities account number (for settlement instructions) */ readonly SecuritiesAccountNumber: 10; /** Registration number (for settlement instructions and confirmations) */ readonly RegistrationNumber: 11; /** Registered address (for confirmation purposes) */ readonly RegisteredAddressForConfirmation: 12; /** Regulatory status (for confirmation purposes) */ readonly RegulatoryStatus: 13; /** Registration name (for settlement instructions) */ readonly RegistrationName: 14; /** Cash account number (for settlement instructions) */ readonly CashAccountNumber: 15; /** BIC */ readonly BIC: 16; /** CSD participant member code */ readonly CSDParticipantMemberCode: 17; /** Registered address */ readonly RegisteredAddress: 18; /** Fund account name */ readonly FundAccountName: 19; /** Telex number */ readonly TelexNumber: 20; /** Fax number */ readonly FaxNumber: 21; /** Securities account name */ readonly SecuritiesAccountName: 22; /** Cash account name */ readonly CashAccountName: 23; /** Department */ readonly Department: 24; /** Location desk */ readonly LocationDesk: 25; /** Position account type */ readonly PositionAccountType: 26; /** Security locate ID */ readonly SecurityLocateID: 27; /** Market maker */ readonly MarketMaker: 28; /** Eligible counterparty */ readonly EligibleCounterparty: 29; /** Professional client */ readonly ProfessionalClient: 30; /** Location */ readonly Location: 31; /** Execution venue */ readonly ExecutionVenue: 32; /** Currency delivery identifier */ readonly CurrencyDeliveryIdentifier: 33; /** Address City */ readonly AddressCity: 34; /** Address State/Province */ readonly AddressStateOrProvince: 35; /** Address Postal Code */ readonly AddressPostalCode: 36; /** Address Street */ readonly AddressStreet: 37; /** Address Country (ISO country code) */ readonly AddressISOCountryCode: 38; /** ISO country code */ readonly ISOCountryCode: 39; /** Market segment */ readonly MarketSegment: 40; /** Customer account type */ readonly CustomerAccountType: 41; /** Omnibus account */ readonly OmnibusAccount: 42; /** Funds segregation type */ readonly FundsSegregationType: 43; readonly GuaranteeFund: 44; readonly SwapDealer: 45; readonly MajorParticipant: 46; readonly FinancialEntity: 47; readonly USPerson: 48; readonly ReportingEntityIndicator: 49; /** Elected clearing requirement exception */ readonly ElectedClearingRequirementException: 50; readonly BusinessCenter: 51; /** Reference text */ readonly ReferenceText: 52; /** Short-marking exempt account */ readonly ShortMarkingExemptAccount: 53; readonly ParentFirmIdentifier: 54; readonly ParentFirmName: 55; readonly DealIdentifier: 56; /** System trade identifier */ readonly SystemTradeID: 57; /** System trade sub-identifier */ readonly SystemTradeSubID: 58; readonly FCMCode: 59; readonly DlvryTrmlCode: 60; readonly VolntyRptEntity: 61; readonly RptObligJursdctn: 62; readonly VolntyRptJursdctn: 63; readonly CompanyActivities: 64; readonly EEAreaDomiciled: 65; readonly ContractLinked: 66; readonly ContractAbove: 67; readonly VolntyRptPty: 68; readonly EndUser: 69; readonly LocationOrJurisdiction: 70; readonly DerivativesDealer: 71; readonly Domicile: 72; readonly ExemptFromRecognition: 73; readonly Payer: 74; readonly Receiver: 75; readonly SystematicInternaliser: 76; readonly PublishingEntityIndicator: 77; readonly FirstName: 78; readonly Surname: 79; readonly DateOfBirth: 80; readonly OrderTransmittingFirm: 81; readonly OrderTransmittingFirmBuyer: 82; readonly OrderTransmitterSeller: 83; /** Legal Entity Identifier (ISO 17442) LEI */ readonly LegalEntityIdentifier: 84; readonly SubSectorClassification: 85; readonly PartySide: 86; readonly LegalRegistrationCountry: 87; }>;