Definition Type: ComplexType
Name: NonNegativeMoney
Namespace: http://www.fpml.org/FpML-5/pretrade
Type: nsA:MoneyBase
Containing Schema: fpml-shared-5-9.xsd
Abstract
Documentation:
A type defining a non negative money amount.
Collapse XSD Schema Diagram:
Drilldown into amount in schema fpml-shared-5-9_xsd Drilldown into currency in schema fpml-shared-5-9_xsd Drilldown into id in schema fpml-shared-5-9_xsd Drilldown into MoneyBase in schema fpml-shared-5-9_xsdXSD Diagram of NonNegativeMoney in schema fpml-shared-5-9_xsd (Financial products Markup Language (FpML®) - Pretrade)
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 nsA:currency (1) (1)
amount nsA:amount (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:callCurrencyAmount, nsA:FutureValueAmount, nsA:FxOptionPayout, nsA:maximumNotionalAmount, nsA:minimumNotionalAmount, nsA:notional, nsA:notional, nsA:paymentAmount, nsA:paymentAmount, nsA:paymentAmountnsA:putCurrencyAmount, nsA:settlementAmount, nsA:vegaNotional,
Collapse Comments:
blog comments powered by Disqus