<xsd:simpleType name="DeliveryNearbyTypeEnum">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The type of nearby qualifier, expect to be used in conjunction with a nearby count.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="CalculationPeriod">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Describes the contract to be the contract that pertains to the month-year of the calculation period. If used, the nearby count is expected to be 0.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="NearbyMonth">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The Delivery Date of the underlying Commodity shall be the month of expiration of the futures contract.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="NearbyWeek">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The Delivery Date of the underlying Commodity shall be the Week of expiration of the futures contract.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|