<xs:simpleType name="MaturityMonthYear_t">
<xs:annotation>
<xs:documentation>Can be used with standardized derivatives vs. the MaturityDate (54) field. Month and Year of the maturity (used for standardized futures and options).
Format:
YYYYMM (e.g. 199903)
YYYYMMDD (e.g. 20030323)
YYYYMMwN (e.g. 200303w) for week
A specific date or can be appended to the MaturityMonthYear. For instance, if multiple standard products exist that mature in the same Year and Month, but actually mature at a different time, a value can be appended, such as "w" or "w2" to indicate week as opposed to week 2 expiration. Likewise, the date (0-3) can be appended to indicate a specific expiration (maturity date).</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="MaturityMonthYear" ComponentType="Field" Tag="200" Type="MonthYear" AbbrName="MMY" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="MonthYear" />
</xs:simpleType>
|