<xsd:complexType name="GenericProduct">
<xsd:annotation>
<xsd:documentation xml:lang="en">Simple product representation providing key information about a variety of different products. Generic products - for use in Transparency reporting to define a product that represents an OTC derivative transaction whose economics are not fully described using an FpML schema. In other views, generic products are present for convenience to support internal messaging and workflows that are cross-product. Generic products are not full trade representations as such they are not intended to be used for confirming trades.</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. The use of this field is not recommended, and it may be deprecated in a future version of this standard.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice minOccurs="0">
<xsd:group ref="BuyerSeller.model">
<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="counterpartyReference" type="PartyReference" minOccurs="0" maxOccurs="2" />
</xsd:choice>
<xsd:element name="premium" type="SimplePayment" minOccurs="0" />
<xsd:element name="effectiveDate" type="AdjustableDate2">
<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">
<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 reporting date.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="GenericCommodityAttributes.model" minOccurs="0" />
<xsd:group ref="GenericEquityAttributes.model" minOccurs="0" />
<xsd:group ref="GenericOptionAttributes.model" minOccurs="0" />
<xsd:element name="paymentFrequency" type="GenericFrequency" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="resetFrequency" type="GenericResetFrequency" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="settlementCurrency" type="IdentifiedCurrency" 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="settlementType" type="SettlementTypeEnum" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">How the trade settles (cash or physical). This element is also used for CFTC the "Delivery Type" field.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="additionalPayment" type="Payment" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Additional payments between the principal parties.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|