UNPKG

@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.

106 lines 5.72 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StipulationType = void 0; var StipulationType; (function (StipulationType) { StipulationType["AlternativeMinimumTax"] = "AMT"; StipulationType["IncurredRecovery"] = "INCURRCVY"; StipulationType["AbsolutePrepaymentSpeed"] = "ABS"; StipulationType["AutoReinvestment"] = "AUTOREINV"; StipulationType["AdditionalTerm"] = "ADDTRM"; StipulationType["ConstantPrepaymentPenalty"] = "CPP"; StipulationType["BankQualified"] = "BANKQUAL"; StipulationType["ModifiedEquityDelivery"] = "MODEQTYDLVY"; StipulationType["ConstantPrepaymentRate"] = "CPR"; StipulationType["BargainConditions"] = "BGNCON"; StipulationType["NoReferenceOblication"] = "NOREFOBLIG"; StipulationType["ConstantPrepaymentYield"] = "CPY"; StipulationType["CouponRange"] = "COUPON"; StipulationType["UnknownReferenceObligation"] = "UNKREFOBLIG"; StipulationType["FinalCPROfHomeEquityPrepaymentCurve"] = "HEP"; StipulationType["ISOCurrencyCode"] = "CURRENCY"; StipulationType["AllGuarantees"] = "ALLGUARANTEES"; StipulationType["PercentOfManufacturedHousingPrepaymentCurve"] = "MHP"; StipulationType["CustomStart"] = "CUSTOMDATE"; StipulationType["ReferencePrice"] = "REFPX"; StipulationType["MonthlyPrepaymentRate"] = "MPR"; StipulationType["Geographics"] = "GEOG"; StipulationType["ReferencePolicy"] = "REFPOLICY"; StipulationType["PercentOfProspectusPrepaymentCurve"] = "PPC"; StipulationType["ValuationDiscount"] = "HAIRCUT"; StipulationType["SecuredList"] = "SECRDLIST"; StipulationType["PercentOfBMAPrepaymentCurve"] = "PSA"; StipulationType["Insured"] = "INSURED"; StipulationType["SingleMonthlyMortality"] = "SMM"; StipulationType["IssueDate"] = "ISSUE"; StipulationType["Issuer"] = "ISSUER"; StipulationType["IssueSizeRange"] = "ISSUESIZE"; StipulationType["LookbackDays"] = "LOOKBACK"; StipulationType["ExplicitLotIdentifier"] = "LOT"; StipulationType["LotVariance"] = "LOTVAR"; StipulationType["MaturityYearAndMonth"] = "MAT"; StipulationType["MaturityRange"] = "MATURITY"; StipulationType["MaximumSubstitutions"] = "MAXSUBS"; StipulationType["MinimumDenomination"] = "MINDNOM"; StipulationType["MinimumIncrement"] = "MININCR"; StipulationType["MinimumQuantity"] = "MINQTY"; StipulationType["PaymentFrequency"] = "PAYFREQ"; StipulationType["NumberOfPieces"] = "PIECES"; StipulationType["PoolsMaximum"] = "PMAX"; StipulationType["PoolsPerLot"] = "PPL"; StipulationType["PoolsPerMillion"] = "PPM"; StipulationType["PoolsPerTrade"] = "PPT"; StipulationType["PriceRange"] = "PRICE"; StipulationType["PricingFrequency"] = "PRICEFREQ"; StipulationType["ProductionYear"] = "PROD"; StipulationType["CallProtection"] = "PROTECT"; StipulationType["Purpose"] = "PURPOSE"; StipulationType["BenchmarkPriceSource"] = "PXSOURCE"; StipulationType["RatingSourceAndRange"] = "RATING"; StipulationType["TypeOfRedemption"] = "REDEMPTION"; StipulationType["Restricted"] = "RESTRICTED"; StipulationType["MarketSector"] = "SECTOR"; StipulationType["SecurityTypeIncludedOrExcluded"] = "SECTYPE"; StipulationType["Structure"] = "STRUCT"; StipulationType["SubstitutionsFrequency"] = "SUBSFREQ"; StipulationType["SubstitutionsLeft"] = "SUBSLEFT"; StipulationType["FreeformText"] = "TEXT"; StipulationType["TradeVariance"] = "TRDVAR"; StipulationType["WeightedAverageCoupon"] = "WAC"; StipulationType["WeightedAverageLifeCoupon"] = "WAL"; StipulationType["WeightedAverageLoanAge"] = "WALA"; StipulationType["WeightedAverageMaturity"] = "WAM"; StipulationType["WholePool"] = "WHOLE"; StipulationType["YieldRange"] = "YIELD"; StipulationType["OriginalAmount"] = "ORIGAMT"; StipulationType["AverageFICOScore"] = "AVFICO"; StipulationType["PoolEffectiveDate"] = "POOLEFFDT"; StipulationType["AverageLoanSize"] = "AVSIZE"; StipulationType["PoolInitialFactor"] = "POOLINITFCTR"; StipulationType["MaximumLoanBalance"] = "MAXBAL"; StipulationType["Tranche"] = "TRANCHE"; StipulationType["PoolIdentifier"] = "POOL"; StipulationType["Substitution"] = "SUBSTITUTION"; StipulationType["TypeOfRollTrade"] = "ROLLTYPE"; StipulationType["MULTEXCHFLLBCK"] = "MULTEXCHFLLBCK"; StipulationType["ReferenceToRollingOrClosingTrade"] = "REFTRADE"; StipulationType["COMPSECFLLBCK"] = "COMPSECFLLBCK"; StipulationType["PrincipalOfRollingOrClosingTrade"] = "REFPRIN"; StipulationType["LOCLJRSDCTN"] = "LOCLJRSDCTN"; StipulationType["InterestOfRollingOrClosingTrade"] = "REFINT"; StipulationType["RELVJRSDCTN"] = "RELVJRSDCTN"; StipulationType["AvailableOfferQuantityToBeShownToTheStreet"] = "AVAILQTY"; StipulationType["BrokerCredit"] = "BROKERCREDIT"; StipulationType["OfferPriceToBeShownToInternalBrokers"] = "INTERNALPX"; StipulationType["OfferQuantityToBeShownToInternalBrokers"] = "INTERNALQTY"; StipulationType["TheMinimumResidualOfferQuantity"] = "LEAVEQTY"; StipulationType["MaximumOrderSize"] = "MAXORDQTY"; StipulationType["OrderQuantityIncrement"] = "ORDRINCR"; StipulationType["PrimaryOrSecondaryMarketIndicator"] = "PRIMARY"; StipulationType["BrokerSalesCreditOverride"] = "SALESCREDITOVR"; StipulationType["TraderCredit"] = "TRADERCREDIT"; StipulationType["DiscountRate"] = "DISCOUNT"; StipulationType["YieldToMaturity"] = "YTM"; StipulationType["InterestPayoffOfRollingOrAmendingTrade"] = "PAYOFF"; })(StipulationType || (exports.StipulationType = StipulationType = {})); //# sourceMappingURL=StipulationType.js.map