Definition Type: ComplexType
Name: TradeMaturity
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-business-events-5-10.xsd
Abstract
Documentation:
A structure describing a trade maturing.
Collapse XSD Schema Diagram:
Drilldown into date in schema fpml-business-events-5-10_xsd Drilldown into tradeIdentifier in schema fpml-business-events-5-10_xsdXSD Diagram of TradeMaturity in schema fpml-business-events-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="TradeMaturity">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A structure describing a trade maturing.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="tradeIdentifier" type="PartyTradeIdentifier" maxOccurs="unbounded" />
        <xsd:element name="date" type="xsd:date" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
tradeIdentifier nsA:tradeIdentifier (1) unbounded
date nsA:date (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:tradeMaturity