EventDateType Enumeration |
Represents the type of event associated with the contract.
Supported Values:
8 - Swap / CDS Start Date
9 - Swap / CDS End Date
13 - First Delivery Date
111 - Unadjusted Next Coupon Date
112 - Unadjusted Previous Coupon Date
113 - Unadjusted Previous Previous Coupon Date
121 - Fixing Date
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 EventDateType
Members
| Member name | Value | Description |
---|
| None | -1 |
Default value. Do not use it directly.
|
| SwapStartDate | 8 |
Swap / CDS Start Date
|
| SwapEndDate | 9 |
Swap / CDS End Date
|
| FirstDeliveryDate | 13 |
First Delivery Date
|
| UnadjustedNextCouponDate | 111 |
Unadjusted Next Coupon Date
|
| UnadjustedPreviousCouponDate | 112 |
Unadjusted Previous Coupon Date
|
| UnadjustedPreviousPreviousCouponDate | 113 |
Unadjusted Previous Previous Coupon Date
|
| FixingDate | 121 |
Fixing Date
|
See Also