Definition Type: ComplexType
Name: Commission
Namespace: http://www.fpml.org/2003/FpML-4-0
Containing Schema: fpml-asset-4-0.xsd
Abstract
Documentation:
A type describing the commission that will be charged for each of the hedge transactions.
Collapse XSD Schema Diagram:
Drilldown into currency in schema fpml-asset-4-0_xsd Drilldown into commissionAmount in schema fpml-asset-4-0_xsd Drilldown into commissionDenomination in schema fpml-asset-4-0_xsdXSD Diagram of Commission in schema fpml-asset-4-0_xsd (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">
            <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">
            <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:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
commissionDenomination nsA:commissionDenomination (1) (1)
commissionAmount nsA:commissionAmount (1) (1)
currency nsA:currency 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:commission