Definition Type: ComplexType
Name: ProductSummary
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-doc-5-10.xsd
Abstract
Documentation:
Summary information about the product that was traded. This is intended primarily for trade reporting by TRs.
Collapse XSD Schema Diagram:
Drilldown into admissionToTrading in schema fpml-doc-5-10_xsd4 Drilldown into indexFactor in schema fpml-doc-5-10_xsd4 Drilldown into seniority in schema fpml-doc-5-10_xsd4 Drilldown into settlementType in schema fpml-doc-5-10_xsd4 Drilldown into finalSettlementDate in schema fpml-doc-5-10_xsd4XSD Diagram of ProductSummary in schema fpml-doc-5-10_xsd4 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ProductSummary">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Summary information about the product that was traded. This is intended primarily for trade reporting by TRs.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="finalSettlementDate" type="xsd:date" minOccurs="0" />
        <xsd:element name="settlementType" type="SettlementTypeEnum" minOccurs="0" />
        <xsd:element name="seniority" type="CreditSeniority" minOccurs="0" fpml-annotation:deprecated="true" fpml-annotation:deprecatedReason="Use instead the field within credit products: indexReferenceInformation/seniority" xmlns:fpml-annotation="http://www.fpml.org/annotation">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">DEPRECATED. Use instead the field within credit products: indexReferenceInformation/seniority (RPTWG decision 2017-09)</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="indexFactor" type="xsd:decimal" minOccurs="0" fpml-annotation:deprecated="true" fpml-annotation:deprecatedReason="Use instead the field within credit products: indexReferenceInformation/indexFactor" xmlns:fpml-annotation="http://www.fpml.org/annotation">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">DEPRECATED. Use instead the field within credit products: indexReferenceInformation/indexFactor (RPTWG decision 2017-09)</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="admissionToTrading" type="AdmissionToTrading" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
finalSettlementDate nsE:finalSettlementDate 0 (1)
settlementType nsE:settlementType 0 (1)
seniority nsE:seniority 0 (1)
indexFactor nsE:indexFactor 0 (1)
admissionToTrading nsE:admissionToTrading 0 (1)
Collapse Derivation Tree:
Collapse References:
nsE:productSummary