Definition Type: ComplexType
Name: CommodityStartingDate
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-com-5-10.xsd
Abstract
Documentation:
A type specifying the date from which the early termination clause can be exercised.
Collapse XSD Schema Diagram:
Drilldown into adjustableDate in schema fpml-com-5-10_xsd1 Drilldown into dateRelativeTo in schema fpml-com-5-10_xsd1XSD Diagram of CommodityStartingDate in schema fpml-com-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="CommodityStartingDate">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type specifying the date from which the early termination clause can be exercised.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="dateRelativeTo" type="PartyReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Reference to a party defined elsewhere in this document which may be allowed to terminate the trade.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="adjustableDate" type="AdjustableDate">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Date from which early termination clause can be exercised.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
dateRelativeTo nsD:dateRelativeTo (1) (1)
adjustableDate nsD:adjustableDate (1) (1)
Collapse Derivation Tree:
Collapse References:
nsD:startingDate