<xsd:complexType name="GenericProduct">
<xsd:annotation>
<xsd:documentation xml:lang="en">Simple product representation providing key information about a variety of different products</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="Product">
<xsd:sequence>
<xsd:element name="multiLeg" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Indicates whether this transaction has multiple components, not all of which may be reported.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="BuyerSeller.model" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The buying and selling party for the product. This is commonly used for options, but may also be used for other products.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:element name="effectiveDate" type="AdjustableDate2" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The earliest of all the effective dates of all constituent streams.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="expirationDate" type="AdjustableDate2" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">For options, the last exercise date of the option.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="terminationDate" type="AdjustableDate2" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The latest of all of the termination (accrual end) dates of the constituent or underlying streams.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="underlyer" type="TradeUnderlyer2" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The set of underlyers to the trade that can be used in computing the trade's cashflows. If this information is needed to identify the trade, all of the trade's underlyers should be specified, whether or not they figure into the cashflow calculation. Otherwise, only those underlyers used to compute this particular cashflow need be supplied.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="notional" type="CashflowNotional" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The notional or notionals in effect on the last day of the last calculation period in each stream.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="optionType" type="OptionTypeEnum" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">For options, whether the option is a put or call option.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="settlementCurrency" type="Currency" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The currency or currencies in which the product can settle.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="quote" type="BasicQuotation" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The currency or currencies in which the product can settle.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|