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 public enum TradePriceNegotiationMethod
Members
| Member name | Value | Description |
---|
| None | -1 |
Default value. Do not use it directly.
|
| PercentOfPar | 0 |
Percent of Par
|
| DealSpread | 1 |
Deal Spread
|
| UpfrontPoints | 2 |
Upfront Points
|
| UpfrontAmount | 3 |
Upfront Amount
|
| UpfrontAmountAndPercentOfPar | 4 |
Upfront Amount and Percent of Par
|
| UpfrontAmountAndDealSpread | 5 |
Upfront Amount and Deal Spread
|
| UpfrontAmountAndUpfrontPoints | 6 |
Upfront Amount and Upfront points
|
See Also