ExpirationCycle

Tag 827

ExpirationCycle

Abbreviation: ExpirationCycle
Typeint
Tag827
AddedFIX.4.4
Used in9 messages

Description

Part of trading cycle when an instrument expires. Field is applicable for derivatives.

Wire Format & Usage Example

Single field (key=value)
827=0 (ExpireOnTradingSessionClose)
In a FIX message (SecurityDefinitionRequest)
8=FIX.4.4 | 9=... | 35=c | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 |  | 827=0 (ExpireOnTradingSessionClose) |  | 10=...

Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 827=0 (ExpireOnTradingSessionClose) is this field's position in the message.

All valid values
WireNameDescription
827=0ExpireOnTradingSessionCloseExpire on trading session close (default)
827=1ExpireOnTradingSessionOpenExpire on trading session open
827=2SpecifiedExpirationTrading eligibility expiration specified in the date and time fields [EventDate(866) and EventTime(1145)] associated with EventType(865)=7(Last Eligible Trade Date)

Enumerated Values

3
ValueSymbolic NameDescriptionAdded
0ExpireOnTradingSessionCloseExpire on trading session close (default)FIX.4.4
1ExpireOnTradingSessionOpenExpire on trading session openFIX.4.4
2SpecifiedExpirationTrading eligibility expiration specified in the date and time fields [EventDate(866) and EventTime(1145)] associated with EventType(865)=7(Last Eligible Trade Date)FIX.5.0