Definition Type: ComplexType
Name: Commission
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-asset-5-10.xsd
Abstract
Documentation:
A type describing the commission that will be charged for each of the hedge transactions.
Collapse XSD Schema Diagram:
Drilldown into fxRate in schema fpml-asset-5-10_xsd3 Drilldown into commissionPerTrade in schema fpml-asset-5-10_xsd3 Drilldown into currency in schema fpml-asset-5-10_xsd3 Drilldown into commissionAmount in schema fpml-asset-5-10_xsd3 Drilldown into commissionDenomination in schema fpml-asset-5-10_xsd3XSD Diagram of Commission in schema fpml-asset-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="Commission">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type describing the commission that will be charged for each of the hedge transactions.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="commissionDenomination" type="CommissionDenominationEnum" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The type of units used to express a commission.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="commissionAmount" type="xsd:decimal" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The commission amount, expressed in the way indicated by the commissionType element.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="currency" type="Currency" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The currency in which an amount is denominated.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="commissionPerTrade" type="xsd:decimal" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The total commission per trade.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="fxRate" type="FxRate" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">FX Rates that have been used to convert commissions to a single currency.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
commissionDenomination nsD:commissionDenomination 0 (1)
commissionAmount nsD:commissionAmount 0 (1)
currency nsD:currency 0 (1)
commissionPerTrade nsD:commissionPerTrade 0 (1)
fxRate nsD:fxRate 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsD:commission