<xsd:group name="ProductExposureCategory.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">A group a specific set of market risk factors for which an exposure record is provided.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="assetClass" type="AssetClass" minOccurs="0" />
<xsd:element name="productType" type="ProductType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="productId" type="ProductId" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="currency" type="Currency" minOccurs="0" />
<xsd:element name="underlyingAsset" type="ExposureUnderlyingAsset" minOccurs="0" />
<xsd:element name="relatedAsset" type="ExposureUnderlyingAsset" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">This can be used to report assets that are related to this exposure, such as the asset on the other side of a basis trade.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="exposureType" type="ExposureType" minOccurs="0" />
<xsd:element name="indexTenor" type="Period" minOccurs="0" />
<xsd:element name="sector" type="Sector" minOccurs="0" />
<xsd:element name="sectorType" type="SectorType" minOccurs="0" />
<xsd:element name="seniority" type="CreditSeniority" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The repayment precedence of a debt instrument.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="restructuring" type="Restructuring" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A credit event. A restructuring is an event that materially impacts the reference entity's obligations, such as an interest rate reduction, principal reduction, deferral of interest or principal, change in priority ranking, or change in currency or composition of payment. ISDA 2003 Term: Restructuring.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="couponRate" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the coupon rate (expressed in percentage) of a fixed income security or convertible bond.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice minOccurs="0">
<xsd:element name="futuresEquivalentMonth" type="YearAndMonth" />
<xsd:element name="priceReferenceMonth" type="YearAndMonth" />
</xsd:choice>
<xsd:element name="optionType" type="PutCallEnum" minOccurs="0" />
<xsd:element name="expirationDate" type="xsd:date" minOccurs="0" />
</xsd:sequence>
</xsd:group>
|