<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>
|