<xs:simpleType name="CouponRate_t">
<xs:annotation>
<xs:documentation>
The rate of interest that, when multiplied by the principal, par value, or face value of a bond, provides the currency amount of the periodic interest payment. The coupon is always cited, along with maturity, in any quotation of a bond's price.
</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="CouponRate" ComponentType="Field" Tag="223" Type="Percentage" AbbrName="CpnRt" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="Percentage" />
</xs:simpleType>
|