<xs:simpleType name="RepurchaseRate_t">
<xs:annotation>
<xs:documentation>Percent of par at which a Repo will be repaid. Represented as a percent, e.g. .9525 represents 95-/4 percent of par. (Note tag # was reserved in FIX 4.1, added in FIX 4.3)</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="RepurchaseRate" ComponentType="Field" Tag="227" Type="Percentage" AbbrName="RepoRt" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="Percentage" />
</xs:simpleType>
|