@sotatech/nest-quickfix
Version:
A powerful NestJS implementation of the FIX (Financial Information eXchange) protocol. Provides high-performance, reliable messaging for financial trading applications with built-in session management, message validation, and recovery mechanisms.
39 lines (38 loc) • 939 B
TypeScript
export declare enum MiscFeeType {
Regulatory = "1",
Tax = "2",
LocalCommission = "3",
ExchangeFees = "4",
Stamp = "5",
Levy = "6",
Other = "7",
Markup = "8",
ConsumptionTax = "9",
PerTransaction = "10",
Conversion = "11",
Agent = "12",
TransferFee = "13",
SecurityLending = "14",
TradeReporting = "15",
TaxOnPrincipalAmount = "16",
TaxOnAccruedInterestAmount = "17",
NewIssuanceFee = "18",
ServiceFee = "19",
OddLotFee = "20",
AuctionFee = "21",
ValueAddedTax = "22",
SalesTax = "23",
ExecutionFee = "24",
OrderEntryFee = "25",
OrderModificationFee = "26",
OrdersCancellationFee = "27",
MarketDataAccessFee = "28",
MarketDataTerminalFee = "29",
MarketDataVolumeFee = "30",
ClearingFee = "31",
SettlementFee = "32",
Rebates = "33",
Discounts = "34",
Payments = "35",
NonMonetaryPayments = "36"
}