Definition Type: ComplexType
Name: NonNegativeMoney
Namespace: http://www.fpml.org/FpML-5/pretrade
Type: nsC:MoneyBase
Containing Schema: fpml-shared-5-10.xsd
Abstract
Documentation:
A type defining a non negative money 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 NonNegativeMoney in schema fpml-shared-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="NonNegativeMoney">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining a non negative money amount.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="MoneyBase">
            <xsd:sequence>
                <xsd:element name="amount" type="NonNegativeDecimal">
                    <xsd:annotation>
                    </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 (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsC:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsC:callCurrencyAmount, nsC:FutureValueAmount, nsC:FxOptionPayout, nsC:maximumNotionalAmount, nsC:minimumNotionalAmount, nsC:notional, nsC:notional, nsC:paymentAmount, nsC:paymentAmount, nsC:paymentAmountnsC:putCurrencyAmount, nsC:settlementAmount, nsC:vegaNotional,