forwardTradePartyType Enumeration   Table of ContentTradePriceStatus Enumerationforward
TradePriceNegotiationMethod Enumeration
The method used to negotiate the trade price. This is to support CDS trade negotiation where dealers can negotiate prices in deal spread or in percent of par. Supported Values: 0 - Percent of Par 1 - Deal Spread 2 - Upfront Points 3 - Upfront Amount 4 - Upfront Amount and Percent of Par 5 - Upfront Amount and Deal Spread 6 - Upfront Amount and Upfront points

Namespace:  OnixS.CmeStpHandler
Assembly:  OnixS.CmeStpHandler-net-4.8 (in OnixS.CmeStpHandler-net-4.8.dll) Version: 3.5.0.0 (3.5.0)
Syntax
C#
public enum TradePriceNegotiationMethod
Members
  Member nameValueDescription
None-1 Default value. Do not use it directly.
PercentOfPar0 Percent of Par
DealSpread1 Deal Spread
UpfrontPoints2 Upfront Points
UpfrontAmount3 Upfront Amount
UpfrontAmountAndPercentOfPar4 Upfront Amount and Percent of Par
UpfrontAmountAndDealSpread5 Upfront Amount and Deal Spread
UpfrontAmountAndUpfrontPoints6 Upfront Amount and Upfront points
See Also