Definition Type: ComplexType
Name: NonNegativeMoney
Namespace: http://www.fpml.org/FpML-5/reporting
Type: nsB:MoneyBase
Containing Schema: fpml-shared-5-0.xsd
Abstract
Documentation:
A type defining a non negative money amount.
Collapse XSD Schema Diagram:
Drilldown into amount in schema fpml-shared-5-0_xsd1 Drilldown into currency in schema fpml-shared-5-0_xsd1 Drilldown into id in schema fpml-shared-5-0_xsd1 Drilldown into MoneyBase in schema fpml-shared-5-0_xsd1XSD Diagram of NonNegativeMoney in schema fpml-shared-5-0_xsd1 (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" minOccurs="0">
                    <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 nsB:currency 0 (1)
amount nsB:amount 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsB:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsB:contractRate, nsB:contractRateStep, nsB:dividend, nsB:flatRateAmount, nsB:forwardPrice, nsB:FutureValueAmount, nsB:notional, nsB:NotionalAmountnsB:notionalAmount, nsB:paymentAmount, nsB:paymentAmount, nsB:paymentAmount, nsB:paymentAmount, nsB:premiumPerUnit, nsB:prePaymentAmount, nsB:pricePerOption, nsB:principalAmount, nsB:settlementAmount, nsB:strikePricePerUnit, nsB:strikePricePerUnitStep, nsB:totalPrice, nsB:totalPrice, nsB:varianceAmount,