<xsd:simpleType name="QuotationStyleEnum">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Indicates the actual quotation style of of PointsUpFront or TradedSpread that was used to quote this trade.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="PointsUpFront">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">When quotation style is "PointsUpFront", the initialPoints element of the feeLeg should be populated.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="TradedSpread">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">When quotation style is "TradedSpread", the marketFixedRate element of the feeLeg should be populated.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Price">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">When quotation style is "Price", the marketPrice element of the feeLeg should be populated.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|