Definition Type: ComplexType
Name: NonNegativeMoney
Namespace: http://www.fpml.org/FpML-5/transparency
Type: nsF: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_xsd5 Drilldown into currency in schema fpml-shared-5-10_xsd5 Drilldown into id in schema fpml-shared-5-10_xsd5 Drilldown into MoneyBase in schema fpml-shared-5-10_xsd5XSD Diagram of NonNegativeMoney in schema fpml-shared-5-10_xsd5 (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:documentation xml:lang="en">The non negative 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 nsF:currency (1) (1)
amount nsF:amount (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsF:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsF:callCurrencyAmount, nsF:changeInKnownAmount, nsF:changeInNotionalAmount, nsF:changeInNotionalAmount, nsF:CommodityNotionalAmount, nsF:contractRate, nsF:flatRateAmount, nsF:forwardPrice, nsF:FxOptionPayout, nsF:maximumPaymentAmount, nsF:maximumTransactionPaymentAmount, nsF:notional, nsF:notional, nsF:notional, nsF:notionalAmount, nsF:notionalAmount, nsF:NotionalAmount, nsF:outstandingKnownAmount, nsF:outstandingNotionalAmount, nsF:outstandingNotionalAmount, nsF:paymentAmount, nsF:paymentAmount, nsF:paymentAmount, nsF:paymentAmount, nsF:paymentAmount, nsF:paymentAmountnsF:premiumPerUnit, nsF:pricePerOption, nsF:principalAmount, nsF:putCurrencyAmount, nsF:settlementAmount, nsF:strikePricePerUnit, nsF:totalPrice, nsF:totalPrice, nsF:varianceAmount, nsF:vegaNotional, nsF:weatherNotionalAmount, nsF:weatherNotionalAmount,