Definition Type: Group
Name: TradeLegNotionalChange.model
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-business-events-5-5.xsd
Collapse XSD Schema Diagram:
Drilldown into outstandingNotionalAmount in schema fpml-business-events-5-5_xsd Drilldown into changeInNotionalAmount in schema fpml-business-events-5-5_xsd Drilldown into notionalReference in schema fpml-business-events-5-5_xsdXSD Diagram of TradeLegNotionalChange.model in schema fpml-business-events-5-5_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="TradeLegNotionalChange.model">
    <xsd:sequence>
        <xsd:element name="notionalReference" type="NotionalReference" minOccurs="0" />
        <!-- in the future perhaps this should allow a notional schedule to be put in here instead of a single value -->
        <xsd:element name="changeInNotionalAmount" type="NonNegativeMoney" minOccurs="0">
        </xsd:element>
        <xsd:element name="outstandingNotionalAmount" type="NonNegativeMoney" minOccurs="0">
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
notionalReference nsA:notionalReference 0 (1)
changeInNotionalAmount nsA:changeInNotionalAmount 0 (1)
outstandingNotionalAmount nsA:outstandingNotionalAmount 0 (1)