Datatype MonthYear

SYNOPSIS: string field representing month of a year. An optional day of the month can be appended or an optional week code. Valid formats: YYYYMM YYYYMMDD YYYYMMWW Valid values: YYYY = 0000-9999; MM = 01-12; DD = 01-31; WW = w1, w2, w3, w4, w5.

Pedigree

Added EP Updated EP Deprecated EP
FIX.4.1

Mappings

Standard Base type Parameter Pattern
XMLxs:string\d{4}(0|1)\d([0-3wW]\d)?