<xs:simpleType name="RedemptionDate_t">
<xs:annotation>
<xs:documentation>Return of investor's principal in a security. Bond redemption can occur before maturity date.(Note tag # was reserved in FIX 4.1, added in FIX 4.3) (prior to FIX 4.4 field was of type UTCDate)</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="RedemptionDate" ComponentType="Field" Tag="240" Type="LocalMktDate" AbbrName="Redeem" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="LocalMktDate" />
</xs:simpleType>
|