Definition Type: ComplexType
Name: Money
Namespace: http://www.fpml.org/FpML-5/pretrade
Type: nsC:MoneyBase
Containing Schema: fpml-shared-5-10.xsd
Abstract
Documentation:
A type defining a currency amount.
Collapse XSD Schema Diagram:
Drilldown into amount in schema fpml-shared-5-10_xsd2 Drilldown into currency in schema fpml-shared-5-10_xsd2 Drilldown into id in schema fpml-shared-5-10_xsd2 Drilldown into MoneyBase in schema fpml-shared-5-10_xsd2XSD Diagram of Money in schema fpml-shared-5-10_xsd2 (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:complexContent>
        <xsd:extension base="MoneyBase">
            <xsd:sequence>
                <xsd:element name="amount" type="xsd:decimal" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The monetary quantity in currency units.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
currency nsC:currency (1) (1)
amount nsC:amount 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsC:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsC:allocatedNotional, nsC:approvedNotionalAmount, nsC:basketAmount, nsC:CalculationAmount, nsC:calculationAmount, nsC:cashSettlementAmount, nsC:creditChargeAmount, nsC:defaultRequirement, nsC:factoredCalculationAmount, nsC:fixedAmount, nsC:fixedAmount, nsC:forecastAmount, nsC:forecastPaymentAmount, nsC:minimumQuotationAmount, nsC:notional, nsC:paymentAmount, nsC:paymentAmount, nsC:paymentAmount, nsC:paymentRequirement, nsC:presentValueAmount, nsC:presentValuePrincipalExchangeAmount, nsC:quotationAmount, nsC:requestedNotionalAmount, nsC:splitSettlementAmount