SettlType

Tag 63

SettlType

Abbreviation: SettlTyp
TypeString
Tag63
AddedFIX.2.7
Used in26 messages

Description

Indicates order settlement period. If present, SettlDate (64) overrides this field. If both SettlType (63) and SettDate (64) are omitted, the default for SettlType (63) is 0 (Regular) Regular is defined as the default settlement period for the particular security on the exchange of execution. In Fixed Income the contents of this field may influence the instrument definition if the SecurityID (48) is ambiguous. In the US an active Treasury offering may be re-opened, and for a time one CUSIP will apply to both the current and "when-issued" securities. Supplying a value of "7" clarifies the instrument description; any other value or the absence of this field should cause the respondent to default to the active issue. Additionally the following patterns may be uses as well as enum values Dx = FX tenor expression for "days", e.g. "D5", where "x" is any integer > 0 Mx = FX tenor expression for "months", e.g. "M3", where "x" is any integer > 0 Wx = FX tenor expression for "weeks", e.g. "W13", where "x" is any integer > 0 Yx = FX tenor expression for "years", e.g. "Y1", where "x" is any integer > 0 Noted that for FX the tenors expressed using Dx, Mx, Wx, and Yx values do not denote business days, but calendar days.

Wire Format & Usage Example

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

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

All valid values
WireNameDescription
63=0RegularRegular / FX Spot settlement (T+1 or T+2 depending on currency)
63=1CashCash (TOD / T+0)
63=2NextDayNext Day (TOM / T+1)
63=3TPlus2T+2
63=4TPlus3T+3
63=5TPlus4T+4
63=6FutureFuture
63=7WhenAndIfIssuedWhen And If Issued
63=8SellersOptionSellers Option
63=9TPlus5T+5
63=BBrokenDateBroken date - for FX expressing non-standard tenor, SettlDate (64) must be specified
63=CFXSpotNextSettlementFX Spot Next settlement (Spot+1, aka next day)

Enumerated Values

12
ValueSymbolic NameDescriptionAdded
0RegularRegular / FX Spot settlement (T+1 or T+2 depending on currency)FIX.2.7
1CashCash (TOD / T+0)FIX.2.7
2NextDayNext Day (TOM / T+1)FIX.2.7
3TPlus2T+2FIX.2.7
4TPlus3T+3FIX.2.7
5TPlus4T+4FIX.2.7
6FutureFutureFIX.2.7
7WhenAndIfIssuedWhen And If IssuedFIX.2.7
8SellersOptionSellers OptionFIX.2.7
9TPlus5T+5FIX.3.0
BBrokenDateBroken date - for FX expressing non-standard tenor, SettlDate (64) must be specifiedFIX.4.4
CFXSpotNextSettlementFX Spot Next settlement (Spot+1, aka next day)FIX.4.4