Definition Type: ComplexType
Name: AdmissionToTrading
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-doc-5-10.xsd
Abstract
Documentation:
Information about whether and when a product was admitted to trading on a facility.
Collapse XSD Schema Diagram:
Drilldown into terminationDate in schema fpml-doc-5-10_xsd3 Drilldown into admissionDate in schema fpml-doc-5-10_xsd3 Drilldown into approvalDate in schema fpml-doc-5-10_xsd3 Drilldown into requestDate in schema fpml-doc-5-10_xsd3 Drilldown into requested in schema fpml-doc-5-10_xsd3XSD Diagram of AdmissionToTrading in schema fpml-doc-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="AdmissionToTrading">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Information about whether and when a product was admitted to trading on a facility.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="requested" type="xsd:boolean" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Whether the issuer of the financial instrument has requested or approved the trading or admission to trading of their financial instruments on a trading venue.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="requestDate" type="xsd:dateTime" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Date and time of the request for admission to trading on the trading venue.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="approvalDate" type="xsd:dateTime" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Date and time the issuer has approved admission to trading or trading in its financial instruments on a trading venue.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="admissionDate" type="xsd:dateTime" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Date and time of the admission to trading on the trading venue or the date and time when the instrument was first traded or an order or quote was first received by the trading venue.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="terminationDate" type="xsd:dateTime" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Date and time when the financial instrument ceases to be traded or to be admitted to trading on the trading venue.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
requested nsD:requested 0 (1)
requestDate nsD:requestDate 0 (1)
approvalDate nsD:approvalDate 0 (1)
admissionDate nsD:admissionDate 0 (1)
terminationDate nsD:terminationDate 0 (1)
Collapse Derivation Tree:
Collapse References:
nsD:admissionToTrading