<xsd:group name="EquityPrice.model">
<xsd:sequence>
<xsd:element name="grossPrice" type="ActualPrice" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the price of the underlyer, before commissions.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="netPrice" type="ActualPrice">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the price of the underlyer, net of commissions.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="accruedInterestPrice" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the accrued interest that are part of the dirty price in the case of a fixed income security or a convertible bond. Expressed in percentage of the notional.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="fxConversion" type="FxConversion" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the currency conversion rate that applies to an amount. This rate can either be defined elsewhere in the document (case of a quanto swap), or explicitly described through this component.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
|