Definition Type: ComplexType
Name: Money
Namespace: http://www.fpml.org/2003/FpML-4-0
Containing Schema: fpml-shared-4-0.xsd
Abstract
Documentation:
A type defining a currency amount.
Collapse XSD Schema Diagram:
Drilldown into amount in schema fpml-shared-4-0_xsd Drilldown into currency in schema fpml-shared-4-0_xsdXSD Diagram of Money in schema fpml-shared-4-0_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="Money">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining a currency amount.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="currency" type="Currency">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The currency in which an amount is denominated.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="amount" type="xsd:decimal">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The monetary quantity in currency units.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
currency nsA:currency (1) (1)
amount nsA:amount (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:calculationAmount, nsA:calculationAmount, nsA:callCurrencyAmount, nsA:callCurrencyAmount, nsA:cashSettlementAmount, nsA:defaultRequirement, nsA:fixedAmount, nsA:fixedAmount, nsA:FXOptionPayout, nsA:interest, nsA:minimumQuotationAmount, nsA:notional, nsA:notional, nsA:notionalAmount, nsA:notionalAmount, nsA:paymentAmount, nsA:paymentAmount, nsA:paymentAmount, nsA:paymentAmount, nsA:paymentAmount, nsA:paymentRequirement, nsA:premiumAmount, nsA:principal, nsA:principalAmount, nsA:putCurrencyAmount, nsA:putCurrencyAmount, nsA:quotationAmount, nsA:splitSettlementAmountnsA:stubAmount, nsA:underlyerNotional,