<xsd:simpleType name="CommissionDenominationEnum">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The unit in which a commission is denominated.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="BPS">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The commission is expressed in basis points, in reference to the price referenced in the document.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Percentage">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The commission is expressed as a percentage of the gross price referenced in the document.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="CentsPerShare">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The commission is expressed in cents per share.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="FixedAmount">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The commission is expressed as a absolute amount.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|